-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Servidor: localhost:3306
-- Tiempo de generación: 31-01-2025 a las 13:19:51
-- Versión del servidor: 10.6.19-MariaDB
-- Versión de PHP: 8.1.31

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Base de datos: `ejesrlnet_wp581`
--

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wpht_actionscheduler_actions`
--

CREATE TABLE `wpht_actionscheduler_actions` (
  `action_id` bigint(20) UNSIGNED NOT NULL,
  `hook` varchar(191) NOT NULL,
  `status` varchar(20) NOT NULL,
  `scheduled_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `scheduled_date_local` datetime DEFAULT '0000-00-00 00:00:00',
  `args` varchar(191) DEFAULT NULL,
  `schedule` longtext DEFAULT NULL,
  `group_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `attempts` int(11) NOT NULL DEFAULT 0,
  `last_attempt_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `last_attempt_local` datetime DEFAULT '0000-00-00 00:00:00',
  `claim_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `extended_args` varchar(8000) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Volcado de datos para la tabla `wpht_actionscheduler_actions`
--

INSERT INTO `wpht_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES
(8, 'action_scheduler/migration_hook', 'complete', '2024-10-07 00:17:40', '2024-10-07 00:17:40', '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1728260260;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1728260260;}', 1, 1, '2024-10-07 00:18:04', '2024-10-07 00:18:04', 0, NULL);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wpht_actionscheduler_claims`
--

CREATE TABLE `wpht_actionscheduler_claims` (
  `claim_id` bigint(20) UNSIGNED NOT NULL,
  `date_created_gmt` datetime DEFAULT '0000-00-00 00:00:00'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wpht_actionscheduler_groups`
--

CREATE TABLE `wpht_actionscheduler_groups` (
  `group_id` bigint(20) UNSIGNED NOT NULL,
  `slug` varchar(255) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Volcado de datos para la tabla `wpht_actionscheduler_groups`
--

INSERT INTO `wpht_actionscheduler_groups` (`group_id`, `slug`) VALUES
(1, 'action-scheduler-migration');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wpht_actionscheduler_logs`
--

CREATE TABLE `wpht_actionscheduler_logs` (
  `log_id` bigint(20) UNSIGNED NOT NULL,
  `action_id` bigint(20) UNSIGNED NOT NULL,
  `message` text NOT NULL,
  `log_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `log_date_local` datetime DEFAULT '0000-00-00 00:00:00'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Volcado de datos para la tabla `wpht_actionscheduler_logs`
--

INSERT INTO `wpht_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES
(1, 8, 'action created', '2024-10-07 00:16:40', '2024-10-07 00:16:40'),
(2, 8, 'action started via Async Request', '2024-10-07 00:18:04', '2024-10-07 00:18:04'),
(3, 8, 'action complete via Async Request', '2024-10-07 00:18:04', '2024-10-07 00:18:04');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wpht_commentmeta`
--

CREATE TABLE `wpht_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wpht_comments`
--

CREATE TABLE `wpht_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `comment_post_ID` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) 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 NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) NOT NULL DEFAULT '',
  `comment_type` varchar(20) NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wpht_e_events`
--

CREATE TABLE `wpht_e_events` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `event_data` text DEFAULT NULL,
  `created_at` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Volcado de datos para la tabla `wpht_e_events`
--

INSERT INTO `wpht_e_events` (`id`, `event_data`, `created_at`) VALUES
(1, '{\"event\":\"modal load\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"account\\\",\\\"user_state\\\":\\\"anon\\\"}\",\"ts\":\"2024-10-06T20:14:35.691+04:00\"}', '2024-10-06 20:14:35'),
(2, '{\"event\":\"close modal\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"account\\\"}\",\"ts\":\"2024-10-06T20:14:38.293+04:00\"}', '2024-10-06 20:14:38');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wpht_ff_scheduled_actions`
--

CREATE TABLE `wpht_ff_scheduled_actions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `action` varchar(255) DEFAULT NULL,
  `form_id` bigint(20) UNSIGNED DEFAULT NULL,
  `origin_id` bigint(20) UNSIGNED DEFAULT NULL,
  `feed_id` bigint(20) UNSIGNED DEFAULT NULL,
  `type` varchar(255) DEFAULT 'submission_action',
  `status` varchar(255) DEFAULT NULL,
  `data` longtext DEFAULT NULL,
  `note` tinytext DEFAULT NULL,
  `retry_count` int(10) UNSIGNED DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wpht_fluentform_entry_details`
--

CREATE TABLE `wpht_fluentform_entry_details` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `form_id` bigint(20) UNSIGNED DEFAULT NULL,
  `submission_id` bigint(20) UNSIGNED DEFAULT NULL,
  `field_name` varchar(255) DEFAULT NULL,
  `sub_field_name` varchar(255) DEFAULT NULL,
  `field_value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Volcado de datos para la tabla `wpht_fluentform_entry_details`
--

INSERT INTO `wpht_fluentform_entry_details` (`id`, `form_id`, `submission_id`, `field_name`, `sub_field_name`, `field_value`) VALUES
(1, 5, 1, 'names', 'first_name', 'Rodrigo C.'),
(2, 5, 1, 'email', '', 'prueba@gmail.com'),
(3, 5, 1, 'input_text', '', '12345'),
(4, 5, 1, 'dropdown', '', 'Edificio de Oficinas'),
(5, 5, 2, 'names', 'first_name', 'Rodrigo Centellas'),
(6, 5, 2, 'email', '', 'rcentellas@samo.com.bo'),
(7, 5, 2, 'input_text', '', '69530070'),
(8, 5, 2, 'dropdown_5', '', 'Cochabamba'),
(9, 5, 2, 'input_text_1', '', 'SAMO S.R.L');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wpht_fluentform_forms`
--

CREATE TABLE `wpht_fluentform_forms` (
  `id` int(10) UNSIGNED NOT NULL,
  `title` varchar(255) NOT NULL,
  `status` varchar(45) DEFAULT 'Draft',
  `appearance_settings` text DEFAULT NULL,
  `form_fields` longtext DEFAULT NULL,
  `has_payment` tinyint(1) NOT NULL DEFAULT 0,
  `type` varchar(45) DEFAULT NULL,
  `conditions` text DEFAULT NULL,
  `created_by` int(11) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Volcado de datos para la tabla `wpht_fluentform_forms`
--

INSERT INTO `wpht_fluentform_forms` (`id`, `title`, `status`, `appearance_settings`, `form_fields`, `has_payment`, `type`, `conditions`, `created_by`, `created_at`, `updated_at`) VALUES
(1, 'Contact Form Demo', 'published', NULL, '{\"fields\":[{\"index\":0,\"element\":\"input_name\",\"attributes\":{\"name\":\"names\",\"data-type\":\"name-element\"},\"settings\":{\"container_class\":\"\",\"admin_field_label\":\"Nombre\",\"conditional_logics\":[],\"label_placement\":\"\"},\"fields\":{\"first_name\":{\"element\":\"input_text\",\"attributes\":{\"type\":\"text\",\"name\":\"first_name\",\"value\":\"\",\"id\":\"\",\"class\":\"\",\"placeholder\":\"Nombre\"},\"settings\":{\"container_class\":\"\",\"label\":\"Nombre\",\"help_message\":\"\",\"visible\":true,\"validation_rules\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global\":false,\"global_message\":\"Este campo es obligatorio\"}},\"conditional_logics\":[]},\"editor_options\":{\"template\":\"inputText\"}},\"middle_name\":{\"element\":\"input_text\",\"attributes\":{\"type\":\"text\",\"name\":\"middle_name\",\"value\":\"\",\"id\":\"\",\"class\":\"\",\"placeholder\":\"\",\"required\":false},\"settings\":{\"container_class\":\"\",\"label\":\"Middle Name\",\"help_message\":\"\",\"error_message\":\"\",\"visible\":false,\"validation_rules\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global\":false,\"global_message\":\"Este campo es obligatorio\"}},\"conditional_logics\":[]},\"editor_options\":{\"template\":\"inputText\"}},\"last_name\":{\"element\":\"input_text\",\"attributes\":{\"type\":\"text\",\"name\":\"last_name\",\"value\":\"\",\"id\":\"\",\"class\":\"\",\"placeholder\":\"Last Name\",\"required\":false},\"settings\":{\"container_class\":\"\",\"label\":\"Last Name\",\"help_message\":\"\",\"error_message\":\"\",\"visible\":false,\"validation_rules\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global\":false,\"global_message\":\"Este campo es obligatorio\"}},\"conditional_logics\":[]},\"editor_options\":{\"template\":\"inputText\"}}},\"editor_options\":{\"title\":\"Name Fields\",\"element\":\"name-fields\",\"icon_class\":\"ff-edit-name\",\"template\":\"nameFields\"},\"uniqElKey\":\"el_1570866006692\"},{\"index\":1,\"element\":\"input_email\",\"attributes\":{\"type\":\"email\",\"name\":\"email\",\"value\":\"\",\"id\":\"\",\"class\":\"\",\"placeholder\":\"Correo Electrónico\"},\"settings\":{\"container_class\":\"\",\"label\":\"Correo Electrónico\",\"label_placement\":\"\",\"help_message\":\"\",\"admin_field_label\":\"\",\"validation_rules\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global\":false,\"global_message\":\"Este campo es obligatorio\"},\"email\":{\"value\":true,\"message\":\"This field must contain a valid email\",\"global\":false,\"global_message\":\"Este campo debe contener un correo electrónico válido\"}},\"conditional_logics\":[],\"is_unique\":\"no\",\"unique_validation_message\":\"Email address need to be unique.\",\"prefix_label\":\"\",\"suffix_label\":\"\"},\"editor_options\":{\"title\":\"Email Address\",\"icon_class\":\"ff-edit-email\",\"template\":\"inputText\"},\"uniqElKey\":\"el_1570866012914\"},{\"index\":3,\"element\":\"textarea\",\"attributes\":{\"name\":\"message\",\"value\":\"\",\"id\":\"\",\"class\":\"\",\"placeholder\":\"Mensaje\",\"rows\":4,\"cols\":2,\"maxlength\":\"\"},\"settings\":{\"container_class\":\"\",\"label\":\"Mensaje\",\"admin_field_label\":\"\",\"label_placement\":\"\",\"help_message\":\"\",\"validation_rules\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global\":false,\"global_message\":\"Este campo es obligatorio\"}},\"conditional_logics\":{\"type\":\"any\",\"status\":false,\"conditions\":[{\"field\":\"\",\"value\":\"\",\"operator\":\"\"}]}},\"editor_options\":{\"title\":\"Text Area\",\"icon_class\":\"ff-edit-textarea\",\"template\":\"inputTextarea\"},\"uniqElKey\":\"el_1570879001207\"}],\"submitButton\":{\"uniqElKey\":\"el_1524065200616\",\"element\":\"button\",\"attributes\":{\"type\":\"submit\",\"class\":\"\"},\"settings\":{\"align\":\"left\",\"button_style\":\"default\",\"container_class\":\"\",\"help_message\":\"\",\"background_color\":\"#1a7efb\",\"button_size\":\"md\",\"color\":\"#ffffff\",\"button_ui\":{\"type\":\"default\",\"text\":\"Enviar\",\"img_url\":\"\"},\"normal_styles\":{\"backgroundColor\":\"#1a7efb\",\"borderColor\":\"#1a7efb\",\"color\":\"#ffffff\",\"borderRadius\":\"\",\"minWidth\":\"\"},\"hover_styles\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#1a7efb\",\"color\":\"#1a7efb\",\"borderRadius\":\"\",\"minWidth\":\"\"},\"current_state\":\"normal_styles\"},\"editor_options\":{\"title\":\"Submit Button\"}}}', 0, '', NULL, 1, '2024-10-07 04:16:40', '2024-10-07 18:55:54'),
(2, 'Subscription Form', 'published', NULL, '{\"fields\":[{\"index\":1,\"element\":\"container\",\"attributes\":[],\"settings\":{\"container_class\":\"\",\"conditional_logics\":{\"type\":\"any\",\"status\":false,\"conditions\":[{\"field\":\"\",\"value\":\"\",\"operator\":\"\"}]}},\"columns\":[{\"fields\":[{\"index\":1,\"element\":\"input_email\",\"attributes\":{\"type\":\"email\",\"name\":\"email\",\"value\":\"\",\"id\":\"\",\"class\":\"\",\"placeholder\":\"Your Email Address\"},\"settings\":{\"container_class\":\"\",\"label\":\"\",\"label_placement\":\"\",\"help_message\":\"\",\"admin_field_label\":\"Email\",\"validation_rules\":{\"required\":{\"value\":true,\"message\":\"This field is required\"},\"email\":{\"value\":true,\"message\":\"This field must contain a valid email\"}},\"conditional_logics\":[],\"is_unique\":\"no\",\"unique_validation_message\":\"Email address need to be unique.\"},\"editor_options\":{\"title\":\"Email Address\",\"icon_class\":\"ff-edit-email\",\"template\":\"inputText\"},\"uniqElKey\":\"el_16231279686950.8779857923682932\"}]},{\"fields\":[{\"index\":15,\"element\":\"custom_submit_button\",\"attributes\":{\"class\":\"\",\"type\":\"submit\"},\"settings\":{\"button_style\":\"\",\"button_size\":\"md\",\"align\":\"left\",\"container_class\":\"\",\"current_state\":\"normal_styles\",\"background_color\":\"\",\"color\":\"\",\"hover_styles\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#1a7efb\",\"color\":\"#1a7efb\",\"borderRadius\":\"\",\"minWidth\":\"100%\"},\"normal_styles\":{\"backgroundColor\":\"#1a7efb\",\"borderColor\":\"#1a7efb\",\"color\":\"#ffffff\",\"borderRadius\":\"\",\"minWidth\":\"100%\"},\"button_ui\":{\"text\":\"Subscribe\",\"type\":\"default\",\"img_url\":\"\"},\"conditional_logics\":{\"type\":\"any\",\"status\":false,\"conditions\":[{\"field\":\"\",\"value\":\"\",\"operator\":\"\"}]}},\"editor_options\":{\"title\":\"Custom Submit Button\",\"icon_class\":\"dashicons dashicons-arrow-right-alt\",\"template\":\"customButton\"},\"uniqElKey\":\"el_16231279798380.5947400167493171\"}]}],\"editor_options\":{\"title\":\"Two Column Container\",\"icon_class\":\"ff-edit-column-2\"},\"uniqElKey\":\"el_16231279284710.40955091024524304\"}],\"submitButton\":{\"uniqElKey\":\"el_1524065200616\",\"element\":\"button\",\"attributes\":{\"type\":\"submit\",\"class\":\"\"},\"settings\":{\"align\":\"left\",\"button_style\":\"default\",\"container_class\":\"\",\"help_message\":\"\",\"background_color\":\"#1a7efb\",\"button_size\":\"md\",\"color\":\"#ffffff\",\"button_ui\":{\"type\":\"default\",\"text\":\"Subscribe\",\"img_url\":\"\"}},\"editor_options\":{\"title\":\"Submit Button\"}}}', 0, 'form', NULL, 1, '2024-10-07 04:16:40', '2024-10-07 04:16:40'),
(3, 'landing', 'published', NULL, '{\"fields\":[{\"index\":1,\"element\":\"container\",\"attributes\":[],\"settings\":{\"container_class\":\"\",\"conditional_logics\":{\"type\":\"any\",\"status\":false,\"conditions\":[{\"field\":\"\",\"value\":\"\",\"operator\":\"\"}]},\"container_width\":\"\",\"is_width_auto_calc\":true},\"columns\":[{\"fields\":[{\"index\":0,\"element\":\"input_name\",\"attributes\":{\"name\":\"names\",\"data-type\":\"name-element\"},\"settings\":{\"container_class\":\"\",\"admin_field_label\":\"Nombre\",\"conditional_logics\":{\"type\":\"any\",\"status\":false,\"conditions\":[{\"field\":\"\",\"value\":\"\",\"operator\":\"\"}]},\"label_placement\":\"\"},\"fields\":{\"first_name\":{\"element\":\"input_text\",\"attributes\":{\"type\":\"text\",\"name\":\"first_name\",\"value\":\"\",\"id\":\"\",\"class\":\"\",\"placeholder\":\"\"},\"settings\":{\"container_class\":\"\",\"label\":\"Nombre\",\"help_message\":\"\",\"visible\":true,\"validation_rules\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global\":false,\"global_message\":\"This field is required\"}},\"conditional_logics\":[]},\"editor_options\":{\"template\":\"inputText\"}},\"middle_name\":{\"element\":\"input_text\",\"attributes\":{\"type\":\"text\",\"name\":\"middle_name\",\"value\":\"\",\"id\":\"\",\"class\":\"\",\"placeholder\":\"\",\"required\":false},\"settings\":{\"container_class\":\"\",\"label\":\"Middle Name\",\"help_message\":\"\",\"error_message\":\"\",\"visible\":false,\"validation_rules\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global\":false,\"global_message\":\"This field is required\"}},\"conditional_logics\":[]},\"editor_options\":{\"template\":\"inputText\"}},\"last_name\":{\"element\":\"input_text\",\"attributes\":{\"type\":\"text\",\"name\":\"last_name\",\"value\":\"\",\"id\":\"\",\"class\":\"\",\"placeholder\":\"\",\"required\":false},\"settings\":{\"container_class\":\"\",\"label\":\"Last Name\",\"help_message\":\"\",\"error_message\":\"\",\"visible\":false,\"validation_rules\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global\":false,\"global_message\":\"This field is required\"}},\"conditional_logics\":[]},\"editor_options\":{\"template\":\"inputText\"}}},\"editor_options\":{\"title\":\"Name Fields\",\"element\":\"name-fields\",\"icon_class\":\"icon-user\",\"template\":\"nameFields\"},\"uniqElKey\":\"el_1611225259037\"}],\"width\":50},{\"fields\":[{\"index\":1,\"element\":\"input_email\",\"attributes\":{\"type\":\"email\",\"name\":\"email\",\"value\":\"\",\"id\":\"\",\"class\":\"\",\"placeholder\":\"\"},\"settings\":{\"container_class\":\"\",\"label\":\"Correo Electrónico\",\"label_placement\":\"\",\"help_message\":\"\",\"admin_field_label\":\"Correo Electrónico\",\"validation_rules\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global\":false,\"global_message\":\"This field is required\"},\"email\":{\"value\":true,\"message\":\"This field must contain a valid email\",\"global\":false,\"global_message\":\"This field must contain a valid email\"}},\"conditional_logics\":[],\"is_unique\":\"no\",\"unique_validation_message\":\"Email address need to be unique.\",\"prefix_label\":\"\",\"suffix_label\":\"\"},\"editor_options\":{\"title\":\"Email Address\",\"icon_class\":\"icon-envelope-o\",\"template\":\"inputText\"},\"uniqElKey\":\"el_1611225262228\"}],\"width\":50}],\"editor_options\":{\"title\":\"Two Column Container\",\"icon_class\":\"ff-edit-column-2\"},\"uniqElKey\":\"el_16112252561400.9634871963881846\"},{\"index\":1,\"element\":\"container\",\"attributes\":[],\"settings\":{\"container_class\":\"\",\"conditional_logics\":{\"type\":\"any\",\"status\":false,\"conditions\":[{\"field\":\"\",\"value\":\"\",\"operator\":\"\"}]},\"container_width\":\"\",\"is_width_auto_calc\":true},\"columns\":[{\"fields\":[{\"index\":2,\"element\":\"input_text\",\"attributes\":{\"type\":\"text\",\"name\":\"input_text\",\"value\":\"\",\"class\":\"\",\"placeholder\":\"\",\"maxlength\":\"\"},\"settings\":{\"container_class\":\"\",\"label\":\"Teléfono\",\"label_placement\":\"\",\"admin_field_label\":\"\",\"help_message\":\"\",\"prefix_label\":\"\",\"suffix_label\":\"\",\"validation_rules\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"conditional_logics\":[],\"is_unique\":\"no\",\"unique_validation_message\":\"This value need to be unique.\"},\"editor_options\":{\"title\":\"Simple Text\",\"icon_class\":\"ff-edit-text\",\"template\":\"inputText\"},\"uniqElKey\":\"el_172826878806379\"}],\"width\":50},{\"fields\":[{\"index\":7,\"element\":\"select\",\"attributes\":{\"name\":\"dropdown\",\"value\":\"\",\"id\":\"\",\"class\":\"\"},\"settings\":{\"dynamic_default_value\":\"\",\"label\":\"Tipo de Edificio A PROTEGER \",\"admin_field_label\":\"\",\"help_message\":\"\",\"container_class\":\"\",\"label_placement\":\"\",\"placeholder\":\"- Selecciona -\",\"advanced_options\":[{\"label\":\"Edificio Multifamiliar\",\"value\":\"Edificio Multifamiliar\",\"calc_value\":\"\",\"id\":0},{\"label\":\"Complejo Industrial\",\"value\":\"Complejo Industrial\",\"calc_value\":\"\",\"id\":1},{\"label\":\"Edificio de Oficinas\",\"value\":\"Edificio de Oficinas\",\"calc_value\":\"\",\"image\":\"\"},{\"label\":\"Establecimiento Comercial\",\"value\":\"Establecimiento Comercial\",\"calc_value\":\"\",\"image\":\"\"},{\"label\":\"Restaurante\",\"value\":\"Restaurante\",\"calc_value\":\"\",\"image\":\"\"}],\"calc_value_status\":false,\"enable_image_input\":false,\"values_visible\":false,\"enable_select_2\":\"no\",\"validation_rules\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"conditional_logics\":[],\"randomize_options\":\"no\"},\"editor_options\":{\"title\":\"Dropdown\",\"icon_class\":\"ff-edit-dropdown\",\"element\":\"select\",\"template\":\"select\"},\"uniqElKey\":\"el_172826880513483\"}],\"width\":50}],\"editor_options\":{\"title\":\"Two Column Container\",\"icon_class\":\"ff-edit-column-2\"},\"uniqElKey\":\"el_16112252670410.6323026966057792\"},{\"index\":1,\"element\":\"container\",\"attributes\":[],\"settings\":{\"container_class\":\"\",\"conditional_logics\":{\"type\":\"any\",\"status\":false,\"conditions\":[{\"field\":\"\",\"value\":\"\",\"operator\":\"\"}]},\"container_width\":\"\",\"is_width_auto_calc\":true},\"columns\":[{\"fields\":[{\"index\":7,\"element\":\"select\",\"attributes\":{\"name\":\"dropdown_1\",\"value\":\"\",\"id\":\"\",\"class\":\"\"},\"settings\":{\"dynamic_default_value\":\"\",\"label\":\"A qué te dedicas\",\"admin_field_label\":\"\",\"help_message\":\"\",\"container_class\":\"\",\"label_placement\":\"\",\"placeholder\":\"- Selecciona -\",\"advanced_options\":[{\"label\":\"ING DE SEGURIDAD Y SALUD OCUPACIONAL\",\"value\":\"ING DE SEGURIDAD Y SALUD OCUPACIONAL\",\"calc_value\":\"\",\"id\":0},{\"label\":\"INGENIERO DE PROTECCION CONTRA INCENDIOS\",\"value\":\"INGENIERO DE PROTECCION CONTRA INCENDIOS\",\"calc_value\":\"\",\"id\":1},{\"label\":\"CONSULTOR\",\"value\":\"CONSULTOR\",\"calc_value\":\"\",\"image\":\"\",\"id\":2},{\"label\":\"INSTALADOR DE SISTEMAS DE SEGURIDAD Y PROTECCION CONTRA INCENDIOS\",\"value\":\"INSTALADOR DE SISTEMAS DE SEGURIDAD Y PROTECCION CONTRA INCENDIOS\",\"calc_value\":\"\",\"image\":\"\",\"id\":3},{\"label\":\"CONSTRUCTOR / ARQUITECTO \",\"value\":\"CONSTRUCTOR / ARQUITECTO \",\"calc_value\":\"\",\"image\":\"\",\"id\":4}],\"calc_value_status\":false,\"enable_image_input\":false,\"values_visible\":false,\"enable_select_2\":\"no\",\"validation_rules\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"conditional_logics\":[],\"randomize_options\":\"no\"},\"editor_options\":{\"title\":\"Dropdown\",\"icon_class\":\"ff-edit-dropdown\",\"element\":\"select\",\"template\":\"select\"},\"uniqElKey\":\"el_1728268912014\"}],\"width\":50},{\"fields\":[{\"index\":7,\"element\":\"select\",\"attributes\":{\"name\":\"dropdown_2\",\"value\":\"\",\"id\":\"\",\"class\":\"\"},\"settings\":{\"dynamic_default_value\":\"\",\"label\":\"Nivel de Interés\",\"admin_field_label\":\"\",\"help_message\":\"\",\"container_class\":\"\",\"label_placement\":\"\",\"placeholder\":\"- Selecciona -\",\"advanced_options\":[{\"label\":\"Consulta General\",\"value\":\"Consulta General\",\"calc_value\":\"\",\"id\":0},{\"label\":\"Cotización Inmediata\",\"value\":\"Cotización Inmediata\",\"calc_value\":\"\",\"id\":1},{\"label\":\"Consultoria e Ingenieria\",\"value\":\"Consultoria e Ingenieria\",\"calc_value\":\"\",\"image\":\"\",\"id\":2}],\"calc_value_status\":false,\"enable_image_input\":false,\"values_visible\":false,\"enable_select_2\":\"no\",\"validation_rules\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"conditional_logics\":[],\"randomize_options\":\"no\"},\"editor_options\":{\"title\":\"Dropdown\",\"icon_class\":\"ff-edit-dropdown\",\"element\":\"select\",\"template\":\"select\"},\"uniqElKey\":\"el_172826890849369\"}],\"width\":50}],\"editor_options\":{\"title\":\"Two Column Container\",\"icon_class\":\"ff-edit-column-2\"},\"uniqElKey\":\"el_17282689062008\"},{\"index\":7,\"element\":\"select\",\"attributes\":{\"name\":\"dropdown_3\",\"value\":\"\",\"id\":\"\",\"class\":\"\"},\"settings\":{\"dynamic_default_value\":\"\",\"label\":\"Producto de Interés\",\"admin_field_label\":\"\",\"help_message\":\"\",\"container_class\":\"\",\"label_placement\":\"\",\"placeholder\":\"- Selecciona -\",\"advanced_options\":[{\"label\":\"DETECCION DE INCENDIOS, SUPRESION DE INCENDIOS\",\"value\":\"DETECCION DE INCENDIOS, SUPRESION DE INCENDIOS\",\"calc_value\":\"\",\"id\":0},{\"label\":\"EXTINTORES\",\"value\":\"EXTINTORES\",\"calc_value\":\"\",\"id\":1},{\"label\":\"RECARGA DE EXTINTORES\",\"value\":\"RECARGA DE EXTINTORES\",\"calc_value\":\"\",\"image\":\"\",\"id\":2}],\"calc_value_status\":false,\"enable_image_input\":false,\"values_visible\":false,\"enable_select_2\":\"no\",\"validation_rules\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"conditional_logics\":[],\"randomize_options\":\"no\"},\"editor_options\":{\"title\":\"Dropdown\",\"icon_class\":\"ff-edit-dropdown\",\"element\":\"select\",\"template\":\"select\"},\"uniqElKey\":\"el_172826908013538\"}],\"submitButton\":{\"uniqElKey\":\"el_1559116097684\",\"element\":\"button\",\"attributes\":{\"type\":\"submit\",\"class\":\"\"},\"settings\":{\"align\":\"left\",\"button_style\":\"green\",\"container_class\":\"\",\"help_message\":\"\",\"background_color\":\"#67C23A\",\"button_size\":\"lg\",\"color\":\"#ffffff\",\"button_ui\":{\"type\":\"default\",\"text\":\"AGENDA UNA REUNION CON NOSOTROS\",\"img_url\":\"\"},\"normal_styles\":{\"backgroundColor\":\"#409EFF\",\"borderColor\":\"#409EFF\",\"color\":\"#ffffff\",\"borderRadius\":\"\",\"minWidth\":\"\"},\"hover_styles\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#409EFF\",\"color\":\"#409EFF\",\"borderRadius\":\"\",\"minWidth\":\"\"},\"current_state\":\"normal_styles\"},\"editor_options\":{\"title\":\"Submit Button\"}}}', 0, 'form', NULL, 1, NULL, '2024-10-07 06:46:01'),
(4, 'Newsletter Form (#2)', 'published', NULL, '{\"fields\":[{\"index\":0,\"element\":\"input_name\",\"attributes\":{\"name\":\"names\",\"data-type\":\"name-element\"},\"settings\":{\"container_class\":\"\",\"admin_field_label\":\"Name\",\"conditional_logics\":{\"type\":\"any\",\"status\":false,\"conditions\":[{\"field\":\"\",\"value\":\"\",\"operator\":\"\"}]},\"label_placement\":\"\"},\"fields\":{\"first_name\":{\"element\":\"input_text\",\"attributes\":{\"type\":\"text\",\"name\":\"first_name\",\"value\":\"\",\"id\":\"\",\"class\":\"\",\"placeholder\":\"\"},\"settings\":{\"container_class\":\"\",\"label\":\"First Name\",\"help_message\":\"\",\"visible\":true,\"validation_rules\":{\"required\":{\"value\":false,\"message\":\"This field is required\"}},\"conditional_logics\":[]},\"editor_options\":{\"template\":\"inputText\"}},\"middle_name\":{\"element\":\"input_text\",\"attributes\":{\"type\":\"text\",\"name\":\"middle_name\",\"value\":\"\",\"id\":\"\",\"class\":\"\",\"placeholder\":\"\",\"required\":false},\"settings\":{\"container_class\":\"\",\"label\":\"Middle Name\",\"help_message\":\"\",\"error_message\":\"\",\"visible\":false,\"validation_rules\":{\"required\":{\"value\":false,\"message\":\"This field is required\"}},\"conditional_logics\":[]},\"editor_options\":{\"template\":\"inputText\"}},\"last_name\":{\"element\":\"input_text\",\"attributes\":{\"type\":\"text\",\"name\":\"last_name\",\"value\":\"\",\"id\":\"\",\"class\":\"\",\"placeholder\":\"\",\"required\":false},\"settings\":{\"container_class\":\"\",\"label\":\"Last Name\",\"help_message\":\"\",\"error_message\":\"\",\"visible\":true,\"validation_rules\":{\"required\":{\"value\":false,\"message\":\"This field is required\"}},\"conditional_logics\":[]},\"editor_options\":{\"template\":\"inputText\"}}},\"editor_options\":{\"title\":\"Name Fields\",\"element\":\"name-fields\",\"icon_class\":\"icon-user\",\"template\":\"nameFields\"},\"uniqElKey\":\"el_1570702292674\"},{\"index\":1,\"element\":\"input_email\",\"attributes\":{\"type\":\"email\",\"name\":\"email\",\"value\":\"\",\"id\":\"\",\"class\":\"\",\"placeholder\":\"\"},\"settings\":{\"container_class\":\"\",\"label\":\"Email\",\"label_placement\":\"left\",\"help_message\":\"N:B: We will send you an email describing how to activate your newsletter subscription.\",\"admin_field_label\":\"\",\"validation_rules\":{\"required\":{\"value\":false,\"message\":\"This field is required\"},\"email\":{\"value\":true,\"message\":\"This field must contain a valid email\"}},\"conditional_logics\":{\"type\":\"any\",\"status\":false,\"conditions\":[{\"field\":\"\",\"value\":\"\",\"operator\":\"\"}]},\"is_unique\":\"no\",\"unique_validation_message\":\"Email address need to be unique.\"},\"editor_options\":{\"title\":\"Email Address\",\"icon_class\":\"icon-envelope-o\",\"template\":\"inputText\"},\"uniqElKey\":\"el_1570690876531\"}],\"submitButton\":{\"uniqElKey\":\"el_1524065200616\",\"element\":\"button\",\"attributes\":{\"type\":\"submit\",\"class\":\"\"},\"settings\":{\"align\":\"left\",\"button_style\":\"red\",\"container_class\":\"\",\"help_message\":\"\",\"background_color\":\"#F56C6C\",\"button_size\":\"md\",\"color\":\"#ffffff\",\"button_ui\":{\"type\":\"default\",\"text\":\"Subscribe\",\"img_url\":\"\"},\"normal_styles\":[],\"hover_styles\":[],\"current_state\":\"normal_styles\"},\"editor_options\":{\"title\":\"Submit Button\"}}}', 0, 'form', NULL, 1, NULL, NULL),
(5, 'Blank Form (#5)', 'published', NULL, '{\"fields\":[{\"index\":1,\"element\":\"container\",\"attributes\":[],\"settings\":{\"container_class\":\"\",\"conditional_logics\":{\"type\":\"any\",\"status\":false,\"conditions\":[{\"field\":\"\",\"value\":\"\",\"operator\":\"\"}]},\"container_width\":\"\",\"is_width_auto_calc\":true},\"columns\":[{\"width\":50,\"fields\":[{\"index\":0,\"element\":\"input_name\",\"attributes\":{\"name\":\"names\",\"data-type\":\"name-element\"},\"settings\":{\"container_class\":\"\",\"admin_field_label\":\"Nombre Completo\",\"conditional_logics\":{\"type\":\"any\",\"status\":false,\"conditions\":[{\"field\":\"\",\"value\":\"\",\"operator\":\"\"}]},\"label_placement\":\"\"},\"fields\":{\"first_name\":{\"element\":\"input_text\",\"attributes\":{\"type\":\"text\",\"name\":\"first_name\",\"value\":\"\",\"id\":\"\",\"class\":\"\",\"placeholder\":\"Nombre Completo\",\"maxlength\":\"\"},\"settings\":{\"container_class\":\"\",\"label\":\"Nombre Completo\",\"help_message\":\"\",\"visible\":true,\"label_placement\":\"top\",\"label_placement_options\":[{\"value\":\"\",\"label\":\"Default\"},{\"value\":\"top\",\"label\":\"Top\"},{\"value\":\"right\",\"label\":\"Right\"},{\"value\":\"bottom\",\"label\":\"Bottom\"},{\"value\":\"left\",\"label\":\"Left\"},{\"value\":\"hide_label\",\"label\":\"Hidden\"}],\"validation_rules\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global_message\":\"Este campo es obligatorio\",\"global\":true}},\"conditional_logics\":[]},\"editor_options\":{\"template\":\"inputText\"}},\"middle_name\":{\"element\":\"input_text\",\"attributes\":{\"type\":\"text\",\"name\":\"middle_name\",\"value\":\"\",\"id\":\"\",\"class\":\"\",\"placeholder\":\"Middle Name\",\"required\":false,\"maxlength\":\"\"},\"settings\":{\"container_class\":\"\",\"label\":\"Middle Name\",\"help_message\":\"\",\"error_message\":\"\",\"label_placement\":\"top\",\"label_placement_options\":[{\"value\":\"\",\"label\":\"Default\"},{\"value\":\"top\",\"label\":\"Top\"},{\"value\":\"right\",\"label\":\"Right\"},{\"value\":\"bottom\",\"label\":\"Bottom\"},{\"value\":\"left\",\"label\":\"Left\"},{\"value\":\"hide_label\",\"label\":\"Hidden\"}],\"visible\":false,\"validation_rules\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global_message\":\"Este campo es obligatorio\",\"global\":true}},\"conditional_logics\":[]},\"editor_options\":{\"template\":\"inputText\"}},\"last_name\":{\"element\":\"input_text\",\"attributes\":{\"type\":\"text\",\"name\":\"last_name\",\"value\":\"\",\"id\":\"\",\"class\":\"\",\"placeholder\":\"Last Name\",\"required\":false,\"maxlength\":\"\"},\"settings\":{\"container_class\":\"\",\"label\":\"Last Name\",\"help_message\":\"\",\"error_message\":\"\",\"label_placement\":\"top\",\"label_placement_options\":[{\"value\":\"\",\"label\":\"Default\"},{\"value\":\"top\",\"label\":\"Top\"},{\"value\":\"right\",\"label\":\"Right\"},{\"value\":\"bottom\",\"label\":\"Bottom\"},{\"value\":\"left\",\"label\":\"Left\"},{\"value\":\"hide_label\",\"label\":\"Hidden\"}],\"visible\":false,\"validation_rules\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global_message\":\"Este campo es obligatorio\",\"global\":true}},\"conditional_logics\":[]},\"editor_options\":{\"template\":\"inputText\"}}},\"editor_options\":{\"title\":\"Name Fields\",\"element\":\"name-fields\",\"icon_class\":\"ff-edit-name\",\"template\":\"nameFields\"},\"uniqElKey\":\"el_1728270164524\"}]},{\"width\":50,\"fields\":[{\"index\":1,\"element\":\"input_email\",\"attributes\":{\"type\":\"email\",\"name\":\"email\",\"value\":\"\",\"id\":\"\",\"class\":\"\",\"placeholder\":\"Correo Electrónico\"},\"settings\":{\"container_class\":\"\",\"label\":\"Correo Electrónico\",\"label_placement\":\"\",\"help_message\":\"\",\"admin_field_label\":\"\",\"prefix_label\":\"\",\"suffix_label\":\"\",\"validation_rules\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global_message\":\"Este campo es obligatorio\",\"global\":true},\"email\":{\"value\":true,\"message\":\"This field must contain a valid email\",\"global_message\":\"Este campo debe contener un correo electrónico válido\",\"global\":true}},\"conditional_logics\":[],\"is_unique\":\"no\",\"unique_validation_message\":\"Email address need to be unique.\"},\"editor_options\":{\"title\":\"Email\",\"icon_class\":\"ff-edit-email\",\"template\":\"inputText\"},\"uniqElKey\":\"el_1738180352586\"}]}],\"editor_options\":{\"title\":\"Two Column Container\",\"icon_class\":\"ff-edit-column-2\"},\"uniqElKey\":\"el_172827016001829\"},{\"index\":1,\"element\":\"container\",\"attributes\":[],\"settings\":{\"container_class\":\"\",\"conditional_logics\":{\"type\":\"any\",\"status\":false,\"conditions\":[{\"field\":\"\",\"value\":\"\",\"operator\":\"\"}]},\"container_width\":\"\",\"is_width_auto_calc\":true},\"columns\":[{\"width\":50,\"fields\":[{\"index\":2,\"element\":\"input_text\",\"attributes\":{\"type\":\"text\",\"name\":\"input_text\",\"value\":\"\",\"class\":\"\",\"placeholder\":\"\",\"maxlength\":\"\"},\"settings\":{\"container_class\":\"\",\"label\":\"Número de Teléfono\",\"label_placement\":\"\",\"admin_field_label\":\"\",\"help_message\":\"\",\"prefix_label\":\"\",\"suffix_label\":\"\",\"validation_rules\":{\"required\":{\"value\":true,\"message\":\"Este campo es obligatorio\",\"global_message\":\"Este campo es obligatorio\",\"global\":true}},\"conditional_logics\":[],\"is_unique\":\"no\",\"unique_validation_message\":\"Este valor debe ser único.\"},\"editor_options\":{\"title\":\"Texto simple\",\"icon_class\":\"ff-edit-text\",\"template\":\"inputText\"},\"uniqElKey\":\"el_172831209787257\"}]},{\"width\":50,\"fields\":[{\"index\":7,\"element\":\"select\",\"attributes\":{\"name\":\"dropdown\",\"value\":\"\",\"id\":\"\",\"class\":\"\"},\"settings\":{\"dynamic_default_value\":\"\",\"label\":\"Tipo de edificio a proteger\",\"admin_field_label\":\"\",\"help_message\":\"\",\"container_class\":\"\",\"label_placement\":\"\",\"placeholder\":\"- Seleccione -\",\"advanced_options\":[{\"label\":\"Edificio Multifamiliar\",\"value\":\"Edificio Multifamiliar\",\"calc_value\":\"\",\"id\":0},{\"label\":\"Complejo Industrial\",\"value\":\"Complejo Industrial\",\"calc_value\":\"\",\"id\":1},{\"label\":\"Edificio de Oficinas\",\"value\":\"Edificio de Oficinas\",\"calc_value\":\"\",\"image\":\"\",\"id\":2},{\"label\":\"Establecimiento Comercial\",\"value\":\"Establecimiento Comercial\",\"calc_value\":\"\",\"image\":\"\",\"id\":3},{\"label\":\"Restaurante\",\"value\":\"Restaurante\",\"calc_value\":\"\",\"image\":\"\",\"id\":4},{\"label\":\"Almacenes/centros de distribución\",\"value\":\"Almacenes/centros de distribución\",\"calc_value\":\"\",\"image\":\"\",\"id\":5}],\"calc_value_status\":false,\"enable_image_input\":false,\"values_visible\":false,\"enable_select_2\":\"no\",\"validation_rules\":{\"required\":{\"value\":true,\"message\":\"Este campo es obligatorio\",\"global_message\":\"Este campo es obligatorio\",\"global\":true}},\"conditional_logics\":[],\"randomize_options\":\"no\"},\"editor_options\":{\"title\":\"Desplegable\",\"icon_class\":\"ff-edit-dropdown\",\"element\":\"select\",\"template\":\"select\"},\"uniqElKey\":\"el_172831211886027\"}]}],\"editor_options\":{\"title\":\"Two Column Container\",\"icon_class\":\"ff-edit-column-2\"},\"uniqElKey\":\"el_17283120886511\"},{\"index\":1,\"element\":\"container\",\"attributes\":[],\"settings\":{\"container_class\":\"\",\"conditional_logics\":{\"type\":\"any\",\"status\":false,\"conditions\":[{\"field\":\"\",\"value\":\"\",\"operator\":\"\"}]},\"container_width\":\"\",\"is_width_auto_calc\":true},\"columns\":[{\"width\":50,\"fields\":[{\"index\":7,\"element\":\"select\",\"attributes\":{\"name\":\"dropdown_5\",\"value\":\"\",\"id\":\"\",\"class\":\"\"},\"settings\":{\"dynamic_default_value\":\"\",\"label\":\"Ciudad\",\"admin_field_label\":\"\",\"help_message\":\"\",\"container_class\":\"\",\"label_placement\":\"\",\"placeholder\":\"- Seleccione -\",\"advanced_options\":[{\"label\":\"Santa Cruz\",\"value\":\"Santa Cruz\",\"calc_value\":\"\",\"id\":0},{\"label\":\"Cochabamba\",\"value\":\"Cochabamba\",\"calc_value\":\"\",\"id\":1},{\"label\":\"La Paz\",\"value\":\"La Paz\",\"calc_value\":\"\",\"image\":\"\",\"id\":2},{\"label\":\"Potosí\",\"value\":\"Potosí\",\"calc_value\":\"\",\"image\":\"\",\"id\":3},{\"label\":\"Tarija\",\"value\":\"Tarija\",\"calc_value\":\"\",\"image\":\"\",\"id\":4},{\"label\":\"Chuquisaca\",\"value\":\"Chuquisaca\",\"calc_value\":\"\",\"image\":\"\",\"id\":5},{\"label\":\"Oruro\",\"value\":\"Oruro\",\"calc_value\":\"\",\"image\":\"\",\"id\":6},{\"label\":\"Beni\",\"value\":\"Beni\",\"calc_value\":\"\",\"image\":\"\",\"id\":7},{\"label\":\"Pando\",\"value\":\"Pando\",\"calc_value\":\"\",\"image\":\"\",\"id\":8}],\"calc_value_status\":false,\"enable_image_input\":false,\"values_visible\":false,\"enable_select_2\":\"no\",\"validation_rules\":{\"required\":{\"value\":true,\"message\":\"Este campo es obligatorio\",\"global_message\":\"Este campo es obligatorio\",\"global\":true}},\"conditional_logics\":[],\"randomize_options\":\"no\"},\"editor_options\":{\"title\":\"Desplegable\",\"icon_class\":\"ff-edit-dropdown\",\"element\":\"select\",\"template\":\"select\"},\"uniqElKey\":\"el_173807528459830\"}]},{\"width\":50,\"fields\":[{\"index\":2,\"element\":\"input_text\",\"attributes\":{\"type\":\"text\",\"name\":\"input_text_1\",\"value\":\"\",\"class\":\"\",\"placeholder\":\"\",\"maxlength\":\"\"},\"settings\":{\"container_class\":\"\",\"label\":\"Empresa\",\"label_placement\":\"\",\"admin_field_label\":\"\",\"help_message\":\"\",\"prefix_label\":\"\",\"suffix_label\":\"\",\"validation_rules\":{\"required\":{\"value\":true,\"message\":\"Este campo es obligatorio\",\"global_message\":\"Este campo es obligatorio\",\"global\":true}},\"conditional_logics\":[],\"is_unique\":\"no\",\"unique_validation_message\":\"Este valor debe ser único.\"},\"editor_options\":{\"title\":\"Texto simple\",\"icon_class\":\"ff-edit-text\",\"template\":\"inputText\"},\"uniqElKey\":\"el_173807536816621\"}]}],\"editor_options\":{\"title\":\"Two Column Container\",\"icon_class\":\"ff-edit-column-2\"},\"uniqElKey\":\"el_173807527193648\"},{\"index\":1,\"element\":\"container\",\"attributes\":[],\"settings\":{\"container_class\":\"\",\"conditional_logics\":{\"type\":\"any\",\"status\":false,\"conditions\":[{\"field\":\"\",\"value\":\"\",\"operator\":\"\"}]},\"container_width\":\"\",\"is_width_auto_calc\":true},\"columns\":[{\"width\":50,\"fields\":[{\"index\":7,\"element\":\"select\",\"attributes\":{\"name\":\"dropdown_1\",\"value\":\"\",\"id\":\"\",\"class\":\"\"},\"settings\":{\"dynamic_default_value\":\"\",\"label\":\"Ocupación\",\"admin_field_label\":\"\",\"help_message\":\"\",\"container_class\":\"\",\"label_placement\":\"\",\"placeholder\":\"- Seleccione -\",\"advanced_options\":[{\"label\":\"ING DE SEGURIDAD Y SALUD OCUPACIONAL\",\"value\":\"ING DE SEGURIDAD Y SALUD OCUPACIONAL\",\"calc_value\":\"\",\"id\":0},{\"label\":\"ING DE PROTECCIÓN CONTRA INCENDIOS\",\"value\":\"ING DE PROTECCIÓN CONTRA INCENDIOS\",\"calc_value\":\"\",\"id\":1},{\"label\":\"CONSULTOR\",\"value\":\"CONSULTOR\",\"calc_value\":\"\",\"image\":\"\",\"id\":2},{\"label\":\"INSTALADOR DE SISTEMAS DE SEGURIDAD Y PROTECCIÓN CONTRA INCENDIOS\",\"value\":\"INSTALADOR DE SISTEMAS DE SEGURIDAD Y PROTECCIÓN CONTRA INCENDIOS\",\"calc_value\":\"\",\"image\":\"\",\"id\":3},{\"label\":\"CONSTRUCTOR/ARQUITECTO\",\"value\":\"CONSTRUCTOR/ARQUITECTO\",\"calc_value\":\"\",\"image\":\"\",\"id\":4}],\"calc_value_status\":false,\"enable_image_input\":false,\"values_visible\":false,\"enable_select_2\":\"no\",\"validation_rules\":{\"required\":{\"value\":true,\"message\":\"Este campo es obligatorio\",\"global_message\":\"Este campo es obligatorio\",\"global\":true}},\"conditional_logics\":[],\"randomize_options\":\"no\"},\"editor_options\":{\"title\":\"Desplegable\",\"icon_class\":\"ff-edit-dropdown\",\"element\":\"select\",\"template\":\"select\"},\"uniqElKey\":\"el_1728312213724\"}]},{\"width\":50,\"fields\":[{\"index\":7,\"element\":\"select\",\"attributes\":{\"name\":\"dropdown_2\",\"value\":\"\",\"id\":\"\",\"class\":\"\"},\"settings\":{\"dynamic_default_value\":\"\",\"label\":\"Nivel de Interés\",\"admin_field_label\":\"\",\"help_message\":\"\",\"container_class\":\"\",\"label_placement\":\"\",\"placeholder\":\"- Seleccione -\",\"advanced_options\":[{\"label\":\"Consulta General\",\"value\":\"Consulta General\",\"calc_value\":\"\",\"id\":0},{\"label\":\"Cotización Inmediata\",\"value\":\"Cotización Inmediata\",\"calc_value\":\"\",\"id\":1},{\"label\":\"Consultoría e Ingeniería\",\"value\":\"Consultoría e Ingeniería\",\"calc_value\":\"\",\"image\":\"\",\"id\":2}],\"calc_value_status\":false,\"enable_image_input\":false,\"values_visible\":false,\"enable_select_2\":\"no\",\"validation_rules\":{\"required\":{\"value\":true,\"message\":\"Este campo es obligatorio\",\"global_message\":\"Este campo es obligatorio\",\"global\":true}},\"conditional_logics\":[],\"randomize_options\":\"no\"},\"editor_options\":{\"title\":\"Desplegable\",\"icon_class\":\"ff-edit-dropdown\",\"element\":\"select\",\"template\":\"select\"},\"uniqElKey\":\"el_172831220857766\"}]}],\"editor_options\":{\"title\":\"Two Column Container\",\"icon_class\":\"ff-edit-column-2\"},\"uniqElKey\":\"el_172831219717274\"},{\"index\":7,\"element\":\"select\",\"attributes\":{\"name\":\"dropdown_6\",\"value\":\"\",\"id\":\"\",\"class\":\"\"},\"settings\":{\"dynamic_default_value\":\"\",\"label\":\"Producto de Interés\",\"admin_field_label\":\"\",\"help_message\":\"\",\"container_class\":\"\",\"label_placement\":\"\",\"placeholder\":\"- Seleccione -\",\"advanced_options\":[{\"label\":\"Sistemas de Detección humo y alarma de de incendio \",\"value\":\"Sistemas de Detección humo y alarma de de incendio \",\"calc_value\":\"\",\"id\":0},{\"label\":\"Sistemas de red de BIES, Rociadores, Hidrantes\",\"value\":\"Sistemas de red de BIES, Rociadores, Hidrantes\",\"calc_value\":\"\",\"id\":1},{\"label\":\"Sistemas de Extinción automática para cocinas industriales\",\"value\":\"Sistemas de Extinción automática para cocinas industriales\",\"calc_value\":\"\",\"image\":\"\",\"id\":2},{\"label\":\"Sistemas de Extinción por gases limpios\",\"value\":\"Sistemas de Extinción por gases limpios\",\"calc_value\":\"\",\"image\":\"\",\"id\":3},{\"label\":\"Extintores\",\"value\":\"Extintores\",\"calc_value\":\"\",\"image\":\"\",\"id\":4},{\"label\":\"Recarga de extintores\",\"value\":\"Recarga de extintores\",\"calc_value\":\"\",\"image\":\"\",\"id\":5},{\"label\":\"Ingeniería/Consultoría\",\"value\":\"Ingeniería/Consultoría\",\"calc_value\":\"\",\"image\":\"\",\"id\":6}],\"calc_value_status\":false,\"enable_image_input\":false,\"values_visible\":false,\"enable_select_2\":\"no\",\"validation_rules\":{\"required\":{\"value\":true,\"message\":\"Este campo es obligatorio\",\"global_message\":\"Este campo es obligatorio\",\"global\":true}},\"conditional_logics\":[],\"randomize_options\":\"no\"},\"editor_options\":{\"title\":\"Desplegable\",\"icon_class\":\"ff-edit-dropdown\",\"element\":\"select\",\"template\":\"select\"},\"uniqElKey\":\"el_173824135584091\"}],\"submitButton\":{\"uniqElKey\":\"el_1524065200616\",\"element\":\"button\",\"attributes\":{\"type\":\"submit\",\"class\":\"\"},\"settings\":{\"align\":\"left\",\"button_style\":\"default\",\"container_class\":\"\",\"help_message\":\"\",\"background_color\":\"#1a7efb\",\"button_size\":\"md\",\"color\":\"#ffffff\",\"button_ui\":{\"type\":\"default\",\"text\":\"ENVIAR\",\"img_url\":\"\"},\"normal_styles\":{\"backgroundColor\":\"#1a7efb\",\"borderColor\":\"#1a7efb\",\"color\":\"#ffffff\",\"borderRadius\":\"\",\"minWidth\":\"\"},\"hover_styles\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#1a7efb\",\"color\":\"#1a7efb\",\"borderRadius\":\"\",\"minWidth\":\"\"},\"current_state\":\"normal_styles\"},\"editor_options\":{\"title\":\"Submit Button\"}}}', 0, 'form', NULL, 1, '2024-10-07 07:01:42', '2025-01-30 16:52:21');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wpht_fluentform_form_analytics`
--

CREATE TABLE `wpht_fluentform_form_analytics` (
  `id` int(10) UNSIGNED NOT NULL,
  `form_id` int(10) UNSIGNED DEFAULT NULL,
  `user_id` int(10) UNSIGNED DEFAULT NULL,
  `source_url` text NOT NULL,
  `platform` char(30) DEFAULT NULL,
  `browser` char(30) DEFAULT NULL,
  `city` varchar(100) DEFAULT NULL,
  `country` varchar(100) DEFAULT NULL,
  `ip` char(15) DEFAULT NULL,
  `count` int(11) DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Volcado de datos para la tabla `wpht_fluentform_form_analytics`
--

INSERT INTO `wpht_fluentform_form_analytics` (`id`, `form_id`, `user_id`, `source_url`, `platform`, `browser`, `city`, `country`, `ip`, `count`, `created_at`) VALUES
(1, 1, 0, '', 'unknown', 'unknown', NULL, NULL, '135.148.100.196', 1, '2024-10-07 04:19:17'),
(2, 1, 0, 'https://www.samobolivia.ejesrl.net', 'unknown', 'unknown', NULL, NULL, '51.210.242.29', 1, '2024-10-07 04:47:20'),
(3, 1, 0, 'http://samobolivia.ejesrl.net', 'Android', 'Chrome', NULL, NULL, '35.89.230.90', 2, '2024-10-07 05:02:39'),
(4, 1, 0, 'https://www.samobolivia.ejesrl.net/', 'Apple', 'Chrome', NULL, NULL, '34.221.96.169', 1, '2024-10-07 05:02:40'),
(5, 1, 0, '', 'Linux', 'Firefox', NULL, NULL, '104.166.80.183', 1, '2024-10-07 05:09:27'),
(6, 1, 0, '', 'Windows', 'Edge', NULL, NULL, '35.92.185.163', 2, '2024-10-07 05:23:33'),
(7, 5, 0, '', 'unknown', 'unknown', NULL, NULL, '189.28.81.123', 1, '2024-10-07 17:59:38'),
(8, 5, 0, '', 'Windows', 'Chrome', NULL, NULL, '186.121.194.26', 4, '2024-10-07 18:15:28'),
(9, 1, 0, 'https://samobolivia.ejesrl.net/', 'Windows', 'Chrome', NULL, NULL, '186.121.194.26', 3, '2024-10-07 18:16:36'),
(10, 5, 0, '', 'Windows', 'Chrome', NULL, NULL, '189.28.80.140', 2, '2024-10-07 18:37:54'),
(11, 5, 0, '', 'iPhone', 'iPhone', NULL, NULL, '189.28.84.30', 1, '2024-10-07 19:52:42'),
(12, 5, 0, '', 'Windows', 'Chrome', NULL, NULL, '189.28.65.216', 2, '2024-10-07 22:01:41'),
(13, 5, 0, '', 'iPhone', 'iPhone', NULL, NULL, '189.28.88.144', 1, '2024-10-07 22:02:02'),
(14, 5, 0, '', 'iPhone', 'iPhone', NULL, NULL, '189.28.65.99', 1, '2024-10-07 22:02:14'),
(15, 1, 0, 'https://samobolivia.ejesrl.net/', 'Windows', 'Chrome', NULL, NULL, '189.28.65.216', 2, '2024-10-07 23:16:46'),
(16, 5, 0, '', 'Apple', 'Safari', NULL, NULL, '189.28.65.38', 1, '2024-10-09 03:45:34'),
(17, 5, 0, '', 'iPhone', 'iPhone', NULL, NULL, '189.28.85.67', 1, '2024-10-22 15:49:45'),
(18, 1, 0, '', 'Windows', 'Chrome', NULL, NULL, '183.207.45.103', 6, '2024-11-08 16:21:47'),
(19, 5, 0, '', 'iPhone', 'iPhone', NULL, NULL, '189.28.80.168', 4, '2024-11-10 05:13:29'),
(20, 5, 0, '', 'iPhone', 'iPhone', NULL, NULL, '189.28.88.21', 1, '2024-11-12 00:59:10'),
(21, 1, 0, 'https://samobolivia.ejesrl.net/', 'Windows', 'Chrome', NULL, NULL, '189.28.65.94', 1, '2024-11-13 23:54:10'),
(22, 1, 0, '', 'unknown', 'Chrome', NULL, NULL, '52.167.144.145', 1, '2024-12-06 19:31:19'),
(23, 1, 0, '', 'unknown', 'Chrome', NULL, NULL, '207.46.13.151', 1, '2024-12-15 15:06:07'),
(24, 5, 0, '', 'unknown', 'Chrome', NULL, NULL, '207.46.13.151', 1, '2024-12-15 15:06:09'),
(25, 5, 0, '', 'unknown', 'Chrome', NULL, NULL, '157.55.39.6', 2, '2024-12-16 03:13:08'),
(26, 1, 0, '', 'unknown', 'YandexBot', NULL, NULL, '213.180.203.94', 1, '2024-12-16 23:15:46'),
(27, 1, 0, '', 'unknown', 'Chrome', NULL, NULL, '157.55.39.200', 1, '2024-12-19 00:20:32'),
(28, 5, 0, '', 'Windows', 'Chrome', NULL, NULL, '189.28.80.132', 1, '2025-01-08 23:21:32'),
(29, 1, 0, 'https://samobolivia.ejesrl.net/', 'Windows', 'Chrome', NULL, NULL, '189.28.80.132', 1, '2025-01-09 00:15:59'),
(30, 1, 0, '', 'unknown', 'Chrome', NULL, NULL, '40.77.167.72', 1, '2025-01-12 19:20:45'),
(31, 1, 0, 'https://samobolivia.ejesrl.net/', 'iPhone', 'iPhone', NULL, NULL, '189.28.80.56', 1, '2025-01-17 20:30:08'),
(32, 1, 0, '', 'Android', 'Chrome', NULL, NULL, '66.249.65.101', 1, '2025-01-20 19:42:44'),
(33, 5, 0, '', 'Android', 'Chrome', NULL, NULL, '66.249.65.102', 1, '2025-01-21 03:33:12'),
(34, 1, 0, 'https://samobolivia.ejesrl.net/', 'Windows', 'Chrome', NULL, NULL, '170.51.121.54', 1, '2025-01-21 19:01:36'),
(35, 1, 0, '', 'Windows', 'Chrome', NULL, NULL, '157.245.174.123', 1, '2025-01-21 21:45:45'),
(36, 5, 0, '', 'Android', 'Chrome', NULL, NULL, '189.28.80.164', 3, '2025-01-27 21:28:23'),
(37, 5, 0, '', 'Windows', 'Chrome', NULL, NULL, '186.121.194.171', 1, '2025-01-27 21:43:59'),
(38, 5, 0, '', 'unknown', 'unknown', NULL, NULL, '161.138.106.175', 1, '2025-01-27 21:44:33'),
(39, 5, 0, '', 'iPhone', 'iPhone', NULL, NULL, '189.28.80.179', 1, '2025-01-27 21:48:33'),
(40, 5, 0, '', 'iPhone', 'iPhone', NULL, NULL, '181.124.140.79', 1, '2025-01-27 22:39:12'),
(41, 5, 0, '', 'Windows', 'Chrome', NULL, NULL, '200.58.79.168', 6, '2025-01-27 23:10:38'),
(42, 1, 0, '', 'unknown', 'unknown', NULL, NULL, '57.141.7.9', 1, '2025-01-28 08:27:24'),
(43, 5, 0, '', 'iPhone', 'iPhone', NULL, NULL, '189.28.89.147', 1, '2025-01-28 19:26:33'),
(44, 5, 0, '', 'iPhone', 'iPhone', NULL, NULL, '181.120.161.82', 1, '2025-01-28 19:33:29'),
(45, 5, 0, '', 'Windows', 'Firefox', NULL, NULL, '200.58.177.136', 2, '2025-01-28 19:44:04'),
(46, 5, 0, '', 'Windows', 'Chrome', NULL, NULL, '189.28.65.94', 1, '2025-01-29 23:38:02'),
(47, 5, 0, '', 'Windows', 'Chrome', NULL, NULL, '189.28.80.127', 2, '2025-01-29 23:47:19'),
(48, 5, 0, '', 'Apple', 'unknown', NULL, NULL, '186.121.194.203', 1, '2025-01-30 07:25:21'),
(49, 5, 0, '', 'Windows', 'Chrome', NULL, NULL, '189.28.80.248', 2, '2025-01-30 19:13:24');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wpht_fluentform_form_meta`
--

CREATE TABLE `wpht_fluentform_form_meta` (
  `id` int(10) UNSIGNED NOT NULL,
  `form_id` int(10) UNSIGNED DEFAULT NULL,
  `meta_key` varchar(255) NOT NULL,
  `value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Volcado de datos para la tabla `wpht_fluentform_form_meta`
--

INSERT INTO `wpht_fluentform_form_meta` (`id`, `form_id`, `meta_key`, `value`) VALUES
(1, 1, 'template_name', 'basic_contact_form'),
(2, 1, 'formSettings', '{\"confirmation\":{\"redirectTo\":\"samePage\",\"messageToShow\":\"Thank you for your message. We will get in touch with you shortly\",\"customPage\":null,\"samePageFormBehavior\":\"hide_form\",\"customUrl\":null},\"restrictions\":{\"limitNumberOfEntries\":{\"enabled\":false,\"numberOfEntries\":null,\"period\":\"total\",\"limitReachedMsg\":\"Maximum number of entries exceeded.\"},\"scheduleForm\":{\"enabled\":false,\"start\":null,\"end\":null,\"selectedDays\":[\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\",\"Saturday\",\"Sunday\"],\"pendingMsg\":\"Form submission is not started yet.\",\"expiredMsg\":\"Form submission is now closed.\"},\"requireLogin\":{\"enabled\":false,\"requireLoginMsg\":\"You must be logged in to submit the form.\"},\"denyEmptySubmission\":{\"enabled\":false,\"message\":\"Sorry, you cannot submit an empty form. Let\'s hear what you wanna say.\"}},\"layout\":{\"labelPlacement\":\"top\",\"helpMessagePlacement\":\"with_label\",\"errorMessagePlacement\":\"inline\",\"cssClassName\":\"\",\"asteriskPlacement\":\"asterisk-right\"},\"delete_entry_on_submission\":\"no\",\"appendSurveyResult\":{\"enabled\":false,\"showLabel\":false,\"showCount\":false}}'),
(3, 1, 'advancedValidationSettings', '{\"status\":false,\"type\":\"all\",\"conditions\":[{\"field\":\"\",\"operator\":\"=\",\"value\":\"\"}],\"error_message\":\"\",\"validation_type\":\"fail_on_condition_met\"}'),
(4, 1, 'double_optin_settings', '{\"status\":\"no\",\"confirmation_message\":\"Please check your email inbox to confirm this submission\",\"email_body_type\":\"global\",\"email_subject\":\"Please confirm your form submission\",\"email_body\":\"<h2>Please Confirm Your Submission</h2><p>&nbsp;</p><p style=\"text-align: center;\"><a style=\"color: #ffffff; background-color: #454545; font-size: 16px; border-radius: 5px; text-decoration: none; font-weight: normal; font-style: normal; padding: 0.8rem 1rem; border-color: #0072ff;\" href=\"#confirmation_url#\">Confirm Submission</a></p><p>&nbsp;</p><p>If you received this email by mistake, simply delete it. Your form submission won\'t proceed if you don\'t click the confirmation link above.</p>\",\"email_field\":\"\",\"skip_if_logged_in\":\"yes\",\"skip_if_fc_subscribed\":\"no\"}'),
(5, 2, 'template_name', 'inline_subscription'),
(6, 2, 'formSettings', '{\"confirmation\":{\"redirectTo\":\"samePage\",\"messageToShow\":\"Thank you for your message. We will get in touch with you shortly\",\"customPage\":null,\"samePageFormBehavior\":\"hide_form\",\"customUrl\":null},\"restrictions\":{\"limitNumberOfEntries\":{\"enabled\":false,\"numberOfEntries\":null,\"period\":\"total\",\"limitReachedMsg\":\"Maximum number of entries exceeded.\"},\"scheduleForm\":{\"enabled\":false,\"start\":null,\"end\":null,\"pendingMsg\":\"Form submission is not started yet.\",\"expiredMsg\":\"Form submission is now closed.\"},\"requireLogin\":{\"enabled\":false,\"requireLoginMsg\":\"You must be logged in to submit the form.\"},\"denyEmptySubmission\":{\"enabled\":false,\"message\":\"Sorry, you cannot submit an empty form. Let\'s hear what you wanna say.\"}},\"layout\":{\"labelPlacement\":\"top\",\"helpMessagePlacement\":\"with_label\",\"errorMessagePlacement\":\"inline\",\"asteriskPlacement\":\"asterisk-right\"}}'),
(7, 2, 'notifications', '{\"name\":\"Admin Notification Email\",\"sendTo\":{\"type\":\"email\",\"email\":\"{wp.admin_email}\",\"field\":\"email\",\"routing\":[{\"email\":null,\"field\":null,\"operator\":\"=\",\"value\":null}]},\"fromName\":\"\",\"fromEmail\":\"\",\"replyTo\":\"\",\"bcc\":\"\",\"subject\":\"[{inputs.names}] New Form Submission\",\"message\":\"<p>{all_data}<\\/p> <p>This form submitted at: {embed_post.permalink}<\\/p>\",\"conditionals\":{\"status\":false,\"type\":\"all\",\"conditions\":[{\"field\":null,\"operator\":\"=\",\"value\":null}]},\"enabled\":false,\"email_template\":\"\"}'),
(8, 2, 'step_data_persistency_status', 'no'),
(9, 2, '_primary_email_field', 'email'),
(10, 1, 'formSettings', '{\"confirmation\":{\"redirectTo\":\"samePage\",\"messageToShow\":\"Thank you for your message. We will get in touch with you shortly\",\"customPage\":null,\"samePageFormBehavior\":\"hide_form\",\"customUrl\":null},\"restrictions\":{\"limitNumberOfEntries\":{\"enabled\":false,\"numberOfEntries\":null,\"period\":\"total\",\"limitReachedMsg\":\"Maximum number of entries exceeded.\"},\"scheduleForm\":{\"enabled\":false,\"start\":null,\"end\":null,\"pendingMsg\":\"Form submission is not started yet.\",\"expiredMsg\":\"Form submission is now closed.\"},\"requireLogin\":{\"enabled\":false,\"requireLoginMsg\":\"You must be logged in to submit the form.\"},\"denyEmptySubmission\":{\"enabled\":false,\"message\":\"Sorry, you cannot submit an empty form. Let\'s hear what you wanna say.\"}},\"layout\":{\"labelPlacement\":\"top\",\"helpMessagePlacement\":\"with_label\",\"errorMessagePlacement\":\"inline\",\"cssClassName\":\"\"}}'),
(11, 1, 'notifications', '{\"name\":\"Polling Form Notification\",\"sendTo\":{\"type\":\"email\",\"email\":\"{wp.admin_email}\",\"field\":null,\"routing\":[{\"email\":null,\"field\":null,\"operator\":\"=\",\"value\":null}]},\"fromName\":\"\",\"fromEmail\":\"\",\"replyTo\":\"\",\"bcc\":\"\",\"subject\":\"Polling Form\",\"message\":\"<p>{all_data}<\\/p>\",\"conditionals\":{\"status\":false,\"type\":\"all\",\"conditions\":[{\"field\":null,\"operator\":\"=\",\"value\":null}]},\"enabled\":false,\"email_template\":\"\"}'),
(12, 1, 'formSettings', '{\"confirmation\":{\"redirectTo\":\"samePage\",\"messageToShow\":\"Thank you for your message. We will get in touch with you shortly\",\"customPage\":null,\"samePageFormBehavior\":\"hide_form\",\"customUrl\":null},\"restrictions\":{\"limitNumberOfEntries\":{\"enabled\":false,\"numberOfEntries\":null,\"period\":\"total\",\"limitReachedMsg\":\"Maximum number of entries exceeded.\"},\"scheduleForm\":{\"enabled\":false,\"start\":null,\"end\":null,\"pendingMsg\":\"Form submission is not started yet.\",\"expiredMsg\":\"Form submission is now closed.\"},\"requireLogin\":{\"enabled\":false,\"requireLoginMsg\":\"You must be logged in to submit the form.\"},\"denyEmptySubmission\":{\"enabled\":false,\"message\":\"Sorry, you cannot submit an empty form. Lets hear what you wanna say.\"}},\"layout\":{\"labelPlacement\":\"top\",\"helpMessagePlacement\":\"with_label\",\"errorMessagePlacement\":\"inline\"}}'),
(13, 1, 'notifications', '{\"name\":\"Admin Notification Email\",\"sendTo\":{\"type\":\"email\",\"email\":\"{wp.admin_email}\",\"field\":\"email\",\"routing\":[{\"email\":null,\"field\":null,\"operator\":\"=\",\"value\":null}]},\"fromName\":\"\",\"fromEmail\":\"\",\"replyTo\":\"\",\"bcc\":\"\",\"subject\":\"[{inputs.names}] New Form Submission\",\"message\":\"<p>{all_data}<\\/p>\\n<p>This form submitted at: {embed_post.permalink}<\\/p>\",\"conditionals\":{\"status\":false,\"type\":\"all\",\"conditions\":[{\"field\":null,\"operator\":\"=\",\"value\":null}]},\"enabled\":false,\"email_template\":\"\"}'),
(14, 1, '_total_views', '21'),
(15, 3, 'revision', '{\"change_title\":\"Initial state\",\"timestamp\":\"2024-10-07 02:41:23\",\"old_data\":\"{\\\"fields\\\":[{\\\"index\\\":1,\\\"element\\\":\\\"container\\\",\\\"attributes\\\":[],\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]}},\\\"columns\\\":[{\\\"fields\\\":[{\\\"index\\\":0,\\\"element\\\":\\\"input_name\\\",\\\"attributes\\\":{\\\"name\\\":\\\"names\\\",\\\"data-type\\\":\\\"name-element\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"Full Name\\\",\\\"conditional_logics\\\":[],\\\"label_placement\\\":\\\"\\\"},\\\"fields\\\":{\\\"first_name\\\":{\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"first_name\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Full Name\\\",\\\"help_message\\\":\\\"\\\",\\\"visible\\\":true,\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":true,\\\"message\\\":\\\"This field is required\\\"}},\\\"conditional_logics\\\":[]},\\\"editor_options\\\":{\\\"template\\\":\\\"inputText\\\"}},\\\"middle_name\\\":{\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"middle_name\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"\\\",\\\"required\\\":false},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Middle Name\\\",\\\"help_message\\\":\\\"\\\",\\\"error_message\\\":\\\"\\\",\\\"visible\\\":false,\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\"}},\\\"conditional_logics\\\":[]},\\\"editor_options\\\":{\\\"template\\\":\\\"inputText\\\"}},\\\"last_name\\\":{\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"last_name\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"\\\",\\\"required\\\":false},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Last Name\\\",\\\"help_message\\\":\\\"\\\",\\\"error_message\\\":\\\"\\\",\\\"visible\\\":false,\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\"}},\\\"conditional_logics\\\":[]},\\\"editor_options\\\":{\\\"template\\\":\\\"inputText\\\"}}},\\\"editor_options\\\":{\\\"title\\\":\\\"Name Fields\\\",\\\"element\\\":\\\"name-fields\\\",\\\"icon_class\\\":\\\"icon-user\\\",\\\"template\\\":\\\"nameFields\\\"},\\\"uniqElKey\\\":\\\"el_1611225259037\\\"}]},{\\\"fields\\\":[{\\\"index\\\":1,\\\"element\\\":\\\"input_email\\\",\\\"attributes\\\":{\\\"type\\\":\\\"email\\\",\\\"name\\\":\\\"email\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Email\\\",\\\"label_placement\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"Email\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":true,\\\"message\\\":\\\"This field is required\\\"},\\\"email\\\":{\\\"value\\\":true,\\\"message\\\":\\\"This field must contain a valid email\\\"}},\\\"conditional_logics\\\":[],\\\"is_unique\\\":\\\"no\\\",\\\"unique_validation_message\\\":\\\"Email address need to be unique.\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Email Address\\\",\\\"icon_class\\\":\\\"icon-envelope-o\\\",\\\"template\\\":\\\"inputText\\\"},\\\"uniqElKey\\\":\\\"el_1611225262228\\\"}]}],\\\"editor_options\\\":{\\\"title\\\":\\\"Two Column Container\\\",\\\"icon_class\\\":\\\"ff-edit-column-2\\\"},\\\"uniqElKey\\\":\\\"el_16112252561400.9634871963881846\\\"},{\\\"index\\\":1,\\\"element\\\":\\\"container\\\",\\\"attributes\\\":[],\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]}},\\\"columns\\\":[{\\\"fields\\\":[{\\\"index\\\":1,\\\"element\\\":\\\"input_email\\\",\\\"attributes\\\":{\\\"type\\\":\\\"email\\\",\\\"name\\\":\\\"email_1\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Company\\\\\\/Organization\\\",\\\"label_placement\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"Email\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":true,\\\"message\\\":\\\"This field is required\\\"},\\\"email\\\":{\\\"value\\\":true,\\\"message\\\":\\\"This field must contain a valid email\\\"}},\\\"conditional_logics\\\":[],\\\"is_unique\\\":\\\"no\\\",\\\"unique_validation_message\\\":\\\"Email address need to be unique.\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Email Address\\\",\\\"icon_class\\\":\\\"icon-envelope-o\\\",\\\"template\\\":\\\"inputText\\\"},\\\"uniqElKey\\\":\\\"el_1611242957468\\\"}]},{\\\"fields\\\":[{\\\"index\\\":8,\\\"element\\\":\\\"input_radio\\\",\\\"attributes\\\":{\\\"type\\\":\\\"radio\\\",\\\"name\\\":\\\"input_radio_1\\\",\\\"value\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Contact Preferences\\\",\\\"admin_field_label\\\":\\\"Contact Preferences\\\",\\\"label_placement\\\":\\\"\\\",\\\"display_type\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":true,\\\"message\\\":\\\"This field is required\\\"}},\\\"conditional_logics\\\":[],\\\"advanced_options\\\":[{\\\"label\\\":\\\"Phone\\\",\\\"value\\\":\\\"Phone\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"Email\\\",\\\"value\\\":\\\"Email\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":1}],\\\"enable_image_input\\\":false,\\\"calc_value_status\\\":false,\\\"layout_class\\\":\\\"\\\",\\\"dynamic_default_value\\\":\\\"\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Radio Button\\\",\\\"icon_class\\\":\\\"icon-dot-circle-o\\\",\\\"element\\\":\\\"input-radio\\\",\\\"template\\\":\\\"inputCheckable\\\"},\\\"uniqElKey\\\":\\\"el_1611225325884\\\"}]}],\\\"editor_options\\\":{\\\"title\\\":\\\"Two Column Container\\\",\\\"icon_class\\\":\\\"ff-edit-column-2\\\"},\\\"uniqElKey\\\":\\\"el_16112252670410.6323026966057792\\\"},{\\\"index\\\":3,\\\"element\\\":\\\"textarea\\\",\\\"attributes\\\":{\\\"name\\\":\\\"description\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"\\\",\\\"rows\\\":4,\\\"cols\\\":2},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Additional Comments\\\",\\\"admin_field_label\\\":\\\"suggestions\\\",\\\"label_placement\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\"}},\\\"conditional_logics\\\":[],\\\"maxlength\\\":\\\"\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Text Area\\\",\\\"icon_class\\\":\\\"icon-paragraph\\\",\\\"template\\\":\\\"inputTextarea\\\"},\\\"uniqElKey\\\":\\\"el_1559188488518\\\"}],\\\"submitButton\\\":{\\\"uniqElKey\\\":\\\"el_1559116097684\\\",\\\"element\\\":\\\"button\\\",\\\"attributes\\\":{\\\"type\\\":\\\"submit\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"align\\\":\\\"left\\\",\\\"button_style\\\":\\\"green\\\",\\\"container_class\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"background_color\\\":\\\"#67C23A\\\",\\\"button_size\\\":\\\"lg\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"button_ui\\\":{\\\"type\\\":\\\"default\\\",\\\"text\\\":\\\"Submit\\\",\\\"img_url\\\":\\\"\\\"},\\\"normal_styles\\\":{\\\"backgroundColor\\\":\\\"#409EFF\\\",\\\"borderColor\\\":\\\"#409EFF\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"borderRadius\\\":\\\"\\\",\\\"minWidth\\\":\\\"\\\"},\\\"hover_styles\\\":{\\\"backgroundColor\\\":\\\"#ffffff\\\",\\\"borderColor\\\":\\\"#409EFF\\\",\\\"color\\\":\\\"#409EFF\\\",\\\"borderRadius\\\":\\\"\\\",\\\"minWidth\\\":\\\"\\\"},\\\"current_state\\\":\\\"normal_styles\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Submit Button\\\"}}}\",\"changes\":\"[{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"container\\\",\\\"key\\\":\\\"container_width\\\",\\\"new_value\\\":\\\"\\\",\\\"info\\\":\\\"Modified container container_width value from \'empty\' to \'\'\\\",\\\"category\\\":\\\"settings\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"container\\\",\\\"key\\\":\\\"is_width_auto_calc\\\",\\\"new_value\\\":true,\\\"info\\\":\\\"Modified container is_width_auto_calc value from \'empty\' to \'Active\'\\\",\\\"category\\\":\\\"settings\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"container\\\",\\\"key\\\":\\\"columns\\\",\\\"new_value\\\":\\\"Changed\\\",\\\"info\\\":\\\"Modified container columns value from \'empty\' to \'Changed\'\\\",\\\"category\\\":\\\"columns\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"container\\\",\\\"key\\\":\\\"container_width\\\",\\\"new_value\\\":\\\"\\\",\\\"info\\\":\\\"Modified container container_width value from \'empty\' to \'\'\\\",\\\"category\\\":\\\"settings\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"container\\\",\\\"key\\\":\\\"is_width_auto_calc\\\",\\\"new_value\\\":true,\\\"info\\\":\\\"Modified container is_width_auto_calc value from \'empty\' to \'Active\'\\\",\\\"category\\\":\\\"settings\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"container\\\",\\\"key\\\":\\\"columns\\\",\\\"new_value\\\":\\\"Changed\\\",\\\"info\\\":\\\"Modified container columns value from \'empty\' to \'Changed\'\\\",\\\"category\\\":\\\"columns\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"Additional Comments\\\",\\\"key\\\":\\\"validation_rules.required.global\\\",\\\"new_value\\\":false,\\\"info\\\":\\\"Modified Additional Comments validation_rules.required.global value from \'empty\' to \'inActive\'\\\",\\\"category\\\":\\\"settings\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"Additional Comments\\\",\\\"key\\\":\\\"validation_rules.required.global_message\\\",\\\"new_value\\\":\\\"This field is required\\\",\\\"info\\\":\\\"Modified Additional Comments validation_rules.required.global_message value from \'empty\' to \'This field is required\'\\\",\\\"category\\\":\\\"settings\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"Additional Comments\\\",\\\"key\\\":\\\"maxlength\\\",\\\"new_value\\\":\\\"\\\",\\\"info\\\":\\\"Modified Additional Comments maxlength value from \'empty\' to \'\'\\\",\\\"category\\\":\\\"attributes\\\"}]\"}'),
(16, 3, '_primary_email_field', 'email'),
(17, 3, 'revision', '{\"change_title\":\"Multiple changes\",\"timestamp\":\"2024-10-07 02:43:10\",\"old_data\":\"{\\\"fields\\\":[{\\\"index\\\":1,\\\"element\\\":\\\"container\\\",\\\"attributes\\\":[],\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]},\\\"container_width\\\":\\\"\\\",\\\"is_width_auto_calc\\\":true},\\\"columns\\\":[{\\\"fields\\\":[{\\\"index\\\":0,\\\"element\\\":\\\"input_name\\\",\\\"attributes\\\":{\\\"name\\\":\\\"names\\\",\\\"data-type\\\":\\\"name-element\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"Nombre\\\",\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]},\\\"label_placement\\\":\\\"\\\"},\\\"fields\\\":{\\\"first_name\\\":{\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"first_name\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Nombre\\\",\\\"help_message\\\":\\\"\\\",\\\"visible\\\":true,\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":true,\\\"message\\\":\\\"This field is required\\\",\\\"global\\\":false,\\\"global_message\\\":\\\"This field is required\\\"}},\\\"conditional_logics\\\":[]},\\\"editor_options\\\":{\\\"template\\\":\\\"inputText\\\"}},\\\"middle_name\\\":{\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"middle_name\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"\\\",\\\"required\\\":false},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Middle Name\\\",\\\"help_message\\\":\\\"\\\",\\\"error_message\\\":\\\"\\\",\\\"visible\\\":false,\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\",\\\"global\\\":false,\\\"global_message\\\":\\\"This field is required\\\"}},\\\"conditional_logics\\\":[]},\\\"editor_options\\\":{\\\"template\\\":\\\"inputText\\\"}},\\\"last_name\\\":{\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"last_name\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"\\\",\\\"required\\\":false},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Last Name\\\",\\\"help_message\\\":\\\"\\\",\\\"error_message\\\":\\\"\\\",\\\"visible\\\":false,\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\",\\\"global\\\":false,\\\"global_message\\\":\\\"This field is required\\\"}},\\\"conditional_logics\\\":[]},\\\"editor_options\\\":{\\\"template\\\":\\\"inputText\\\"}}},\\\"editor_options\\\":{\\\"title\\\":\\\"Name Fields\\\",\\\"element\\\":\\\"name-fields\\\",\\\"icon_class\\\":\\\"icon-user\\\",\\\"template\\\":\\\"nameFields\\\"},\\\"uniqElKey\\\":\\\"el_1611225259037\\\"}],\\\"width\\\":50},{\\\"fields\\\":[{\\\"index\\\":1,\\\"element\\\":\\\"input_email\\\",\\\"attributes\\\":{\\\"type\\\":\\\"email\\\",\\\"name\\\":\\\"email\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Correo Electr\\\\u00f3nico\\\",\\\"label_placement\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"Correo Electr\\\\u00f3nico\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":true,\\\"message\\\":\\\"This field is required\\\",\\\"global\\\":false,\\\"global_message\\\":\\\"This field is required\\\"},\\\"email\\\":{\\\"value\\\":true,\\\"message\\\":\\\"This field must contain a valid email\\\",\\\"global\\\":false,\\\"global_message\\\":\\\"This field must contain a valid email\\\"}},\\\"conditional_logics\\\":[],\\\"is_unique\\\":\\\"no\\\",\\\"unique_validation_message\\\":\\\"Email address need to be unique.\\\",\\\"prefix_label\\\":\\\"\\\",\\\"suffix_label\\\":\\\"\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Email Address\\\",\\\"icon_class\\\":\\\"icon-envelope-o\\\",\\\"template\\\":\\\"inputText\\\"},\\\"uniqElKey\\\":\\\"el_1611225262228\\\"}],\\\"width\\\":50}],\\\"editor_options\\\":{\\\"title\\\":\\\"Two Column Container\\\",\\\"icon_class\\\":\\\"ff-edit-column-2\\\"},\\\"uniqElKey\\\":\\\"el_16112252561400.9634871963881846\\\"},{\\\"index\\\":1,\\\"element\\\":\\\"container\\\",\\\"attributes\\\":[],\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]},\\\"container_width\\\":\\\"\\\",\\\"is_width_auto_calc\\\":true},\\\"columns\\\":[{\\\"fields\\\":[{\\\"index\\\":2,\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"input_text\\\",\\\"value\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"\\\",\\\"maxlength\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Tel\\\\u00e9fono\\\",\\\"label_placement\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"prefix_label\\\":\\\"\\\",\\\"suffix_label\\\":\\\"\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":true,\\\"message\\\":\\\"This field is required\\\",\\\"global_message\\\":\\\"This field is required\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"is_unique\\\":\\\"no\\\",\\\"unique_validation_message\\\":\\\"This value need to be unique.\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Simple Text\\\",\\\"icon_class\\\":\\\"ff-edit-text\\\",\\\"template\\\":\\\"inputText\\\"},\\\"uniqElKey\\\":\\\"el_172826878806379\\\"}],\\\"width\\\":50},{\\\"fields\\\":[{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"Tipo de Edificio A PROTEGER \\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Selecciona -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"Edificio Multifamiliar\\\",\\\"value\\\":\\\"Edificio Multifamiliar\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"Complejo Industrial\\\",\\\"value\\\":\\\"Complejo Industrial\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"Edificio de Oficinas\\\",\\\"value\\\":\\\"Edificio de Oficinas\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"},{\\\"label\\\":\\\"Establecimiento Comercial\\\",\\\"value\\\":\\\"Establecimiento Comercial\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"},{\\\"label\\\":\\\"Restaurante\\\",\\\"value\\\":\\\"Restaurante\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":true,\\\"message\\\":\\\"This field is required\\\",\\\"global_message\\\":\\\"This field is required\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Dropdown\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_172826880513483\\\"}],\\\"width\\\":50}],\\\"editor_options\\\":{\\\"title\\\":\\\"Two Column Container\\\",\\\"icon_class\\\":\\\"ff-edit-column-2\\\"},\\\"uniqElKey\\\":\\\"el_16112252670410.6323026966057792\\\"},{\\\"index\\\":3,\\\"element\\\":\\\"textarea\\\",\\\"attributes\\\":{\\\"name\\\":\\\"description\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"\\\",\\\"rows\\\":4,\\\"cols\\\":2,\\\"maxlength\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Additional Comments\\\",\\\"admin_field_label\\\":\\\"suggestions\\\",\\\"label_placement\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\",\\\"global\\\":false,\\\"global_message\\\":\\\"This field is required\\\"}},\\\"conditional_logics\\\":[],\\\"maxlength\\\":\\\"\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Text Area\\\",\\\"icon_class\\\":\\\"icon-paragraph\\\",\\\"template\\\":\\\"inputTextarea\\\"},\\\"uniqElKey\\\":\\\"el_1559188488518\\\"}],\\\"submitButton\\\":{\\\"uniqElKey\\\":\\\"el_1559116097684\\\",\\\"element\\\":\\\"button\\\",\\\"attributes\\\":{\\\"type\\\":\\\"submit\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"align\\\":\\\"left\\\",\\\"button_style\\\":\\\"green\\\",\\\"container_class\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"background_color\\\":\\\"#67C23A\\\",\\\"button_size\\\":\\\"lg\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"button_ui\\\":{\\\"type\\\":\\\"default\\\",\\\"text\\\":\\\"Submit\\\",\\\"img_url\\\":\\\"\\\"},\\\"normal_styles\\\":{\\\"backgroundColor\\\":\\\"#409EFF\\\",\\\"borderColor\\\":\\\"#409EFF\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"borderRadius\\\":\\\"\\\",\\\"minWidth\\\":\\\"\\\"},\\\"hover_styles\\\":{\\\"backgroundColor\\\":\\\"#ffffff\\\",\\\"borderColor\\\":\\\"#409EFF\\\",\\\"color\\\":\\\"#409EFF\\\",\\\"borderRadius\\\":\\\"\\\",\\\"minWidth\\\":\\\"\\\"},\\\"current_state\\\":\\\"normal_styles\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Submit Button\\\"}}}\",\"changes\":\"[{\\\"type\\\":\\\"removed\\\",\\\"label\\\":\\\"Additional Comments\\\",\\\"info\\\":\\\"Removed Additional Comments \\\"},{\\\"type\\\":\\\"added\\\",\\\"label\\\":\\\"container\\\",\\\"info\\\":\\\"Added container \\\"}]\"}'),
(18, 3, 'revision', '{\"change_title\":\"Modified 1 attribute\\/setting\",\"timestamp\":\"2024-10-07 02:44:13\",\"old_data\":\"{\\\"fields\\\":[{\\\"index\\\":1,\\\"element\\\":\\\"container\\\",\\\"attributes\\\":[],\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]},\\\"container_width\\\":\\\"\\\",\\\"is_width_auto_calc\\\":true},\\\"columns\\\":[{\\\"fields\\\":[{\\\"index\\\":0,\\\"element\\\":\\\"input_name\\\",\\\"attributes\\\":{\\\"name\\\":\\\"names\\\",\\\"data-type\\\":\\\"name-element\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"Nombre\\\",\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]},\\\"label_placement\\\":\\\"\\\"},\\\"fields\\\":{\\\"first_name\\\":{\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"first_name\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Nombre\\\",\\\"help_message\\\":\\\"\\\",\\\"visible\\\":true,\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":true,\\\"message\\\":\\\"This field is required\\\",\\\"global\\\":false,\\\"global_message\\\":\\\"This field is required\\\"}},\\\"conditional_logics\\\":[]},\\\"editor_options\\\":{\\\"template\\\":\\\"inputText\\\"}},\\\"middle_name\\\":{\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"middle_name\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"\\\",\\\"required\\\":false},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Middle Name\\\",\\\"help_message\\\":\\\"\\\",\\\"error_message\\\":\\\"\\\",\\\"visible\\\":false,\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\",\\\"global\\\":false,\\\"global_message\\\":\\\"This field is required\\\"}},\\\"conditional_logics\\\":[]},\\\"editor_options\\\":{\\\"template\\\":\\\"inputText\\\"}},\\\"last_name\\\":{\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"last_name\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"\\\",\\\"required\\\":false},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Last Name\\\",\\\"help_message\\\":\\\"\\\",\\\"error_message\\\":\\\"\\\",\\\"visible\\\":false,\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\",\\\"global\\\":false,\\\"global_message\\\":\\\"This field is required\\\"}},\\\"conditional_logics\\\":[]},\\\"editor_options\\\":{\\\"template\\\":\\\"inputText\\\"}}},\\\"editor_options\\\":{\\\"title\\\":\\\"Name Fields\\\",\\\"element\\\":\\\"name-fields\\\",\\\"icon_class\\\":\\\"icon-user\\\",\\\"template\\\":\\\"nameFields\\\"},\\\"uniqElKey\\\":\\\"el_1611225259037\\\"}],\\\"width\\\":50},{\\\"fields\\\":[{\\\"index\\\":1,\\\"element\\\":\\\"input_email\\\",\\\"attributes\\\":{\\\"type\\\":\\\"email\\\",\\\"name\\\":\\\"email\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Correo Electr\\\\u00f3nico\\\",\\\"label_placement\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"Correo Electr\\\\u00f3nico\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":true,\\\"message\\\":\\\"This field is required\\\",\\\"global\\\":false,\\\"global_message\\\":\\\"This field is required\\\"},\\\"email\\\":{\\\"value\\\":true,\\\"message\\\":\\\"This field must contain a valid email\\\",\\\"global\\\":false,\\\"global_message\\\":\\\"This field must contain a valid email\\\"}},\\\"conditional_logics\\\":[],\\\"is_unique\\\":\\\"no\\\",\\\"unique_validation_message\\\":\\\"Email address need to be unique.\\\",\\\"prefix_label\\\":\\\"\\\",\\\"suffix_label\\\":\\\"\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Email Address\\\",\\\"icon_class\\\":\\\"icon-envelope-o\\\",\\\"template\\\":\\\"inputText\\\"},\\\"uniqElKey\\\":\\\"el_1611225262228\\\"}],\\\"width\\\":50}],\\\"editor_options\\\":{\\\"title\\\":\\\"Two Column Container\\\",\\\"icon_class\\\":\\\"ff-edit-column-2\\\"},\\\"uniqElKey\\\":\\\"el_16112252561400.9634871963881846\\\"},{\\\"index\\\":1,\\\"element\\\":\\\"container\\\",\\\"attributes\\\":[],\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]},\\\"container_width\\\":\\\"\\\",\\\"is_width_auto_calc\\\":true},\\\"columns\\\":[{\\\"fields\\\":[{\\\"index\\\":2,\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"input_text\\\",\\\"value\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"\\\",\\\"maxlength\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Tel\\\\u00e9fono\\\",\\\"label_placement\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"prefix_label\\\":\\\"\\\",\\\"suffix_label\\\":\\\"\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":true,\\\"message\\\":\\\"This field is required\\\",\\\"global_message\\\":\\\"This field is required\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"is_unique\\\":\\\"no\\\",\\\"unique_validation_message\\\":\\\"This value need to be unique.\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Simple Text\\\",\\\"icon_class\\\":\\\"ff-edit-text\\\",\\\"template\\\":\\\"inputText\\\"},\\\"uniqElKey\\\":\\\"el_172826878806379\\\"}],\\\"width\\\":50},{\\\"fields\\\":[{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"Tipo de Edificio A PROTEGER \\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Selecciona -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"Edificio Multifamiliar\\\",\\\"value\\\":\\\"Edificio Multifamiliar\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"Complejo Industrial\\\",\\\"value\\\":\\\"Complejo Industrial\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"Edificio de Oficinas\\\",\\\"value\\\":\\\"Edificio de Oficinas\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"},{\\\"label\\\":\\\"Establecimiento Comercial\\\",\\\"value\\\":\\\"Establecimiento Comercial\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"},{\\\"label\\\":\\\"Restaurante\\\",\\\"value\\\":\\\"Restaurante\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":true,\\\"message\\\":\\\"This field is required\\\",\\\"global_message\\\":\\\"This field is required\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Dropdown\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_172826880513483\\\"}],\\\"width\\\":50}],\\\"editor_options\\\":{\\\"title\\\":\\\"Two Column Container\\\",\\\"icon_class\\\":\\\"ff-edit-column-2\\\"},\\\"uniqElKey\\\":\\\"el_16112252670410.6323026966057792\\\"},{\\\"index\\\":1,\\\"element\\\":\\\"container\\\",\\\"attributes\\\":[],\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]},\\\"container_width\\\":\\\"\\\",\\\"is_width_auto_calc\\\":true},\\\"columns\\\":[{\\\"fields\\\":[{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown_1\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"A qu\\\\u00e9 te dedicas\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Selecciona -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"ING DE SEGURIDAD Y SALUD OCUPACIONAL\\\",\\\"value\\\":\\\"ING DE SEGURIDAD Y SALUD OCUPACIONAL\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"INGENIERO DE PROTECCION CONTRA INCENDIOS\\\",\\\"value\\\":\\\"INGENIERO DE PROTECCION CONTRA INCENDIOS\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"CONSULTOR\\\",\\\"value\\\":\\\"CONSULTOR\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":2},{\\\"label\\\":\\\"INSTALADOR DE SISTEMAS DE SEGURIDAD Y PROTECCION CONTRA INCENDIOS\\\",\\\"value\\\":\\\"INSTALADOR DE SISTEMAS DE SEGURIDAD Y PROTECCION CONTRA INCENDIOS\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":3},{\\\"label\\\":\\\"CONSTRUCTOR \\\\\\/ ARQUITECTO \\\",\\\"value\\\":\\\"CONSTRUCTOR \\\\\\/ ARQUITECTO \\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":4}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":true,\\\"message\\\":\\\"This field is required\\\",\\\"global_message\\\":\\\"This field is required\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Dropdown\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_1728268912014\\\"}],\\\"width\\\":50},{\\\"fields\\\":[{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown_2\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"Tipo de Edificio A PROTEGER \\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Selecciona -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"Edificio Multifamiliar\\\",\\\"value\\\":\\\"Edificio Multifamiliar\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"Complejo Industrial\\\",\\\"value\\\":\\\"Complejo Industrial\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"Edificio de Oficinas\\\",\\\"value\\\":\\\"Edificio de Oficinas\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"},{\\\"label\\\":\\\"Establecimiento Comercial\\\",\\\"value\\\":\\\"Establecimiento Comercial\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"},{\\\"label\\\":\\\"Restaurante\\\",\\\"value\\\":\\\"Restaurante\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":true,\\\"message\\\":\\\"This field is required\\\",\\\"global_message\\\":\\\"This field is required\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Dropdown\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_172826890849369\\\"}],\\\"width\\\":50}],\\\"editor_options\\\":{\\\"title\\\":\\\"Two Column Container\\\",\\\"icon_class\\\":\\\"ff-edit-column-2\\\"},\\\"uniqElKey\\\":\\\"el_17282689062008\\\"}],\\\"submitButton\\\":{\\\"uniqElKey\\\":\\\"el_1559116097684\\\",\\\"element\\\":\\\"button\\\",\\\"attributes\\\":{\\\"type\\\":\\\"submit\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"align\\\":\\\"left\\\",\\\"button_style\\\":\\\"green\\\",\\\"container_class\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"background_color\\\":\\\"#67C23A\\\",\\\"button_size\\\":\\\"lg\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"button_ui\\\":{\\\"type\\\":\\\"default\\\",\\\"text\\\":\\\"Submit\\\",\\\"img_url\\\":\\\"\\\"},\\\"normal_styles\\\":{\\\"backgroundColor\\\":\\\"#409EFF\\\",\\\"borderColor\\\":\\\"#409EFF\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"borderRadius\\\":\\\"\\\",\\\"minWidth\\\":\\\"\\\"},\\\"hover_styles\\\":{\\\"backgroundColor\\\":\\\"#ffffff\\\",\\\"borderColor\\\":\\\"#409EFF\\\",\\\"color\\\":\\\"#409EFF\\\",\\\"borderRadius\\\":\\\"\\\",\\\"minWidth\\\":\\\"\\\"},\\\"current_state\\\":\\\"normal_styles\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Submit Button\\\"}}}\",\"changes\":\"[{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"container\\\",\\\"key\\\":\\\"columns\\\",\\\"new_value\\\":\\\"Changed\\\",\\\"info\\\":\\\"Modified container columns value from \'empty\' to \'Changed\'\\\",\\\"category\\\":\\\"columns\\\"}]\"}');
INSERT INTO `wpht_fluentform_form_meta` (`id`, `form_id`, `meta_key`, `value`) VALUES
(19, 3, 'revision', '{\"change_title\":\"Added 1 field\",\"timestamp\":\"2024-10-07 02:45:29\",\"old_data\":\"{\\\"fields\\\":[{\\\"index\\\":1,\\\"element\\\":\\\"container\\\",\\\"attributes\\\":[],\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]},\\\"container_width\\\":\\\"\\\",\\\"is_width_auto_calc\\\":true},\\\"columns\\\":[{\\\"fields\\\":[{\\\"index\\\":0,\\\"element\\\":\\\"input_name\\\",\\\"attributes\\\":{\\\"name\\\":\\\"names\\\",\\\"data-type\\\":\\\"name-element\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"Nombre\\\",\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]},\\\"label_placement\\\":\\\"\\\"},\\\"fields\\\":{\\\"first_name\\\":{\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"first_name\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Nombre\\\",\\\"help_message\\\":\\\"\\\",\\\"visible\\\":true,\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":true,\\\"message\\\":\\\"This field is required\\\",\\\"global\\\":false,\\\"global_message\\\":\\\"This field is required\\\"}},\\\"conditional_logics\\\":[]},\\\"editor_options\\\":{\\\"template\\\":\\\"inputText\\\"}},\\\"middle_name\\\":{\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"middle_name\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"\\\",\\\"required\\\":false},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Middle Name\\\",\\\"help_message\\\":\\\"\\\",\\\"error_message\\\":\\\"\\\",\\\"visible\\\":false,\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\",\\\"global\\\":false,\\\"global_message\\\":\\\"This field is required\\\"}},\\\"conditional_logics\\\":[]},\\\"editor_options\\\":{\\\"template\\\":\\\"inputText\\\"}},\\\"last_name\\\":{\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"last_name\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"\\\",\\\"required\\\":false},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Last Name\\\",\\\"help_message\\\":\\\"\\\",\\\"error_message\\\":\\\"\\\",\\\"visible\\\":false,\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\",\\\"global\\\":false,\\\"global_message\\\":\\\"This field is required\\\"}},\\\"conditional_logics\\\":[]},\\\"editor_options\\\":{\\\"template\\\":\\\"inputText\\\"}}},\\\"editor_options\\\":{\\\"title\\\":\\\"Name Fields\\\",\\\"element\\\":\\\"name-fields\\\",\\\"icon_class\\\":\\\"icon-user\\\",\\\"template\\\":\\\"nameFields\\\"},\\\"uniqElKey\\\":\\\"el_1611225259037\\\"}],\\\"width\\\":50},{\\\"fields\\\":[{\\\"index\\\":1,\\\"element\\\":\\\"input_email\\\",\\\"attributes\\\":{\\\"type\\\":\\\"email\\\",\\\"name\\\":\\\"email\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Correo Electr\\\\u00f3nico\\\",\\\"label_placement\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"Correo Electr\\\\u00f3nico\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":true,\\\"message\\\":\\\"This field is required\\\",\\\"global\\\":false,\\\"global_message\\\":\\\"This field is required\\\"},\\\"email\\\":{\\\"value\\\":true,\\\"message\\\":\\\"This field must contain a valid email\\\",\\\"global\\\":false,\\\"global_message\\\":\\\"This field must contain a valid email\\\"}},\\\"conditional_logics\\\":[],\\\"is_unique\\\":\\\"no\\\",\\\"unique_validation_message\\\":\\\"Email address need to be unique.\\\",\\\"prefix_label\\\":\\\"\\\",\\\"suffix_label\\\":\\\"\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Email Address\\\",\\\"icon_class\\\":\\\"icon-envelope-o\\\",\\\"template\\\":\\\"inputText\\\"},\\\"uniqElKey\\\":\\\"el_1611225262228\\\"}],\\\"width\\\":50}],\\\"editor_options\\\":{\\\"title\\\":\\\"Two Column Container\\\",\\\"icon_class\\\":\\\"ff-edit-column-2\\\"},\\\"uniqElKey\\\":\\\"el_16112252561400.9634871963881846\\\"},{\\\"index\\\":1,\\\"element\\\":\\\"container\\\",\\\"attributes\\\":[],\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]},\\\"container_width\\\":\\\"\\\",\\\"is_width_auto_calc\\\":true},\\\"columns\\\":[{\\\"fields\\\":[{\\\"index\\\":2,\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"input_text\\\",\\\"value\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"\\\",\\\"maxlength\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Tel\\\\u00e9fono\\\",\\\"label_placement\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"prefix_label\\\":\\\"\\\",\\\"suffix_label\\\":\\\"\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":true,\\\"message\\\":\\\"This field is required\\\",\\\"global_message\\\":\\\"This field is required\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"is_unique\\\":\\\"no\\\",\\\"unique_validation_message\\\":\\\"This value need to be unique.\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Simple Text\\\",\\\"icon_class\\\":\\\"ff-edit-text\\\",\\\"template\\\":\\\"inputText\\\"},\\\"uniqElKey\\\":\\\"el_172826878806379\\\"}],\\\"width\\\":50},{\\\"fields\\\":[{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"Tipo de Edificio A PROTEGER \\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Selecciona -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"Edificio Multifamiliar\\\",\\\"value\\\":\\\"Edificio Multifamiliar\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"Complejo Industrial\\\",\\\"value\\\":\\\"Complejo Industrial\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"Edificio de Oficinas\\\",\\\"value\\\":\\\"Edificio de Oficinas\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"},{\\\"label\\\":\\\"Establecimiento Comercial\\\",\\\"value\\\":\\\"Establecimiento Comercial\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"},{\\\"label\\\":\\\"Restaurante\\\",\\\"value\\\":\\\"Restaurante\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":true,\\\"message\\\":\\\"This field is required\\\",\\\"global_message\\\":\\\"This field is required\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Dropdown\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_172826880513483\\\"}],\\\"width\\\":50}],\\\"editor_options\\\":{\\\"title\\\":\\\"Two Column Container\\\",\\\"icon_class\\\":\\\"ff-edit-column-2\\\"},\\\"uniqElKey\\\":\\\"el_16112252670410.6323026966057792\\\"},{\\\"index\\\":1,\\\"element\\\":\\\"container\\\",\\\"attributes\\\":[],\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]},\\\"container_width\\\":\\\"\\\",\\\"is_width_auto_calc\\\":true},\\\"columns\\\":[{\\\"fields\\\":[{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown_1\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"A qu\\\\u00e9 te dedicas\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Selecciona -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"ING DE SEGURIDAD Y SALUD OCUPACIONAL\\\",\\\"value\\\":\\\"ING DE SEGURIDAD Y SALUD OCUPACIONAL\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"INGENIERO DE PROTECCION CONTRA INCENDIOS\\\",\\\"value\\\":\\\"INGENIERO DE PROTECCION CONTRA INCENDIOS\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"CONSULTOR\\\",\\\"value\\\":\\\"CONSULTOR\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":2},{\\\"label\\\":\\\"INSTALADOR DE SISTEMAS DE SEGURIDAD Y PROTECCION CONTRA INCENDIOS\\\",\\\"value\\\":\\\"INSTALADOR DE SISTEMAS DE SEGURIDAD Y PROTECCION CONTRA INCENDIOS\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":3},{\\\"label\\\":\\\"CONSTRUCTOR \\\\\\/ ARQUITECTO \\\",\\\"value\\\":\\\"CONSTRUCTOR \\\\\\/ ARQUITECTO \\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":4}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":true,\\\"message\\\":\\\"This field is required\\\",\\\"global_message\\\":\\\"This field is required\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Dropdown\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_1728268912014\\\"}],\\\"width\\\":50},{\\\"fields\\\":[{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown_2\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"Nivel de Inter\\\\u00e9s\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Selecciona -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"Consulta General\\\",\\\"value\\\":\\\"Consulta General\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"Cotizaci\\\\u00f3n Inmediata\\\",\\\"value\\\":\\\"Cotizaci\\\\u00f3n Inmediata\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"Consultoria e Ingenieria\\\",\\\"value\\\":\\\"Consultoria e Ingenieria\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":2}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":true,\\\"message\\\":\\\"This field is required\\\",\\\"global_message\\\":\\\"This field is required\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Dropdown\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_172826890849369\\\"}],\\\"width\\\":50}],\\\"editor_options\\\":{\\\"title\\\":\\\"Two Column Container\\\",\\\"icon_class\\\":\\\"ff-edit-column-2\\\"},\\\"uniqElKey\\\":\\\"el_17282689062008\\\"}],\\\"submitButton\\\":{\\\"uniqElKey\\\":\\\"el_1559116097684\\\",\\\"element\\\":\\\"button\\\",\\\"attributes\\\":{\\\"type\\\":\\\"submit\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"align\\\":\\\"left\\\",\\\"button_style\\\":\\\"green\\\",\\\"container_class\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"background_color\\\":\\\"#67C23A\\\",\\\"button_size\\\":\\\"lg\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"button_ui\\\":{\\\"type\\\":\\\"default\\\",\\\"text\\\":\\\"Submit\\\",\\\"img_url\\\":\\\"\\\"},\\\"normal_styles\\\":{\\\"backgroundColor\\\":\\\"#409EFF\\\",\\\"borderColor\\\":\\\"#409EFF\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"borderRadius\\\":\\\"\\\",\\\"minWidth\\\":\\\"\\\"},\\\"hover_styles\\\":{\\\"backgroundColor\\\":\\\"#ffffff\\\",\\\"borderColor\\\":\\\"#409EFF\\\",\\\"color\\\":\\\"#409EFF\\\",\\\"borderRadius\\\":\\\"\\\",\\\"minWidth\\\":\\\"\\\"},\\\"current_state\\\":\\\"normal_styles\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Submit Button\\\"}}}\",\"changes\":\"[{\\\"type\\\":\\\"added\\\",\\\"label\\\":\\\"Producto de Inter\\\\u00e9s\\\",\\\"info\\\":\\\"Added Producto de Inter\\\\u00e9s \\\"}]\"}'),
(20, 3, 'revision', '{\"change_title\":\"Modified 3 attributes\\/settings\",\"timestamp\":\"2024-10-07 02:46:01\",\"old_data\":\"{\\\"fields\\\":[{\\\"index\\\":1,\\\"element\\\":\\\"container\\\",\\\"attributes\\\":[],\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]},\\\"container_width\\\":\\\"\\\",\\\"is_width_auto_calc\\\":true},\\\"columns\\\":[{\\\"fields\\\":[{\\\"index\\\":0,\\\"element\\\":\\\"input_name\\\",\\\"attributes\\\":{\\\"name\\\":\\\"names\\\",\\\"data-type\\\":\\\"name-element\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"Nombre\\\",\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]},\\\"label_placement\\\":\\\"\\\"},\\\"fields\\\":{\\\"first_name\\\":{\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"first_name\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Nombre\\\",\\\"help_message\\\":\\\"\\\",\\\"visible\\\":true,\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":true,\\\"message\\\":\\\"This field is required\\\",\\\"global\\\":false,\\\"global_message\\\":\\\"This field is required\\\"}},\\\"conditional_logics\\\":[]},\\\"editor_options\\\":{\\\"template\\\":\\\"inputText\\\"}},\\\"middle_name\\\":{\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"middle_name\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"\\\",\\\"required\\\":false},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Middle Name\\\",\\\"help_message\\\":\\\"\\\",\\\"error_message\\\":\\\"\\\",\\\"visible\\\":false,\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\",\\\"global\\\":false,\\\"global_message\\\":\\\"This field is required\\\"}},\\\"conditional_logics\\\":[]},\\\"editor_options\\\":{\\\"template\\\":\\\"inputText\\\"}},\\\"last_name\\\":{\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"last_name\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"\\\",\\\"required\\\":false},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Last Name\\\",\\\"help_message\\\":\\\"\\\",\\\"error_message\\\":\\\"\\\",\\\"visible\\\":false,\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\",\\\"global\\\":false,\\\"global_message\\\":\\\"This field is required\\\"}},\\\"conditional_logics\\\":[]},\\\"editor_options\\\":{\\\"template\\\":\\\"inputText\\\"}}},\\\"editor_options\\\":{\\\"title\\\":\\\"Name Fields\\\",\\\"element\\\":\\\"name-fields\\\",\\\"icon_class\\\":\\\"icon-user\\\",\\\"template\\\":\\\"nameFields\\\"},\\\"uniqElKey\\\":\\\"el_1611225259037\\\"}],\\\"width\\\":50},{\\\"fields\\\":[{\\\"index\\\":1,\\\"element\\\":\\\"input_email\\\",\\\"attributes\\\":{\\\"type\\\":\\\"email\\\",\\\"name\\\":\\\"email\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Correo Electr\\\\u00f3nico\\\",\\\"label_placement\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"Correo Electr\\\\u00f3nico\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":true,\\\"message\\\":\\\"This field is required\\\",\\\"global\\\":false,\\\"global_message\\\":\\\"This field is required\\\"},\\\"email\\\":{\\\"value\\\":true,\\\"message\\\":\\\"This field must contain a valid email\\\",\\\"global\\\":false,\\\"global_message\\\":\\\"This field must contain a valid email\\\"}},\\\"conditional_logics\\\":[],\\\"is_unique\\\":\\\"no\\\",\\\"unique_validation_message\\\":\\\"Email address need to be unique.\\\",\\\"prefix_label\\\":\\\"\\\",\\\"suffix_label\\\":\\\"\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Email Address\\\",\\\"icon_class\\\":\\\"icon-envelope-o\\\",\\\"template\\\":\\\"inputText\\\"},\\\"uniqElKey\\\":\\\"el_1611225262228\\\"}],\\\"width\\\":50}],\\\"editor_options\\\":{\\\"title\\\":\\\"Two Column Container\\\",\\\"icon_class\\\":\\\"ff-edit-column-2\\\"},\\\"uniqElKey\\\":\\\"el_16112252561400.9634871963881846\\\"},{\\\"index\\\":1,\\\"element\\\":\\\"container\\\",\\\"attributes\\\":[],\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]},\\\"container_width\\\":\\\"\\\",\\\"is_width_auto_calc\\\":true},\\\"columns\\\":[{\\\"fields\\\":[{\\\"index\\\":2,\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"input_text\\\",\\\"value\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"\\\",\\\"maxlength\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Tel\\\\u00e9fono\\\",\\\"label_placement\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"prefix_label\\\":\\\"\\\",\\\"suffix_label\\\":\\\"\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":true,\\\"message\\\":\\\"This field is required\\\",\\\"global_message\\\":\\\"This field is required\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"is_unique\\\":\\\"no\\\",\\\"unique_validation_message\\\":\\\"This value need to be unique.\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Simple Text\\\",\\\"icon_class\\\":\\\"ff-edit-text\\\",\\\"template\\\":\\\"inputText\\\"},\\\"uniqElKey\\\":\\\"el_172826878806379\\\"}],\\\"width\\\":50},{\\\"fields\\\":[{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"Tipo de Edificio A PROTEGER \\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Selecciona -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"Edificio Multifamiliar\\\",\\\"value\\\":\\\"Edificio Multifamiliar\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"Complejo Industrial\\\",\\\"value\\\":\\\"Complejo Industrial\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"Edificio de Oficinas\\\",\\\"value\\\":\\\"Edificio de Oficinas\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"},{\\\"label\\\":\\\"Establecimiento Comercial\\\",\\\"value\\\":\\\"Establecimiento Comercial\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"},{\\\"label\\\":\\\"Restaurante\\\",\\\"value\\\":\\\"Restaurante\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":true,\\\"message\\\":\\\"This field is required\\\",\\\"global_message\\\":\\\"This field is required\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Dropdown\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_172826880513483\\\"}],\\\"width\\\":50}],\\\"editor_options\\\":{\\\"title\\\":\\\"Two Column Container\\\",\\\"icon_class\\\":\\\"ff-edit-column-2\\\"},\\\"uniqElKey\\\":\\\"el_16112252670410.6323026966057792\\\"},{\\\"index\\\":1,\\\"element\\\":\\\"container\\\",\\\"attributes\\\":[],\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]},\\\"container_width\\\":\\\"\\\",\\\"is_width_auto_calc\\\":true},\\\"columns\\\":[{\\\"fields\\\":[{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown_1\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"A qu\\\\u00e9 te dedicas\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Selecciona -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"ING DE SEGURIDAD Y SALUD OCUPACIONAL\\\",\\\"value\\\":\\\"ING DE SEGURIDAD Y SALUD OCUPACIONAL\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"INGENIERO DE PROTECCION CONTRA INCENDIOS\\\",\\\"value\\\":\\\"INGENIERO DE PROTECCION CONTRA INCENDIOS\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"CONSULTOR\\\",\\\"value\\\":\\\"CONSULTOR\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":2},{\\\"label\\\":\\\"INSTALADOR DE SISTEMAS DE SEGURIDAD Y PROTECCION CONTRA INCENDIOS\\\",\\\"value\\\":\\\"INSTALADOR DE SISTEMAS DE SEGURIDAD Y PROTECCION CONTRA INCENDIOS\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":3},{\\\"label\\\":\\\"CONSTRUCTOR \\\\\\/ ARQUITECTO \\\",\\\"value\\\":\\\"CONSTRUCTOR \\\\\\/ ARQUITECTO \\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":4}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":true,\\\"message\\\":\\\"This field is required\\\",\\\"global_message\\\":\\\"This field is required\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Dropdown\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_1728268912014\\\"}],\\\"width\\\":50},{\\\"fields\\\":[{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown_2\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"Nivel de Inter\\\\u00e9s\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Selecciona -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"Consulta General\\\",\\\"value\\\":\\\"Consulta General\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"Cotizaci\\\\u00f3n Inmediata\\\",\\\"value\\\":\\\"Cotizaci\\\\u00f3n Inmediata\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"Consultoria e Ingenieria\\\",\\\"value\\\":\\\"Consultoria e Ingenieria\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":2}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":true,\\\"message\\\":\\\"This field is required\\\",\\\"global_message\\\":\\\"This field is required\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Dropdown\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_172826890849369\\\"}],\\\"width\\\":50}],\\\"editor_options\\\":{\\\"title\\\":\\\"Two Column Container\\\",\\\"icon_class\\\":\\\"ff-edit-column-2\\\"},\\\"uniqElKey\\\":\\\"el_17282689062008\\\"},{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown_3\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"Producto de Inter\\\\u00e9s\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Selecciona -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"DETECCION DE INCENDIOS, SUPRESION DE INCENDIOS\\\",\\\"value\\\":\\\"DETECCION DE INCENDIOS, SUPRESION DE INCENDIOS\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"EXTINTORES\\\",\\\"value\\\":\\\"EXTINTORES\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"RECARGA DE EXTINTORES\\\",\\\"value\\\":\\\"RECARGA DE EXTINTORES\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\",\\\"global_message\\\":\\\"This field is required\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Dropdown\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_172826908013538\\\"}],\\\"submitButton\\\":{\\\"uniqElKey\\\":\\\"el_1559116097684\\\",\\\"element\\\":\\\"button\\\",\\\"attributes\\\":{\\\"type\\\":\\\"submit\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"align\\\":\\\"left\\\",\\\"button_style\\\":\\\"green\\\",\\\"container_class\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"background_color\\\":\\\"#67C23A\\\",\\\"button_size\\\":\\\"lg\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"button_ui\\\":{\\\"type\\\":\\\"default\\\",\\\"text\\\":\\\"Submit\\\",\\\"img_url\\\":\\\"\\\"},\\\"normal_styles\\\":{\\\"backgroundColor\\\":\\\"#409EFF\\\",\\\"borderColor\\\":\\\"#409EFF\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"borderRadius\\\":\\\"\\\",\\\"minWidth\\\":\\\"\\\"},\\\"hover_styles\\\":{\\\"backgroundColor\\\":\\\"#ffffff\\\",\\\"borderColor\\\":\\\"#409EFF\\\",\\\"color\\\":\\\"#409EFF\\\",\\\"borderRadius\\\":\\\"\\\",\\\"minWidth\\\":\\\"\\\"},\\\"current_state\\\":\\\"normal_styles\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Submit Button\\\"}}}\",\"changes\":\"[{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"Producto de Inter\\\\u00e9s\\\",\\\"key\\\":\\\"advanced_options.2.id\\\",\\\"new_value\\\":2,\\\"info\\\":\\\"Modified Producto de Inter\\\\u00e9s advanced_options.2.id value from \'empty\' to \'2\'\\\",\\\"category\\\":\\\"settings\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"Producto de Inter\\\\u00e9s\\\",\\\"key\\\":\\\"validation_rules.required.value\\\",\\\"new_value\\\":true,\\\"old_value\\\":false,\\\"info\\\":\\\"Modified Producto de Inter\\\\u00e9s validation_rules.required.value value from \'empty\' to \'Active\'\\\",\\\"category\\\":\\\"settings\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"button\\\",\\\"key\\\":\\\"button_ui.text\\\",\\\"new_value\\\":\\\"AGENDA UNA REUNION CON NOSOTROS\\\",\\\"old_value\\\":\\\"Submit\\\",\\\"info\\\":\\\"Modified button button_ui.text value from \'Submit\' to \'AGENDA UNA REUNION CON NOSOTROS\'\\\",\\\"category\\\":\\\"settings\\\"}]\"}'),
(21, 1, 'revision', '{\"change_title\":\"Initial state\",\"timestamp\":\"2024-10-07 02:50:45\",\"old_data\":\"{\\\"fields\\\":[{\\\"index\\\":0,\\\"element\\\":\\\"input_name\\\",\\\"attributes\\\":{\\\"name\\\":\\\"names\\\",\\\"data-type\\\":\\\"name-element\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"Name\\\",\\\"conditional_logics\\\":[]},\\\"fields\\\":{\\\"first_name\\\":{\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"first_name\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"First Name\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"First Name\\\",\\\"help_message\\\":\\\"\\\",\\\"visible\\\":true,\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\"}},\\\"conditional_logics\\\":[]},\\\"editor_options\\\":{\\\"template\\\":\\\"inputText\\\"}},\\\"middle_name\\\":{\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"middle_name\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"\\\",\\\"required\\\":false},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Middle Name\\\",\\\"help_message\\\":\\\"\\\",\\\"error_message\\\":\\\"\\\",\\\"visible\\\":false,\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\"}},\\\"conditional_logics\\\":[]},\\\"editor_options\\\":{\\\"template\\\":\\\"inputText\\\"}},\\\"last_name\\\":{\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"last_name\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"Last Name\\\",\\\"required\\\":false},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Last Name\\\",\\\"help_message\\\":\\\"\\\",\\\"error_message\\\":\\\"\\\",\\\"visible\\\":true,\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\"}},\\\"conditional_logics\\\":[]},\\\"editor_options\\\":{\\\"template\\\":\\\"inputText\\\"}}},\\\"editor_options\\\":{\\\"title\\\":\\\"Name Fields\\\",\\\"element\\\":\\\"name-fields\\\",\\\"icon_class\\\":\\\"ff-edit-name\\\",\\\"template\\\":\\\"nameFields\\\"},\\\"uniqElKey\\\":\\\"el_1570866006692\\\"},{\\\"index\\\":1,\\\"element\\\":\\\"input_email\\\",\\\"attributes\\\":{\\\"type\\\":\\\"email\\\",\\\"name\\\":\\\"email\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"Email Address\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Email\\\",\\\"label_placement\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":true,\\\"message\\\":\\\"This field is required\\\"},\\\"email\\\":{\\\"value\\\":true,\\\"message\\\":\\\"This field must contain a valid email\\\"}},\\\"conditional_logics\\\":[]},\\\"editor_options\\\":{\\\"title\\\":\\\"Email Address\\\",\\\"icon_class\\\":\\\"ff-edit-email\\\",\\\"template\\\":\\\"inputText\\\"},\\\"uniqElKey\\\":\\\"el_1570866012914\\\"},{\\\"index\\\":2,\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"subject\\\",\\\"value\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"Subject\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Subject\\\",\\\"label_placement\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"Subject\\\",\\\"help_message\\\":\\\"\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\"}},\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]}},\\\"editor_options\\\":{\\\"title\\\":\\\"Simple Text\\\",\\\"icon_class\\\":\\\"ff-edit-text\\\",\\\"template\\\":\\\"inputText\\\"},\\\"uniqElKey\\\":\\\"el_1570878958648\\\"},{\\\"index\\\":3,\\\"element\\\":\\\"textarea\\\",\\\"attributes\\\":{\\\"name\\\":\\\"message\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"Your Message\\\",\\\"rows\\\":4,\\\"cols\\\":2},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Your Message\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":true,\\\"message\\\":\\\"This field is required\\\"}},\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]}},\\\"editor_options\\\":{\\\"title\\\":\\\"Text Area\\\",\\\"icon_class\\\":\\\"ff-edit-textarea\\\",\\\"template\\\":\\\"inputTextarea\\\"},\\\"uniqElKey\\\":\\\"el_1570879001207\\\"}],\\\"submitButton\\\":{\\\"uniqElKey\\\":\\\"el_1524065200616\\\",\\\"element\\\":\\\"button\\\",\\\"attributes\\\":{\\\"type\\\":\\\"submit\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"align\\\":\\\"left\\\",\\\"button_style\\\":\\\"default\\\",\\\"container_class\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"background_color\\\":\\\"#1a7efb\\\",\\\"button_size\\\":\\\"md\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"button_ui\\\":{\\\"type\\\":\\\"default\\\",\\\"text\\\":\\\"Submit Form\\\",\\\"img_url\\\":\\\"\\\"}},\\\"editor_options\\\":{\\\"title\\\":\\\"Submit Button\\\"}}}\",\"changes\":\"[{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"input_name\\\",\\\"key\\\":\\\"admin_field_label\\\",\\\"new_value\\\":\\\"Nombre\\\",\\\"old_value\\\":\\\"Name\\\",\\\"info\\\":\\\"Modified input_name admin_field_label value from \'Name\' to \'Nombre\'\\\",\\\"category\\\":\\\"settings\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"input_name\\\",\\\"key\\\":\\\"label_placement\\\",\\\"new_value\\\":\\\"\\\",\\\"info\\\":\\\"Modified input_name label_placement value from \'empty\' to \'\'\\\",\\\"category\\\":\\\"settings\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"input_name\\\",\\\"key\\\":\\\"first_name.settings.label\\\",\\\"new_value\\\":\\\"Nombre\\\",\\\"old_value\\\":\\\"First Name\\\",\\\"info\\\":\\\"Modified input_name first_name.settings.label value from \'First Name\' to \'Nombre\'\\\",\\\"category\\\":\\\"fields\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"input_name\\\",\\\"key\\\":\\\"first_name.settings.validation_rules.required.global\\\",\\\"new_value\\\":false,\\\"info\\\":\\\"Modified input_name first_name.settings.validation_rules.required.global value from \'empty\' to \'inActive\'\\\",\\\"category\\\":\\\"fields\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"input_name\\\",\\\"key\\\":\\\"first_name.settings.validation_rules.required.global_message\\\",\\\"new_value\\\":\\\"This field is required\\\",\\\"info\\\":\\\"Modified input_name first_name.settings.validation_rules.required.global_message value from \'empty\' to \'This field is required\'\\\",\\\"category\\\":\\\"fields\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"input_name\\\",\\\"key\\\":\\\"middle_name.settings.validation_rules.required.global\\\",\\\"new_value\\\":false,\\\"info\\\":\\\"Modified input_name middle_name.settings.validation_rules.required.global value from \'empty\' to \'inActive\'\\\",\\\"category\\\":\\\"fields\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"input_name\\\",\\\"key\\\":\\\"middle_name.settings.validation_rules.required.global_message\\\",\\\"new_value\\\":\\\"This field is required\\\",\\\"info\\\":\\\"Modified input_name middle_name.settings.validation_rules.required.global_message value from \'empty\' to \'This field is required\'\\\",\\\"category\\\":\\\"fields\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"input_name\\\",\\\"key\\\":\\\"last_name.settings.visible\\\",\\\"new_value\\\":false,\\\"old_value\\\":true,\\\"info\\\":\\\"Modified input_name last_name.settings.visible value from \'Active\' to \'inActive\'\\\",\\\"category\\\":\\\"fields\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"input_name\\\",\\\"key\\\":\\\"last_name.settings.validation_rules.required.global\\\",\\\"new_value\\\":false,\\\"info\\\":\\\"Modified input_name last_name.settings.validation_rules.required.global value from \'empty\' to \'inActive\'\\\",\\\"category\\\":\\\"fields\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"input_name\\\",\\\"key\\\":\\\"last_name.settings.validation_rules.required.global_message\\\",\\\"new_value\\\":\\\"This field is required\\\",\\\"info\\\":\\\"Modified input_name last_name.settings.validation_rules.required.global_message value from \'empty\' to \'This field is required\'\\\",\\\"category\\\":\\\"fields\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"Email\\\",\\\"key\\\":\\\"validation_rules.required.global\\\",\\\"new_value\\\":false,\\\"info\\\":\\\"Modified Email validation_rules.required.global value from \'empty\' to \'inActive\'\\\",\\\"category\\\":\\\"settings\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"Email\\\",\\\"key\\\":\\\"validation_rules.required.global_message\\\",\\\"new_value\\\":\\\"This field is required\\\",\\\"info\\\":\\\"Modified Email validation_rules.required.global_message value from \'empty\' to \'This field is required\'\\\",\\\"category\\\":\\\"settings\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"Email\\\",\\\"key\\\":\\\"validation_rules.email.global\\\",\\\"new_value\\\":false,\\\"info\\\":\\\"Modified Email validation_rules.email.global value from \'empty\' to \'inActive\'\\\",\\\"category\\\":\\\"settings\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"Email\\\",\\\"key\\\":\\\"validation_rules.email.global_message\\\",\\\"new_value\\\":\\\"This field must contain a valid email\\\",\\\"info\\\":\\\"Modified Email validation_rules.email.global_message value from \'empty\' to \'This field must contain a valid email\'\\\",\\\"category\\\":\\\"settings\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"Email\\\",\\\"key\\\":\\\"is_unique\\\",\\\"new_value\\\":\\\"no\\\",\\\"info\\\":\\\"Modified Email is_unique value from \'empty\' to \'no\'\\\",\\\"category\\\":\\\"settings\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"Email\\\",\\\"key\\\":\\\"unique_validation_message\\\",\\\"new_value\\\":\\\"Email address need to be unique.\\\",\\\"info\\\":\\\"Modified Email unique_validation_message value from \'empty\' to \'Email address need to be unique.\'\\\",\\\"category\\\":\\\"settings\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"Email\\\",\\\"key\\\":\\\"prefix_label\\\",\\\"new_value\\\":\\\"\\\",\\\"info\\\":\\\"Modified Email prefix_label value from \'empty\' to \'\'\\\",\\\"category\\\":\\\"settings\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"Email\\\",\\\"key\\\":\\\"suffix_label\\\",\\\"new_value\\\":\\\"\\\",\\\"info\\\":\\\"Modified Email suffix_label value from \'empty\' to \'\'\\\",\\\"category\\\":\\\"settings\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"Subject\\\",\\\"key\\\":\\\"validation_rules.required.global\\\",\\\"new_value\\\":false,\\\"info\\\":\\\"Modified Subject validation_rules.required.global value from \'empty\' to \'inActive\'\\\",\\\"category\\\":\\\"settings\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"Subject\\\",\\\"key\\\":\\\"validation_rules.required.global_message\\\",\\\"new_value\\\":\\\"This field is required\\\",\\\"info\\\":\\\"Modified Subject validation_rules.required.global_message value from \'empty\' to \'This field is required\'\\\",\\\"category\\\":\\\"settings\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"Subject\\\",\\\"key\\\":\\\"is_unique\\\",\\\"new_value\\\":\\\"no\\\",\\\"info\\\":\\\"Modified Subject is_unique value from \'empty\' to \'no\'\\\",\\\"category\\\":\\\"settings\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"Subject\\\",\\\"key\\\":\\\"unique_validation_message\\\",\\\"new_value\\\":\\\"This field value need to be unique.\\\",\\\"info\\\":\\\"Modified Subject unique_validation_message value from \'empty\' to \'This field value need to be unique.\'\\\",\\\"category\\\":\\\"settings\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"Subject\\\",\\\"key\\\":\\\"prefix_label\\\",\\\"new_value\\\":\\\"\\\",\\\"info\\\":\\\"Modified Subject prefix_label value from \'empty\' to \'\'\\\",\\\"category\\\":\\\"settings\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"Subject\\\",\\\"key\\\":\\\"suffix_label\\\",\\\"new_value\\\":\\\"\\\",\\\"info\\\":\\\"Modified Subject suffix_label value from \'empty\' to \'\'\\\",\\\"category\\\":\\\"settings\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"Subject\\\",\\\"key\\\":\\\"maxlength\\\",\\\"new_value\\\":\\\"\\\",\\\"info\\\":\\\"Modified Subject maxlength value from \'empty\' to \'\'\\\",\\\"category\\\":\\\"attributes\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"Your Message\\\",\\\"key\\\":\\\"validation_rules.required.global\\\",\\\"new_value\\\":false,\\\"info\\\":\\\"Modified Your Message validation_rules.required.global value from \'empty\' to \'inActive\'\\\",\\\"category\\\":\\\"settings\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"Your Message\\\",\\\"key\\\":\\\"validation_rules.required.global_message\\\",\\\"new_value\\\":\\\"This field is required\\\",\\\"info\\\":\\\"Modified Your Message validation_rules.required.global_message value from \'empty\' to \'This field is required\'\\\",\\\"category\\\":\\\"settings\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"Your Message\\\",\\\"key\\\":\\\"maxlength\\\",\\\"new_value\\\":\\\"\\\",\\\"info\\\":\\\"Modified Your Message maxlength value from \'empty\' to \'\'\\\",\\\"category\\\":\\\"attributes\\\"}]\"}'),
(22, 1, '_primary_email_field', 'email');
INSERT INTO `wpht_fluentform_form_meta` (`id`, `form_id`, `meta_key`, `value`) VALUES
(23, 1, 'revision', '{\"change_title\":\"Multiple changes\",\"timestamp\":\"2024-10-07 02:51:11\",\"old_data\":\"{\\\"fields\\\":[{\\\"index\\\":0,\\\"element\\\":\\\"input_name\\\",\\\"attributes\\\":{\\\"name\\\":\\\"names\\\",\\\"data-type\\\":\\\"name-element\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"Nombre\\\",\\\"conditional_logics\\\":[],\\\"label_placement\\\":\\\"\\\"},\\\"fields\\\":{\\\"first_name\\\":{\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"first_name\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"First Name\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Nombre\\\",\\\"help_message\\\":\\\"\\\",\\\"visible\\\":true,\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\",\\\"global\\\":false,\\\"global_message\\\":\\\"This field is required\\\"}},\\\"conditional_logics\\\":[]},\\\"editor_options\\\":{\\\"template\\\":\\\"inputText\\\"}},\\\"middle_name\\\":{\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"middle_name\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"\\\",\\\"required\\\":false},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Middle Name\\\",\\\"help_message\\\":\\\"\\\",\\\"error_message\\\":\\\"\\\",\\\"visible\\\":false,\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\",\\\"global\\\":false,\\\"global_message\\\":\\\"This field is required\\\"}},\\\"conditional_logics\\\":[]},\\\"editor_options\\\":{\\\"template\\\":\\\"inputText\\\"}},\\\"last_name\\\":{\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"last_name\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"Last Name\\\",\\\"required\\\":false},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Last Name\\\",\\\"help_message\\\":\\\"\\\",\\\"error_message\\\":\\\"\\\",\\\"visible\\\":false,\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\",\\\"global\\\":false,\\\"global_message\\\":\\\"This field is required\\\"}},\\\"conditional_logics\\\":[]},\\\"editor_options\\\":{\\\"template\\\":\\\"inputText\\\"}}},\\\"editor_options\\\":{\\\"title\\\":\\\"Name Fields\\\",\\\"element\\\":\\\"name-fields\\\",\\\"icon_class\\\":\\\"ff-edit-name\\\",\\\"template\\\":\\\"nameFields\\\"},\\\"uniqElKey\\\":\\\"el_1570866006692\\\"},{\\\"index\\\":1,\\\"element\\\":\\\"input_email\\\",\\\"attributes\\\":{\\\"type\\\":\\\"email\\\",\\\"name\\\":\\\"email\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"Email Address\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Email\\\",\\\"label_placement\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":true,\\\"message\\\":\\\"This field is required\\\",\\\"global\\\":false,\\\"global_message\\\":\\\"This field is required\\\"},\\\"email\\\":{\\\"value\\\":true,\\\"message\\\":\\\"This field must contain a valid email\\\",\\\"global\\\":false,\\\"global_message\\\":\\\"This field must contain a valid email\\\"}},\\\"conditional_logics\\\":[],\\\"is_unique\\\":\\\"no\\\",\\\"unique_validation_message\\\":\\\"Email address need to be unique.\\\",\\\"prefix_label\\\":\\\"\\\",\\\"suffix_label\\\":\\\"\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Email Address\\\",\\\"icon_class\\\":\\\"ff-edit-email\\\",\\\"template\\\":\\\"inputText\\\"},\\\"uniqElKey\\\":\\\"el_1570866012914\\\"},{\\\"index\\\":2,\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"subject\\\",\\\"value\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"Subject\\\",\\\"maxlength\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Subject\\\",\\\"label_placement\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"Subject\\\",\\\"help_message\\\":\\\"\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\",\\\"global\\\":false,\\\"global_message\\\":\\\"This field is required\\\"}},\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]},\\\"is_unique\\\":\\\"no\\\",\\\"unique_validation_message\\\":\\\"This field value need to be unique.\\\",\\\"prefix_label\\\":\\\"\\\",\\\"suffix_label\\\":\\\"\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Simple Text\\\",\\\"icon_class\\\":\\\"ff-edit-text\\\",\\\"template\\\":\\\"inputText\\\"},\\\"uniqElKey\\\":\\\"el_1570878958648\\\"},{\\\"index\\\":3,\\\"element\\\":\\\"textarea\\\",\\\"attributes\\\":{\\\"name\\\":\\\"message\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"Your Message\\\",\\\"rows\\\":4,\\\"cols\\\":2,\\\"maxlength\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Your Message\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":true,\\\"message\\\":\\\"This field is required\\\",\\\"global\\\":false,\\\"global_message\\\":\\\"This field is required\\\"}},\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]}},\\\"editor_options\\\":{\\\"title\\\":\\\"Text Area\\\",\\\"icon_class\\\":\\\"ff-edit-textarea\\\",\\\"template\\\":\\\"inputTextarea\\\"},\\\"uniqElKey\\\":\\\"el_1570879001207\\\"}],\\\"submitButton\\\":{\\\"uniqElKey\\\":\\\"el_1524065200616\\\",\\\"element\\\":\\\"button\\\",\\\"attributes\\\":{\\\"type\\\":\\\"submit\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"align\\\":\\\"left\\\",\\\"button_style\\\":\\\"default\\\",\\\"container_class\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"background_color\\\":\\\"#1a7efb\\\",\\\"button_size\\\":\\\"md\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"button_ui\\\":{\\\"type\\\":\\\"default\\\",\\\"text\\\":\\\"Submit Form\\\",\\\"img_url\\\":\\\"\\\"}},\\\"editor_options\\\":{\\\"title\\\":\\\"Submit Button\\\"}}}\",\"changes\":\"[{\\\"type\\\":\\\"removed\\\",\\\"label\\\":\\\"Subject\\\",\\\"info\\\":\\\"Removed Subject \\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"Correo Electr\\\\u00f3nico\\\",\\\"key\\\":\\\"label\\\",\\\"new_value\\\":\\\"Correo Electr\\\\u00f3nico\\\",\\\"old_value\\\":\\\"Email\\\",\\\"info\\\":\\\"Modified Correo Electr\\\\u00f3nico label value from \'Email\' to \'Correo Electr\\\\u00f3nico\'\\\",\\\"category\\\":\\\"settings\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"Correo Electr\\\\u00f3nico\\\",\\\"key\\\":\\\"placeholder\\\",\\\"new_value\\\":\\\"Correo Electr\\\\u00f3nico\\\",\\\"old_value\\\":\\\"Email Address\\\",\\\"info\\\":\\\"Modified Correo Electr\\\\u00f3nico placeholder value from \'Email Address\' to \'Correo Electr\\\\u00f3nico\'\\\",\\\"category\\\":\\\"attributes\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"Mensaje\\\",\\\"key\\\":\\\"label\\\",\\\"new_value\\\":\\\"Mensaje\\\",\\\"old_value\\\":\\\"Your Message\\\",\\\"info\\\":\\\"Modified Mensaje label value from \'Your Message\' to \'Mensaje\'\\\",\\\"category\\\":\\\"settings\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"button\\\",\\\"key\\\":\\\"button_ui.text\\\",\\\"new_value\\\":\\\"Enviar\\\",\\\"old_value\\\":\\\"Submit Form\\\",\\\"info\\\":\\\"Modified button button_ui.text value from \'Submit Form\' to \'Enviar\'\\\",\\\"category\\\":\\\"settings\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"button\\\",\\\"key\\\":\\\"normal_styles.backgroundColor\\\",\\\"new_value\\\":\\\"#1a7efb\\\",\\\"info\\\":\\\"Modified button normal_styles.backgroundColor value from \'empty\' to \'#1a7efb\'\\\",\\\"category\\\":\\\"settings\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"button\\\",\\\"key\\\":\\\"normal_styles.borderColor\\\",\\\"new_value\\\":\\\"#1a7efb\\\",\\\"info\\\":\\\"Modified button normal_styles.borderColor value from \'empty\' to \'#1a7efb\'\\\",\\\"category\\\":\\\"settings\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"button\\\",\\\"key\\\":\\\"normal_styles.color\\\",\\\"new_value\\\":\\\"#ffffff\\\",\\\"info\\\":\\\"Modified button normal_styles.color value from \'empty\' to \'#ffffff\'\\\",\\\"category\\\":\\\"settings\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"button\\\",\\\"key\\\":\\\"normal_styles.borderRadius\\\",\\\"new_value\\\":\\\"\\\",\\\"info\\\":\\\"Modified button normal_styles.borderRadius value from \'empty\' to \'\'\\\",\\\"category\\\":\\\"settings\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"button\\\",\\\"key\\\":\\\"normal_styles.minWidth\\\",\\\"new_value\\\":\\\"\\\",\\\"info\\\":\\\"Modified button normal_styles.minWidth value from \'empty\' to \'\'\\\",\\\"category\\\":\\\"settings\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"button\\\",\\\"key\\\":\\\"hover_styles.backgroundColor\\\",\\\"new_value\\\":\\\"#ffffff\\\",\\\"info\\\":\\\"Modified button hover_styles.backgroundColor value from \'empty\' to \'#ffffff\'\\\",\\\"category\\\":\\\"settings\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"button\\\",\\\"key\\\":\\\"hover_styles.borderColor\\\",\\\"new_value\\\":\\\"#1a7efb\\\",\\\"info\\\":\\\"Modified button hover_styles.borderColor value from \'empty\' to \'#1a7efb\'\\\",\\\"category\\\":\\\"settings\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"button\\\",\\\"key\\\":\\\"hover_styles.color\\\",\\\"new_value\\\":\\\"#1a7efb\\\",\\\"info\\\":\\\"Modified button hover_styles.color value from \'empty\' to \'#1a7efb\'\\\",\\\"category\\\":\\\"settings\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"button\\\",\\\"key\\\":\\\"hover_styles.borderRadius\\\",\\\"new_value\\\":\\\"\\\",\\\"info\\\":\\\"Modified button hover_styles.borderRadius value from \'empty\' to \'\'\\\",\\\"category\\\":\\\"settings\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"button\\\",\\\"key\\\":\\\"hover_styles.minWidth\\\",\\\"new_value\\\":\\\"\\\",\\\"info\\\":\\\"Modified button hover_styles.minWidth value from \'empty\' to \'\'\\\",\\\"category\\\":\\\"settings\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"button\\\",\\\"key\\\":\\\"current_state\\\",\\\"new_value\\\":\\\"normal_styles\\\",\\\"info\\\":\\\"Modified button current_state value from \'empty\' to \'normal_styles\'\\\",\\\"category\\\":\\\"settings\\\"}]\"}'),
(24, 3, '_ff_selected_style', 'ffs_inherit_theme'),
(25, 5, 'formSettings', '{\"confirmation\":{\"redirectTo\":\"samePage\",\"messageToShow\":\"Thank you for your message. We will get in touch with you shortly\",\"customPage\":null,\"samePageFormBehavior\":\"hide_form\",\"customUrl\":null},\"restrictions\":{\"limitNumberOfEntries\":{\"enabled\":false,\"numberOfEntries\":null,\"period\":\"total\",\"limitReachedMsg\":\"Maximum number of entries exceeded.\"},\"scheduleForm\":{\"enabled\":false,\"start\":null,\"end\":null,\"selectedDays\":null,\"pendingMsg\":\"Form submission is not started yet.\",\"expiredMsg\":\"Form submission is now closed.\"},\"requireLogin\":{\"enabled\":false,\"requireLoginMsg\":\"You must be logged in to submit the form.\"},\"denyEmptySubmission\":{\"enabled\":false,\"message\":\"Sorry, you cannot submit an empty form. Let\'s hear what you wanna say.\"},\"restrictForm\":{\"enabled\":false,\"fields\":{\"ip\":{\"status\":false,\"values\":\"\",\"message\":\"Sorry! You can\'t submit a form from your IP address.\",\"validation_type\":\"fail_on_condition_met\"},\"country\":{\"status\":false,\"values\":[],\"message\":\"Sorry! You can\'t submit a form the country you are residing.\",\"validation_type\":\"fail_on_condition_met\"},\"keywords\":{\"status\":false,\"values\":\"\",\"message\":\"Sorry! Your submission contains some restricted keywords.\"}}}},\"layout\":{\"labelPlacement\":\"top\",\"helpMessagePlacement\":\"with_label\",\"errorMessagePlacement\":\"inline\",\"cssClassName\":\"\",\"asteriskPlacement\":\"asterisk-right\"},\"delete_entry_on_submission\":\"no\",\"conv_form_per_step_save\":false,\"conv_form_resume_from_last_step\":false}'),
(26, 5, 'template_name', 'blank_form'),
(27, 5, 'notifications', '{\"name\":\"Admin Notification Email\",\"sendTo\":{\"type\":\"email\",\"email\":\"{wp.admin_email}\",\"field\":\"email\",\"routing\":[{\"email\":null,\"field\":null,\"operator\":\"=\",\"value\":null}]},\"fromName\":\"\",\"fromEmail\":\"\",\"replyTo\":\"\",\"bcc\":\"\",\"subject\":\"[{inputs.names}] New Form Submission\",\"message\":\"<p>{all_data}<\\/p>\\n<p>This form submitted at: {embed_post.permalink}<\\/p>\",\"conditionals\":{\"status\":false,\"type\":\"all\",\"conditions\":[{\"field\":null,\"operator\":\"=\",\"value\":null}]},\"enabled\":false,\"email_template\":\"\"}'),
(41, 5, 'revision', '{\"change_title\":\"Added 1 field\",\"timestamp\":\"2025-01-28 14:42:34\",\"old_data\":\"{\\\"fields\\\":[{\\\"index\\\":1,\\\"element\\\":\\\"container\\\",\\\"attributes\\\":[],\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]},\\\"container_width\\\":\\\"\\\",\\\"is_width_auto_calc\\\":true},\\\"columns\\\":[{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":0,\\\"element\\\":\\\"input_name\\\",\\\"attributes\\\":{\\\"name\\\":\\\"names\\\",\\\"data-type\\\":\\\"name-element\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"Nombre Completo\\\",\\\"conditional_logics\\\":[],\\\"label_placement\\\":\\\"\\\"},\\\"fields\\\":{\\\"first_name\\\":{\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"first_name\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"Nombre Completo\\\",\\\"maxlength\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Nombre Completo\\\",\\\"help_message\\\":\\\"\\\",\\\"visible\\\":true,\\\"label_placement\\\":\\\"top\\\",\\\"label_placement_options\\\":[{\\\"value\\\":\\\"\\\",\\\"label\\\":\\\"Default\\\"},{\\\"value\\\":\\\"top\\\",\\\"label\\\":\\\"Top\\\"},{\\\"value\\\":\\\"right\\\",\\\"label\\\":\\\"Right\\\"},{\\\"value\\\":\\\"bottom\\\",\\\"label\\\":\\\"Bottom\\\"},{\\\"value\\\":\\\"left\\\",\\\"label\\\":\\\"Left\\\"},{\\\"value\\\":\\\"hide_label\\\",\\\"label\\\":\\\"Hidden\\\"}],\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[]},\\\"editor_options\\\":{\\\"template\\\":\\\"inputText\\\"}},\\\"middle_name\\\":{\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"middle_name\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"Middle Name\\\",\\\"required\\\":false,\\\"maxlength\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Middle Name\\\",\\\"help_message\\\":\\\"\\\",\\\"error_message\\\":\\\"\\\",\\\"label_placement\\\":\\\"top\\\",\\\"label_placement_options\\\":[{\\\"value\\\":\\\"\\\",\\\"label\\\":\\\"Default\\\"},{\\\"value\\\":\\\"top\\\",\\\"label\\\":\\\"Top\\\"},{\\\"value\\\":\\\"right\\\",\\\"label\\\":\\\"Right\\\"},{\\\"value\\\":\\\"bottom\\\",\\\"label\\\":\\\"Bottom\\\"},{\\\"value\\\":\\\"left\\\",\\\"label\\\":\\\"Left\\\"},{\\\"value\\\":\\\"hide_label\\\",\\\"label\\\":\\\"Hidden\\\"}],\\\"visible\\\":false,\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[]},\\\"editor_options\\\":{\\\"template\\\":\\\"inputText\\\"}},\\\"last_name\\\":{\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"last_name\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"Last Name\\\",\\\"required\\\":false,\\\"maxlength\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Last Name\\\",\\\"help_message\\\":\\\"\\\",\\\"error_message\\\":\\\"\\\",\\\"label_placement\\\":\\\"top\\\",\\\"label_placement_options\\\":[{\\\"value\\\":\\\"\\\",\\\"label\\\":\\\"Default\\\"},{\\\"value\\\":\\\"top\\\",\\\"label\\\":\\\"Top\\\"},{\\\"value\\\":\\\"right\\\",\\\"label\\\":\\\"Right\\\"},{\\\"value\\\":\\\"bottom\\\",\\\"label\\\":\\\"Bottom\\\"},{\\\"value\\\":\\\"left\\\",\\\"label\\\":\\\"Left\\\"},{\\\"value\\\":\\\"hide_label\\\",\\\"label\\\":\\\"Hidden\\\"}],\\\"visible\\\":false,\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[]},\\\"editor_options\\\":{\\\"template\\\":\\\"inputText\\\"}}},\\\"editor_options\\\":{\\\"title\\\":\\\"Name Fields\\\",\\\"element\\\":\\\"name-fields\\\",\\\"icon_class\\\":\\\"ff-edit-name\\\",\\\"template\\\":\\\"nameFields\\\"},\\\"uniqElKey\\\":\\\"el_1728270164524\\\"}]},{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":1,\\\"element\\\":\\\"input_email\\\",\\\"attributes\\\":{\\\"type\\\":\\\"email\\\",\\\"name\\\":\\\"email\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"Correo Electr\\\\u00f3nico\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Correo Electr\\\\u00f3nico\\\",\\\"label_placement\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"prefix_label\\\":\\\"\\\",\\\"suffix_label\\\":\\\"\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true},\\\"email\\\":{\\\"value\\\":true,\\\"message\\\":\\\"This field must contain a valid email\\\",\\\"global_message\\\":\\\"Este campo debe contener un correo electr\\\\u00f3nico v\\\\u00e1lido\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"is_unique\\\":\\\"no\\\",\\\"unique_validation_message\\\":\\\"Email address need to be unique.\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Email\\\",\\\"icon_class\\\":\\\"ff-edit-email\\\",\\\"template\\\":\\\"inputText\\\"},\\\"uniqElKey\\\":\\\"el_172827018692164\\\"}]}],\\\"editor_options\\\":{\\\"title\\\":\\\"Two Column Container\\\",\\\"icon_class\\\":\\\"ff-edit-column-2\\\"},\\\"uniqElKey\\\":\\\"el_172827016001829\\\"},{\\\"index\\\":1,\\\"element\\\":\\\"container\\\",\\\"attributes\\\":[],\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]},\\\"container_width\\\":\\\"\\\",\\\"is_width_auto_calc\\\":true},\\\"columns\\\":[{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":2,\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"input_text\\\",\\\"value\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"\\\",\\\"maxlength\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"N\\\\u00famero de Tel\\\\u00e9fono\\\",\\\"label_placement\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"prefix_label\\\":\\\"\\\",\\\"suffix_label\\\":\\\"\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"is_unique\\\":\\\"no\\\",\\\"unique_validation_message\\\":\\\"Este valor debe ser \\\\u00fanico.\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Texto simple\\\",\\\"icon_class\\\":\\\"ff-edit-text\\\",\\\"template\\\":\\\"inputText\\\"},\\\"uniqElKey\\\":\\\"el_172831209787257\\\"}]},{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"Tipo de edificio a proteger\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Seleccione -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"Edificio Multifamiliar\\\",\\\"value\\\":\\\"Edificio Multifamiliar\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"Complejo Industrial\\\",\\\"value\\\":\\\"Complejo Industrial\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"Edificio de Oficinas\\\",\\\"value\\\":\\\"Edificio de Oficinas\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"},{\\\"label\\\":\\\"Establecimiento Comercial\\\",\\\"value\\\":\\\"Establecimiento Comercial\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"},{\\\"label\\\":\\\"Restaurante\\\",\\\"value\\\":\\\"Restaurante\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Desplegable\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_172831211886027\\\"}]}],\\\"editor_options\\\":{\\\"title\\\":\\\"Two Column Container\\\",\\\"icon_class\\\":\\\"ff-edit-column-2\\\"},\\\"uniqElKey\\\":\\\"el_17283120886511\\\"},{\\\"index\\\":1,\\\"element\\\":\\\"container\\\",\\\"attributes\\\":[],\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]},\\\"container_width\\\":\\\"\\\",\\\"is_width_auto_calc\\\":true},\\\"columns\\\":[{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown_1\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"A qu\\\\u00e9 te dedicas\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Seleccione -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"Ing. de seguridad y salud ocupacional\\\",\\\"value\\\":\\\"Ing. de seguridad y salud ocupacional\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"Ing. de protecci\\\\u00f3n contra incendios\\\",\\\"value\\\":\\\"Ing. de protecci\\\\u00f3n contra incendios\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"Consultor\\\",\\\"value\\\":\\\"Consultor\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":2},{\\\"label\\\":\\\"Instalador de sistemas de seguridad y protecci\\\\u00f3n contra incendios\\\",\\\"value\\\":\\\"Instalador de sistemas de seguridad y protecci\\\\u00f3n contra incendios\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":3},{\\\"label\\\":\\\"Constructor\\\\\\/Arquitecto\\\",\\\"value\\\":\\\"Constructor\\\\\\/Arquitecto\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":4}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Desplegable\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_1728312213724\\\"}]},{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown_2\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"Nivel de Inter\\\\u00e9s\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Seleccione -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"Consulta General\\\",\\\"value\\\":\\\"Consulta General\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"Cotizaci\\\\u00f3n Inmediata\\\",\\\"value\\\":\\\"Cotizaci\\\\u00f3n Inmediata\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"Consultor\\\\u00eda e Ingenier\\\\u00eda\\\",\\\"value\\\":\\\"Consultor\\\\u00eda e Ingenier\\\\u00eda\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":2}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Desplegable\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_172831220857766\\\"}]}],\\\"editor_options\\\":{\\\"title\\\":\\\"Two Column Container\\\",\\\"icon_class\\\":\\\"ff-edit-column-2\\\"},\\\"uniqElKey\\\":\\\"el_172831219717274\\\"},{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown_3\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"Producto de Inter\\\\u00e9s\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Seleccione -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"Detecci\\\\u00f3n de Incendios\\\",\\\"value\\\":\\\"Detecci\\\\u00f3n de Incendios\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"Supresi\\\\u00f3n de Incendios\\\",\\\"value\\\":\\\"Supresi\\\\u00f3n de Incendios\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"Extintores\\\",\\\"value\\\":\\\"Extintores\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":2},{\\\"label\\\":\\\"Recarga de extintores\\\",\\\"value\\\":\\\"Recarga de extintores\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Desplegable\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_1728312369491\\\"}],\\\"submitButton\\\":{\\\"uniqElKey\\\":\\\"el_1524065200616\\\",\\\"element\\\":\\\"button\\\",\\\"attributes\\\":{\\\"type\\\":\\\"submit\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"align\\\":\\\"left\\\",\\\"button_style\\\":\\\"default\\\",\\\"container_class\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"background_color\\\":\\\"#1a7efb\\\",\\\"button_size\\\":\\\"md\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"button_ui\\\":{\\\"type\\\":\\\"default\\\",\\\"text\\\":\\\"ENVIAR\\\",\\\"img_url\\\":\\\"\\\"},\\\"normal_styles\\\":{\\\"backgroundColor\\\":\\\"#1a7efb\\\",\\\"borderColor\\\":\\\"#1a7efb\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"borderRadius\\\":\\\"\\\",\\\"minWidth\\\":\\\"\\\"},\\\"hover_styles\\\":{\\\"backgroundColor\\\":\\\"#ffffff\\\",\\\"borderColor\\\":\\\"#1a7efb\\\",\\\"color\\\":\\\"#1a7efb\\\",\\\"borderRadius\\\":\\\"\\\",\\\"minWidth\\\":\\\"\\\"},\\\"current_state\\\":\\\"normal_styles\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Submit Button\\\"}}}\",\"changes\":\"[{\\\"type\\\":\\\"added\\\",\\\"label\\\":\\\"container\\\",\\\"info\\\":\\\"Added container \\\"}]\"}'),
(29, 5, '_primary_email_field', 'email');
INSERT INTO `wpht_fluentform_form_meta` (`id`, `form_id`, `meta_key`, `value`) VALUES
(42, 5, 'revision', '{\"change_title\":\"Modified 3 attributes\\/settings\",\"timestamp\":\"2025-01-28 14:45:01\",\"old_data\":\"{\\\"fields\\\":[{\\\"index\\\":1,\\\"element\\\":\\\"container\\\",\\\"attributes\\\":[],\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]},\\\"container_width\\\":\\\"\\\",\\\"is_width_auto_calc\\\":true},\\\"columns\\\":[{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":0,\\\"element\\\":\\\"input_name\\\",\\\"attributes\\\":{\\\"name\\\":\\\"names\\\",\\\"data-type\\\":\\\"name-element\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"Nombre Completo\\\",\\\"conditional_logics\\\":[],\\\"label_placement\\\":\\\"\\\"},\\\"fields\\\":{\\\"first_name\\\":{\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"first_name\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"Nombre Completo\\\",\\\"maxlength\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Nombre Completo\\\",\\\"help_message\\\":\\\"\\\",\\\"visible\\\":true,\\\"label_placement\\\":\\\"top\\\",\\\"label_placement_options\\\":[{\\\"value\\\":\\\"\\\",\\\"label\\\":\\\"Default\\\"},{\\\"value\\\":\\\"top\\\",\\\"label\\\":\\\"Top\\\"},{\\\"value\\\":\\\"right\\\",\\\"label\\\":\\\"Right\\\"},{\\\"value\\\":\\\"bottom\\\",\\\"label\\\":\\\"Bottom\\\"},{\\\"value\\\":\\\"left\\\",\\\"label\\\":\\\"Left\\\"},{\\\"value\\\":\\\"hide_label\\\",\\\"label\\\":\\\"Hidden\\\"}],\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[]},\\\"editor_options\\\":{\\\"template\\\":\\\"inputText\\\"}},\\\"middle_name\\\":{\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"middle_name\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"Middle Name\\\",\\\"required\\\":false,\\\"maxlength\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Middle Name\\\",\\\"help_message\\\":\\\"\\\",\\\"error_message\\\":\\\"\\\",\\\"label_placement\\\":\\\"top\\\",\\\"label_placement_options\\\":[{\\\"value\\\":\\\"\\\",\\\"label\\\":\\\"Default\\\"},{\\\"value\\\":\\\"top\\\",\\\"label\\\":\\\"Top\\\"},{\\\"value\\\":\\\"right\\\",\\\"label\\\":\\\"Right\\\"},{\\\"value\\\":\\\"bottom\\\",\\\"label\\\":\\\"Bottom\\\"},{\\\"value\\\":\\\"left\\\",\\\"label\\\":\\\"Left\\\"},{\\\"value\\\":\\\"hide_label\\\",\\\"label\\\":\\\"Hidden\\\"}],\\\"visible\\\":false,\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[]},\\\"editor_options\\\":{\\\"template\\\":\\\"inputText\\\"}},\\\"last_name\\\":{\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"last_name\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"Last Name\\\",\\\"required\\\":false,\\\"maxlength\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Last Name\\\",\\\"help_message\\\":\\\"\\\",\\\"error_message\\\":\\\"\\\",\\\"label_placement\\\":\\\"top\\\",\\\"label_placement_options\\\":[{\\\"value\\\":\\\"\\\",\\\"label\\\":\\\"Default\\\"},{\\\"value\\\":\\\"top\\\",\\\"label\\\":\\\"Top\\\"},{\\\"value\\\":\\\"right\\\",\\\"label\\\":\\\"Right\\\"},{\\\"value\\\":\\\"bottom\\\",\\\"label\\\":\\\"Bottom\\\"},{\\\"value\\\":\\\"left\\\",\\\"label\\\":\\\"Left\\\"},{\\\"value\\\":\\\"hide_label\\\",\\\"label\\\":\\\"Hidden\\\"}],\\\"visible\\\":false,\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[]},\\\"editor_options\\\":{\\\"template\\\":\\\"inputText\\\"}}},\\\"editor_options\\\":{\\\"title\\\":\\\"Name Fields\\\",\\\"element\\\":\\\"name-fields\\\",\\\"icon_class\\\":\\\"ff-edit-name\\\",\\\"template\\\":\\\"nameFields\\\"},\\\"uniqElKey\\\":\\\"el_1728270164524\\\"}]},{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":1,\\\"element\\\":\\\"input_email\\\",\\\"attributes\\\":{\\\"type\\\":\\\"email\\\",\\\"name\\\":\\\"email\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"Correo Electr\\\\u00f3nico\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Correo Electr\\\\u00f3nico\\\",\\\"label_placement\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"prefix_label\\\":\\\"\\\",\\\"suffix_label\\\":\\\"\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true},\\\"email\\\":{\\\"value\\\":true,\\\"message\\\":\\\"This field must contain a valid email\\\",\\\"global_message\\\":\\\"Este campo debe contener un correo electr\\\\u00f3nico v\\\\u00e1lido\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"is_unique\\\":\\\"no\\\",\\\"unique_validation_message\\\":\\\"Email address need to be unique.\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Email\\\",\\\"icon_class\\\":\\\"ff-edit-email\\\",\\\"template\\\":\\\"inputText\\\"},\\\"uniqElKey\\\":\\\"el_172827018692164\\\"}]}],\\\"editor_options\\\":{\\\"title\\\":\\\"Two Column Container\\\",\\\"icon_class\\\":\\\"ff-edit-column-2\\\"},\\\"uniqElKey\\\":\\\"el_172827016001829\\\"},{\\\"index\\\":1,\\\"element\\\":\\\"container\\\",\\\"attributes\\\":[],\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]},\\\"container_width\\\":\\\"\\\",\\\"is_width_auto_calc\\\":true},\\\"columns\\\":[{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":2,\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"input_text\\\",\\\"value\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"\\\",\\\"maxlength\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"N\\\\u00famero de Tel\\\\u00e9fono\\\",\\\"label_placement\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"prefix_label\\\":\\\"\\\",\\\"suffix_label\\\":\\\"\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"is_unique\\\":\\\"no\\\",\\\"unique_validation_message\\\":\\\"Este valor debe ser \\\\u00fanico.\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Texto simple\\\",\\\"icon_class\\\":\\\"ff-edit-text\\\",\\\"template\\\":\\\"inputText\\\"},\\\"uniqElKey\\\":\\\"el_172831209787257\\\"}]},{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"Tipo de edificio a proteger\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Seleccione -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"Edificio Multifamiliar\\\",\\\"value\\\":\\\"Edificio Multifamiliar\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"Complejo Industrial\\\",\\\"value\\\":\\\"Complejo Industrial\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"Edificio de Oficinas\\\",\\\"value\\\":\\\"Edificio de Oficinas\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"},{\\\"label\\\":\\\"Establecimiento Comercial\\\",\\\"value\\\":\\\"Establecimiento Comercial\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"},{\\\"label\\\":\\\"Restaurante\\\",\\\"value\\\":\\\"Restaurante\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Desplegable\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_172831211886027\\\"}]}],\\\"editor_options\\\":{\\\"title\\\":\\\"Two Column Container\\\",\\\"icon_class\\\":\\\"ff-edit-column-2\\\"},\\\"uniqElKey\\\":\\\"el_17283120886511\\\"},{\\\"index\\\":1,\\\"element\\\":\\\"container\\\",\\\"attributes\\\":[],\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]},\\\"container_width\\\":\\\"\\\",\\\"is_width_auto_calc\\\":true},\\\"columns\\\":[{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown_5\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"Ciudad\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Select -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"Santa Cruz\\\",\\\"value\\\":\\\"Santa Cruz\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"Cochabamba\\\",\\\"value\\\":\\\"Cochabamba\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"La Paz\\\",\\\"value\\\":\\\"La Paz\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"},{\\\"label\\\":\\\"Potos\\\\u00ed\\\",\\\"value\\\":\\\"Potos\\\\u00ed\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"},{\\\"label\\\":\\\"Tarija\\\",\\\"value\\\":\\\"Tarija\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"},{\\\"label\\\":\\\"Chuquisaca\\\",\\\"value\\\":\\\"Chuquisaca\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"},{\\\"label\\\":\\\"Oruro\\\",\\\"value\\\":\\\"Oruro\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"},{\\\"label\\\":\\\"Beni\\\",\\\"value\\\":\\\"Beni\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"},{\\\"label\\\":\\\"Pando\\\",\\\"value\\\":\\\"Pando\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Desplegable\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_173807528459830\\\"}]},{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown_4\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"Tipo de edificio a proteger\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Seleccione -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"Edificio Multifamiliar\\\",\\\"value\\\":\\\"Edificio Multifamiliar\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"Complejo Industrial\\\",\\\"value\\\":\\\"Complejo Industrial\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"Edificio de Oficinas\\\",\\\"value\\\":\\\"Edificio de Oficinas\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"},{\\\"label\\\":\\\"Establecimiento Comercial\\\",\\\"value\\\":\\\"Establecimiento Comercial\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"},{\\\"label\\\":\\\"Restaurante\\\",\\\"value\\\":\\\"Restaurante\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Desplegable\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_173807527193732\\\"}]}],\\\"editor_options\\\":{\\\"title\\\":\\\"Two Column Container\\\",\\\"icon_class\\\":\\\"ff-edit-column-2\\\"},\\\"uniqElKey\\\":\\\"el_173807527193648\\\"},{\\\"index\\\":1,\\\"element\\\":\\\"container\\\",\\\"attributes\\\":[],\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]},\\\"container_width\\\":\\\"\\\",\\\"is_width_auto_calc\\\":true},\\\"columns\\\":[{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown_1\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"A qu\\\\u00e9 te dedicas\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Seleccione -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"Ing. de seguridad y salud ocupacional\\\",\\\"value\\\":\\\"Ing. de seguridad y salud ocupacional\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"Ing. de protecci\\\\u00f3n contra incendios\\\",\\\"value\\\":\\\"Ing. de protecci\\\\u00f3n contra incendios\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"Consultor\\\",\\\"value\\\":\\\"Consultor\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":2},{\\\"label\\\":\\\"Instalador de sistemas de seguridad y protecci\\\\u00f3n contra incendios\\\",\\\"value\\\":\\\"Instalador de sistemas de seguridad y protecci\\\\u00f3n contra incendios\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":3},{\\\"label\\\":\\\"Constructor\\\\\\/Arquitecto\\\",\\\"value\\\":\\\"Constructor\\\\\\/Arquitecto\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":4}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Desplegable\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_1728312213724\\\"}]},{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown_2\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"Nivel de Inter\\\\u00e9s\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Seleccione -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"Consulta General\\\",\\\"value\\\":\\\"Consulta General\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"Cotizaci\\\\u00f3n Inmediata\\\",\\\"value\\\":\\\"Cotizaci\\\\u00f3n Inmediata\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"Consultor\\\\u00eda e Ingenier\\\\u00eda\\\",\\\"value\\\":\\\"Consultor\\\\u00eda e Ingenier\\\\u00eda\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":2}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Desplegable\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_172831220857766\\\"}]}],\\\"editor_options\\\":{\\\"title\\\":\\\"Two Column Container\\\",\\\"icon_class\\\":\\\"ff-edit-column-2\\\"},\\\"uniqElKey\\\":\\\"el_172831219717274\\\"},{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown_3\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"Producto de Inter\\\\u00e9s\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Seleccione -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"Detecci\\\\u00f3n de Incendios\\\",\\\"value\\\":\\\"Detecci\\\\u00f3n de Incendios\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"Supresi\\\\u00f3n de Incendios\\\",\\\"value\\\":\\\"Supresi\\\\u00f3n de Incendios\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"Extintores\\\",\\\"value\\\":\\\"Extintores\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":2},{\\\"label\\\":\\\"Recarga de extintores\\\",\\\"value\\\":\\\"Recarga de extintores\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Desplegable\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_1728312369491\\\"}],\\\"submitButton\\\":{\\\"uniqElKey\\\":\\\"el_1524065200616\\\",\\\"element\\\":\\\"button\\\",\\\"attributes\\\":{\\\"type\\\":\\\"submit\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"align\\\":\\\"left\\\",\\\"button_style\\\":\\\"default\\\",\\\"container_class\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"background_color\\\":\\\"#1a7efb\\\",\\\"button_size\\\":\\\"md\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"button_ui\\\":{\\\"type\\\":\\\"default\\\",\\\"text\\\":\\\"ENVIAR\\\",\\\"img_url\\\":\\\"\\\"},\\\"normal_styles\\\":{\\\"backgroundColor\\\":\\\"#1a7efb\\\",\\\"borderColor\\\":\\\"#1a7efb\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"borderRadius\\\":\\\"\\\",\\\"minWidth\\\":\\\"\\\"},\\\"hover_styles\\\":{\\\"backgroundColor\\\":\\\"#ffffff\\\",\\\"borderColor\\\":\\\"#1a7efb\\\",\\\"color\\\":\\\"#1a7efb\\\",\\\"borderRadius\\\":\\\"\\\",\\\"minWidth\\\":\\\"\\\"},\\\"current_state\\\":\\\"normal_styles\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Submit Button\\\"}}}\",\"changes\":\"[{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"container\\\",\\\"key\\\":\\\"columns\\\",\\\"new_value\\\":\\\"Changed\\\",\\\"info\\\":\\\"Modified container columns value from \'empty\' to \'Changed\'\\\",\\\"category\\\":\\\"columns\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"container\\\",\\\"key\\\":\\\"columns\\\",\\\"new_value\\\":\\\"Changed\\\",\\\"info\\\":\\\"Modified container columns value from \'empty\' to \'Changed\'\\\",\\\"category\\\":\\\"columns\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"container\\\",\\\"key\\\":\\\"columns\\\",\\\"new_value\\\":\\\"Changed\\\",\\\"info\\\":\\\"Modified container columns value from \'empty\' to \'Changed\'\\\",\\\"category\\\":\\\"columns\\\"}]\"}'),
(43, 5, 'revision', '{\"change_title\":\"Modified 1 attribute\\/setting\",\"timestamp\":\"2025-01-28 14:45:45\",\"old_data\":\"{\\\"fields\\\":[{\\\"index\\\":1,\\\"element\\\":\\\"container\\\",\\\"attributes\\\":[],\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]},\\\"container_width\\\":\\\"\\\",\\\"is_width_auto_calc\\\":true},\\\"columns\\\":[{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":0,\\\"element\\\":\\\"input_name\\\",\\\"attributes\\\":{\\\"name\\\":\\\"names\\\",\\\"data-type\\\":\\\"name-element\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"Nombre Completo\\\",\\\"conditional_logics\\\":[],\\\"label_placement\\\":\\\"\\\"},\\\"fields\\\":{\\\"first_name\\\":{\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"first_name\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"Nombre Completo\\\",\\\"maxlength\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Nombre Completo\\\",\\\"help_message\\\":\\\"\\\",\\\"visible\\\":true,\\\"label_placement\\\":\\\"top\\\",\\\"label_placement_options\\\":[{\\\"value\\\":\\\"\\\",\\\"label\\\":\\\"Default\\\"},{\\\"value\\\":\\\"top\\\",\\\"label\\\":\\\"Top\\\"},{\\\"value\\\":\\\"right\\\",\\\"label\\\":\\\"Right\\\"},{\\\"value\\\":\\\"bottom\\\",\\\"label\\\":\\\"Bottom\\\"},{\\\"value\\\":\\\"left\\\",\\\"label\\\":\\\"Left\\\"},{\\\"value\\\":\\\"hide_label\\\",\\\"label\\\":\\\"Hidden\\\"}],\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[]},\\\"editor_options\\\":{\\\"template\\\":\\\"inputText\\\"}},\\\"middle_name\\\":{\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"middle_name\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"Middle Name\\\",\\\"required\\\":false,\\\"maxlength\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Middle Name\\\",\\\"help_message\\\":\\\"\\\",\\\"error_message\\\":\\\"\\\",\\\"label_placement\\\":\\\"top\\\",\\\"label_placement_options\\\":[{\\\"value\\\":\\\"\\\",\\\"label\\\":\\\"Default\\\"},{\\\"value\\\":\\\"top\\\",\\\"label\\\":\\\"Top\\\"},{\\\"value\\\":\\\"right\\\",\\\"label\\\":\\\"Right\\\"},{\\\"value\\\":\\\"bottom\\\",\\\"label\\\":\\\"Bottom\\\"},{\\\"value\\\":\\\"left\\\",\\\"label\\\":\\\"Left\\\"},{\\\"value\\\":\\\"hide_label\\\",\\\"label\\\":\\\"Hidden\\\"}],\\\"visible\\\":false,\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[]},\\\"editor_options\\\":{\\\"template\\\":\\\"inputText\\\"}},\\\"last_name\\\":{\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"last_name\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"Last Name\\\",\\\"required\\\":false,\\\"maxlength\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Last Name\\\",\\\"help_message\\\":\\\"\\\",\\\"error_message\\\":\\\"\\\",\\\"label_placement\\\":\\\"top\\\",\\\"label_placement_options\\\":[{\\\"value\\\":\\\"\\\",\\\"label\\\":\\\"Default\\\"},{\\\"value\\\":\\\"top\\\",\\\"label\\\":\\\"Top\\\"},{\\\"value\\\":\\\"right\\\",\\\"label\\\":\\\"Right\\\"},{\\\"value\\\":\\\"bottom\\\",\\\"label\\\":\\\"Bottom\\\"},{\\\"value\\\":\\\"left\\\",\\\"label\\\":\\\"Left\\\"},{\\\"value\\\":\\\"hide_label\\\",\\\"label\\\":\\\"Hidden\\\"}],\\\"visible\\\":false,\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[]},\\\"editor_options\\\":{\\\"template\\\":\\\"inputText\\\"}}},\\\"editor_options\\\":{\\\"title\\\":\\\"Name Fields\\\",\\\"element\\\":\\\"name-fields\\\",\\\"icon_class\\\":\\\"ff-edit-name\\\",\\\"template\\\":\\\"nameFields\\\"},\\\"uniqElKey\\\":\\\"el_1728270164524\\\"}]},{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":1,\\\"element\\\":\\\"input_email\\\",\\\"attributes\\\":{\\\"type\\\":\\\"email\\\",\\\"name\\\":\\\"email\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"Correo Electr\\\\u00f3nico\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Correo Electr\\\\u00f3nico\\\",\\\"label_placement\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"prefix_label\\\":\\\"\\\",\\\"suffix_label\\\":\\\"\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true},\\\"email\\\":{\\\"value\\\":true,\\\"message\\\":\\\"This field must contain a valid email\\\",\\\"global_message\\\":\\\"Este campo debe contener un correo electr\\\\u00f3nico v\\\\u00e1lido\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"is_unique\\\":\\\"no\\\",\\\"unique_validation_message\\\":\\\"Email address need to be unique.\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Email\\\",\\\"icon_class\\\":\\\"ff-edit-email\\\",\\\"template\\\":\\\"inputText\\\"},\\\"uniqElKey\\\":\\\"el_172827018692164\\\"}]}],\\\"editor_options\\\":{\\\"title\\\":\\\"Two Column Container\\\",\\\"icon_class\\\":\\\"ff-edit-column-2\\\"},\\\"uniqElKey\\\":\\\"el_172827016001829\\\"},{\\\"index\\\":1,\\\"element\\\":\\\"container\\\",\\\"attributes\\\":[],\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]},\\\"container_width\\\":\\\"\\\",\\\"is_width_auto_calc\\\":true},\\\"columns\\\":[{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":2,\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"input_text\\\",\\\"value\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"\\\",\\\"maxlength\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"N\\\\u00famero de Tel\\\\u00e9fono\\\",\\\"label_placement\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"prefix_label\\\":\\\"\\\",\\\"suffix_label\\\":\\\"\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"is_unique\\\":\\\"no\\\",\\\"unique_validation_message\\\":\\\"Este valor debe ser \\\\u00fanico.\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Texto simple\\\",\\\"icon_class\\\":\\\"ff-edit-text\\\",\\\"template\\\":\\\"inputText\\\"},\\\"uniqElKey\\\":\\\"el_172831209787257\\\"}]},{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"Tipo de edificio a proteger\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Seleccione -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"Edificio Multifamiliar\\\",\\\"value\\\":\\\"Edificio Multifamiliar\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"Complejo Industrial\\\",\\\"value\\\":\\\"Complejo Industrial\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"Edificio de Oficinas\\\",\\\"value\\\":\\\"Edificio de Oficinas\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":2},{\\\"label\\\":\\\"Establecimiento Comercial\\\",\\\"value\\\":\\\"Establecimiento Comercial\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":3},{\\\"label\\\":\\\"Restaurante\\\",\\\"value\\\":\\\"Restaurante\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":4}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Desplegable\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_172831211886027\\\"}]}],\\\"editor_options\\\":{\\\"title\\\":\\\"Two Column Container\\\",\\\"icon_class\\\":\\\"ff-edit-column-2\\\"},\\\"uniqElKey\\\":\\\"el_17283120886511\\\"},{\\\"index\\\":1,\\\"element\\\":\\\"container\\\",\\\"attributes\\\":[],\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]},\\\"container_width\\\":\\\"\\\",\\\"is_width_auto_calc\\\":true},\\\"columns\\\":[{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown_5\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"Ciudad\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Select -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"Santa Cruz\\\",\\\"value\\\":\\\"Santa Cruz\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"Cochabamba\\\",\\\"value\\\":\\\"Cochabamba\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"La Paz\\\",\\\"value\\\":\\\"La Paz\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"},{\\\"label\\\":\\\"Potos\\\\u00ed\\\",\\\"value\\\":\\\"Potos\\\\u00ed\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"},{\\\"label\\\":\\\"Tarija\\\",\\\"value\\\":\\\"Tarija\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"},{\\\"label\\\":\\\"Chuquisaca\\\",\\\"value\\\":\\\"Chuquisaca\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"},{\\\"label\\\":\\\"Oruro\\\",\\\"value\\\":\\\"Oruro\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"},{\\\"label\\\":\\\"Beni\\\",\\\"value\\\":\\\"Beni\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"},{\\\"label\\\":\\\"Pando\\\",\\\"value\\\":\\\"Pando\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Desplegable\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_173807528459830\\\"}]},{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":2,\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"input_text_1\\\",\\\"value\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"\\\",\\\"maxlength\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Empresa\\\",\\\"label_placement\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"prefix_label\\\":\\\"\\\",\\\"suffix_label\\\":\\\"\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"is_unique\\\":\\\"no\\\",\\\"unique_validation_message\\\":\\\"Este valor debe ser \\\\u00fanico.\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Texto simple\\\",\\\"icon_class\\\":\\\"ff-edit-text\\\",\\\"template\\\":\\\"inputText\\\"},\\\"uniqElKey\\\":\\\"el_173807536816621\\\"}]}],\\\"editor_options\\\":{\\\"title\\\":\\\"Two Column Container\\\",\\\"icon_class\\\":\\\"ff-edit-column-2\\\"},\\\"uniqElKey\\\":\\\"el_173807527193648\\\"},{\\\"index\\\":1,\\\"element\\\":\\\"container\\\",\\\"attributes\\\":[],\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]},\\\"container_width\\\":\\\"\\\",\\\"is_width_auto_calc\\\":true},\\\"columns\\\":[{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown_1\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"Ocupaci\\\\u00f3n\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Seleccione -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"Sistemas de Detecci\\\\u00f3n humo y alarma de incendio \\\",\\\"value\\\":\\\"Sistemas de Detecci\\\\u00f3n humo y alarma de incendio \\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"Sistemas de red de BIES, Rociadores, Hidrantes\\\",\\\"value\\\":\\\"Sistemas de red de BIES, Rociadores, Hidrantes\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"Sistemas de Extinci\\\\u00f3n autom\\\\u00e1tica para cocinas industriales\\\",\\\"value\\\":\\\"Sistemas de Extinci\\\\u00f3n autom\\\\u00e1tica para cocinas industriales\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":2},{\\\"label\\\":\\\"Sistemas de Extinci\\\\u00f3n por gases limpios\\\",\\\"value\\\":\\\"Sistemas de Extinci\\\\u00f3n por gases limpios\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":3},{\\\"label\\\":\\\"Extintores\\\",\\\"value\\\":\\\"Extintores\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":4},{\\\"label\\\":\\\"Recarga de extintores\\\",\\\"value\\\":\\\"Recarga de extintores\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"},{\\\"label\\\":\\\"Ingenier\\\\u00eda\\\\\\/Consultor\\\\u00eda\\\",\\\"value\\\":\\\"Ingenier\\\\u00eda\\\\\\/Consultor\\\\u00eda\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Desplegable\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_1728312213724\\\"}]},{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown_2\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"Nivel de Inter\\\\u00e9s\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Seleccione -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"Consulta General\\\",\\\"value\\\":\\\"Consulta General\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"Cotizaci\\\\u00f3n Inmediata\\\",\\\"value\\\":\\\"Cotizaci\\\\u00f3n Inmediata\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"Consultor\\\\u00eda e Ingenier\\\\u00eda\\\",\\\"value\\\":\\\"Consultor\\\\u00eda e Ingenier\\\\u00eda\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":2}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Desplegable\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_172831220857766\\\"}]}],\\\"editor_options\\\":{\\\"title\\\":\\\"Two Column Container\\\",\\\"icon_class\\\":\\\"ff-edit-column-2\\\"},\\\"uniqElKey\\\":\\\"el_172831219717274\\\"},{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown_3\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"Producto de Inter\\\\u00e9s\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Seleccione -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"Detecci\\\\u00f3n de Incendios\\\",\\\"value\\\":\\\"Detecci\\\\u00f3n de Incendios\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"Supresi\\\\u00f3n de Incendios\\\",\\\"value\\\":\\\"Supresi\\\\u00f3n de Incendios\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"Extintores\\\",\\\"value\\\":\\\"Extintores\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":2},{\\\"label\\\":\\\"Recarga de extintores\\\",\\\"value\\\":\\\"Recarga de extintores\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Desplegable\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_1728312369491\\\"}],\\\"submitButton\\\":{\\\"uniqElKey\\\":\\\"el_1524065200616\\\",\\\"element\\\":\\\"button\\\",\\\"attributes\\\":{\\\"type\\\":\\\"submit\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"align\\\":\\\"left\\\",\\\"button_style\\\":\\\"default\\\",\\\"container_class\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"background_color\\\":\\\"#1a7efb\\\",\\\"button_size\\\":\\\"md\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"button_ui\\\":{\\\"type\\\":\\\"default\\\",\\\"text\\\":\\\"ENVIAR\\\",\\\"img_url\\\":\\\"\\\"},\\\"normal_styles\\\":{\\\"backgroundColor\\\":\\\"#1a7efb\\\",\\\"borderColor\\\":\\\"#1a7efb\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"borderRadius\\\":\\\"\\\",\\\"minWidth\\\":\\\"\\\"},\\\"hover_styles\\\":{\\\"backgroundColor\\\":\\\"#ffffff\\\",\\\"borderColor\\\":\\\"#1a7efb\\\",\\\"color\\\":\\\"#1a7efb\\\",\\\"borderRadius\\\":\\\"\\\",\\\"minWidth\\\":\\\"\\\"},\\\"current_state\\\":\\\"normal_styles\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Submit Button\\\"}}}\",\"changes\":\"[{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"container\\\",\\\"key\\\":\\\"columns\\\",\\\"new_value\\\":\\\"Changed\\\",\\\"info\\\":\\\"Modified container columns value from \'empty\' to \'Changed\'\\\",\\\"category\\\":\\\"columns\\\"}]\"}'),
(32, 5, '_total_views', '28');
INSERT INTO `wpht_fluentform_form_meta` (`id`, `form_id`, `meta_key`, `value`) VALUES
(44, 5, 'revision', '{\"change_title\":\"Modified 1 attribute\\/setting\",\"timestamp\":\"2025-01-28 14:54:03\",\"old_data\":\"{\\\"fields\\\":[{\\\"index\\\":1,\\\"element\\\":\\\"container\\\",\\\"attributes\\\":[],\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]},\\\"container_width\\\":\\\"\\\",\\\"is_width_auto_calc\\\":true},\\\"columns\\\":[{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":0,\\\"element\\\":\\\"input_name\\\",\\\"attributes\\\":{\\\"name\\\":\\\"names\\\",\\\"data-type\\\":\\\"name-element\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"Nombre Completo\\\",\\\"conditional_logics\\\":[],\\\"label_placement\\\":\\\"\\\"},\\\"fields\\\":{\\\"first_name\\\":{\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"first_name\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"Nombre Completo\\\",\\\"maxlength\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Nombre Completo\\\",\\\"help_message\\\":\\\"\\\",\\\"visible\\\":true,\\\"label_placement\\\":\\\"top\\\",\\\"label_placement_options\\\":[{\\\"value\\\":\\\"\\\",\\\"label\\\":\\\"Default\\\"},{\\\"value\\\":\\\"top\\\",\\\"label\\\":\\\"Top\\\"},{\\\"value\\\":\\\"right\\\",\\\"label\\\":\\\"Right\\\"},{\\\"value\\\":\\\"bottom\\\",\\\"label\\\":\\\"Bottom\\\"},{\\\"value\\\":\\\"left\\\",\\\"label\\\":\\\"Left\\\"},{\\\"value\\\":\\\"hide_label\\\",\\\"label\\\":\\\"Hidden\\\"}],\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[]},\\\"editor_options\\\":{\\\"template\\\":\\\"inputText\\\"}},\\\"middle_name\\\":{\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"middle_name\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"Middle Name\\\",\\\"required\\\":false,\\\"maxlength\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Middle Name\\\",\\\"help_message\\\":\\\"\\\",\\\"error_message\\\":\\\"\\\",\\\"label_placement\\\":\\\"top\\\",\\\"label_placement_options\\\":[{\\\"value\\\":\\\"\\\",\\\"label\\\":\\\"Default\\\"},{\\\"value\\\":\\\"top\\\",\\\"label\\\":\\\"Top\\\"},{\\\"value\\\":\\\"right\\\",\\\"label\\\":\\\"Right\\\"},{\\\"value\\\":\\\"bottom\\\",\\\"label\\\":\\\"Bottom\\\"},{\\\"value\\\":\\\"left\\\",\\\"label\\\":\\\"Left\\\"},{\\\"value\\\":\\\"hide_label\\\",\\\"label\\\":\\\"Hidden\\\"}],\\\"visible\\\":false,\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[]},\\\"editor_options\\\":{\\\"template\\\":\\\"inputText\\\"}},\\\"last_name\\\":{\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"last_name\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"Last Name\\\",\\\"required\\\":false,\\\"maxlength\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Last Name\\\",\\\"help_message\\\":\\\"\\\",\\\"error_message\\\":\\\"\\\",\\\"label_placement\\\":\\\"top\\\",\\\"label_placement_options\\\":[{\\\"value\\\":\\\"\\\",\\\"label\\\":\\\"Default\\\"},{\\\"value\\\":\\\"top\\\",\\\"label\\\":\\\"Top\\\"},{\\\"value\\\":\\\"right\\\",\\\"label\\\":\\\"Right\\\"},{\\\"value\\\":\\\"bottom\\\",\\\"label\\\":\\\"Bottom\\\"},{\\\"value\\\":\\\"left\\\",\\\"label\\\":\\\"Left\\\"},{\\\"value\\\":\\\"hide_label\\\",\\\"label\\\":\\\"Hidden\\\"}],\\\"visible\\\":false,\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[]},\\\"editor_options\\\":{\\\"template\\\":\\\"inputText\\\"}}},\\\"editor_options\\\":{\\\"title\\\":\\\"Name Fields\\\",\\\"element\\\":\\\"name-fields\\\",\\\"icon_class\\\":\\\"ff-edit-name\\\",\\\"template\\\":\\\"nameFields\\\"},\\\"uniqElKey\\\":\\\"el_1728270164524\\\"}]},{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":1,\\\"element\\\":\\\"input_email\\\",\\\"attributes\\\":{\\\"type\\\":\\\"email\\\",\\\"name\\\":\\\"email\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"Correo Electr\\\\u00f3nico\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Correo Electr\\\\u00f3nico\\\",\\\"label_placement\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"prefix_label\\\":\\\"\\\",\\\"suffix_label\\\":\\\"\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true},\\\"email\\\":{\\\"value\\\":true,\\\"message\\\":\\\"This field must contain a valid email\\\",\\\"global_message\\\":\\\"Este campo debe contener un correo electr\\\\u00f3nico v\\\\u00e1lido\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"is_unique\\\":\\\"no\\\",\\\"unique_validation_message\\\":\\\"Email address need to be unique.\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Email\\\",\\\"icon_class\\\":\\\"ff-edit-email\\\",\\\"template\\\":\\\"inputText\\\"},\\\"uniqElKey\\\":\\\"el_172827018692164\\\"}]}],\\\"editor_options\\\":{\\\"title\\\":\\\"Two Column Container\\\",\\\"icon_class\\\":\\\"ff-edit-column-2\\\"},\\\"uniqElKey\\\":\\\"el_172827016001829\\\"},{\\\"index\\\":1,\\\"element\\\":\\\"container\\\",\\\"attributes\\\":[],\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]},\\\"container_width\\\":\\\"\\\",\\\"is_width_auto_calc\\\":true},\\\"columns\\\":[{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":2,\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"input_text\\\",\\\"value\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"\\\",\\\"maxlength\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"N\\\\u00famero de Tel\\\\u00e9fono\\\",\\\"label_placement\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"prefix_label\\\":\\\"\\\",\\\"suffix_label\\\":\\\"\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"is_unique\\\":\\\"no\\\",\\\"unique_validation_message\\\":\\\"Este valor debe ser \\\\u00fanico.\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Texto simple\\\",\\\"icon_class\\\":\\\"ff-edit-text\\\",\\\"template\\\":\\\"inputText\\\"},\\\"uniqElKey\\\":\\\"el_172831209787257\\\"}]},{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"Tipo de edificio a proteger\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Seleccione -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"Edificio Multifamiliar\\\",\\\"value\\\":\\\"Edificio Multifamiliar\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"Complejo Industrial\\\",\\\"value\\\":\\\"Complejo Industrial\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"Edificio de Oficinas\\\",\\\"value\\\":\\\"Edificio de Oficinas\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":2},{\\\"label\\\":\\\"Establecimiento Comercial\\\",\\\"value\\\":\\\"Establecimiento Comercial\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":3},{\\\"label\\\":\\\"Restaurante\\\",\\\"value\\\":\\\"Restaurante\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":4},{\\\"label\\\":\\\"Almacenes\\\\\\/centros de distribuci\\\\u00f3n\\\",\\\"value\\\":\\\"Almacenes\\\\\\/centros de distribuci\\\\u00f3n\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Desplegable\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_172831211886027\\\"}]}],\\\"editor_options\\\":{\\\"title\\\":\\\"Two Column Container\\\",\\\"icon_class\\\":\\\"ff-edit-column-2\\\"},\\\"uniqElKey\\\":\\\"el_17283120886511\\\"},{\\\"index\\\":1,\\\"element\\\":\\\"container\\\",\\\"attributes\\\":[],\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]},\\\"container_width\\\":\\\"\\\",\\\"is_width_auto_calc\\\":true},\\\"columns\\\":[{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown_5\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"Ciudad\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Select -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"Santa Cruz\\\",\\\"value\\\":\\\"Santa Cruz\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"Cochabamba\\\",\\\"value\\\":\\\"Cochabamba\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"La Paz\\\",\\\"value\\\":\\\"La Paz\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"},{\\\"label\\\":\\\"Potos\\\\u00ed\\\",\\\"value\\\":\\\"Potos\\\\u00ed\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"},{\\\"label\\\":\\\"Tarija\\\",\\\"value\\\":\\\"Tarija\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"},{\\\"label\\\":\\\"Chuquisaca\\\",\\\"value\\\":\\\"Chuquisaca\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"},{\\\"label\\\":\\\"Oruro\\\",\\\"value\\\":\\\"Oruro\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"},{\\\"label\\\":\\\"Beni\\\",\\\"value\\\":\\\"Beni\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"},{\\\"label\\\":\\\"Pando\\\",\\\"value\\\":\\\"Pando\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Desplegable\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_173807528459830\\\"}]},{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":2,\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"input_text_1\\\",\\\"value\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"\\\",\\\"maxlength\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Empresa\\\",\\\"label_placement\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"prefix_label\\\":\\\"\\\",\\\"suffix_label\\\":\\\"\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"is_unique\\\":\\\"no\\\",\\\"unique_validation_message\\\":\\\"Este valor debe ser \\\\u00fanico.\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Texto simple\\\",\\\"icon_class\\\":\\\"ff-edit-text\\\",\\\"template\\\":\\\"inputText\\\"},\\\"uniqElKey\\\":\\\"el_173807536816621\\\"}]}],\\\"editor_options\\\":{\\\"title\\\":\\\"Two Column Container\\\",\\\"icon_class\\\":\\\"ff-edit-column-2\\\"},\\\"uniqElKey\\\":\\\"el_173807527193648\\\"},{\\\"index\\\":1,\\\"element\\\":\\\"container\\\",\\\"attributes\\\":[],\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]},\\\"container_width\\\":\\\"\\\",\\\"is_width_auto_calc\\\":true},\\\"columns\\\":[{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown_1\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"Ocupaci\\\\u00f3n\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Seleccione -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"Sistemas de Detecci\\\\u00f3n humo y alarma de incendio \\\",\\\"value\\\":\\\"Sistemas de Detecci\\\\u00f3n humo y alarma de incendio \\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"Sistemas de red de BIES, Rociadores, Hidrantes\\\",\\\"value\\\":\\\"Sistemas de red de BIES, Rociadores, Hidrantes\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"Sistemas de Extinci\\\\u00f3n autom\\\\u00e1tica para cocinas industriales\\\",\\\"value\\\":\\\"Sistemas de Extinci\\\\u00f3n autom\\\\u00e1tica para cocinas industriales\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":2},{\\\"label\\\":\\\"Sistemas de Extinci\\\\u00f3n por gases limpios\\\",\\\"value\\\":\\\"Sistemas de Extinci\\\\u00f3n por gases limpios\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":3},{\\\"label\\\":\\\"Extintores\\\",\\\"value\\\":\\\"Extintores\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":4},{\\\"label\\\":\\\"Recarga de extintores\\\",\\\"value\\\":\\\"Recarga de extintores\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"},{\\\"label\\\":\\\"Ingenier\\\\u00eda\\\\\\/Consultor\\\\u00eda\\\",\\\"value\\\":\\\"Ingenier\\\\u00eda\\\\\\/Consultor\\\\u00eda\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Desplegable\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_1728312213724\\\"}]},{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown_2\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"Nivel de Inter\\\\u00e9s\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Seleccione -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"Consulta General\\\",\\\"value\\\":\\\"Consulta General\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"Cotizaci\\\\u00f3n Inmediata\\\",\\\"value\\\":\\\"Cotizaci\\\\u00f3n Inmediata\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"Consultor\\\\u00eda e Ingenier\\\\u00eda\\\",\\\"value\\\":\\\"Consultor\\\\u00eda e Ingenier\\\\u00eda\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":2}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Desplegable\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_172831220857766\\\"}]}],\\\"editor_options\\\":{\\\"title\\\":\\\"Two Column Container\\\",\\\"icon_class\\\":\\\"ff-edit-column-2\\\"},\\\"uniqElKey\\\":\\\"el_172831219717274\\\"},{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown_3\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"Producto de Inter\\\\u00e9s\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Seleccione -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"Detecci\\\\u00f3n de Incendios\\\",\\\"value\\\":\\\"Detecci\\\\u00f3n de Incendios\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"Supresi\\\\u00f3n de Incendios\\\",\\\"value\\\":\\\"Supresi\\\\u00f3n de Incendios\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"Extintores\\\",\\\"value\\\":\\\"Extintores\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":2},{\\\"label\\\":\\\"Recarga de extintores\\\",\\\"value\\\":\\\"Recarga de extintores\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Desplegable\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_1728312369491\\\"}],\\\"submitButton\\\":{\\\"uniqElKey\\\":\\\"el_1524065200616\\\",\\\"element\\\":\\\"button\\\",\\\"attributes\\\":{\\\"type\\\":\\\"submit\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"align\\\":\\\"left\\\",\\\"button_style\\\":\\\"default\\\",\\\"container_class\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"background_color\\\":\\\"#1a7efb\\\",\\\"button_size\\\":\\\"md\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"button_ui\\\":{\\\"type\\\":\\\"default\\\",\\\"text\\\":\\\"ENVIAR\\\",\\\"img_url\\\":\\\"\\\"},\\\"normal_styles\\\":{\\\"backgroundColor\\\":\\\"#1a7efb\\\",\\\"borderColor\\\":\\\"#1a7efb\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"borderRadius\\\":\\\"\\\",\\\"minWidth\\\":\\\"\\\"},\\\"hover_styles\\\":{\\\"backgroundColor\\\":\\\"#ffffff\\\",\\\"borderColor\\\":\\\"#1a7efb\\\",\\\"color\\\":\\\"#1a7efb\\\",\\\"borderRadius\\\":\\\"\\\",\\\"minWidth\\\":\\\"\\\"},\\\"current_state\\\":\\\"normal_styles\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Submit Button\\\"}}}\",\"changes\":\"[{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"container\\\",\\\"key\\\":\\\"columns\\\",\\\"new_value\\\":\\\"Changed\\\",\\\"info\\\":\\\"Modified container columns value from \'empty\' to \'Changed\'\\\",\\\"category\\\":\\\"columns\\\"}]\"}'),
(45, 5, 'revision', '{\"change_title\":\"Modified 4 attributes\\/settings\",\"timestamp\":\"2025-01-29 19:53:39\",\"old_data\":\"{\\\"fields\\\":[{\\\"index\\\":1,\\\"element\\\":\\\"container\\\",\\\"attributes\\\":[],\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]},\\\"container_width\\\":\\\"\\\",\\\"is_width_auto_calc\\\":true},\\\"columns\\\":[{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":0,\\\"element\\\":\\\"input_name\\\",\\\"attributes\\\":{\\\"name\\\":\\\"names\\\",\\\"data-type\\\":\\\"name-element\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"Nombre Completo\\\",\\\"conditional_logics\\\":[],\\\"label_placement\\\":\\\"\\\"},\\\"fields\\\":{\\\"first_name\\\":{\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"first_name\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"Nombre Completo\\\",\\\"maxlength\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Nombre Completo\\\",\\\"help_message\\\":\\\"\\\",\\\"visible\\\":true,\\\"label_placement\\\":\\\"top\\\",\\\"label_placement_options\\\":[{\\\"value\\\":\\\"\\\",\\\"label\\\":\\\"Default\\\"},{\\\"value\\\":\\\"top\\\",\\\"label\\\":\\\"Top\\\"},{\\\"value\\\":\\\"right\\\",\\\"label\\\":\\\"Right\\\"},{\\\"value\\\":\\\"bottom\\\",\\\"label\\\":\\\"Bottom\\\"},{\\\"value\\\":\\\"left\\\",\\\"label\\\":\\\"Left\\\"},{\\\"value\\\":\\\"hide_label\\\",\\\"label\\\":\\\"Hidden\\\"}],\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[]},\\\"editor_options\\\":{\\\"template\\\":\\\"inputText\\\"}},\\\"middle_name\\\":{\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"middle_name\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"Middle Name\\\",\\\"required\\\":false,\\\"maxlength\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Middle Name\\\",\\\"help_message\\\":\\\"\\\",\\\"error_message\\\":\\\"\\\",\\\"label_placement\\\":\\\"top\\\",\\\"label_placement_options\\\":[{\\\"value\\\":\\\"\\\",\\\"label\\\":\\\"Default\\\"},{\\\"value\\\":\\\"top\\\",\\\"label\\\":\\\"Top\\\"},{\\\"value\\\":\\\"right\\\",\\\"label\\\":\\\"Right\\\"},{\\\"value\\\":\\\"bottom\\\",\\\"label\\\":\\\"Bottom\\\"},{\\\"value\\\":\\\"left\\\",\\\"label\\\":\\\"Left\\\"},{\\\"value\\\":\\\"hide_label\\\",\\\"label\\\":\\\"Hidden\\\"}],\\\"visible\\\":false,\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[]},\\\"editor_options\\\":{\\\"template\\\":\\\"inputText\\\"}},\\\"last_name\\\":{\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"last_name\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"Last Name\\\",\\\"required\\\":false,\\\"maxlength\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Last Name\\\",\\\"help_message\\\":\\\"\\\",\\\"error_message\\\":\\\"\\\",\\\"label_placement\\\":\\\"top\\\",\\\"label_placement_options\\\":[{\\\"value\\\":\\\"\\\",\\\"label\\\":\\\"Default\\\"},{\\\"value\\\":\\\"top\\\",\\\"label\\\":\\\"Top\\\"},{\\\"value\\\":\\\"right\\\",\\\"label\\\":\\\"Right\\\"},{\\\"value\\\":\\\"bottom\\\",\\\"label\\\":\\\"Bottom\\\"},{\\\"value\\\":\\\"left\\\",\\\"label\\\":\\\"Left\\\"},{\\\"value\\\":\\\"hide_label\\\",\\\"label\\\":\\\"Hidden\\\"}],\\\"visible\\\":false,\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[]},\\\"editor_options\\\":{\\\"template\\\":\\\"inputText\\\"}}},\\\"editor_options\\\":{\\\"title\\\":\\\"Name Fields\\\",\\\"element\\\":\\\"name-fields\\\",\\\"icon_class\\\":\\\"ff-edit-name\\\",\\\"template\\\":\\\"nameFields\\\"},\\\"uniqElKey\\\":\\\"el_1728270164524\\\"}]},{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":1,\\\"element\\\":\\\"input_email\\\",\\\"attributes\\\":{\\\"type\\\":\\\"email\\\",\\\"name\\\":\\\"email\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"Correo Electr\\\\u00f3nico\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Correo Electr\\\\u00f3nico\\\",\\\"label_placement\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"prefix_label\\\":\\\"\\\",\\\"suffix_label\\\":\\\"\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true},\\\"email\\\":{\\\"value\\\":true,\\\"message\\\":\\\"This field must contain a valid email\\\",\\\"global_message\\\":\\\"Este campo debe contener un correo electr\\\\u00f3nico v\\\\u00e1lido\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"is_unique\\\":\\\"no\\\",\\\"unique_validation_message\\\":\\\"Email address need to be unique.\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Email\\\",\\\"icon_class\\\":\\\"ff-edit-email\\\",\\\"template\\\":\\\"inputText\\\"},\\\"uniqElKey\\\":\\\"el_172827018692164\\\"}]}],\\\"editor_options\\\":{\\\"title\\\":\\\"Two Column Container\\\",\\\"icon_class\\\":\\\"ff-edit-column-2\\\"},\\\"uniqElKey\\\":\\\"el_172827016001829\\\"},{\\\"index\\\":1,\\\"element\\\":\\\"container\\\",\\\"attributes\\\":[],\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]},\\\"container_width\\\":\\\"\\\",\\\"is_width_auto_calc\\\":true},\\\"columns\\\":[{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":2,\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"input_text\\\",\\\"value\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"\\\",\\\"maxlength\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"N\\\\u00famero de Tel\\\\u00e9fono\\\",\\\"label_placement\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"prefix_label\\\":\\\"\\\",\\\"suffix_label\\\":\\\"\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"is_unique\\\":\\\"no\\\",\\\"unique_validation_message\\\":\\\"Este valor debe ser \\\\u00fanico.\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Texto simple\\\",\\\"icon_class\\\":\\\"ff-edit-text\\\",\\\"template\\\":\\\"inputText\\\"},\\\"uniqElKey\\\":\\\"el_172831209787257\\\"}]},{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"Tipo de edificio a proteger\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Seleccione -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"Edificio Multifamiliar\\\",\\\"value\\\":\\\"Edificio Multifamiliar\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"Complejo Industrial\\\",\\\"value\\\":\\\"Complejo Industrial\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"Edificio de Oficinas\\\",\\\"value\\\":\\\"Edificio de Oficinas\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":2},{\\\"label\\\":\\\"Establecimiento Comercial\\\",\\\"value\\\":\\\"Establecimiento Comercial\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":3},{\\\"label\\\":\\\"Restaurante\\\",\\\"value\\\":\\\"Restaurante\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":4},{\\\"label\\\":\\\"Almacenes\\\\\\/centros de distribuci\\\\u00f3n\\\",\\\"value\\\":\\\"Almacenes\\\\\\/centros de distribuci\\\\u00f3n\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Desplegable\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_172831211886027\\\"}]}],\\\"editor_options\\\":{\\\"title\\\":\\\"Two Column Container\\\",\\\"icon_class\\\":\\\"ff-edit-column-2\\\"},\\\"uniqElKey\\\":\\\"el_17283120886511\\\"},{\\\"index\\\":1,\\\"element\\\":\\\"container\\\",\\\"attributes\\\":[],\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]},\\\"container_width\\\":\\\"\\\",\\\"is_width_auto_calc\\\":true},\\\"columns\\\":[{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown_5\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"Ciudad\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Seleccione -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"Santa Cruz\\\",\\\"value\\\":\\\"Santa Cruz\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"Cochabamba\\\",\\\"value\\\":\\\"Cochabamba\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"La Paz\\\",\\\"value\\\":\\\"La Paz\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":2},{\\\"label\\\":\\\"Potos\\\\u00ed\\\",\\\"value\\\":\\\"Potos\\\\u00ed\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":3},{\\\"label\\\":\\\"Tarija\\\",\\\"value\\\":\\\"Tarija\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":4},{\\\"label\\\":\\\"Chuquisaca\\\",\\\"value\\\":\\\"Chuquisaca\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":5},{\\\"label\\\":\\\"Oruro\\\",\\\"value\\\":\\\"Oruro\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":6},{\\\"label\\\":\\\"Beni\\\",\\\"value\\\":\\\"Beni\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":7},{\\\"label\\\":\\\"Pando\\\",\\\"value\\\":\\\"Pando\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":8}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Desplegable\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_173807528459830\\\"}]},{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":2,\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"input_text_1\\\",\\\"value\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"\\\",\\\"maxlength\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Empresa\\\",\\\"label_placement\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"prefix_label\\\":\\\"\\\",\\\"suffix_label\\\":\\\"\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"is_unique\\\":\\\"no\\\",\\\"unique_validation_message\\\":\\\"Este valor debe ser \\\\u00fanico.\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Texto simple\\\",\\\"icon_class\\\":\\\"ff-edit-text\\\",\\\"template\\\":\\\"inputText\\\"},\\\"uniqElKey\\\":\\\"el_173807536816621\\\"}]}],\\\"editor_options\\\":{\\\"title\\\":\\\"Two Column Container\\\",\\\"icon_class\\\":\\\"ff-edit-column-2\\\"},\\\"uniqElKey\\\":\\\"el_173807527193648\\\"},{\\\"index\\\":1,\\\"element\\\":\\\"container\\\",\\\"attributes\\\":[],\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]},\\\"container_width\\\":\\\"\\\",\\\"is_width_auto_calc\\\":true},\\\"columns\\\":[{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown_1\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"Ocupaci\\\\u00f3n\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Seleccione -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"Sistemas de Detecci\\\\u00f3n humo y alarma de incendio \\\",\\\"value\\\":\\\"Sistemas de Detecci\\\\u00f3n humo y alarma de incendio \\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"Sistemas de red de BIES, Rociadores, Hidrantes\\\",\\\"value\\\":\\\"Sistemas de red de BIES, Rociadores, Hidrantes\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"Sistemas de Extinci\\\\u00f3n autom\\\\u00e1tica para cocinas industriales\\\",\\\"value\\\":\\\"Sistemas de Extinci\\\\u00f3n autom\\\\u00e1tica para cocinas industriales\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":2},{\\\"label\\\":\\\"Sistemas de Extinci\\\\u00f3n por gases limpios\\\",\\\"value\\\":\\\"Sistemas de Extinci\\\\u00f3n por gases limpios\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":3},{\\\"label\\\":\\\"Extintores\\\",\\\"value\\\":\\\"Extintores\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":4},{\\\"label\\\":\\\"Recarga de extintores\\\",\\\"value\\\":\\\"Recarga de extintores\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"},{\\\"label\\\":\\\"Ingenier\\\\u00eda\\\\\\/Consultor\\\\u00eda\\\",\\\"value\\\":\\\"Ingenier\\\\u00eda\\\\\\/Consultor\\\\u00eda\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Desplegable\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_1728312213724\\\"}]},{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown_2\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"Nivel de Inter\\\\u00e9s\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Seleccione -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"Consulta General\\\",\\\"value\\\":\\\"Consulta General\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"Cotizaci\\\\u00f3n Inmediata\\\",\\\"value\\\":\\\"Cotizaci\\\\u00f3n Inmediata\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"Consultor\\\\u00eda e Ingenier\\\\u00eda\\\",\\\"value\\\":\\\"Consultor\\\\u00eda e Ingenier\\\\u00eda\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":2}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Desplegable\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_172831220857766\\\"}]}],\\\"editor_options\\\":{\\\"title\\\":\\\"Two Column Container\\\",\\\"icon_class\\\":\\\"ff-edit-column-2\\\"},\\\"uniqElKey\\\":\\\"el_172831219717274\\\"},{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown_3\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"Producto de Inter\\\\u00e9s\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Seleccione -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"Detecci\\\\u00f3n de Incendios\\\",\\\"value\\\":\\\"Detecci\\\\u00f3n de Incendios\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"Supresi\\\\u00f3n de Incendios\\\",\\\"value\\\":\\\"Supresi\\\\u00f3n de Incendios\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"Extintores\\\",\\\"value\\\":\\\"Extintores\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":2},{\\\"label\\\":\\\"Recarga de extintores\\\",\\\"value\\\":\\\"Recarga de extintores\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Desplegable\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_1728312369491\\\"}],\\\"submitButton\\\":{\\\"uniqElKey\\\":\\\"el_1524065200616\\\",\\\"element\\\":\\\"button\\\",\\\"attributes\\\":{\\\"type\\\":\\\"submit\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"align\\\":\\\"left\\\",\\\"button_style\\\":\\\"default\\\",\\\"container_class\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"background_color\\\":\\\"#1a7efb\\\",\\\"button_size\\\":\\\"md\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"button_ui\\\":{\\\"type\\\":\\\"default\\\",\\\"text\\\":\\\"ENVIAR\\\",\\\"img_url\\\":\\\"\\\"},\\\"normal_styles\\\":{\\\"backgroundColor\\\":\\\"#1a7efb\\\",\\\"borderColor\\\":\\\"#1a7efb\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"borderRadius\\\":\\\"\\\",\\\"minWidth\\\":\\\"\\\"},\\\"hover_styles\\\":{\\\"backgroundColor\\\":\\\"#ffffff\\\",\\\"borderColor\\\":\\\"#1a7efb\\\",\\\"color\\\":\\\"#1a7efb\\\",\\\"borderRadius\\\":\\\"\\\",\\\"minWidth\\\":\\\"\\\"},\\\"current_state\\\":\\\"normal_styles\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Submit Button\\\"}}}\",\"changes\":\"[{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"container\\\",\\\"key\\\":\\\"columns\\\",\\\"new_value\\\":\\\"Changed\\\",\\\"info\\\":\\\"Modified container columns value from \'empty\' to \'Changed\'\\\",\\\"category\\\":\\\"columns\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"container\\\",\\\"key\\\":\\\"columns\\\",\\\"new_value\\\":\\\"Changed\\\",\\\"info\\\":\\\"Modified container columns value from \'empty\' to \'Changed\'\\\",\\\"category\\\":\\\"columns\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"container\\\",\\\"key\\\":\\\"columns\\\",\\\"new_value\\\":\\\"Changed\\\",\\\"info\\\":\\\"Modified container columns value from \'empty\' to \'Changed\'\\\",\\\"category\\\":\\\"columns\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"container\\\",\\\"key\\\":\\\"columns\\\",\\\"new_value\\\":\\\"Changed\\\",\\\"info\\\":\\\"Modified container columns value from \'empty\' to \'Changed\'\\\",\\\"category\\\":\\\"columns\\\"}]\"}');
INSERT INTO `wpht_fluentform_form_meta` (`id`, `form_id`, `meta_key`, `value`) VALUES
(46, 5, 'revision', '{\"change_title\":\"Modified 6 attributes\\/settings\",\"timestamp\":\"2025-01-29 19:55:40\",\"old_data\":\"{\\\"fields\\\":[{\\\"index\\\":1,\\\"element\\\":\\\"container\\\",\\\"attributes\\\":[],\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]},\\\"container_width\\\":\\\"\\\",\\\"is_width_auto_calc\\\":true},\\\"columns\\\":[{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":0,\\\"element\\\":\\\"input_name\\\",\\\"attributes\\\":{\\\"name\\\":\\\"names\\\",\\\"data-type\\\":\\\"name-element\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"Nombre Completo\\\",\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]},\\\"label_placement\\\":\\\"\\\"},\\\"fields\\\":{\\\"first_name\\\":{\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"first_name\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"Nombre Completo\\\",\\\"maxlength\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Nombre Completo\\\",\\\"help_message\\\":\\\"\\\",\\\"visible\\\":true,\\\"label_placement\\\":\\\"top\\\",\\\"label_placement_options\\\":[{\\\"value\\\":\\\"\\\",\\\"label\\\":\\\"Default\\\"},{\\\"value\\\":\\\"top\\\",\\\"label\\\":\\\"Top\\\"},{\\\"value\\\":\\\"right\\\",\\\"label\\\":\\\"Right\\\"},{\\\"value\\\":\\\"bottom\\\",\\\"label\\\":\\\"Bottom\\\"},{\\\"value\\\":\\\"left\\\",\\\"label\\\":\\\"Left\\\"},{\\\"value\\\":\\\"hide_label\\\",\\\"label\\\":\\\"Hidden\\\"}],\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[]},\\\"editor_options\\\":{\\\"template\\\":\\\"inputText\\\"}},\\\"middle_name\\\":{\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"middle_name\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"Middle Name\\\",\\\"required\\\":false,\\\"maxlength\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Middle Name\\\",\\\"help_message\\\":\\\"\\\",\\\"error_message\\\":\\\"\\\",\\\"label_placement\\\":\\\"top\\\",\\\"label_placement_options\\\":[{\\\"value\\\":\\\"\\\",\\\"label\\\":\\\"Default\\\"},{\\\"value\\\":\\\"top\\\",\\\"label\\\":\\\"Top\\\"},{\\\"value\\\":\\\"right\\\",\\\"label\\\":\\\"Right\\\"},{\\\"value\\\":\\\"bottom\\\",\\\"label\\\":\\\"Bottom\\\"},{\\\"value\\\":\\\"left\\\",\\\"label\\\":\\\"Left\\\"},{\\\"value\\\":\\\"hide_label\\\",\\\"label\\\":\\\"Hidden\\\"}],\\\"visible\\\":false,\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[]},\\\"editor_options\\\":{\\\"template\\\":\\\"inputText\\\"}},\\\"last_name\\\":{\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"last_name\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"Last Name\\\",\\\"required\\\":false,\\\"maxlength\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Last Name\\\",\\\"help_message\\\":\\\"\\\",\\\"error_message\\\":\\\"\\\",\\\"label_placement\\\":\\\"top\\\",\\\"label_placement_options\\\":[{\\\"value\\\":\\\"\\\",\\\"label\\\":\\\"Default\\\"},{\\\"value\\\":\\\"top\\\",\\\"label\\\":\\\"Top\\\"},{\\\"value\\\":\\\"right\\\",\\\"label\\\":\\\"Right\\\"},{\\\"value\\\":\\\"bottom\\\",\\\"label\\\":\\\"Bottom\\\"},{\\\"value\\\":\\\"left\\\",\\\"label\\\":\\\"Left\\\"},{\\\"value\\\":\\\"hide_label\\\",\\\"label\\\":\\\"Hidden\\\"}],\\\"visible\\\":false,\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[]},\\\"editor_options\\\":{\\\"template\\\":\\\"inputText\\\"}}},\\\"editor_options\\\":{\\\"title\\\":\\\"Name Fields\\\",\\\"element\\\":\\\"name-fields\\\",\\\"icon_class\\\":\\\"ff-edit-name\\\",\\\"template\\\":\\\"nameFields\\\"},\\\"uniqElKey\\\":\\\"el_1728270164524\\\"}]},{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":1,\\\"element\\\":\\\"input_email\\\",\\\"attributes\\\":{\\\"type\\\":\\\"email\\\",\\\"name\\\":\\\"email\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"Correo Electr\\\\u00f3nico\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Correo Electr\\\\u00f3nico\\\",\\\"label_placement\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"prefix_label\\\":\\\"\\\",\\\"suffix_label\\\":\\\"\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":true,\\\"message\\\":\\\"This field is required\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true},\\\"email\\\":{\\\"value\\\":true,\\\"message\\\":\\\"This field must contain a valid email\\\",\\\"global_message\\\":\\\"Este campo debe contener un correo electr\\\\u00f3nico v\\\\u00e1lido\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"is_unique\\\":\\\"no\\\",\\\"unique_validation_message\\\":\\\"Email address need to be unique.\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Email\\\",\\\"icon_class\\\":\\\"ff-edit-email\\\",\\\"template\\\":\\\"inputText\\\"},\\\"uniqElKey\\\":\\\"el_1738180352586\\\"}]}],\\\"editor_options\\\":{\\\"title\\\":\\\"Two Column Container\\\",\\\"icon_class\\\":\\\"ff-edit-column-2\\\"},\\\"uniqElKey\\\":\\\"el_172827016001829\\\"},{\\\"index\\\":1,\\\"element\\\":\\\"container\\\",\\\"attributes\\\":[],\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]},\\\"container_width\\\":\\\"\\\",\\\"is_width_auto_calc\\\":true},\\\"columns\\\":[{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":2,\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"input_text\\\",\\\"value\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"\\\",\\\"maxlength\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"N\\\\u00famero de Tel\\\\u00e9fono\\\",\\\"label_placement\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"prefix_label\\\":\\\"\\\",\\\"suffix_label\\\":\\\"\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":true,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"is_unique\\\":\\\"no\\\",\\\"unique_validation_message\\\":\\\"Este valor debe ser \\\\u00fanico.\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Texto simple\\\",\\\"icon_class\\\":\\\"ff-edit-text\\\",\\\"template\\\":\\\"inputText\\\"},\\\"uniqElKey\\\":\\\"el_172831209787257\\\"}]},{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"Tipo de edificio a proteger\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Seleccione -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"Edificio Multifamiliar\\\",\\\"value\\\":\\\"Edificio Multifamiliar\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"Complejo Industrial\\\",\\\"value\\\":\\\"Complejo Industrial\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"Edificio de Oficinas\\\",\\\"value\\\":\\\"Edificio de Oficinas\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":2},{\\\"label\\\":\\\"Establecimiento Comercial\\\",\\\"value\\\":\\\"Establecimiento Comercial\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":3},{\\\"label\\\":\\\"Restaurante\\\",\\\"value\\\":\\\"Restaurante\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":4},{\\\"label\\\":\\\"Almacenes\\\\\\/centros de distribuci\\\\u00f3n\\\",\\\"value\\\":\\\"Almacenes\\\\\\/centros de distribuci\\\\u00f3n\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":5}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Desplegable\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_172831211886027\\\"}]}],\\\"editor_options\\\":{\\\"title\\\":\\\"Two Column Container\\\",\\\"icon_class\\\":\\\"ff-edit-column-2\\\"},\\\"uniqElKey\\\":\\\"el_17283120886511\\\"},{\\\"index\\\":1,\\\"element\\\":\\\"container\\\",\\\"attributes\\\":[],\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]},\\\"container_width\\\":\\\"\\\",\\\"is_width_auto_calc\\\":true},\\\"columns\\\":[{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown_5\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"Ciudad\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Seleccione -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"Santa Cruz\\\",\\\"value\\\":\\\"Santa Cruz\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"Cochabamba\\\",\\\"value\\\":\\\"Cochabamba\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"La Paz\\\",\\\"value\\\":\\\"La Paz\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":2},{\\\"label\\\":\\\"Potos\\\\u00ed\\\",\\\"value\\\":\\\"Potos\\\\u00ed\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":3},{\\\"label\\\":\\\"Tarija\\\",\\\"value\\\":\\\"Tarija\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":4},{\\\"label\\\":\\\"Chuquisaca\\\",\\\"value\\\":\\\"Chuquisaca\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":5},{\\\"label\\\":\\\"Oruro\\\",\\\"value\\\":\\\"Oruro\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":6},{\\\"label\\\":\\\"Beni\\\",\\\"value\\\":\\\"Beni\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":7},{\\\"label\\\":\\\"Pando\\\",\\\"value\\\":\\\"Pando\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":8}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Desplegable\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_173807528459830\\\"}]},{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":2,\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"input_text_1\\\",\\\"value\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"\\\",\\\"maxlength\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Empresa\\\",\\\"label_placement\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"prefix_label\\\":\\\"\\\",\\\"suffix_label\\\":\\\"\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":true,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"is_unique\\\":\\\"no\\\",\\\"unique_validation_message\\\":\\\"Este valor debe ser \\\\u00fanico.\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Texto simple\\\",\\\"icon_class\\\":\\\"ff-edit-text\\\",\\\"template\\\":\\\"inputText\\\"},\\\"uniqElKey\\\":\\\"el_173807536816621\\\"}]}],\\\"editor_options\\\":{\\\"title\\\":\\\"Two Column Container\\\",\\\"icon_class\\\":\\\"ff-edit-column-2\\\"},\\\"uniqElKey\\\":\\\"el_173807527193648\\\"},{\\\"index\\\":1,\\\"element\\\":\\\"container\\\",\\\"attributes\\\":[],\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]},\\\"container_width\\\":\\\"\\\",\\\"is_width_auto_calc\\\":true},\\\"columns\\\":[{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown_1\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"Ocupaci\\\\u00f3n\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Seleccione -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"Sistemas de Detecci\\\\u00f3n humo y alarma de incendio \\\",\\\"value\\\":\\\"Sistemas de Detecci\\\\u00f3n humo y alarma de incendio \\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"Sistemas de red de BIES, Rociadores, Hidrantes\\\",\\\"value\\\":\\\"Sistemas de red de BIES, Rociadores, Hidrantes\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"Sistemas de Extinci\\\\u00f3n autom\\\\u00e1tica para cocinas industriales\\\",\\\"value\\\":\\\"Sistemas de Extinci\\\\u00f3n autom\\\\u00e1tica para cocinas industriales\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":2},{\\\"label\\\":\\\"Sistemas de Extinci\\\\u00f3n por gases limpios\\\",\\\"value\\\":\\\"Sistemas de Extinci\\\\u00f3n por gases limpios\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":3},{\\\"label\\\":\\\"Extintores\\\",\\\"value\\\":\\\"Extintores\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":4},{\\\"label\\\":\\\"Recarga de extintores\\\",\\\"value\\\":\\\"Recarga de extintores\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":5},{\\\"label\\\":\\\"Ingenier\\\\u00eda\\\\\\/Consultor\\\\u00eda\\\",\\\"value\\\":\\\"Ingenier\\\\u00eda\\\\\\/Consultor\\\\u00eda\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":6}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Desplegable\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_1728312213724\\\"}]},{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown_2\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"Nivel de Inter\\\\u00e9s\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Seleccione -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"Consulta General\\\",\\\"value\\\":\\\"Consulta General\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"Cotizaci\\\\u00f3n Inmediata\\\",\\\"value\\\":\\\"Cotizaci\\\\u00f3n Inmediata\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"Consultor\\\\u00eda e Ingenier\\\\u00eda\\\",\\\"value\\\":\\\"Consultor\\\\u00eda e Ingenier\\\\u00eda\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":2}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Desplegable\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_172831220857766\\\"}]}],\\\"editor_options\\\":{\\\"title\\\":\\\"Two Column Container\\\",\\\"icon_class\\\":\\\"ff-edit-column-2\\\"},\\\"uniqElKey\\\":\\\"el_172831219717274\\\"},{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown_3\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"Producto de Inter\\\\u00e9s\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Seleccione -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"Detecci\\\\u00f3n de Incendios\\\",\\\"value\\\":\\\"Detecci\\\\u00f3n de Incendios\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"Supresi\\\\u00f3n de Incendios\\\",\\\"value\\\":\\\"Supresi\\\\u00f3n de Incendios\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"Extintores\\\",\\\"value\\\":\\\"Extintores\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":2},{\\\"label\\\":\\\"Recarga de extintores\\\",\\\"value\\\":\\\"Recarga de extintores\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Desplegable\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_1728312369491\\\"}],\\\"submitButton\\\":{\\\"uniqElKey\\\":\\\"el_1524065200616\\\",\\\"element\\\":\\\"button\\\",\\\"attributes\\\":{\\\"type\\\":\\\"submit\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"align\\\":\\\"left\\\",\\\"button_style\\\":\\\"default\\\",\\\"container_class\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"background_color\\\":\\\"#1a7efb\\\",\\\"button_size\\\":\\\"md\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"button_ui\\\":{\\\"type\\\":\\\"default\\\",\\\"text\\\":\\\"ENVIAR\\\",\\\"img_url\\\":\\\"\\\"},\\\"normal_styles\\\":{\\\"backgroundColor\\\":\\\"#1a7efb\\\",\\\"borderColor\\\":\\\"#1a7efb\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"borderRadius\\\":\\\"\\\",\\\"minWidth\\\":\\\"\\\"},\\\"hover_styles\\\":{\\\"backgroundColor\\\":\\\"#ffffff\\\",\\\"borderColor\\\":\\\"#1a7efb\\\",\\\"color\\\":\\\"#1a7efb\\\",\\\"borderRadius\\\":\\\"\\\",\\\"minWidth\\\":\\\"\\\"},\\\"current_state\\\":\\\"normal_styles\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Submit Button\\\"}}}\",\"changes\":\"[{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"container\\\",\\\"key\\\":\\\"columns\\\",\\\"new_value\\\":\\\"Changed\\\",\\\"info\\\":\\\"Modified container columns value from \'empty\' to \'Changed\'\\\",\\\"category\\\":\\\"columns\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"container\\\",\\\"key\\\":\\\"columns\\\",\\\"new_value\\\":\\\"Changed\\\",\\\"info\\\":\\\"Modified container columns value from \'empty\' to \'Changed\'\\\",\\\"category\\\":\\\"columns\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"container\\\",\\\"key\\\":\\\"columns\\\",\\\"new_value\\\":\\\"Changed\\\",\\\"info\\\":\\\"Modified container columns value from \'empty\' to \'Changed\'\\\",\\\"category\\\":\\\"columns\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"container\\\",\\\"key\\\":\\\"columns\\\",\\\"new_value\\\":\\\"Changed\\\",\\\"info\\\":\\\"Modified container columns value from \'empty\' to \'Changed\'\\\",\\\"category\\\":\\\"columns\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"Producto de Inter\\\\u00e9s\\\",\\\"key\\\":\\\"advanced_options.3.id\\\",\\\"new_value\\\":3,\\\"info\\\":\\\"Modified Producto de Inter\\\\u00e9s advanced_options.3.id value from \'empty\' to \'3\'\\\",\\\"category\\\":\\\"settings\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"Producto de Inter\\\\u00e9s\\\",\\\"key\\\":\\\"validation_rules.required.value\\\",\\\"new_value\\\":true,\\\"old_value\\\":false,\\\"info\\\":\\\"Modified Producto de Inter\\\\u00e9s validation_rules.required.value value from \'empty\' to \'Active\'\\\",\\\"category\\\":\\\"settings\\\"}]\"}'),
(47, 5, 'revision', '{\"change_title\":\"Multiple changes\",\"timestamp\":\"2025-01-30 12:50:29\",\"old_data\":\"{\\\"fields\\\":[{\\\"index\\\":1,\\\"element\\\":\\\"container\\\",\\\"attributes\\\":[],\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]},\\\"container_width\\\":\\\"\\\",\\\"is_width_auto_calc\\\":true},\\\"columns\\\":[{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":0,\\\"element\\\":\\\"input_name\\\",\\\"attributes\\\":{\\\"name\\\":\\\"names\\\",\\\"data-type\\\":\\\"name-element\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"Nombre Completo\\\",\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]},\\\"label_placement\\\":\\\"\\\"},\\\"fields\\\":{\\\"first_name\\\":{\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"first_name\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"Nombre Completo\\\",\\\"maxlength\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Nombre Completo\\\",\\\"help_message\\\":\\\"\\\",\\\"visible\\\":true,\\\"label_placement\\\":\\\"top\\\",\\\"label_placement_options\\\":[{\\\"value\\\":\\\"\\\",\\\"label\\\":\\\"Default\\\"},{\\\"value\\\":\\\"top\\\",\\\"label\\\":\\\"Top\\\"},{\\\"value\\\":\\\"right\\\",\\\"label\\\":\\\"Right\\\"},{\\\"value\\\":\\\"bottom\\\",\\\"label\\\":\\\"Bottom\\\"},{\\\"value\\\":\\\"left\\\",\\\"label\\\":\\\"Left\\\"},{\\\"value\\\":\\\"hide_label\\\",\\\"label\\\":\\\"Hidden\\\"}],\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":true,\\\"message\\\":\\\"This field is required\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[]},\\\"editor_options\\\":{\\\"template\\\":\\\"inputText\\\"}},\\\"middle_name\\\":{\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"middle_name\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"Middle Name\\\",\\\"required\\\":false,\\\"maxlength\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Middle Name\\\",\\\"help_message\\\":\\\"\\\",\\\"error_message\\\":\\\"\\\",\\\"label_placement\\\":\\\"top\\\",\\\"label_placement_options\\\":[{\\\"value\\\":\\\"\\\",\\\"label\\\":\\\"Default\\\"},{\\\"value\\\":\\\"top\\\",\\\"label\\\":\\\"Top\\\"},{\\\"value\\\":\\\"right\\\",\\\"label\\\":\\\"Right\\\"},{\\\"value\\\":\\\"bottom\\\",\\\"label\\\":\\\"Bottom\\\"},{\\\"value\\\":\\\"left\\\",\\\"label\\\":\\\"Left\\\"},{\\\"value\\\":\\\"hide_label\\\",\\\"label\\\":\\\"Hidden\\\"}],\\\"visible\\\":false,\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[]},\\\"editor_options\\\":{\\\"template\\\":\\\"inputText\\\"}},\\\"last_name\\\":{\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"last_name\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"Last Name\\\",\\\"required\\\":false,\\\"maxlength\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Last Name\\\",\\\"help_message\\\":\\\"\\\",\\\"error_message\\\":\\\"\\\",\\\"label_placement\\\":\\\"top\\\",\\\"label_placement_options\\\":[{\\\"value\\\":\\\"\\\",\\\"label\\\":\\\"Default\\\"},{\\\"value\\\":\\\"top\\\",\\\"label\\\":\\\"Top\\\"},{\\\"value\\\":\\\"right\\\",\\\"label\\\":\\\"Right\\\"},{\\\"value\\\":\\\"bottom\\\",\\\"label\\\":\\\"Bottom\\\"},{\\\"value\\\":\\\"left\\\",\\\"label\\\":\\\"Left\\\"},{\\\"value\\\":\\\"hide_label\\\",\\\"label\\\":\\\"Hidden\\\"}],\\\"visible\\\":false,\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[]},\\\"editor_options\\\":{\\\"template\\\":\\\"inputText\\\"}}},\\\"editor_options\\\":{\\\"title\\\":\\\"Name Fields\\\",\\\"element\\\":\\\"name-fields\\\",\\\"icon_class\\\":\\\"ff-edit-name\\\",\\\"template\\\":\\\"nameFields\\\"},\\\"uniqElKey\\\":\\\"el_1728270164524\\\"}]},{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":1,\\\"element\\\":\\\"input_email\\\",\\\"attributes\\\":{\\\"type\\\":\\\"email\\\",\\\"name\\\":\\\"email\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"Correo Electr\\\\u00f3nico\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Correo Electr\\\\u00f3nico\\\",\\\"label_placement\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"prefix_label\\\":\\\"\\\",\\\"suffix_label\\\":\\\"\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":true,\\\"message\\\":\\\"This field is required\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true},\\\"email\\\":{\\\"value\\\":true,\\\"message\\\":\\\"This field must contain a valid email\\\",\\\"global_message\\\":\\\"Este campo debe contener un correo electr\\\\u00f3nico v\\\\u00e1lido\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"is_unique\\\":\\\"no\\\",\\\"unique_validation_message\\\":\\\"Email address need to be unique.\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Email\\\",\\\"icon_class\\\":\\\"ff-edit-email\\\",\\\"template\\\":\\\"inputText\\\"},\\\"uniqElKey\\\":\\\"el_1738180352586\\\"}]}],\\\"editor_options\\\":{\\\"title\\\":\\\"Two Column Container\\\",\\\"icon_class\\\":\\\"ff-edit-column-2\\\"},\\\"uniqElKey\\\":\\\"el_172827016001829\\\"},{\\\"index\\\":1,\\\"element\\\":\\\"container\\\",\\\"attributes\\\":[],\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]},\\\"container_width\\\":\\\"\\\",\\\"is_width_auto_calc\\\":true},\\\"columns\\\":[{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":2,\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"input_text\\\",\\\"value\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"\\\",\\\"maxlength\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"N\\\\u00famero de Tel\\\\u00e9fono\\\",\\\"label_placement\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"prefix_label\\\":\\\"\\\",\\\"suffix_label\\\":\\\"\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":true,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"is_unique\\\":\\\"no\\\",\\\"unique_validation_message\\\":\\\"Este valor debe ser \\\\u00fanico.\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Texto simple\\\",\\\"icon_class\\\":\\\"ff-edit-text\\\",\\\"template\\\":\\\"inputText\\\"},\\\"uniqElKey\\\":\\\"el_172831209787257\\\"}]},{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"Tipo de edificio a proteger\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Seleccione -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"Edificio Multifamiliar\\\",\\\"value\\\":\\\"Edificio Multifamiliar\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"Complejo Industrial\\\",\\\"value\\\":\\\"Complejo Industrial\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"Edificio de Oficinas\\\",\\\"value\\\":\\\"Edificio de Oficinas\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":2},{\\\"label\\\":\\\"Establecimiento Comercial\\\",\\\"value\\\":\\\"Establecimiento Comercial\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":3},{\\\"label\\\":\\\"Restaurante\\\",\\\"value\\\":\\\"Restaurante\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":4},{\\\"label\\\":\\\"Almacenes\\\\\\/centros de distribuci\\\\u00f3n\\\",\\\"value\\\":\\\"Almacenes\\\\\\/centros de distribuci\\\\u00f3n\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":5}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":true,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Desplegable\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_172831211886027\\\"}]}],\\\"editor_options\\\":{\\\"title\\\":\\\"Two Column Container\\\",\\\"icon_class\\\":\\\"ff-edit-column-2\\\"},\\\"uniqElKey\\\":\\\"el_17283120886511\\\"},{\\\"index\\\":1,\\\"element\\\":\\\"container\\\",\\\"attributes\\\":[],\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]},\\\"container_width\\\":\\\"\\\",\\\"is_width_auto_calc\\\":true},\\\"columns\\\":[{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown_5\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"Ciudad\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Seleccione -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"Santa Cruz\\\",\\\"value\\\":\\\"Santa Cruz\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"Cochabamba\\\",\\\"value\\\":\\\"Cochabamba\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"La Paz\\\",\\\"value\\\":\\\"La Paz\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":2},{\\\"label\\\":\\\"Potos\\\\u00ed\\\",\\\"value\\\":\\\"Potos\\\\u00ed\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":3},{\\\"label\\\":\\\"Tarija\\\",\\\"value\\\":\\\"Tarija\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":4},{\\\"label\\\":\\\"Chuquisaca\\\",\\\"value\\\":\\\"Chuquisaca\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":5},{\\\"label\\\":\\\"Oruro\\\",\\\"value\\\":\\\"Oruro\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":6},{\\\"label\\\":\\\"Beni\\\",\\\"value\\\":\\\"Beni\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":7},{\\\"label\\\":\\\"Pando\\\",\\\"value\\\":\\\"Pando\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":8}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":true,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Desplegable\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_173807528459830\\\"}]},{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":2,\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"input_text_1\\\",\\\"value\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"\\\",\\\"maxlength\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Empresa\\\",\\\"label_placement\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"prefix_label\\\":\\\"\\\",\\\"suffix_label\\\":\\\"\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":true,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"is_unique\\\":\\\"no\\\",\\\"unique_validation_message\\\":\\\"Este valor debe ser \\\\u00fanico.\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Texto simple\\\",\\\"icon_class\\\":\\\"ff-edit-text\\\",\\\"template\\\":\\\"inputText\\\"},\\\"uniqElKey\\\":\\\"el_173807536816621\\\"}]}],\\\"editor_options\\\":{\\\"title\\\":\\\"Two Column Container\\\",\\\"icon_class\\\":\\\"ff-edit-column-2\\\"},\\\"uniqElKey\\\":\\\"el_173807527193648\\\"},{\\\"index\\\":1,\\\"element\\\":\\\"container\\\",\\\"attributes\\\":[],\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]},\\\"container_width\\\":\\\"\\\",\\\"is_width_auto_calc\\\":true},\\\"columns\\\":[{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown_1\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"Ocupaci\\\\u00f3n\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Seleccione -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"Sistemas de Detecci\\\\u00f3n humo y alarma de incendio \\\",\\\"value\\\":\\\"Sistemas de Detecci\\\\u00f3n humo y alarma de incendio \\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"Sistemas de red de BIES, Rociadores, Hidrantes\\\",\\\"value\\\":\\\"Sistemas de red de BIES, Rociadores, Hidrantes\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"Sistemas de Extinci\\\\u00f3n autom\\\\u00e1tica para cocinas industriales\\\",\\\"value\\\":\\\"Sistemas de Extinci\\\\u00f3n autom\\\\u00e1tica para cocinas industriales\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":2},{\\\"label\\\":\\\"Sistemas de Extinci\\\\u00f3n por gases limpios\\\",\\\"value\\\":\\\"Sistemas de Extinci\\\\u00f3n por gases limpios\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":3},{\\\"label\\\":\\\"Extintores\\\",\\\"value\\\":\\\"Extintores\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":4},{\\\"label\\\":\\\"Recarga de extintores\\\",\\\"value\\\":\\\"Recarga de extintores\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":5},{\\\"label\\\":\\\"Ingenier\\\\u00eda\\\\\\/Consultor\\\\u00eda\\\",\\\"value\\\":\\\"Ingenier\\\\u00eda\\\\\\/Consultor\\\\u00eda\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":6}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":true,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Desplegable\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_1728312213724\\\"}]},{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown_2\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"Nivel de Inter\\\\u00e9s\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Seleccione -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"Consulta General\\\",\\\"value\\\":\\\"Consulta General\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"Cotizaci\\\\u00f3n Inmediata\\\",\\\"value\\\":\\\"Cotizaci\\\\u00f3n Inmediata\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"Consultor\\\\u00eda e Ingenier\\\\u00eda\\\",\\\"value\\\":\\\"Consultor\\\\u00eda e Ingenier\\\\u00eda\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":2}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":true,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Desplegable\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_172831220857766\\\"}]}],\\\"editor_options\\\":{\\\"title\\\":\\\"Two Column Container\\\",\\\"icon_class\\\":\\\"ff-edit-column-2\\\"},\\\"uniqElKey\\\":\\\"el_172831219717274\\\"},{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown_3\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"Producto de Inter\\\\u00e9s\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Seleccione -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"Detecci\\\\u00f3n de Incendios\\\",\\\"value\\\":\\\"Detecci\\\\u00f3n de Incendios\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"Supresi\\\\u00f3n de Incendios\\\",\\\"value\\\":\\\"Supresi\\\\u00f3n de Incendios\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"Extintores\\\",\\\"value\\\":\\\"Extintores\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":2},{\\\"label\\\":\\\"Recarga de extintores\\\",\\\"value\\\":\\\"Recarga de extintores\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":3}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":true,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Desplegable\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_1728312369491\\\"}],\\\"submitButton\\\":{\\\"uniqElKey\\\":\\\"el_1524065200616\\\",\\\"element\\\":\\\"button\\\",\\\"attributes\\\":{\\\"type\\\":\\\"submit\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"align\\\":\\\"left\\\",\\\"button_style\\\":\\\"default\\\",\\\"container_class\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"background_color\\\":\\\"#1a7efb\\\",\\\"button_size\\\":\\\"md\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"button_ui\\\":{\\\"type\\\":\\\"default\\\",\\\"text\\\":\\\"ENVIAR\\\",\\\"img_url\\\":\\\"\\\"},\\\"normal_styles\\\":{\\\"backgroundColor\\\":\\\"#1a7efb\\\",\\\"borderColor\\\":\\\"#1a7efb\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"borderRadius\\\":\\\"\\\",\\\"minWidth\\\":\\\"\\\"},\\\"hover_styles\\\":{\\\"backgroundColor\\\":\\\"#ffffff\\\",\\\"borderColor\\\":\\\"#1a7efb\\\",\\\"color\\\":\\\"#1a7efb\\\",\\\"borderRadius\\\":\\\"\\\",\\\"minWidth\\\":\\\"\\\"},\\\"current_state\\\":\\\"normal_styles\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Submit Button\\\"}}}\",\"changes\":\"[{\\\"type\\\":\\\"removed\\\",\\\"label\\\":\\\"Producto de Inter\\\\u00e9s\\\",\\\"info\\\":\\\"Removed Producto de Inter\\\\u00e9s \\\"},{\\\"type\\\":\\\"added\\\",\\\"label\\\":\\\"Producto de Inter\\\\u00e9s\\\",\\\"info\\\":\\\"Added Producto de Inter\\\\u00e9s \\\"}]\"}');
INSERT INTO `wpht_fluentform_form_meta` (`id`, `form_id`, `meta_key`, `value`) VALUES
(48, 5, 'revision', '{\"change_title\":\"Modified 4 attributes\\/settings\",\"timestamp\":\"2025-01-30 12:52:21\",\"old_data\":\"{\\\"fields\\\":[{\\\"index\\\":1,\\\"element\\\":\\\"container\\\",\\\"attributes\\\":[],\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]},\\\"container_width\\\":\\\"\\\",\\\"is_width_auto_calc\\\":true},\\\"columns\\\":[{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":0,\\\"element\\\":\\\"input_name\\\",\\\"attributes\\\":{\\\"name\\\":\\\"names\\\",\\\"data-type\\\":\\\"name-element\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"Nombre Completo\\\",\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]},\\\"label_placement\\\":\\\"\\\"},\\\"fields\\\":{\\\"first_name\\\":{\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"first_name\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"Nombre Completo\\\",\\\"maxlength\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Nombre Completo\\\",\\\"help_message\\\":\\\"\\\",\\\"visible\\\":true,\\\"label_placement\\\":\\\"top\\\",\\\"label_placement_options\\\":[{\\\"value\\\":\\\"\\\",\\\"label\\\":\\\"Default\\\"},{\\\"value\\\":\\\"top\\\",\\\"label\\\":\\\"Top\\\"},{\\\"value\\\":\\\"right\\\",\\\"label\\\":\\\"Right\\\"},{\\\"value\\\":\\\"bottom\\\",\\\"label\\\":\\\"Bottom\\\"},{\\\"value\\\":\\\"left\\\",\\\"label\\\":\\\"Left\\\"},{\\\"value\\\":\\\"hide_label\\\",\\\"label\\\":\\\"Hidden\\\"}],\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":true,\\\"message\\\":\\\"This field is required\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[]},\\\"editor_options\\\":{\\\"template\\\":\\\"inputText\\\"}},\\\"middle_name\\\":{\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"middle_name\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"Middle Name\\\",\\\"required\\\":false,\\\"maxlength\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Middle Name\\\",\\\"help_message\\\":\\\"\\\",\\\"error_message\\\":\\\"\\\",\\\"label_placement\\\":\\\"top\\\",\\\"label_placement_options\\\":[{\\\"value\\\":\\\"\\\",\\\"label\\\":\\\"Default\\\"},{\\\"value\\\":\\\"top\\\",\\\"label\\\":\\\"Top\\\"},{\\\"value\\\":\\\"right\\\",\\\"label\\\":\\\"Right\\\"},{\\\"value\\\":\\\"bottom\\\",\\\"label\\\":\\\"Bottom\\\"},{\\\"value\\\":\\\"left\\\",\\\"label\\\":\\\"Left\\\"},{\\\"value\\\":\\\"hide_label\\\",\\\"label\\\":\\\"Hidden\\\"}],\\\"visible\\\":false,\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[]},\\\"editor_options\\\":{\\\"template\\\":\\\"inputText\\\"}},\\\"last_name\\\":{\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"last_name\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"Last Name\\\",\\\"required\\\":false,\\\"maxlength\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Last Name\\\",\\\"help_message\\\":\\\"\\\",\\\"error_message\\\":\\\"\\\",\\\"label_placement\\\":\\\"top\\\",\\\"label_placement_options\\\":[{\\\"value\\\":\\\"\\\",\\\"label\\\":\\\"Default\\\"},{\\\"value\\\":\\\"top\\\",\\\"label\\\":\\\"Top\\\"},{\\\"value\\\":\\\"right\\\",\\\"label\\\":\\\"Right\\\"},{\\\"value\\\":\\\"bottom\\\",\\\"label\\\":\\\"Bottom\\\"},{\\\"value\\\":\\\"left\\\",\\\"label\\\":\\\"Left\\\"},{\\\"value\\\":\\\"hide_label\\\",\\\"label\\\":\\\"Hidden\\\"}],\\\"visible\\\":false,\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[]},\\\"editor_options\\\":{\\\"template\\\":\\\"inputText\\\"}}},\\\"editor_options\\\":{\\\"title\\\":\\\"Name Fields\\\",\\\"element\\\":\\\"name-fields\\\",\\\"icon_class\\\":\\\"ff-edit-name\\\",\\\"template\\\":\\\"nameFields\\\"},\\\"uniqElKey\\\":\\\"el_1728270164524\\\"}]},{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":1,\\\"element\\\":\\\"input_email\\\",\\\"attributes\\\":{\\\"type\\\":\\\"email\\\",\\\"name\\\":\\\"email\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"Correo Electr\\\\u00f3nico\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Correo Electr\\\\u00f3nico\\\",\\\"label_placement\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"prefix_label\\\":\\\"\\\",\\\"suffix_label\\\":\\\"\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":true,\\\"message\\\":\\\"This field is required\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true},\\\"email\\\":{\\\"value\\\":true,\\\"message\\\":\\\"This field must contain a valid email\\\",\\\"global_message\\\":\\\"Este campo debe contener un correo electr\\\\u00f3nico v\\\\u00e1lido\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"is_unique\\\":\\\"no\\\",\\\"unique_validation_message\\\":\\\"Email address need to be unique.\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Email\\\",\\\"icon_class\\\":\\\"ff-edit-email\\\",\\\"template\\\":\\\"inputText\\\"},\\\"uniqElKey\\\":\\\"el_1738180352586\\\"}]}],\\\"editor_options\\\":{\\\"title\\\":\\\"Two Column Container\\\",\\\"icon_class\\\":\\\"ff-edit-column-2\\\"},\\\"uniqElKey\\\":\\\"el_172827016001829\\\"},{\\\"index\\\":1,\\\"element\\\":\\\"container\\\",\\\"attributes\\\":[],\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]},\\\"container_width\\\":\\\"\\\",\\\"is_width_auto_calc\\\":true},\\\"columns\\\":[{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":2,\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"input_text\\\",\\\"value\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"\\\",\\\"maxlength\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"N\\\\u00famero de Tel\\\\u00e9fono\\\",\\\"label_placement\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"prefix_label\\\":\\\"\\\",\\\"suffix_label\\\":\\\"\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":true,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"is_unique\\\":\\\"no\\\",\\\"unique_validation_message\\\":\\\"Este valor debe ser \\\\u00fanico.\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Texto simple\\\",\\\"icon_class\\\":\\\"ff-edit-text\\\",\\\"template\\\":\\\"inputText\\\"},\\\"uniqElKey\\\":\\\"el_172831209787257\\\"}]},{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"Tipo de edificio a proteger\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Seleccione -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"Edificio Multifamiliar\\\",\\\"value\\\":\\\"Edificio Multifamiliar\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"Complejo Industrial\\\",\\\"value\\\":\\\"Complejo Industrial\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"Edificio de Oficinas\\\",\\\"value\\\":\\\"Edificio de Oficinas\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":2},{\\\"label\\\":\\\"Establecimiento Comercial\\\",\\\"value\\\":\\\"Establecimiento Comercial\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":3},{\\\"label\\\":\\\"Restaurante\\\",\\\"value\\\":\\\"Restaurante\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":4},{\\\"label\\\":\\\"Almacenes\\\\\\/centros de distribuci\\\\u00f3n\\\",\\\"value\\\":\\\"Almacenes\\\\\\/centros de distribuci\\\\u00f3n\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":5}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":true,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Desplegable\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_172831211886027\\\"}]}],\\\"editor_options\\\":{\\\"title\\\":\\\"Two Column Container\\\",\\\"icon_class\\\":\\\"ff-edit-column-2\\\"},\\\"uniqElKey\\\":\\\"el_17283120886511\\\"},{\\\"index\\\":1,\\\"element\\\":\\\"container\\\",\\\"attributes\\\":[],\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]},\\\"container_width\\\":\\\"\\\",\\\"is_width_auto_calc\\\":true},\\\"columns\\\":[{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown_5\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"Ciudad\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Seleccione -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"Santa Cruz\\\",\\\"value\\\":\\\"Santa Cruz\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"Cochabamba\\\",\\\"value\\\":\\\"Cochabamba\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"La Paz\\\",\\\"value\\\":\\\"La Paz\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":2},{\\\"label\\\":\\\"Potos\\\\u00ed\\\",\\\"value\\\":\\\"Potos\\\\u00ed\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":3},{\\\"label\\\":\\\"Tarija\\\",\\\"value\\\":\\\"Tarija\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":4},{\\\"label\\\":\\\"Chuquisaca\\\",\\\"value\\\":\\\"Chuquisaca\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":5},{\\\"label\\\":\\\"Oruro\\\",\\\"value\\\":\\\"Oruro\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":6},{\\\"label\\\":\\\"Beni\\\",\\\"value\\\":\\\"Beni\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":7},{\\\"label\\\":\\\"Pando\\\",\\\"value\\\":\\\"Pando\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":8}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":true,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Desplegable\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_173807528459830\\\"}]},{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":2,\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"input_text_1\\\",\\\"value\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"\\\",\\\"maxlength\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Empresa\\\",\\\"label_placement\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"prefix_label\\\":\\\"\\\",\\\"suffix_label\\\":\\\"\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":true,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"is_unique\\\":\\\"no\\\",\\\"unique_validation_message\\\":\\\"Este valor debe ser \\\\u00fanico.\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Texto simple\\\",\\\"icon_class\\\":\\\"ff-edit-text\\\",\\\"template\\\":\\\"inputText\\\"},\\\"uniqElKey\\\":\\\"el_173807536816621\\\"}]}],\\\"editor_options\\\":{\\\"title\\\":\\\"Two Column Container\\\",\\\"icon_class\\\":\\\"ff-edit-column-2\\\"},\\\"uniqElKey\\\":\\\"el_173807527193648\\\"},{\\\"index\\\":1,\\\"element\\\":\\\"container\\\",\\\"attributes\\\":[],\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]},\\\"container_width\\\":\\\"\\\",\\\"is_width_auto_calc\\\":true},\\\"columns\\\":[{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown_1\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"Ocupaci\\\\u00f3n\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Seleccione -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"Sistemas de Detecci\\\\u00f3n humo y alarma de incendio \\\",\\\"value\\\":\\\"Sistemas de Detecci\\\\u00f3n humo y alarma de incendio \\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"Sistemas de red de BIES, Rociadores, Hidrantes\\\",\\\"value\\\":\\\"Sistemas de red de BIES, Rociadores, Hidrantes\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"Sistemas de Extinci\\\\u00f3n autom\\\\u00e1tica para cocinas industriales\\\",\\\"value\\\":\\\"Sistemas de Extinci\\\\u00f3n autom\\\\u00e1tica para cocinas industriales\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":2},{\\\"label\\\":\\\"Sistemas de Extinci\\\\u00f3n por gases limpios\\\",\\\"value\\\":\\\"Sistemas de Extinci\\\\u00f3n por gases limpios\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":3},{\\\"label\\\":\\\"Extintores\\\",\\\"value\\\":\\\"Extintores\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":4},{\\\"label\\\":\\\"Recarga de extintores\\\",\\\"value\\\":\\\"Recarga de extintores\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":5},{\\\"label\\\":\\\"Ingenier\\\\u00eda\\\\\\/Consultor\\\\u00eda\\\",\\\"value\\\":\\\"Ingenier\\\\u00eda\\\\\\/Consultor\\\\u00eda\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":6}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":true,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Desplegable\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_1728312213724\\\"}]},{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown_2\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"Nivel de Inter\\\\u00e9s\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Seleccione -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"Consulta General\\\",\\\"value\\\":\\\"Consulta General\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"Cotizaci\\\\u00f3n Inmediata\\\",\\\"value\\\":\\\"Cotizaci\\\\u00f3n Inmediata\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"Consultor\\\\u00eda e Ingenier\\\\u00eda\\\",\\\"value\\\":\\\"Consultor\\\\u00eda e Ingenier\\\\u00eda\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":2}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":true,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Desplegable\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_172831220857766\\\"}]}],\\\"editor_options\\\":{\\\"title\\\":\\\"Two Column Container\\\",\\\"icon_class\\\":\\\"ff-edit-column-2\\\"},\\\"uniqElKey\\\":\\\"el_172831219717274\\\"},{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown_6\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"Producto de Inter\\\\u00e9s\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Seleccione -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"Sistemas de Detecci\\\\u00f3n humo y alarma de de incendio \\\",\\\"value\\\":\\\"Sistemas de Detecci\\\\u00f3n humo y alarma de de incendio \\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"Sistemas de red de BIES, Rociadores, Hidrantes\\\",\\\"value\\\":\\\"Sistemas de red de BIES, Rociadores, Hidrantes\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"Sistemas de Extinci\\\\u00f3n autom\\\\u00e1tica para cocinas industriales\\\",\\\"value\\\":\\\"Sistemas de Extinci\\\\u00f3n autom\\\\u00e1tica para cocinas industriales\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":2},{\\\"label\\\":\\\"Sistemas de Extinci\\\\u00f3n por gases limpios\\\",\\\"value\\\":\\\"Sistemas de Extinci\\\\u00f3n por gases limpios\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":3},{\\\"label\\\":\\\"Extintores\\\",\\\"value\\\":\\\"Extintores\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"},{\\\"label\\\":\\\"Recarga de extintores\\\",\\\"value\\\":\\\"Recarga de extintores\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"},{\\\"label\\\":\\\"Ingenier\\\\u00eda\\\\\\/Consultor\\\\u00eda\\\",\\\"value\\\":\\\"Ingenier\\\\u00eda\\\\\\/Consultor\\\\u00eda\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":true,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Desplegable\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_173824135584091\\\"}],\\\"submitButton\\\":{\\\"uniqElKey\\\":\\\"el_1524065200616\\\",\\\"element\\\":\\\"button\\\",\\\"attributes\\\":{\\\"type\\\":\\\"submit\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"align\\\":\\\"left\\\",\\\"button_style\\\":\\\"default\\\",\\\"container_class\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"background_color\\\":\\\"#1a7efb\\\",\\\"button_size\\\":\\\"md\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"button_ui\\\":{\\\"type\\\":\\\"default\\\",\\\"text\\\":\\\"ENVIAR\\\",\\\"img_url\\\":\\\"\\\"},\\\"normal_styles\\\":{\\\"backgroundColor\\\":\\\"#1a7efb\\\",\\\"borderColor\\\":\\\"#1a7efb\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"borderRadius\\\":\\\"\\\",\\\"minWidth\\\":\\\"\\\"},\\\"hover_styles\\\":{\\\"backgroundColor\\\":\\\"#ffffff\\\",\\\"borderColor\\\":\\\"#1a7efb\\\",\\\"color\\\":\\\"#1a7efb\\\",\\\"borderRadius\\\":\\\"\\\",\\\"minWidth\\\":\\\"\\\"},\\\"current_state\\\":\\\"normal_styles\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Submit Button\\\"}}}\",\"changes\":\"[{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"container\\\",\\\"key\\\":\\\"columns\\\",\\\"new_value\\\":\\\"Changed\\\",\\\"info\\\":\\\"Modified container columns value from \'empty\' to \'Changed\'\\\",\\\"category\\\":\\\"columns\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"Producto de Inter\\\\u00e9s\\\",\\\"key\\\":\\\"advanced_options.4.id\\\",\\\"new_value\\\":4,\\\"info\\\":\\\"Modified Producto de Inter\\\\u00e9s advanced_options.4.id value from \'empty\' to \'4\'\\\",\\\"category\\\":\\\"settings\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"Producto de Inter\\\\u00e9s\\\",\\\"key\\\":\\\"advanced_options.5.id\\\",\\\"new_value\\\":5,\\\"info\\\":\\\"Modified Producto de Inter\\\\u00e9s advanced_options.5.id value from \'empty\' to \'5\'\\\",\\\"category\\\":\\\"settings\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"Producto de Inter\\\\u00e9s\\\",\\\"key\\\":\\\"advanced_options.6.id\\\",\\\"new_value\\\":6,\\\"info\\\":\\\"Modified Producto de Inter\\\\u00e9s advanced_options.6.id value from \'empty\' to \'6\'\\\",\\\"category\\\":\\\"settings\\\"}]\"}'),
(38, 5, 'revision', '{\"change_title\":\"Added 1 field\",\"timestamp\":\"2024-10-07 14:47:01\",\"old_data\":\"{\\\"fields\\\":[{\\\"index\\\":1,\\\"element\\\":\\\"container\\\",\\\"attributes\\\":[],\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]},\\\"container_width\\\":\\\"\\\",\\\"is_width_auto_calc\\\":true},\\\"columns\\\":[{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":0,\\\"element\\\":\\\"input_name\\\",\\\"attributes\\\":{\\\"name\\\":\\\"names\\\",\\\"data-type\\\":\\\"name-element\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"Nombre Completo\\\",\\\"conditional_logics\\\":[],\\\"label_placement\\\":\\\"\\\"},\\\"fields\\\":{\\\"first_name\\\":{\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"first_name\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"Nombre Completo\\\",\\\"maxlength\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Nombre Completo\\\",\\\"help_message\\\":\\\"\\\",\\\"visible\\\":true,\\\"label_placement\\\":\\\"top\\\",\\\"label_placement_options\\\":[{\\\"value\\\":\\\"\\\",\\\"label\\\":\\\"Default\\\"},{\\\"value\\\":\\\"top\\\",\\\"label\\\":\\\"Top\\\"},{\\\"value\\\":\\\"right\\\",\\\"label\\\":\\\"Right\\\"},{\\\"value\\\":\\\"bottom\\\",\\\"label\\\":\\\"Bottom\\\"},{\\\"value\\\":\\\"left\\\",\\\"label\\\":\\\"Left\\\"},{\\\"value\\\":\\\"hide_label\\\",\\\"label\\\":\\\"Hidden\\\"}],\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[]},\\\"editor_options\\\":{\\\"template\\\":\\\"inputText\\\"}},\\\"middle_name\\\":{\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"middle_name\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"Middle Name\\\",\\\"required\\\":false,\\\"maxlength\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Middle Name\\\",\\\"help_message\\\":\\\"\\\",\\\"error_message\\\":\\\"\\\",\\\"label_placement\\\":\\\"top\\\",\\\"label_placement_options\\\":[{\\\"value\\\":\\\"\\\",\\\"label\\\":\\\"Default\\\"},{\\\"value\\\":\\\"top\\\",\\\"label\\\":\\\"Top\\\"},{\\\"value\\\":\\\"right\\\",\\\"label\\\":\\\"Right\\\"},{\\\"value\\\":\\\"bottom\\\",\\\"label\\\":\\\"Bottom\\\"},{\\\"value\\\":\\\"left\\\",\\\"label\\\":\\\"Left\\\"},{\\\"value\\\":\\\"hide_label\\\",\\\"label\\\":\\\"Hidden\\\"}],\\\"visible\\\":false,\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[]},\\\"editor_options\\\":{\\\"template\\\":\\\"inputText\\\"}},\\\"last_name\\\":{\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"last_name\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"Last Name\\\",\\\"required\\\":false,\\\"maxlength\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Last Name\\\",\\\"help_message\\\":\\\"\\\",\\\"error_message\\\":\\\"\\\",\\\"label_placement\\\":\\\"top\\\",\\\"label_placement_options\\\":[{\\\"value\\\":\\\"\\\",\\\"label\\\":\\\"Default\\\"},{\\\"value\\\":\\\"top\\\",\\\"label\\\":\\\"Top\\\"},{\\\"value\\\":\\\"right\\\",\\\"label\\\":\\\"Right\\\"},{\\\"value\\\":\\\"bottom\\\",\\\"label\\\":\\\"Bottom\\\"},{\\\"value\\\":\\\"left\\\",\\\"label\\\":\\\"Left\\\"},{\\\"value\\\":\\\"hide_label\\\",\\\"label\\\":\\\"Hidden\\\"}],\\\"visible\\\":false,\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[]},\\\"editor_options\\\":{\\\"template\\\":\\\"inputText\\\"}}},\\\"editor_options\\\":{\\\"title\\\":\\\"Name Fields\\\",\\\"element\\\":\\\"name-fields\\\",\\\"icon_class\\\":\\\"ff-edit-name\\\",\\\"template\\\":\\\"nameFields\\\"},\\\"uniqElKey\\\":\\\"el_1728270164524\\\"}]},{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":1,\\\"element\\\":\\\"input_email\\\",\\\"attributes\\\":{\\\"type\\\":\\\"email\\\",\\\"name\\\":\\\"email\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"Correo Electr\\\\u00f3nico\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Correo Electr\\\\u00f3nico\\\",\\\"label_placement\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"prefix_label\\\":\\\"\\\",\\\"suffix_label\\\":\\\"\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true},\\\"email\\\":{\\\"value\\\":true,\\\"message\\\":\\\"This field must contain a valid email\\\",\\\"global_message\\\":\\\"Este campo debe contener un correo electr\\\\u00f3nico v\\\\u00e1lido\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"is_unique\\\":\\\"no\\\",\\\"unique_validation_message\\\":\\\"Email address need to be unique.\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Email\\\",\\\"icon_class\\\":\\\"ff-edit-email\\\",\\\"template\\\":\\\"inputText\\\"},\\\"uniqElKey\\\":\\\"el_172827018692164\\\"}]}],\\\"editor_options\\\":{\\\"title\\\":\\\"Two Column Container\\\",\\\"icon_class\\\":\\\"ff-edit-column-2\\\"},\\\"uniqElKey\\\":\\\"el_172827016001829\\\"},{\\\"index\\\":1,\\\"element\\\":\\\"container\\\",\\\"attributes\\\":[],\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]},\\\"container_width\\\":\\\"\\\",\\\"is_width_auto_calc\\\":true},\\\"columns\\\":[{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":2,\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"input_text\\\",\\\"value\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"\\\",\\\"maxlength\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"N\\\\u00famero de Tel\\\\u00e9fono\\\",\\\"label_placement\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"prefix_label\\\":\\\"\\\",\\\"suffix_label\\\":\\\"\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"is_unique\\\":\\\"no\\\",\\\"unique_validation_message\\\":\\\"Este valor debe ser \\\\u00fanico.\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Texto simple\\\",\\\"icon_class\\\":\\\"ff-edit-text\\\",\\\"template\\\":\\\"inputText\\\"},\\\"uniqElKey\\\":\\\"el_172831209787257\\\"}]},{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"Tipo de edificio a proteger\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Seleccione -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"Edificio Multifamiliar\\\",\\\"value\\\":\\\"Edificio Multifamiliar\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"Complejo Industrial\\\",\\\"value\\\":\\\"Complejo Industrial\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"Edificio de Oficinas\\\",\\\"value\\\":\\\"Edificio de Oficinas\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"},{\\\"label\\\":\\\"Establecimiento Comercial\\\",\\\"value\\\":\\\"Establecimiento Comercial\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"},{\\\"label\\\":\\\"Restaurante\\\",\\\"value\\\":\\\"Restaurante\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Desplegable\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_172831211886027\\\"}]}],\\\"editor_options\\\":{\\\"title\\\":\\\"Two Column Container\\\",\\\"icon_class\\\":\\\"ff-edit-column-2\\\"},\\\"uniqElKey\\\":\\\"el_17283120886511\\\"},{\\\"index\\\":1,\\\"element\\\":\\\"container\\\",\\\"attributes\\\":[],\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]},\\\"container_width\\\":\\\"\\\",\\\"is_width_auto_calc\\\":true},\\\"columns\\\":[{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown_1\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"A qu\\\\u00e9 te dedicas\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Seleccione -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"Ing. de seguridad y salud ocupacional\\\",\\\"value\\\":\\\"Ing. de seguridad y salud ocupacional\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"Ing. de protecci\\\\u00f3n contra incendios\\\",\\\"value\\\":\\\"Ing. de protecci\\\\u00f3n contra incendios\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"Consultor\\\",\\\"value\\\":\\\"Consultor\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":2},{\\\"label\\\":\\\"Instalador de sistemas de seguridad y protecci\\\\u00f3n contra incendios\\\",\\\"value\\\":\\\"Instalador de sistemas de seguridad y protecci\\\\u00f3n contra incendios\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":3},{\\\"label\\\":\\\"Constructor\\\\\\/Arquitecto\\\",\\\"value\\\":\\\"Constructor\\\\\\/Arquitecto\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":4}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Desplegable\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_1728312213724\\\"}]},{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown_2\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"Nivel de Inter\\\\u00e9s\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Seleccione -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"Consulta General\\\",\\\"value\\\":\\\"Consulta General\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"Cotizaci\\\\u00f3n Inmediata\\\",\\\"value\\\":\\\"Cotizaci\\\\u00f3n Inmediata\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"Consultor\\\\u00eda e Ingenier\\\\u00eda\\\",\\\"value\\\":\\\"Consultor\\\\u00eda e Ingenier\\\\u00eda\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":2}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Desplegable\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_172831220857766\\\"}]}],\\\"editor_options\\\":{\\\"title\\\":\\\"Two Column Container\\\",\\\"icon_class\\\":\\\"ff-edit-column-2\\\"},\\\"uniqElKey\\\":\\\"el_172831219717274\\\"}],\\\"submitButton\\\":{\\\"uniqElKey\\\":\\\"el_1524065200616\\\",\\\"element\\\":\\\"button\\\",\\\"attributes\\\":{\\\"type\\\":\\\"submit\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"align\\\":\\\"left\\\",\\\"button_style\\\":\\\"default\\\",\\\"container_class\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"background_color\\\":\\\"#1a7efb\\\",\\\"button_size\\\":\\\"md\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"button_ui\\\":{\\\"type\\\":\\\"default\\\",\\\"text\\\":\\\"AGENDA UNA REUNION CON NOSOTROS\\\",\\\"img_url\\\":\\\"\\\"},\\\"normal_styles\\\":{\\\"backgroundColor\\\":\\\"#1a7efb\\\",\\\"borderColor\\\":\\\"#1a7efb\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"borderRadius\\\":\\\"\\\",\\\"minWidth\\\":\\\"\\\"},\\\"hover_styles\\\":{\\\"backgroundColor\\\":\\\"#ffffff\\\",\\\"borderColor\\\":\\\"#1a7efb\\\",\\\"color\\\":\\\"#1a7efb\\\",\\\"borderRadius\\\":\\\"\\\",\\\"minWidth\\\":\\\"\\\"},\\\"current_state\\\":\\\"normal_styles\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Submit Button\\\"}}}\",\"changes\":\"[{\\\"type\\\":\\\"added\\\",\\\"label\\\":\\\"Producto de Inter\\\\u00e9s\\\",\\\"info\\\":\\\"Added Producto de Inter\\\\u00e9s \\\"}]\"}');
INSERT INTO `wpht_fluentform_form_meta` (`id`, `form_id`, `meta_key`, `value`) VALUES
(39, 5, 'revision', '{\"change_title\":\"Modified 1 attribute\\/setting\",\"timestamp\":\"2024-10-07 14:47:45\",\"old_data\":\"{\\\"fields\\\":[{\\\"index\\\":1,\\\"element\\\":\\\"container\\\",\\\"attributes\\\":[],\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]},\\\"container_width\\\":\\\"\\\",\\\"is_width_auto_calc\\\":true},\\\"columns\\\":[{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":0,\\\"element\\\":\\\"input_name\\\",\\\"attributes\\\":{\\\"name\\\":\\\"names\\\",\\\"data-type\\\":\\\"name-element\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"Nombre Completo\\\",\\\"conditional_logics\\\":[],\\\"label_placement\\\":\\\"\\\"},\\\"fields\\\":{\\\"first_name\\\":{\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"first_name\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"Nombre Completo\\\",\\\"maxlength\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Nombre Completo\\\",\\\"help_message\\\":\\\"\\\",\\\"visible\\\":true,\\\"label_placement\\\":\\\"top\\\",\\\"label_placement_options\\\":[{\\\"value\\\":\\\"\\\",\\\"label\\\":\\\"Default\\\"},{\\\"value\\\":\\\"top\\\",\\\"label\\\":\\\"Top\\\"},{\\\"value\\\":\\\"right\\\",\\\"label\\\":\\\"Right\\\"},{\\\"value\\\":\\\"bottom\\\",\\\"label\\\":\\\"Bottom\\\"},{\\\"value\\\":\\\"left\\\",\\\"label\\\":\\\"Left\\\"},{\\\"value\\\":\\\"hide_label\\\",\\\"label\\\":\\\"Hidden\\\"}],\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[]},\\\"editor_options\\\":{\\\"template\\\":\\\"inputText\\\"}},\\\"middle_name\\\":{\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"middle_name\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"Middle Name\\\",\\\"required\\\":false,\\\"maxlength\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Middle Name\\\",\\\"help_message\\\":\\\"\\\",\\\"error_message\\\":\\\"\\\",\\\"label_placement\\\":\\\"top\\\",\\\"label_placement_options\\\":[{\\\"value\\\":\\\"\\\",\\\"label\\\":\\\"Default\\\"},{\\\"value\\\":\\\"top\\\",\\\"label\\\":\\\"Top\\\"},{\\\"value\\\":\\\"right\\\",\\\"label\\\":\\\"Right\\\"},{\\\"value\\\":\\\"bottom\\\",\\\"label\\\":\\\"Bottom\\\"},{\\\"value\\\":\\\"left\\\",\\\"label\\\":\\\"Left\\\"},{\\\"value\\\":\\\"hide_label\\\",\\\"label\\\":\\\"Hidden\\\"}],\\\"visible\\\":false,\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[]},\\\"editor_options\\\":{\\\"template\\\":\\\"inputText\\\"}},\\\"last_name\\\":{\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"last_name\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"Last Name\\\",\\\"required\\\":false,\\\"maxlength\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Last Name\\\",\\\"help_message\\\":\\\"\\\",\\\"error_message\\\":\\\"\\\",\\\"label_placement\\\":\\\"top\\\",\\\"label_placement_options\\\":[{\\\"value\\\":\\\"\\\",\\\"label\\\":\\\"Default\\\"},{\\\"value\\\":\\\"top\\\",\\\"label\\\":\\\"Top\\\"},{\\\"value\\\":\\\"right\\\",\\\"label\\\":\\\"Right\\\"},{\\\"value\\\":\\\"bottom\\\",\\\"label\\\":\\\"Bottom\\\"},{\\\"value\\\":\\\"left\\\",\\\"label\\\":\\\"Left\\\"},{\\\"value\\\":\\\"hide_label\\\",\\\"label\\\":\\\"Hidden\\\"}],\\\"visible\\\":false,\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[]},\\\"editor_options\\\":{\\\"template\\\":\\\"inputText\\\"}}},\\\"editor_options\\\":{\\\"title\\\":\\\"Name Fields\\\",\\\"element\\\":\\\"name-fields\\\",\\\"icon_class\\\":\\\"ff-edit-name\\\",\\\"template\\\":\\\"nameFields\\\"},\\\"uniqElKey\\\":\\\"el_1728270164524\\\"}]},{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":1,\\\"element\\\":\\\"input_email\\\",\\\"attributes\\\":{\\\"type\\\":\\\"email\\\",\\\"name\\\":\\\"email\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"Correo Electr\\\\u00f3nico\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Correo Electr\\\\u00f3nico\\\",\\\"label_placement\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"prefix_label\\\":\\\"\\\",\\\"suffix_label\\\":\\\"\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true},\\\"email\\\":{\\\"value\\\":true,\\\"message\\\":\\\"This field must contain a valid email\\\",\\\"global_message\\\":\\\"Este campo debe contener un correo electr\\\\u00f3nico v\\\\u00e1lido\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"is_unique\\\":\\\"no\\\",\\\"unique_validation_message\\\":\\\"Email address need to be unique.\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Email\\\",\\\"icon_class\\\":\\\"ff-edit-email\\\",\\\"template\\\":\\\"inputText\\\"},\\\"uniqElKey\\\":\\\"el_172827018692164\\\"}]}],\\\"editor_options\\\":{\\\"title\\\":\\\"Two Column Container\\\",\\\"icon_class\\\":\\\"ff-edit-column-2\\\"},\\\"uniqElKey\\\":\\\"el_172827016001829\\\"},{\\\"index\\\":1,\\\"element\\\":\\\"container\\\",\\\"attributes\\\":[],\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]},\\\"container_width\\\":\\\"\\\",\\\"is_width_auto_calc\\\":true},\\\"columns\\\":[{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":2,\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"input_text\\\",\\\"value\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"\\\",\\\"maxlength\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"N\\\\u00famero de Tel\\\\u00e9fono\\\",\\\"label_placement\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"prefix_label\\\":\\\"\\\",\\\"suffix_label\\\":\\\"\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"is_unique\\\":\\\"no\\\",\\\"unique_validation_message\\\":\\\"Este valor debe ser \\\\u00fanico.\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Texto simple\\\",\\\"icon_class\\\":\\\"ff-edit-text\\\",\\\"template\\\":\\\"inputText\\\"},\\\"uniqElKey\\\":\\\"el_172831209787257\\\"}]},{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"Tipo de edificio a proteger\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Seleccione -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"Edificio Multifamiliar\\\",\\\"value\\\":\\\"Edificio Multifamiliar\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"Complejo Industrial\\\",\\\"value\\\":\\\"Complejo Industrial\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"Edificio de Oficinas\\\",\\\"value\\\":\\\"Edificio de Oficinas\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"},{\\\"label\\\":\\\"Establecimiento Comercial\\\",\\\"value\\\":\\\"Establecimiento Comercial\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"},{\\\"label\\\":\\\"Restaurante\\\",\\\"value\\\":\\\"Restaurante\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Desplegable\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_172831211886027\\\"}]}],\\\"editor_options\\\":{\\\"title\\\":\\\"Two Column Container\\\",\\\"icon_class\\\":\\\"ff-edit-column-2\\\"},\\\"uniqElKey\\\":\\\"el_17283120886511\\\"},{\\\"index\\\":1,\\\"element\\\":\\\"container\\\",\\\"attributes\\\":[],\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]},\\\"container_width\\\":\\\"\\\",\\\"is_width_auto_calc\\\":true},\\\"columns\\\":[{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown_1\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"A qu\\\\u00e9 te dedicas\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Seleccione -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"Ing. de seguridad y salud ocupacional\\\",\\\"value\\\":\\\"Ing. de seguridad y salud ocupacional\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"Ing. de protecci\\\\u00f3n contra incendios\\\",\\\"value\\\":\\\"Ing. de protecci\\\\u00f3n contra incendios\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"Consultor\\\",\\\"value\\\":\\\"Consultor\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":2},{\\\"label\\\":\\\"Instalador de sistemas de seguridad y protecci\\\\u00f3n contra incendios\\\",\\\"value\\\":\\\"Instalador de sistemas de seguridad y protecci\\\\u00f3n contra incendios\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":3},{\\\"label\\\":\\\"Constructor\\\\\\/Arquitecto\\\",\\\"value\\\":\\\"Constructor\\\\\\/Arquitecto\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":4}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Desplegable\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_1728312213724\\\"}]},{\\\"width\\\":50,\\\"fields\\\":[{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown_2\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"Nivel de Inter\\\\u00e9s\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Seleccione -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"Consulta General\\\",\\\"value\\\":\\\"Consulta General\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"Cotizaci\\\\u00f3n Inmediata\\\",\\\"value\\\":\\\"Cotizaci\\\\u00f3n Inmediata\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"Consultor\\\\u00eda e Ingenier\\\\u00eda\\\",\\\"value\\\":\\\"Consultor\\\\u00eda e Ingenier\\\\u00eda\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":2}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Desplegable\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_172831220857766\\\"}]}],\\\"editor_options\\\":{\\\"title\\\":\\\"Two Column Container\\\",\\\"icon_class\\\":\\\"ff-edit-column-2\\\"},\\\"uniqElKey\\\":\\\"el_172831219717274\\\"},{\\\"index\\\":7,\\\"element\\\":\\\"select\\\",\\\"attributes\\\":{\\\"name\\\":\\\"dropdown_3\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"dynamic_default_value\\\":\\\"\\\",\\\"label\\\":\\\"Producto de Inter\\\\u00e9s\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"container_class\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"placeholder\\\":\\\"- Seleccione -\\\",\\\"advanced_options\\\":[{\\\"label\\\":\\\"Detecci\\\\u00f3n de Incendios\\\",\\\"value\\\":\\\"Detecci\\\\u00f3n de Incendios\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":0},{\\\"label\\\":\\\"Supresi\\\\u00f3n de Incendios\\\",\\\"value\\\":\\\"Supresi\\\\u00f3n de Incendios\\\",\\\"calc_value\\\":\\\"\\\",\\\"id\\\":1},{\\\"label\\\":\\\"Extintores\\\",\\\"value\\\":\\\"Extintores\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"id\\\":2},{\\\"label\\\":\\\"Recarga de extintores\\\",\\\"value\\\":\\\"Recarga de extintores\\\",\\\"calc_value\\\":\\\"\\\",\\\"image\\\":\\\"\\\"}],\\\"calc_value_status\\\":false,\\\"enable_image_input\\\":false,\\\"values_visible\\\":false,\\\"enable_select_2\\\":\\\"no\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"Este campo es obligatorio\\\",\\\"global_message\\\":\\\"Este campo es obligatorio\\\",\\\"global\\\":true}},\\\"conditional_logics\\\":[],\\\"randomize_options\\\":\\\"no\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Desplegable\\\",\\\"icon_class\\\":\\\"ff-edit-dropdown\\\",\\\"element\\\":\\\"select\\\",\\\"template\\\":\\\"select\\\"},\\\"uniqElKey\\\":\\\"el_1728312369491\\\"}],\\\"submitButton\\\":{\\\"uniqElKey\\\":\\\"el_1524065200616\\\",\\\"element\\\":\\\"button\\\",\\\"attributes\\\":{\\\"type\\\":\\\"submit\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"align\\\":\\\"left\\\",\\\"button_style\\\":\\\"default\\\",\\\"container_class\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"background_color\\\":\\\"#1a7efb\\\",\\\"button_size\\\":\\\"md\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"button_ui\\\":{\\\"type\\\":\\\"default\\\",\\\"text\\\":\\\"AGENDA UNA REUNION CON NOSOTROS\\\",\\\"img_url\\\":\\\"\\\"},\\\"normal_styles\\\":{\\\"backgroundColor\\\":\\\"#1a7efb\\\",\\\"borderColor\\\":\\\"#1a7efb\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"borderRadius\\\":\\\"\\\",\\\"minWidth\\\":\\\"\\\"},\\\"hover_styles\\\":{\\\"backgroundColor\\\":\\\"#ffffff\\\",\\\"borderColor\\\":\\\"#1a7efb\\\",\\\"color\\\":\\\"#1a7efb\\\",\\\"borderRadius\\\":\\\"\\\",\\\"minWidth\\\":\\\"\\\"},\\\"current_state\\\":\\\"normal_styles\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Submit Button\\\"}}}\",\"changes\":\"[{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"button\\\",\\\"key\\\":\\\"button_ui.text\\\",\\\"new_value\\\":\\\"ENVIAR\\\",\\\"old_value\\\":\\\"AGENDA UNA REUNION CON NOSOTROS\\\",\\\"info\\\":\\\"Modified button button_ui.text value from \'AGENDA UNA REUNION CON NOSOTROS\' to \'ENVIAR\'\\\",\\\"category\\\":\\\"settings\\\"}]\"}'),
(40, 1, 'revision', '{\"change_title\":\"Modified 8 attributes\\/settings\",\"timestamp\":\"2024-10-07 14:55:54\",\"old_data\":\"{\\\"fields\\\":[{\\\"index\\\":0,\\\"element\\\":\\\"input_name\\\",\\\"attributes\\\":{\\\"name\\\":\\\"names\\\",\\\"data-type\\\":\\\"name-element\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"Nombre\\\",\\\"conditional_logics\\\":[],\\\"label_placement\\\":\\\"\\\"},\\\"fields\\\":{\\\"first_name\\\":{\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"first_name\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"First Name\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Nombre\\\",\\\"help_message\\\":\\\"\\\",\\\"visible\\\":true,\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\",\\\"global\\\":false,\\\"global_message\\\":\\\"This field is required\\\"}},\\\"conditional_logics\\\":[]},\\\"editor_options\\\":{\\\"template\\\":\\\"inputText\\\"}},\\\"middle_name\\\":{\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"middle_name\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"\\\",\\\"required\\\":false},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Middle Name\\\",\\\"help_message\\\":\\\"\\\",\\\"error_message\\\":\\\"\\\",\\\"visible\\\":false,\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\",\\\"global\\\":false,\\\"global_message\\\":\\\"This field is required\\\"}},\\\"conditional_logics\\\":[]},\\\"editor_options\\\":{\\\"template\\\":\\\"inputText\\\"}},\\\"last_name\\\":{\\\"element\\\":\\\"input_text\\\",\\\"attributes\\\":{\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"last_name\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"Last Name\\\",\\\"required\\\":false},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Last Name\\\",\\\"help_message\\\":\\\"\\\",\\\"error_message\\\":\\\"\\\",\\\"visible\\\":false,\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":false,\\\"message\\\":\\\"This field is required\\\",\\\"global\\\":false,\\\"global_message\\\":\\\"This field is required\\\"}},\\\"conditional_logics\\\":[]},\\\"editor_options\\\":{\\\"template\\\":\\\"inputText\\\"}}},\\\"editor_options\\\":{\\\"title\\\":\\\"Name Fields\\\",\\\"element\\\":\\\"name-fields\\\",\\\"icon_class\\\":\\\"ff-edit-name\\\",\\\"template\\\":\\\"nameFields\\\"},\\\"uniqElKey\\\":\\\"el_1570866006692\\\"},{\\\"index\\\":1,\\\"element\\\":\\\"input_email\\\",\\\"attributes\\\":{\\\"type\\\":\\\"email\\\",\\\"name\\\":\\\"email\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"Correo Electr\\\\u00f3nico\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Correo Electr\\\\u00f3nico\\\",\\\"label_placement\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":true,\\\"message\\\":\\\"This field is required\\\",\\\"global\\\":false,\\\"global_message\\\":\\\"This field is required\\\"},\\\"email\\\":{\\\"value\\\":true,\\\"message\\\":\\\"This field must contain a valid email\\\",\\\"global\\\":false,\\\"global_message\\\":\\\"This field must contain a valid email\\\"}},\\\"conditional_logics\\\":[],\\\"is_unique\\\":\\\"no\\\",\\\"unique_validation_message\\\":\\\"Email address need to be unique.\\\",\\\"prefix_label\\\":\\\"\\\",\\\"suffix_label\\\":\\\"\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Email Address\\\",\\\"icon_class\\\":\\\"ff-edit-email\\\",\\\"template\\\":\\\"inputText\\\"},\\\"uniqElKey\\\":\\\"el_1570866012914\\\"},{\\\"index\\\":3,\\\"element\\\":\\\"textarea\\\",\\\"attributes\\\":{\\\"name\\\":\\\"message\\\",\\\"value\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"placeholder\\\":\\\"Your Message\\\",\\\"rows\\\":4,\\\"cols\\\":2,\\\"maxlength\\\":\\\"\\\"},\\\"settings\\\":{\\\"container_class\\\":\\\"\\\",\\\"label\\\":\\\"Mensaje\\\",\\\"admin_field_label\\\":\\\"\\\",\\\"label_placement\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"validation_rules\\\":{\\\"required\\\":{\\\"value\\\":true,\\\"message\\\":\\\"This field is required\\\",\\\"global\\\":false,\\\"global_message\\\":\\\"This field is required\\\"}},\\\"conditional_logics\\\":{\\\"type\\\":\\\"any\\\",\\\"status\\\":false,\\\"conditions\\\":[{\\\"field\\\":\\\"\\\",\\\"value\\\":\\\"\\\",\\\"operator\\\":\\\"\\\"}]}},\\\"editor_options\\\":{\\\"title\\\":\\\"Text Area\\\",\\\"icon_class\\\":\\\"ff-edit-textarea\\\",\\\"template\\\":\\\"inputTextarea\\\"},\\\"uniqElKey\\\":\\\"el_1570879001207\\\"}],\\\"submitButton\\\":{\\\"uniqElKey\\\":\\\"el_1524065200616\\\",\\\"element\\\":\\\"button\\\",\\\"attributes\\\":{\\\"type\\\":\\\"submit\\\",\\\"class\\\":\\\"\\\"},\\\"settings\\\":{\\\"align\\\":\\\"left\\\",\\\"button_style\\\":\\\"default\\\",\\\"container_class\\\":\\\"\\\",\\\"help_message\\\":\\\"\\\",\\\"background_color\\\":\\\"#1a7efb\\\",\\\"button_size\\\":\\\"md\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"button_ui\\\":{\\\"type\\\":\\\"default\\\",\\\"text\\\":\\\"Enviar\\\",\\\"img_url\\\":\\\"\\\"},\\\"normal_styles\\\":{\\\"backgroundColor\\\":\\\"#1a7efb\\\",\\\"borderColor\\\":\\\"#1a7efb\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"borderRadius\\\":\\\"\\\",\\\"minWidth\\\":\\\"\\\"},\\\"hover_styles\\\":{\\\"backgroundColor\\\":\\\"#ffffff\\\",\\\"borderColor\\\":\\\"#1a7efb\\\",\\\"color\\\":\\\"#1a7efb\\\",\\\"borderRadius\\\":\\\"\\\",\\\"minWidth\\\":\\\"\\\"},\\\"current_state\\\":\\\"normal_styles\\\"},\\\"editor_options\\\":{\\\"title\\\":\\\"Submit Button\\\"}}}\",\"changes\":\"[{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"input_name\\\",\\\"key\\\":\\\"first_name.attributes.placeholder\\\",\\\"new_value\\\":\\\"Nombre\\\",\\\"old_value\\\":\\\"First Name\\\",\\\"info\\\":\\\"Modified input_name first_name.attributes.placeholder value from \'First Name\' to \'Nombre\'\\\",\\\"category\\\":\\\"fields\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"input_name\\\",\\\"key\\\":\\\"first_name.settings.validation_rules.required.global_message\\\",\\\"new_value\\\":\\\"Este campo es obligatorio\\\",\\\"old_value\\\":\\\"This field is required\\\",\\\"info\\\":\\\"Modified input_name first_name.settings.validation_rules.required.global_message value from \'This field is required\' to \'Este campo es obligatorio\'\\\",\\\"category\\\":\\\"fields\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"input_name\\\",\\\"key\\\":\\\"middle_name.settings.validation_rules.required.global_message\\\",\\\"new_value\\\":\\\"Este campo es obligatorio\\\",\\\"old_value\\\":\\\"This field is required\\\",\\\"info\\\":\\\"Modified input_name middle_name.settings.validation_rules.required.global_message value from \'This field is required\' to \'Este campo es obligatorio\'\\\",\\\"category\\\":\\\"fields\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"input_name\\\",\\\"key\\\":\\\"last_name.settings.validation_rules.required.global_message\\\",\\\"new_value\\\":\\\"Este campo es obligatorio\\\",\\\"old_value\\\":\\\"This field is required\\\",\\\"info\\\":\\\"Modified input_name last_name.settings.validation_rules.required.global_message value from \'This field is required\' to \'Este campo es obligatorio\'\\\",\\\"category\\\":\\\"fields\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"Correo Electr\\\\u00f3nico\\\",\\\"key\\\":\\\"validation_rules.required.global_message\\\",\\\"new_value\\\":\\\"Este campo es obligatorio\\\",\\\"old_value\\\":\\\"This field is required\\\",\\\"info\\\":\\\"Modified Correo Electr\\\\u00f3nico validation_rules.required.global_message value from \'This field is required\' to \'Este campo es obligatorio\'\\\",\\\"category\\\":\\\"settings\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"Correo Electr\\\\u00f3nico\\\",\\\"key\\\":\\\"validation_rules.email.global_message\\\",\\\"new_value\\\":\\\"Este campo debe contener un correo electr\\\\u00f3nico v\\\\u00e1lido\\\",\\\"old_value\\\":\\\"This field must contain a valid email\\\",\\\"info\\\":\\\"Modified Correo Electr\\\\u00f3nico validation_rules.email.global_message value from \'This field must contain a valid email\' to \'Este campo debe contener un correo electr\\\\u00f3nico v\\\\u00e1lido\'\\\",\\\"category\\\":\\\"settings\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"Mensaje\\\",\\\"key\\\":\\\"validation_rules.required.global_message\\\",\\\"new_value\\\":\\\"Este campo es obligatorio\\\",\\\"old_value\\\":\\\"This field is required\\\",\\\"info\\\":\\\"Modified Mensaje validation_rules.required.global_message value from \'This field is required\' to \'Este campo es obligatorio\'\\\",\\\"category\\\":\\\"settings\\\"},{\\\"type\\\":\\\"modified\\\",\\\"label\\\":\\\"Mensaje\\\",\\\"key\\\":\\\"placeholder\\\",\\\"new_value\\\":\\\"Mensaje\\\",\\\"old_value\\\":\\\"Your Message\\\",\\\"info\\\":\\\"Modified Mensaje placeholder value from \'Your Message\' to \'Mensaje\'\\\",\\\"category\\\":\\\"attributes\\\"}]\"}');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wpht_fluentform_logs`
--

CREATE TABLE `wpht_fluentform_logs` (
  `id` int(10) UNSIGNED NOT NULL,
  `parent_source_id` int(10) UNSIGNED DEFAULT NULL,
  `source_type` varchar(255) DEFAULT NULL,
  `source_id` int(10) UNSIGNED DEFAULT NULL,
  `component` varchar(255) DEFAULT NULL,
  `status` char(30) DEFAULT NULL,
  `title` varchar(255) NOT NULL,
  `description` longtext DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wpht_fluentform_submissions`
--

CREATE TABLE `wpht_fluentform_submissions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `form_id` int(10) UNSIGNED DEFAULT NULL,
  `serial_number` int(10) UNSIGNED DEFAULT NULL,
  `response` longtext DEFAULT NULL,
  `source_url` varchar(255) DEFAULT NULL,
  `user_id` int(10) UNSIGNED DEFAULT NULL,
  `status` varchar(45) DEFAULT 'unread' COMMENT 'possible values: read, unread, trashed',
  `is_favourite` tinyint(1) NOT NULL DEFAULT 0,
  `browser` varchar(45) DEFAULT NULL,
  `device` varchar(45) DEFAULT NULL,
  `ip` varchar(45) DEFAULT NULL,
  `city` varchar(45) DEFAULT NULL,
  `country` varchar(45) DEFAULT NULL,
  `payment_status` varchar(45) DEFAULT NULL,
  `payment_method` varchar(45) DEFAULT NULL,
  `payment_type` varchar(45) DEFAULT NULL,
  `currency` varchar(45) DEFAULT NULL,
  `payment_total` float DEFAULT NULL,
  `total_paid` float DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Volcado de datos para la tabla `wpht_fluentform_submissions`
--

INSERT INTO `wpht_fluentform_submissions` (`id`, `form_id`, `serial_number`, `response`, `source_url`, `user_id`, `status`, `is_favourite`, `browser`, `device`, `ip`, `city`, `country`, `payment_status`, `payment_method`, `payment_type`, `currency`, `payment_total`, `total_paid`, `created_at`, `updated_at`) VALUES
(1, 5, 1, '{\"__fluent_form_embded_post_id\":\"1627\",\"_fluentform_5_fluentformnonce\":\"464610acea\",\"_wp_http_referer\":\"\\/incendios\\/\",\"names\":{\"first_name\":\"Rodrigo C.\"},\"email\":\"prueba@gmail.com\",\"input_text\":\"12345\",\"dropdown\":\"Edificio de Oficinas\",\"dropdown_1\":\"\",\"dropdown_2\":\"\",\"dropdown_3\":\"\"}', 'https://samobolivia.ejesrl.net/incendios/', 0, 'unread', 0, 'Chrome', 'Windows', '200.58.79.168', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-27 23:14:51', '2025-01-27 23:14:51'),
(2, 5, 2, '{\"__fluent_form_embded_post_id\":\"1627\",\"_fluentform_5_fluentformnonce\":\"a4b2b49947\",\"_wp_http_referer\":\"\\/incendios\\/\",\"names\":{\"first_name\":\"Rodrigo Centellas\"},\"email\":\"rcentellas@samo.com.bo\",\"input_text\":\"69530070\",\"dropdown\":\"\",\"dropdown_5\":\"Cochabamba\",\"input_text_1\":\"SAMO S.R.L\",\"dropdown_1\":\"\",\"dropdown_2\":\"\",\"dropdown_3\":\"\"}', 'https://samobolivia.ejesrl.net/incendios/', 0, 'unread', 0, 'Chrome', 'Windows', '200.58.79.168', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-29 23:39:43', '2025-01-29 23:39:43');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wpht_fluentform_submission_meta`
--

CREATE TABLE `wpht_fluentform_submission_meta` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `response_id` bigint(20) UNSIGNED DEFAULT NULL,
  `form_id` int(10) UNSIGNED DEFAULT NULL,
  `meta_key` varchar(45) DEFAULT NULL,
  `value` longtext DEFAULT NULL,
  `status` varchar(45) DEFAULT NULL,
  `user_id` int(10) UNSIGNED DEFAULT NULL,
  `name` varchar(45) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Volcado de datos para la tabla `wpht_fluentform_submission_meta`
--

INSERT INTO `wpht_fluentform_submission_meta` (`id`, `response_id`, `form_id`, `meta_key`, `value`, `status`, `user_id`, `name`, `created_at`, `updated_at`) VALUES
(1, 1, 5, '_entry_uid_hash', '24c9b73f886737f4f13d536bae020d40', NULL, NULL, NULL, '2025-01-27 23:14:51', '2025-01-27 23:14:51'),
(2, 1, 5, 'is_form_action_fired', 'yes', NULL, NULL, NULL, '2025-01-27 23:14:51', '2025-01-27 23:14:51'),
(3, 2, 5, '_entry_uid_hash', '1cb9690a4245342c49e592a6a01e8778', NULL, NULL, NULL, '2025-01-29 23:39:43', '2025-01-29 23:39:43'),
(4, 2, 5, 'is_form_action_fired', 'yes', NULL, NULL, NULL, '2025-01-29 23:39:43', '2025-01-29 23:39:43');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wpht_hfcm_scripts`
--

CREATE TABLE `wpht_hfcm_scripts` (
  `script_id` int(10) NOT NULL,
  `name` varchar(100) DEFAULT NULL,
  `snippet` longtext DEFAULT NULL,
  `snippet_type` enum('html','js','css') DEFAULT 'html',
  `device_type` enum('mobile','desktop','both') DEFAULT 'both',
  `location` varchar(100) NOT NULL,
  `display_on` enum('All','s_pages','s_posts','s_categories','s_custom_posts','s_tags','s_is_home','s_is_search','s_is_archive','latest_posts','manual') NOT NULL DEFAULT 'All',
  `lp_count` int(10) DEFAULT NULL,
  `s_pages` mediumtext DEFAULT NULL,
  `ex_pages` mediumtext DEFAULT NULL,
  `s_posts` mediumtext DEFAULT NULL,
  `ex_posts` mediumtext DEFAULT NULL,
  `s_custom_posts` varchar(300) DEFAULT NULL,
  `s_categories` varchar(300) DEFAULT NULL,
  `s_tags` varchar(300) DEFAULT NULL,
  `status` enum('active','inactive') NOT NULL DEFAULT 'active',
  `created_by` varchar(300) DEFAULT NULL,
  `last_modified_by` varchar(300) DEFAULT NULL,
  `created` datetime DEFAULT NULL,
  `last_revision_date` datetime DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Volcado de datos para la tabla `wpht_hfcm_scripts`
--

INSERT INTO `wpht_hfcm_scripts` (`script_id`, `name`, `snippet`, `snippet_type`, `device_type`, `location`, `display_on`, `lp_count`, `s_pages`, `ex_pages`, `s_posts`, `ex_posts`, `s_custom_posts`, `s_categories`, `s_tags`, `status`, `created_by`, `last_modified_by`, `created`, `last_revision_date`) VALUES
(1, '', '&lt;script async src=&quot;https://s.widgetwhats.com/wwwa.js&quot; data-wwwa=&quot;25759&quot;&gt;&lt;/script&gt;', 'html', 'both', 'header', 'All', 5, '[]', '[]', '[]', '[]', '[]', '[]', '[]', 'inactive', 'soporte', 'soporte', '2024-10-07 14:38:47', '2024-10-07 14:39:00');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wpht_links`
--

CREATE TABLE `wpht_links` (
  `link_id` bigint(20) UNSIGNED NOT NULL,
  `link_url` varchar(255) NOT NULL DEFAULT '',
  `link_name` varchar(255) NOT NULL DEFAULT '',
  `link_image` varchar(255) NOT NULL DEFAULT '',
  `link_target` varchar(25) NOT NULL DEFAULT '',
  `link_description` varchar(255) NOT NULL DEFAULT '',
  `link_visible` varchar(20) 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) NOT NULL DEFAULT '',
  `link_notes` mediumtext NOT NULL,
  `link_rss` varchar(255) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wpht_options`
--

CREATE TABLE `wpht_options` (
  `option_id` bigint(20) UNSIGNED NOT NULL,
  `option_name` varchar(191) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Volcado de datos para la tabla `wpht_options`
--

INSERT INTO `wpht_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'cron', 'a:12:{i:1728258133;a:1:{s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1728258135;a:3:{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;}}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;}}}i:1728259853;a:3:{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;}}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:1728259854;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:1728259873;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:1728259913;a:1:{s:28:\"wp_update_comment_type_batch\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1728260073;a:1:{s:28:\"elementor/tracker/send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1728260199;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"0d04ed39571b55704c122d726248bbac\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:1:{i:0;s:7:\"WP Cron\";}s:8:\"interval\";i:60;}}}i:1728260200;a:2:{s:29:\"fluentform_do_scheduled_tasks\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:21:\"ff_every_five_minutes\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}s:42:\"fluentform_do_email_report_scheduled_tasks\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1728260210;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1728344533;a:2:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}', 'auto'),
(2, 'siteurl', 'https://samo.com.bo', 'on'),
(3, 'home', 'https://samo.com.bo', 'on'),
(4, 'blogname', 'SAMO', 'on'),
(5, 'blogdescription', 'Industria, Comercio y Servicios', 'on'),
(6, 'users_can_register', '0', 'on'),
(7, 'admin_email', 'wordpress@ejesrl.net', 'on'),
(8, 'start_of_week', '1', 'on'),
(9, 'use_balanceTags', '0', 'on'),
(10, 'use_smilies', '1', 'on'),
(11, 'require_name_email', '1', 'on'),
(12, 'comments_notify', '1', 'on'),
(13, 'posts_per_rss', '10', 'on'),
(14, 'rss_use_excerpt', '0', 'on'),
(15, 'mailserver_url', 'mail.example.com', 'on'),
(16, 'mailserver_login', 'login@example.com', 'on'),
(17, 'mailserver_pass', 'password', 'on'),
(18, 'mailserver_port', '110', 'on'),
(19, 'default_category', '1', 'on'),
(20, 'default_comment_status', 'open', 'on'),
(21, 'default_ping_status', 'open', 'on'),
(22, 'default_pingback_flag', '1', 'on'),
(23, 'posts_per_page', '10', 'on'),
(24, 'date_format', 'F j, Y', 'on'),
(25, 'time_format', 'g:i a', 'on'),
(26, 'links_updated_date_format', 'F j, Y g:i a', 'on'),
(27, 'comment_moderation', '0', 'on'),
(28, 'moderation_notify', '1', 'on'),
(29, 'permalink_structure', '/%year%/%monthnum%/%day%/%postname%/', 'on'),
(30, 'rewrite_rules', 'a:131:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:46:\"e-floating-buttons/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:56:\"e-floating-buttons/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:76:\"e-floating-buttons/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"e-floating-buttons/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"e-floating-buttons/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:52:\"e-floating-buttons/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"e-floating-buttons/([^/]+)/embed/?$\";s:51:\"index.php?e-floating-buttons=$matches[1]&embed=true\";s:39:\"e-floating-buttons/([^/]+)/trackback/?$\";s:45:\"index.php?e-floating-buttons=$matches[1]&tb=1\";s:47:\"e-floating-buttons/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?e-floating-buttons=$matches[1]&paged=$matches[2]\";s:54:\"e-floating-buttons/([^/]+)/comment-page-([0-9]{1,})/?$\";s:58:\"index.php?e-floating-buttons=$matches[1]&cpage=$matches[2]\";s:43:\"e-floating-buttons/([^/]+)(?:/([0-9]+))?/?$\";s:57:\"index.php?e-floating-buttons=$matches[1]&page=$matches[2]\";s:35:\"e-floating-buttons/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"e-floating-buttons/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"e-floating-buttons/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"e-floating-buttons/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"e-floating-buttons/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"e-floating-buttons/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"kadence-form/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"kadence-form/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"kadence-form/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"kadence-form/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"kadence-form/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"kadence-form/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"kadence-form/([^/]+)/embed/?$\";s:45:\"index.php?kadence_form=$matches[1]&embed=true\";s:33:\"kadence-form/([^/]+)/trackback/?$\";s:39:\"index.php?kadence_form=$matches[1]&tb=1\";s:41:\"kadence-form/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?kadence_form=$matches[1]&paged=$matches[2]\";s:48:\"kadence-form/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?kadence_form=$matches[1]&cpage=$matches[2]\";s:37:\"kadence-form/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?kadence_form=$matches[1]&page=$matches[2]\";s:29:\"kadence-form/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"kadence-form/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"kadence-form/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"kadence-form/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"kadence-form/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"kadence-form/[^/]+/([^/]+)/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:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=73&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s: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]\";}', 'on'),
(31, 'hack_file', '0', 'on'),
(32, 'blog_charset', 'UTF-8', 'on'),
(33, 'moderation_keys', '', 'off'),
(34, 'active_plugins', 'a:5:{i:0;s:23:\"elementor/elementor.php\";i:1;s:25:\"fluentform/fluentform.php\";i:2;s:66:\"header-footer-code-manager/99robots-header-footer-code-manager.php\";i:3;s:33:\"kadence-blocks/kadence-blocks.php\";i:4;s:55:\"kadence-starter-templates/kadence-starter-templates.php\";}', 'on'),
(35, 'category_base', '', 'on'),
(36, 'ping_sites', 'http://rpc.pingomatic.com/', 'on'),
(37, 'comment_max_links', '2', 'on'),
(38, 'gmt_offset', '0', 'on'),
(39, 'default_email_category', '1', 'on'),
(40, 'recently_edited', '', 'off'),
(41, 'template', 'kadence', 'on'),
(42, 'stylesheet', 'kadence', 'on'),
(43, 'comment_registration', '0', 'on'),
(44, 'html_type', 'text/html', 'on'),
(45, 'use_trackback', '0', 'on'),
(46, 'default_role', 'subscriber', 'on'),
(47, 'db_version', '57155', 'on'),
(48, 'uploads_use_yearmonth_folders', '1', 'on'),
(49, 'upload_path', '', 'on'),
(50, 'blog_public', '1', 'on'),
(51, 'default_link_category', '2', 'on'),
(52, 'show_on_front', 'page', 'on'),
(53, 'tag_base', '', 'on'),
(54, 'show_avatars', '1', 'on'),
(55, 'avatar_rating', 'G', 'on'),
(56, 'upload_url_path', '', 'on'),
(57, 'thumbnail_size_w', '150', 'on'),
(58, 'thumbnail_size_h', '150', 'on'),
(59, 'thumbnail_crop', '1', 'on'),
(60, 'medium_size_w', '300', 'on'),
(61, 'medium_size_h', '300', 'on'),
(62, 'avatar_default', 'mystery', 'on'),
(63, 'large_size_w', '1024', 'on'),
(64, 'large_size_h', '1024', 'on'),
(65, 'image_default_link_type', 'none', 'on'),
(66, 'image_default_size', '', 'on'),
(67, 'image_default_align', '', 'on'),
(68, 'close_comments_for_old_posts', '0', 'on'),
(69, 'close_comments_days_old', '14', 'on'),
(70, 'thread_comments', '1', 'on'),
(71, 'thread_comments_depth', '5', 'on'),
(72, 'page_comments', '0', 'on'),
(73, 'comments_per_page', '50', 'on'),
(74, 'default_comments_page', 'newest', 'on'),
(75, 'comment_order', 'asc', 'on'),
(76, 'sticky_posts', 'a:0:{}', 'on'),
(77, 'widget_categories', 'a:2:{i:1;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}', 'on'),
(78, 'widget_text', 'a:5:{i:1;a:4:{s:5:\"title\";s:8:\"DESCUBRE\";s:4:\"text\";s:37:\"Nuestros Servicios\nNuestros Productos\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:2;a:4:{s:5:\"title\";s:14:\"LINKS RÁPIDOS\";s:4:\"text\";s:30:\"Inicio\nQuiénes Somos\nContacto\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:3;a:4:{s:5:\"title\";s:17:\"CONTÁCTANOS HOY!\";s:4:\"text\";s:106:\"Av. Blanco Galindo Km 0 Esquina Alto de la Alianza\nmarketing@samo.com.bo\n\n(+591) 4-4418320\n(+591) 77401750\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:171:\"SAMO es una compañía con presencia en los mercados de Bolivia y Paraguay, líder en la distribución de equipos para sistemas de protección contra incendios en Bolivia.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}s:12:\"_multiwidget\";i:1;}', 'on'),
(79, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'auto'),
(80, 'uninstall_plugins', 'a:1:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}}', 'off'),
(81, 'timezone_string', '', 'on'),
(82, 'page_for_posts', '638', 'on'),
(83, 'page_on_front', '73', 'on'),
(84, 'default_post_format', '0', 'on'),
(85, 'link_manager_enabled', '0', 'on'),
(86, 'finished_splitting_shared_terms', '1', 'on'),
(87, 'site_icon', '1133', 'on'),
(88, 'medium_large_size_w', '768', 'on'),
(89, 'medium_large_size_h', '0', 'on'),
(90, 'wp_page_for_privacy_policy', '3', 'on'),
(91, 'show_comments_cookies_opt_in', '1', 'on'),
(92, 'admin_email_lifespan', '1743810133', 'on'),
(93, 'disallowed_keys', '', 'off'),
(94, 'comment_previously_approved', '1', 'on'),
(95, 'auto_plugin_theme_update_emails', 'a:0:{}', 'off'),
(96, 'auto_update_core_dev', 'enabled', 'on'),
(97, 'auto_update_core_minor', 'enabled', 'on'),
(98, 'auto_update_core_major', 'enabled', 'on'),
(99, 'wp_force_deactivated_plugins', 'a:0:{}', 'on'),
(100, 'wp_attachment_pages_enabled', '0', 'on'),
(101, 'initial_db_version', '57155', 'on'),
(102, 'wpht_user_roles', 'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";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:27:\"fluentform_dashboard_access\";b:1;s:24:\"fluentform_forms_manager\";b:1;s:25:\"fluentform_entries_viewer\";b:1;s:25:\"fluentform_manage_entries\";b:1;s:24:\"fluentform_view_payments\";b:1;s:26:\"fluentform_manage_payments\";b:1;s:27:\"fluentform_settings_manager\";b:1;s:22:\"fluentform_full_access\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}', 'auto'),
(103, 'fresh_site', '0', 'auto'),
(104, 'user_count', '1', 'off'),
(105, '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;}', 'auto'),
(106, 'sidebars_widgets', 'a:10:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:15:\"sidebar-primary\";a:3:{i:0;s:8:\"search-1\";i:1;s:14:\"recent-posts-1\";i:2;s:17:\"recent-comments-1\";}s:17:\"sidebar-secondary\";a:3:{i:0;s:10:\"archives-1\";i:1;s:12:\"categories-1\";i:2;s:6:\"meta-1\";}s:7:\"footer1\";a:1:{i:0;s:6:\"text-1\";}s:7:\"footer2\";a:1:{i:0;s:6:\"text-2\";}s:7:\"footer3\";a:1:{i:0;s:6:\"text-3\";}s:7:\"footer4\";a:1:{i:0;s:6:\"text-4\";}s:7:\"footer5\";a:0:{}s:7:\"footer6\";a:0:{}s:13:\"array_version\";i:3;}', 'auto'),
(107, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(108, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(109, 'widget_archives', 'a:2:{i:1;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}', 'auto'),
(110, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(111, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(112, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(113, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(114, 'widget_meta', 'a:2:{i:1;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'auto'),
(115, 'widget_search', 'a:2:{i:1;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'auto'),
(116, 'widget_recent-posts', 'a:2:{i:1;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'auto'),
(117, 'widget_recent-comments', 'a:2:{i:1;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'auto'),
(118, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(119, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(120, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(121, 'recovery_keys', 'a:0:{}', 'auto'),
(122, 'theme_mods_twentytwentyfour', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1728260042;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}', 'off'),
(123, '_transient_wp_core_block_css_files', 'a:2:{s:7:\"version\";s:5:\"6.6.2\";s:5:\"files\";a:496:{i:0;s:23:\"archives/editor-rtl.css\";i:1;s:27:\"archives/editor-rtl.min.css\";i:2;s:19:\"archives/editor.css\";i:3;s:23:\"archives/editor.min.css\";i:4;s:22:\"archives/style-rtl.css\";i:5;s:26:\"archives/style-rtl.min.css\";i:6;s:18:\"archives/style.css\";i:7;s:22:\"archives/style.min.css\";i:8;s:20:\"audio/editor-rtl.css\";i:9;s:24:\"audio/editor-rtl.min.css\";i:10;s:16:\"audio/editor.css\";i:11;s:20:\"audio/editor.min.css\";i:12;s:19:\"audio/style-rtl.css\";i:13;s:23:\"audio/style-rtl.min.css\";i:14;s:15:\"audio/style.css\";i:15;s:19:\"audio/style.min.css\";i:16;s:19:\"audio/theme-rtl.css\";i:17;s:23:\"audio/theme-rtl.min.css\";i:18;s:15:\"audio/theme.css\";i:19;s:19:\"audio/theme.min.css\";i:20;s:21:\"avatar/editor-rtl.css\";i:21;s:25:\"avatar/editor-rtl.min.css\";i:22;s:17:\"avatar/editor.css\";i:23;s:21:\"avatar/editor.min.css\";i:24;s:20:\"avatar/style-rtl.css\";i:25;s:24:\"avatar/style-rtl.min.css\";i:26;s:16:\"avatar/style.css\";i:27;s:20:\"avatar/style.min.css\";i:28;s:21:\"button/editor-rtl.css\";i:29;s:25:\"button/editor-rtl.min.css\";i:30;s:17:\"button/editor.css\";i:31;s:21:\"button/editor.min.css\";i:32;s:20:\"button/style-rtl.css\";i:33;s:24:\"button/style-rtl.min.css\";i:34;s:16:\"button/style.css\";i:35;s:20:\"button/style.min.css\";i:36;s:22:\"buttons/editor-rtl.css\";i:37;s:26:\"buttons/editor-rtl.min.css\";i:38;s:18:\"buttons/editor.css\";i:39;s:22:\"buttons/editor.min.css\";i:40;s:21:\"buttons/style-rtl.css\";i:41;s:25:\"buttons/style-rtl.min.css\";i:42;s:17:\"buttons/style.css\";i:43;s:21:\"buttons/style.min.css\";i:44;s:22:\"calendar/style-rtl.css\";i:45;s:26:\"calendar/style-rtl.min.css\";i:46;s:18:\"calendar/style.css\";i:47;s:22:\"calendar/style.min.css\";i:48;s:25:\"categories/editor-rtl.css\";i:49;s:29:\"categories/editor-rtl.min.css\";i:50;s:21:\"categories/editor.css\";i:51;s:25:\"categories/editor.min.css\";i:52;s:24:\"categories/style-rtl.css\";i:53;s:28:\"categories/style-rtl.min.css\";i:54;s:20:\"categories/style.css\";i:55;s:24:\"categories/style.min.css\";i:56;s:19:\"code/editor-rtl.css\";i:57;s:23:\"code/editor-rtl.min.css\";i:58;s:15:\"code/editor.css\";i:59;s:19:\"code/editor.min.css\";i:60;s:18:\"code/style-rtl.css\";i:61;s:22:\"code/style-rtl.min.css\";i:62;s:14:\"code/style.css\";i:63;s:18:\"code/style.min.css\";i:64;s:18:\"code/theme-rtl.css\";i:65;s:22:\"code/theme-rtl.min.css\";i:66;s:14:\"code/theme.css\";i:67;s:18:\"code/theme.min.css\";i:68;s:22:\"columns/editor-rtl.css\";i:69;s:26:\"columns/editor-rtl.min.css\";i:70;s:18:\"columns/editor.css\";i:71;s:22:\"columns/editor.min.css\";i:72;s:21:\"columns/style-rtl.css\";i:73;s:25:\"columns/style-rtl.min.css\";i:74;s:17:\"columns/style.css\";i:75;s:21:\"columns/style.min.css\";i:76;s:29:\"comment-content/style-rtl.css\";i:77;s:33:\"comment-content/style-rtl.min.css\";i:78;s:25:\"comment-content/style.css\";i:79;s:29:\"comment-content/style.min.css\";i:80;s:30:\"comment-template/style-rtl.css\";i:81;s:34:\"comment-template/style-rtl.min.css\";i:82;s:26:\"comment-template/style.css\";i:83;s:30:\"comment-template/style.min.css\";i:84;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:85;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:86;s:38:\"comments-pagination-numbers/editor.css\";i:87;s:42:\"comments-pagination-numbers/editor.min.css\";i:88;s:34:\"comments-pagination/editor-rtl.css\";i:89;s:38:\"comments-pagination/editor-rtl.min.css\";i:90;s:30:\"comments-pagination/editor.css\";i:91;s:34:\"comments-pagination/editor.min.css\";i:92;s:33:\"comments-pagination/style-rtl.css\";i:93;s:37:\"comments-pagination/style-rtl.min.css\";i:94;s:29:\"comments-pagination/style.css\";i:95;s:33:\"comments-pagination/style.min.css\";i:96;s:29:\"comments-title/editor-rtl.css\";i:97;s:33:\"comments-title/editor-rtl.min.css\";i:98;s:25:\"comments-title/editor.css\";i:99;s:29:\"comments-title/editor.min.css\";i:100;s:23:\"comments/editor-rtl.css\";i:101;s:27:\"comments/editor-rtl.min.css\";i:102;s:19:\"comments/editor.css\";i:103;s:23:\"comments/editor.min.css\";i:104;s:22:\"comments/style-rtl.css\";i:105;s:26:\"comments/style-rtl.min.css\";i:106;s:18:\"comments/style.css\";i:107;s:22:\"comments/style.min.css\";i:108;s:20:\"cover/editor-rtl.css\";i:109;s:24:\"cover/editor-rtl.min.css\";i:110;s:16:\"cover/editor.css\";i:111;s:20:\"cover/editor.min.css\";i:112;s:19:\"cover/style-rtl.css\";i:113;s:23:\"cover/style-rtl.min.css\";i:114;s:15:\"cover/style.css\";i:115;s:19:\"cover/style.min.css\";i:116;s:22:\"details/editor-rtl.css\";i:117;s:26:\"details/editor-rtl.min.css\";i:118;s:18:\"details/editor.css\";i:119;s:22:\"details/editor.min.css\";i:120;s:21:\"details/style-rtl.css\";i:121;s:25:\"details/style-rtl.min.css\";i:122;s:17:\"details/style.css\";i:123;s:21:\"details/style.min.css\";i:124;s:20:\"embed/editor-rtl.css\";i:125;s:24:\"embed/editor-rtl.min.css\";i:126;s:16:\"embed/editor.css\";i:127;s:20:\"embed/editor.min.css\";i:128;s:19:\"embed/style-rtl.css\";i:129;s:23:\"embed/style-rtl.min.css\";i:130;s:15:\"embed/style.css\";i:131;s:19:\"embed/style.min.css\";i:132;s:19:\"embed/theme-rtl.css\";i:133;s:23:\"embed/theme-rtl.min.css\";i:134;s:15:\"embed/theme.css\";i:135;s:19:\"embed/theme.min.css\";i:136;s:19:\"file/editor-rtl.css\";i:137;s:23:\"file/editor-rtl.min.css\";i:138;s:15:\"file/editor.css\";i:139;s:19:\"file/editor.min.css\";i:140;s:18:\"file/style-rtl.css\";i:141;s:22:\"file/style-rtl.min.css\";i:142;s:14:\"file/style.css\";i:143;s:18:\"file/style.min.css\";i:144;s:23:\"footnotes/style-rtl.css\";i:145;s:27:\"footnotes/style-rtl.min.css\";i:146;s:19:\"footnotes/style.css\";i:147;s:23:\"footnotes/style.min.css\";i:148;s:23:\"freeform/editor-rtl.css\";i:149;s:27:\"freeform/editor-rtl.min.css\";i:150;s:19:\"freeform/editor.css\";i:151;s:23:\"freeform/editor.min.css\";i:152;s:22:\"gallery/editor-rtl.css\";i:153;s:26:\"gallery/editor-rtl.min.css\";i:154;s:18:\"gallery/editor.css\";i:155;s:22:\"gallery/editor.min.css\";i:156;s:21:\"gallery/style-rtl.css\";i:157;s:25:\"gallery/style-rtl.min.css\";i:158;s:17:\"gallery/style.css\";i:159;s:21:\"gallery/style.min.css\";i:160;s:21:\"gallery/theme-rtl.css\";i:161;s:25:\"gallery/theme-rtl.min.css\";i:162;s:17:\"gallery/theme.css\";i:163;s:21:\"gallery/theme.min.css\";i:164;s:20:\"group/editor-rtl.css\";i:165;s:24:\"group/editor-rtl.min.css\";i:166;s:16:\"group/editor.css\";i:167;s:20:\"group/editor.min.css\";i:168;s:19:\"group/style-rtl.css\";i:169;s:23:\"group/style-rtl.min.css\";i:170;s:15:\"group/style.css\";i:171;s:19:\"group/style.min.css\";i:172;s:19:\"group/theme-rtl.css\";i:173;s:23:\"group/theme-rtl.min.css\";i:174;s:15:\"group/theme.css\";i:175;s:19:\"group/theme.min.css\";i:176;s:21:\"heading/style-rtl.css\";i:177;s:25:\"heading/style-rtl.min.css\";i:178;s:17:\"heading/style.css\";i:179;s:21:\"heading/style.min.css\";i:180;s:19:\"html/editor-rtl.css\";i:181;s:23:\"html/editor-rtl.min.css\";i:182;s:15:\"html/editor.css\";i:183;s:19:\"html/editor.min.css\";i:184;s:20:\"image/editor-rtl.css\";i:185;s:24:\"image/editor-rtl.min.css\";i:186;s:16:\"image/editor.css\";i:187;s:20:\"image/editor.min.css\";i:188;s:19:\"image/style-rtl.css\";i:189;s:23:\"image/style-rtl.min.css\";i:190;s:15:\"image/style.css\";i:191;s:19:\"image/style.min.css\";i:192;s:19:\"image/theme-rtl.css\";i:193;s:23:\"image/theme-rtl.min.css\";i:194;s:15:\"image/theme.css\";i:195;s:19:\"image/theme.min.css\";i:196;s:29:\"latest-comments/style-rtl.css\";i:197;s:33:\"latest-comments/style-rtl.min.css\";i:198;s:25:\"latest-comments/style.css\";i:199;s:29:\"latest-comments/style.min.css\";i:200;s:27:\"latest-posts/editor-rtl.css\";i:201;s:31:\"latest-posts/editor-rtl.min.css\";i:202;s:23:\"latest-posts/editor.css\";i:203;s:27:\"latest-posts/editor.min.css\";i:204;s:26:\"latest-posts/style-rtl.css\";i:205;s:30:\"latest-posts/style-rtl.min.css\";i:206;s:22:\"latest-posts/style.css\";i:207;s:26:\"latest-posts/style.min.css\";i:208;s:18:\"list/style-rtl.css\";i:209;s:22:\"list/style-rtl.min.css\";i:210;s:14:\"list/style.css\";i:211;s:18:\"list/style.min.css\";i:212;s:25:\"media-text/editor-rtl.css\";i:213;s:29:\"media-text/editor-rtl.min.css\";i:214;s:21:\"media-text/editor.css\";i:215;s:25:\"media-text/editor.min.css\";i:216;s:24:\"media-text/style-rtl.css\";i:217;s:28:\"media-text/style-rtl.min.css\";i:218;s:20:\"media-text/style.css\";i:219;s:24:\"media-text/style.min.css\";i:220;s:19:\"more/editor-rtl.css\";i:221;s:23:\"more/editor-rtl.min.css\";i:222;s:15:\"more/editor.css\";i:223;s:19:\"more/editor.min.css\";i:224;s:30:\"navigation-link/editor-rtl.css\";i:225;s:34:\"navigation-link/editor-rtl.min.css\";i:226;s:26:\"navigation-link/editor.css\";i:227;s:30:\"navigation-link/editor.min.css\";i:228;s:29:\"navigation-link/style-rtl.css\";i:229;s:33:\"navigation-link/style-rtl.min.css\";i:230;s:25:\"navigation-link/style.css\";i:231;s:29:\"navigation-link/style.min.css\";i:232;s:33:\"navigation-submenu/editor-rtl.css\";i:233;s:37:\"navigation-submenu/editor-rtl.min.css\";i:234;s:29:\"navigation-submenu/editor.css\";i:235;s:33:\"navigation-submenu/editor.min.css\";i:236;s:25:\"navigation/editor-rtl.css\";i:237;s:29:\"navigation/editor-rtl.min.css\";i:238;s:21:\"navigation/editor.css\";i:239;s:25:\"navigation/editor.min.css\";i:240;s:24:\"navigation/style-rtl.css\";i:241;s:28:\"navigation/style-rtl.min.css\";i:242;s:20:\"navigation/style.css\";i:243;s:24:\"navigation/style.min.css\";i:244;s:23:\"nextpage/editor-rtl.css\";i:245;s:27:\"nextpage/editor-rtl.min.css\";i:246;s:19:\"nextpage/editor.css\";i:247;s:23:\"nextpage/editor.min.css\";i:248;s:24:\"page-list/editor-rtl.css\";i:249;s:28:\"page-list/editor-rtl.min.css\";i:250;s:20:\"page-list/editor.css\";i:251;s:24:\"page-list/editor.min.css\";i:252;s:23:\"page-list/style-rtl.css\";i:253;s:27:\"page-list/style-rtl.min.css\";i:254;s:19:\"page-list/style.css\";i:255;s:23:\"page-list/style.min.css\";i:256;s:24:\"paragraph/editor-rtl.css\";i:257;s:28:\"paragraph/editor-rtl.min.css\";i:258;s:20:\"paragraph/editor.css\";i:259;s:24:\"paragraph/editor.min.css\";i:260;s:23:\"paragraph/style-rtl.css\";i:261;s:27:\"paragraph/style-rtl.min.css\";i:262;s:19:\"paragraph/style.css\";i:263;s:23:\"paragraph/style.min.css\";i:264;s:25:\"post-author/style-rtl.css\";i:265;s:29:\"post-author/style-rtl.min.css\";i:266;s:21:\"post-author/style.css\";i:267;s:25:\"post-author/style.min.css\";i:268;s:33:\"post-comments-form/editor-rtl.css\";i:269;s:37:\"post-comments-form/editor-rtl.min.css\";i:270;s:29:\"post-comments-form/editor.css\";i:271;s:33:\"post-comments-form/editor.min.css\";i:272;s:32:\"post-comments-form/style-rtl.css\";i:273;s:36:\"post-comments-form/style-rtl.min.css\";i:274;s:28:\"post-comments-form/style.css\";i:275;s:32:\"post-comments-form/style.min.css\";i:276;s:27:\"post-content/editor-rtl.css\";i:277;s:31:\"post-content/editor-rtl.min.css\";i:278;s:23:\"post-content/editor.css\";i:279;s:27:\"post-content/editor.min.css\";i:280;s:23:\"post-date/style-rtl.css\";i:281;s:27:\"post-date/style-rtl.min.css\";i:282;s:19:\"post-date/style.css\";i:283;s:23:\"post-date/style.min.css\";i:284;s:27:\"post-excerpt/editor-rtl.css\";i:285;s:31:\"post-excerpt/editor-rtl.min.css\";i:286;s:23:\"post-excerpt/editor.css\";i:287;s:27:\"post-excerpt/editor.min.css\";i:288;s:26:\"post-excerpt/style-rtl.css\";i:289;s:30:\"post-excerpt/style-rtl.min.css\";i:290;s:22:\"post-excerpt/style.css\";i:291;s:26:\"post-excerpt/style.min.css\";i:292;s:34:\"post-featured-image/editor-rtl.css\";i:293;s:38:\"post-featured-image/editor-rtl.min.css\";i:294;s:30:\"post-featured-image/editor.css\";i:295;s:34:\"post-featured-image/editor.min.css\";i:296;s:33:\"post-featured-image/style-rtl.css\";i:297;s:37:\"post-featured-image/style-rtl.min.css\";i:298;s:29:\"post-featured-image/style.css\";i:299;s:33:\"post-featured-image/style.min.css\";i:300;s:34:\"post-navigation-link/style-rtl.css\";i:301;s:38:\"post-navigation-link/style-rtl.min.css\";i:302;s:30:\"post-navigation-link/style.css\";i:303;s:34:\"post-navigation-link/style.min.css\";i:304;s:28:\"post-template/editor-rtl.css\";i:305;s:32:\"post-template/editor-rtl.min.css\";i:306;s:24:\"post-template/editor.css\";i:307;s:28:\"post-template/editor.min.css\";i:308;s:27:\"post-template/style-rtl.css\";i:309;s:31:\"post-template/style-rtl.min.css\";i:310;s:23:\"post-template/style.css\";i:311;s:27:\"post-template/style.min.css\";i:312;s:24:\"post-terms/style-rtl.css\";i:313;s:28:\"post-terms/style-rtl.min.css\";i:314;s:20:\"post-terms/style.css\";i:315;s:24:\"post-terms/style.min.css\";i:316;s:24:\"post-title/style-rtl.css\";i:317;s:28:\"post-title/style-rtl.min.css\";i:318;s:20:\"post-title/style.css\";i:319;s:24:\"post-title/style.min.css\";i:320;s:26:\"preformatted/style-rtl.css\";i:321;s:30:\"preformatted/style-rtl.min.css\";i:322;s:22:\"preformatted/style.css\";i:323;s:26:\"preformatted/style.min.css\";i:324;s:24:\"pullquote/editor-rtl.css\";i:325;s:28:\"pullquote/editor-rtl.min.css\";i:326;s:20:\"pullquote/editor.css\";i:327;s:24:\"pullquote/editor.min.css\";i:328;s:23:\"pullquote/style-rtl.css\";i:329;s:27:\"pullquote/style-rtl.min.css\";i:330;s:19:\"pullquote/style.css\";i:331;s:23:\"pullquote/style.min.css\";i:332;s:23:\"pullquote/theme-rtl.css\";i:333;s:27:\"pullquote/theme-rtl.min.css\";i:334;s:19:\"pullquote/theme.css\";i:335;s:23:\"pullquote/theme.min.css\";i:336;s:39:\"query-pagination-numbers/editor-rtl.css\";i:337;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:338;s:35:\"query-pagination-numbers/editor.css\";i:339;s:39:\"query-pagination-numbers/editor.min.css\";i:340;s:31:\"query-pagination/editor-rtl.css\";i:341;s:35:\"query-pagination/editor-rtl.min.css\";i:342;s:27:\"query-pagination/editor.css\";i:343;s:31:\"query-pagination/editor.min.css\";i:344;s:30:\"query-pagination/style-rtl.css\";i:345;s:34:\"query-pagination/style-rtl.min.css\";i:346;s:26:\"query-pagination/style.css\";i:347;s:30:\"query-pagination/style.min.css\";i:348;s:25:\"query-title/style-rtl.css\";i:349;s:29:\"query-title/style-rtl.min.css\";i:350;s:21:\"query-title/style.css\";i:351;s:25:\"query-title/style.min.css\";i:352;s:20:\"query/editor-rtl.css\";i:353;s:24:\"query/editor-rtl.min.css\";i:354;s:16:\"query/editor.css\";i:355;s:20:\"query/editor.min.css\";i:356;s:19:\"quote/style-rtl.css\";i:357;s:23:\"quote/style-rtl.min.css\";i:358;s:15:\"quote/style.css\";i:359;s:19:\"quote/style.min.css\";i:360;s:19:\"quote/theme-rtl.css\";i:361;s:23:\"quote/theme-rtl.min.css\";i:362;s:15:\"quote/theme.css\";i:363;s:19:\"quote/theme.min.css\";i:364;s:23:\"read-more/style-rtl.css\";i:365;s:27:\"read-more/style-rtl.min.css\";i:366;s:19:\"read-more/style.css\";i:367;s:23:\"read-more/style.min.css\";i:368;s:18:\"rss/editor-rtl.css\";i:369;s:22:\"rss/editor-rtl.min.css\";i:370;s:14:\"rss/editor.css\";i:371;s:18:\"rss/editor.min.css\";i:372;s:17:\"rss/style-rtl.css\";i:373;s:21:\"rss/style-rtl.min.css\";i:374;s:13:\"rss/style.css\";i:375;s:17:\"rss/style.min.css\";i:376;s:21:\"search/editor-rtl.css\";i:377;s:25:\"search/editor-rtl.min.css\";i:378;s:17:\"search/editor.css\";i:379;s:21:\"search/editor.min.css\";i:380;s:20:\"search/style-rtl.css\";i:381;s:24:\"search/style-rtl.min.css\";i:382;s:16:\"search/style.css\";i:383;s:20:\"search/style.min.css\";i:384;s:20:\"search/theme-rtl.css\";i:385;s:24:\"search/theme-rtl.min.css\";i:386;s:16:\"search/theme.css\";i:387;s:20:\"search/theme.min.css\";i:388;s:24:\"separator/editor-rtl.css\";i:389;s:28:\"separator/editor-rtl.min.css\";i:390;s:20:\"separator/editor.css\";i:391;s:24:\"separator/editor.min.css\";i:392;s:23:\"separator/style-rtl.css\";i:393;s:27:\"separator/style-rtl.min.css\";i:394;s:19:\"separator/style.css\";i:395;s:23:\"separator/style.min.css\";i:396;s:23:\"separator/theme-rtl.css\";i:397;s:27:\"separator/theme-rtl.min.css\";i:398;s:19:\"separator/theme.css\";i:399;s:23:\"separator/theme.min.css\";i:400;s:24:\"shortcode/editor-rtl.css\";i:401;s:28:\"shortcode/editor-rtl.min.css\";i:402;s:20:\"shortcode/editor.css\";i:403;s:24:\"shortcode/editor.min.css\";i:404;s:24:\"site-logo/editor-rtl.css\";i:405;s:28:\"site-logo/editor-rtl.min.css\";i:406;s:20:\"site-logo/editor.css\";i:407;s:24:\"site-logo/editor.min.css\";i:408;s:23:\"site-logo/style-rtl.css\";i:409;s:27:\"site-logo/style-rtl.min.css\";i:410;s:19:\"site-logo/style.css\";i:411;s:23:\"site-logo/style.min.css\";i:412;s:27:\"site-tagline/editor-rtl.css\";i:413;s:31:\"site-tagline/editor-rtl.min.css\";i:414;s:23:\"site-tagline/editor.css\";i:415;s:27:\"site-tagline/editor.min.css\";i:416;s:25:\"site-title/editor-rtl.css\";i:417;s:29:\"site-title/editor-rtl.min.css\";i:418;s:21:\"site-title/editor.css\";i:419;s:25:\"site-title/editor.min.css\";i:420;s:24:\"site-title/style-rtl.css\";i:421;s:28:\"site-title/style-rtl.min.css\";i:422;s:20:\"site-title/style.css\";i:423;s:24:\"site-title/style.min.css\";i:424;s:26:\"social-link/editor-rtl.css\";i:425;s:30:\"social-link/editor-rtl.min.css\";i:426;s:22:\"social-link/editor.css\";i:427;s:26:\"social-link/editor.min.css\";i:428;s:27:\"social-links/editor-rtl.css\";i:429;s:31:\"social-links/editor-rtl.min.css\";i:430;s:23:\"social-links/editor.css\";i:431;s:27:\"social-links/editor.min.css\";i:432;s:26:\"social-links/style-rtl.css\";i:433;s:30:\"social-links/style-rtl.min.css\";i:434;s:22:\"social-links/style.css\";i:435;s:26:\"social-links/style.min.css\";i:436;s:21:\"spacer/editor-rtl.css\";i:437;s:25:\"spacer/editor-rtl.min.css\";i:438;s:17:\"spacer/editor.css\";i:439;s:21:\"spacer/editor.min.css\";i:440;s:20:\"spacer/style-rtl.css\";i:441;s:24:\"spacer/style-rtl.min.css\";i:442;s:16:\"spacer/style.css\";i:443;s:20:\"spacer/style.min.css\";i:444;s:20:\"table/editor-rtl.css\";i:445;s:24:\"table/editor-rtl.min.css\";i:446;s:16:\"table/editor.css\";i:447;s:20:\"table/editor.min.css\";i:448;s:19:\"table/style-rtl.css\";i:449;s:23:\"table/style-rtl.min.css\";i:450;s:15:\"table/style.css\";i:451;s:19:\"table/style.min.css\";i:452;s:19:\"table/theme-rtl.css\";i:453;s:23:\"table/theme-rtl.min.css\";i:454;s:15:\"table/theme.css\";i:455;s:19:\"table/theme.min.css\";i:456;s:23:\"tag-cloud/style-rtl.css\";i:457;s:27:\"tag-cloud/style-rtl.min.css\";i:458;s:19:\"tag-cloud/style.css\";i:459;s:23:\"tag-cloud/style.min.css\";i:460;s:28:\"template-part/editor-rtl.css\";i:461;s:32:\"template-part/editor-rtl.min.css\";i:462;s:24:\"template-part/editor.css\";i:463;s:28:\"template-part/editor.min.css\";i:464;s:27:\"template-part/theme-rtl.css\";i:465;s:31:\"template-part/theme-rtl.min.css\";i:466;s:23:\"template-part/theme.css\";i:467;s:27:\"template-part/theme.min.css\";i:468;s:30:\"term-description/style-rtl.css\";i:469;s:34:\"term-description/style-rtl.min.css\";i:470;s:26:\"term-description/style.css\";i:471;s:30:\"term-description/style.min.css\";i:472;s:27:\"text-columns/editor-rtl.css\";i:473;s:31:\"text-columns/editor-rtl.min.css\";i:474;s:23:\"text-columns/editor.css\";i:475;s:27:\"text-columns/editor.min.css\";i:476;s:26:\"text-columns/style-rtl.css\";i:477;s:30:\"text-columns/style-rtl.min.css\";i:478;s:22:\"text-columns/style.css\";i:479;s:26:\"text-columns/style.min.css\";i:480;s:19:\"verse/style-rtl.css\";i:481;s:23:\"verse/style-rtl.min.css\";i:482;s:15:\"verse/style.css\";i:483;s:19:\"verse/style.min.css\";i:484;s:20:\"video/editor-rtl.css\";i:485;s:24:\"video/editor-rtl.min.css\";i:486;s:16:\"video/editor.css\";i:487;s:20:\"video/editor.min.css\";i:488;s:19:\"video/style-rtl.css\";i:489;s:23:\"video/style-rtl.min.css\";i:490;s:15:\"video/style.css\";i:491;s:19:\"video/style.min.css\";i:492;s:19:\"video/theme-rtl.css\";i:493;s:23:\"video/theme-rtl.min.css\";i:494;s:15:\"video/theme.css\";i:495;s:19:\"video/theme.min.css\";}}', 'on');
INSERT INTO `wpht_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(292, '_site_transient_update_plugins', 'O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1738241262;s:8:\"response\";a:5:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"5.3.5\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.5.3.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/akismet/assets/banner-1544x500.png?rev=2900731\";s:2:\"1x\";s:62:\"https://ps.w.org/akismet/assets/banner-772x250.png?rev=2900731\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";s:6:\"tested\";s:5:\"6.7.1\";s:12:\"requires_php\";s:6:\"5.6.20\";s:16:\"requires_plugins\";a:0:{}}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:6:\"3.27.2\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3111597\";s:2:\"1x\";s:62:\"https://ps.w.org/elementor/assets/icon-128x128.gif?rev=3111597\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=3164133\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=3164133\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.3\";s:6:\"tested\";s:5:\"6.7.1\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:25:\"fluentform/fluentform.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:24:\"w.org/plugins/fluentform\";s:4:\"slug\";s:10:\"fluentform\";s:6:\"plugin\";s:25:\"fluentform/fluentform.php\";s:11:\"new_version\";s:6:\"5.2.10\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/fluentform/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/fluentform.5.2.10.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/fluentform/assets/icon-256x256.png?rev=1794277\";s:2:\"1x\";s:63:\"https://ps.w.org/fluentform/assets/icon-128x128.png?rev=1794277\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/fluentform/assets/banner-1544x500.png?rev=2957809\";s:2:\"1x\";s:65:\"https://ps.w.org/fluentform/assets/banner-772x250.png?rev=2957809\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.5\";s:6:\"tested\";s:5:\"6.7.1\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:55:\"kadence-starter-templates/kadence-starter-templates.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:39:\"w.org/plugins/kadence-starter-templates\";s:4:\"slug\";s:25:\"kadence-starter-templates\";s:6:\"plugin\";s:55:\"kadence-starter-templates/kadence-starter-templates.php\";s:11:\"new_version\";s:5:\"2.1.9\";s:3:\"url\";s:56:\"https://wordpress.org/plugins/kadence-starter-templates/\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/plugin/kadence-starter-templates.2.1.9.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:70:\"https://ps.w.org/kadence-starter-templates/assets/icon.svg?rev=2354891\";s:3:\"svg\";s:70:\"https://ps.w.org/kadence-starter-templates/assets/icon.svg?rev=2354891\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:81:\"https://ps.w.org/kadence-starter-templates/assets/banner-1544x500.jpg?rev=2354883\";s:2:\"1x\";s:80:\"https://ps.w.org/kadence-starter-templates/assets/banner-772x250.jpg?rev=2354883\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.2\";s:6:\"tested\";s:5:\"6.7.1\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:33:\"kadence-blocks/kadence-blocks.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/kadence-blocks\";s:4:\"slug\";s:14:\"kadence-blocks\";s:6:\"plugin\";s:33:\"kadence-blocks/kadence-blocks.php\";s:11:\"new_version\";s:5:\"3.4.6\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/kadence-blocks/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/kadence-blocks.3.4.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/kadence-blocks/assets/icon-256x256.png?rev=3178382\";s:2:\"1x\";s:67:\"https://ps.w.org/kadence-blocks/assets/icon-128x128.png?rev=3178382\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/kadence-blocks/assets/banner-1544x500.jpg?rev=3178382\";s:2:\"1x\";s:69:\"https://ps.w.org/kadence-blocks/assets/banner-772x250.jpg?rev=3178382\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.4\";s:6:\"tested\";s:5:\"6.7.1\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}}s:12:\"translations\";a:2:{i:0;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"akismet\";s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"5.3.3\";s:7:\"updated\";s:19:\"2024-11-18 21:27:28\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/akismet/5.3.3/es_ES.zip\";s:10:\"autoupdate\";b:1;}i:1;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:25:\"kadence-starter-templates\";s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"2.1.3\";s:7:\"updated\";s:19:\"2024-11-08 18:04:58\";s:7:\"package\";s:92:\"https://downloads.wordpress.org/translation/plugin/kadence-starter-templates/2.1.3/es_ES.zip\";s:10:\"autoupdate\";b:1;}}s:9:\"no_update\";a:2:{s:66:\"header-footer-code-manager/99robots-header-footer-code-manager.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:40:\"w.org/plugins/header-footer-code-manager\";s:4:\"slug\";s:26:\"header-footer-code-manager\";s:6:\"plugin\";s:66:\"header-footer-code-manager/99robots-header-footer-code-manager.php\";s:11:\"new_version\";s:6:\"1.1.39\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/header-footer-code-manager/\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/plugin/header-footer-code-manager.1.1.39.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/header-footer-code-manager/assets/icon-256x256.png?rev=2681303\";s:2:\"1x\";s:79:\"https://ps.w.org/header-footer-code-manager/assets/icon-128x128.png?rev=2681303\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:82:\"https://ps.w.org/header-footer-code-manager/assets/banner-1544x500.png?rev=2681303\";s:2:\"1x\";s:81:\"https://ps.w.org/header-footer-code-manager/assets/banner-772x250.png?rev=2681303\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:9:\"hello.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}}}', 'off'),
(196, 'schema-ActionScheduler_StoreSchema', '6.0.1728260199', 'auto'),
(197, 'schema-ActionScheduler_LoggerSchema', '3.0.1728260199', 'auto'),
(198, 'fluentform_entry_details_migrated', 'yes', 'off'),
(199, 'fluentform_db_fluentform_logs_added', '1', 'off'),
(200, 'fluentform_scheduled_actions_migrated', 'yes', 'off'),
(173, 'elementor_active_kit', '6', 'auto'),
(174, 'elementor_font_display', 'swap', 'auto'),
(180, 'elementor_onboarded', '1', 'auto'),
(181, '_elementor_installed_time', '1728260079', 'auto');
INSERT INTO `wpht_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(182, 'elementor_remote_info_library', 'a:3:{s:10:\"types_data\";a:4:{s:5:\"block\";a:2:{s:10:\"categories\";a:30:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:10:\"ehp-footer\";i:9;s:10:\"ehp-header\";i:10;s:3:\"faq\";i:11;s:8:\"features\";i:12;s:6:\"footer\";i:13;s:7:\"Gallery\";i:14;s:6:\"header\";i:15;s:4:\"hero\";i:16;s:11:\"Link in Bio\";i:17;s:9:\"portfolio\";i:18;s:7:\"pricing\";i:19;s:15:\"product archive\";i:20;s:5:\"Quote\";i:21;s:15:\"Service Details\";i:22;s:8:\"services\";i:23;s:11:\"single page\";i:24;s:11:\"single post\";i:25;s:14:\"single product\";i:26;s:5:\"stats\";i:27;s:9:\"subscribe\";i:28;s:4:\"team\";i:29;s:12:\"testimonials\";}s:4:\"sets\";a:5:{i:0;s:11:\"Boxing Club\";i:1;s:19:\"Business Consultant\";i:2;s:16:\"Marketing Agency\";i:3;s:9:\"Wireframe\";i:4;s:15:\"Workshop Center\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}s:2:\"lp\";a:1:{s:10:\"categories\";a:15:{i:0;s:8:\"Business\";i:1;s:16:\"Coming Soon Page\";i:2;s:9:\"eCommerce\";i:3;s:9:\"Education\";i:4;s:6:\"Events\";i:5;s:18:\"Health and Fitness\";i:6;s:3:\"NFT\";i:7;s:14:\"Online Service\";i:8;s:7:\"Product\";i:9;s:11:\"Real Estate\";i:10;s:18:\"Social Involvement\";i:11;s:14:\"Thank You Page\";i:12;s:6:\"Travel\";i:13;s:18:\"Under Construction\";i:14;s:9:\"Wireframe\";}}s:2:\"lb\";a:1:{s:10:\"categories\";a:2:{i:0;s:4:\"post\";i:1;s:7:\"product\";}}}s:10:\"categories\";a:30:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:10:\"ehp-footer\";i:9;s:10:\"ehp-header\";i:10;s:3:\"faq\";i:11;s:8:\"features\";i:12;s:6:\"footer\";i:13;s:7:\"Gallery\";i:14;s:6:\"header\";i:15;s:4:\"hero\";i:16;s:11:\"Link in Bio\";i:17;s:9:\"portfolio\";i:18;s:7:\"pricing\";i:19;s:15:\"product archive\";i:20;s:5:\"Quote\";i:21;s:15:\"Service Details\";i:22;s:8:\"services\";i:23;s:11:\"single page\";i:24;s:11:\"single post\";i:25;s:14:\"single product\";i:26;s:5:\"stats\";i:27;s:9:\"subscribe\";i:28;s:4:\"team\";i:29;s:12:\"testimonials\";}s:9:\"templates\";a:823:{i:0;a:20:{s:4:\"tmpl\";i:1280;s:2:\"id\";i:22403;s:5:\"title\";s:40:\"Hello Bar | Subscribe | Aesthetic Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/aesthetic-clinic-19.jpg\";s:12:\"tmpl_created\";i:1647354307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/hello-bar-subscribe-aesthetic-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:48:\"[\"Barbershop\",\"Business\",\"Discount\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:20:{s:4:\"tmpl\";i:1281;s:2:\"id\";i:22410;s:5:\"title\";s:32:\"Fly-In | Discount | Hair Stylist\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/hair-stylist-20.jpg\";s:12:\"tmpl_created\";i:1647354614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-discount-hair-stylist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Barbershop\",\"Discount\",\"Hair\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:20:{s:4:\"tmpl\";i:1285;s:2:\"id\";i:22440;s:5:\"title\";s:32:\"Classic | Subscribe | Shoe Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/shoes-store-21.jpg\";s:12:\"tmpl_created\";i:1647418620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-subscribe-shoe-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:37:\"[\"Ecommerce\",\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:20:{s:4:\"tmpl\";i:1286;s:2:\"id\";i:22446;s:5:\"title\";s:37:\"Full Screen | Subscribe | Denim Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/denim-store-22.jpg\";s:12:\"tmpl_created\";i:1647419614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/full-screen-subscribe-denim-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:20:{s:4:\"tmpl\";i:1287;s:2:\"id\";i:22452;s:5:\"title\";s:37:\"Fly-In | Subscribe | Pizza Restaurant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/pizza-restaurant-23.jpg\";s:12:\"tmpl_created\";i:1647420733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-subscribe-pizza-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:19:\"[\"Business\",\"Food\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:20:{s:4:\"tmpl\";i:1288;s:2:\"id\";i:22458;s:5:\"title\";s:38:\"Full Screen | Subscribe | Fashion Shop\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-shop-24.jpg\";s:12:\"tmpl_created\";i:1647426379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-subscribe-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Ecommerce\",\"Fashion\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:20:{s:4:\"tmpl\";i:1289;s:2:\"id\";i:22464;s:5:\"title\";s:32:\"Fly-In | Contact | Makeup Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/makeup-studio-25.jpg\";s:12:\"tmpl_created\";i:1647427026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-makeup-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:20:{s:4:\"tmpl\";i:1290;s:2:\"id\";i:22470;s:5:\"title\";s:32:\"Fly-In | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-26.jpg\";s:12:\"tmpl_created\";i:1647428250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:20:{s:4:\"tmpl\";i:1291;s:2:\"id\";i:22480;s:5:\"title\";s:27:\"Classic | CTA | MasterClass\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/master-class-27.jpg\";s:12:\"tmpl_created\";i:1647428474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-masterclass/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"cta\",\"Magazine\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:20:{s:4:\"tmpl\";i:1292;s:2:\"id\";i:22489;s:5:\"title\";s:29:\"Classic | CTA | Music Concert\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/music-concert-29.jpg\";s:12:\"tmpl_created\";i:1647429738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-music-concert/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"cta\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:20:{s:4:\"tmpl\";i:1293;s:2:\"id\";i:22495;s:5:\"title\";s:27:\"Classic | CTA | Music Album\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/music-album-30.jpg\";s:12:\"tmpl_created\";i:1647430056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-music-album/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Ba\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:20:{s:4:\"tmpl\";i:1294;s:2:\"id\";i:22501;s:5:\"title\";s:37:\"Fly-In | CTA | Photography Exhibition\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/photography-exhibition-31.jpg\";s:12:\"tmpl_created\";i:1647430512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-photography-exhibition/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:20:{s:4:\"tmpl\";i:1295;s:2:\"id\";i:22507;s:5:\"title\";s:34:\"Classic | CTA | Clothing Shop Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/clothing-shop-sale-32.jpg\";s:12:\"tmpl_created\";i:1647430774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-cta-clothing-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:20:{s:4:\"tmpl\";i:1296;s:2:\"id\";i:22486;s:5:\"title\";s:30:\"Classic | CTA | Shop Promotion\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/shop-promotion-28.jpg\";s:12:\"tmpl_created\";i:1647430951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-shop-promotion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"cta\",\"Magazine\",\"Photography\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:20:{s:4:\"tmpl\";i:1297;s:2:\"id\";i:22516;s:5:\"title\";s:32:\"Fly-In | CTA | Glasses Shop Sale\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/glasses-shop-sale-33.jpg\";s:12:\"tmpl_created\";i:1647431136;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-cta-glasses-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:30:\"[\"Business\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:20:{s:4:\"tmpl\";i:1298;s:2:\"id\";i:22522;s:5:\"title\";s:30:\"Fly-In | Discount | Skate Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/50-skate-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647434058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-skate-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:20:{s:4:\"tmpl\";i:1299;s:2:\"id\";i:22532;s:5:\"title\";s:43:\"Classic | Subscription | Basketball Academy\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/21-basketball-academy-Subscription.jpg\";s:12:\"tmpl_created\";i:1647434608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/classic-subscription-basketball-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Education\",\"Marketing\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:20:{s:4:\"tmpl\";i:1300;s:2:\"id\";i:22543;s:5:\"title\";s:38:\"Classic | Discount | Veterinary Clinic\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/veterinery-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647435581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-discount-veterinary-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Discount\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:20:{s:4:\"tmpl\";i:1301;s:2:\"id\";i:22553;s:5:\"title\";s:39:\"Classic | Contact | Business Consulting\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/27-business-consulting-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647439935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-contact-business-consulting/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:20:{s:4:\"tmpl\";i:1302;s:2:\"id\";i:22562;s:5:\"title\";s:28:\"Classic | Contact | Handyman\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/handyman-small.jpg\";s:12:\"tmpl_created\";i:1647440333;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-contact-handyman/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:20:{s:4:\"tmpl\";i:1303;s:2:\"id\";i:22573;s:5:\"title\";s:40:\"Classic | Discount | Online Fashion Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/31-online-fashion-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647462549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-online-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:20:{s:4:\"tmpl\";i:1304;s:2:\"id\";i:22583;s:5:\"title\";s:36:\"Fly-In | Discount | Personal Trainer\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/personal-trainer-small.jpg\";s:12:\"tmpl_created\";i:1647503781;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-personal-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:20:{s:4:\"tmpl\";i:1305;s:2:\"id\";i:22592;s:5:\"title\";s:41:\"Classic | Contact | Illustrator Portfolio\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/illustrator-protfolio-small.jpg\";s:12:\"tmpl_created\";i:1647504218;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-contact-illustrator-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:49:\"[\"Contact\",\"Creative Portfolio\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:20:{s:4:\"tmpl\";i:1306;s:2:\"id\";i:22602;s:5:\"title\";s:46:\"Bottom Bar | Discount | Handmade Ceramics Shop\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2022/03/handmade-ceramic-shop-36-small.jpg\";s:12:\"tmpl_created\";i:1647507007;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-ceramics-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:48:\"[\"Business\",\"cta\",\"Ecommerce\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:20:{s:4:\"tmpl\";i:1307;s:2:\"id\";i:22612;s:5:\"title\";s:51:\"Classic | Contact | Classic Car Restoration Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/restoration-car-shop-37-small.jpg\";s:12:\"tmpl_created\";i:1647507310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/classic-contact-classic-car-restoration-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:20:{s:4:\"tmpl\";i:1308;s:2:\"id\";i:22621;s:5:\"title\";s:30:\"Classic | Booking | Life Coach\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/38-life-coach-Booking.jpg\";s:12:\"tmpl_created\";i:1647508596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-booking-life-coach/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Booking\",\"Business\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:20:{s:4:\"tmpl\";i:1309;s:2:\"id\";i:22632;s:5:\"title\";s:42:\"Classic |  Subscription | Merchandise Shop\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/Merchandise-Shop-39-small.jpg\";s:12:\"tmpl_created\";i:1647509196;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-subscription-merchandise-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Ecommerce\",\"Marketing\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:20:{s:4:\"tmpl\";i:1310;s:2:\"id\";i:22643;s:5:\"title\";s:48:\"Fly-In | Contact | Non-Governmental Organization\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/NGO-41-small.jpg\";s:12:\"tmpl_created\";i:1647509528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:150:\"https://library.elementor.com/popups/fly-in-contact-non-governmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:20:{s:4:\"tmpl\";i:1311;s:2:\"id\";i:22654;s:5:\"title\";s:35:\"Hello Bar | Contact | Family Doctor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/family-doctor-44-small.jpg\";s:12:\"tmpl_created\";i:1647509732;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/hello-bar-contact-family-doctor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Contact\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:20:{s:4:\"tmpl\";i:1312;s:2:\"id\";i:22663;s:5:\"title\";s:36:\"Classic | Subscription | Sports Blog\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/45-sport-blog-Subscription.jpg\";s:12:\"tmpl_created\";i:1647509908;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-sports-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:20:{s:4:\"tmpl\";i:1313;s:2:\"id\";i:22673;s:5:\"title\";s:30:\"Hello Bar | Booking | Event DJ\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/DJ-service-46-small.jpg\";s:12:\"tmpl_created\";i:1647510160;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/hello-bar-booking-event-dj/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Booking\",\"Events\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:20:{s:4:\"tmpl\";i:1314;s:2:\"id\";i:22684;s:5:\"title\";s:36:\"Fly-In | Discount | Cleaning Company\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/51-cleaning-company-Discount.jpg\";s:12:\"tmpl_created\";i:1647510546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-cleaning-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Offer\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:20:{s:4:\"tmpl\";i:1315;s:2:\"id\";i:22693;s:5:\"title\";s:28:\"Fly-In | Contact | Carpenter\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/carpenter-53-small.jpg\";s:12:\"tmpl_created\";i:1647511972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-carpenter/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:20:{s:4:\"tmpl\";i:1316;s:2:\"id\";i:22703;s:5:\"title\";s:31:\"Classic | Booking | Yoga Studio\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/55-yoga-studio-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647512209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-booking-yoga-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Booking\",\"Contact\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:20:{s:4:\"tmpl\";i:1317;s:2:\"id\";i:22714;s:5:\"title\";s:37:\"Classic | Discount | Pet Care Company\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/56-Pet-Care-Discount.jpg\";s:12:\"tmpl_created\";i:1647513031;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-pet-care-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:20:{s:4:\"tmpl\";i:1318;s:2:\"id\";i:22725;s:5:\"title\";s:38:\"Fly-In | Discount | Online Coffee Shop\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/online-coffee-shop-57-small.jpg\";s:12:\"tmpl_created\";i:1647513325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-discount-online-coffee-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Food\",\"Offer\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:20:{s:4:\"tmpl\";i:1319;s:2:\"id\";i:22737;s:5:\"title\";s:44:\"Fly-In | CTA | Moving &#038; Storage Company\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/moving-company-59-small.jpg\";s:12:\"tmpl_created\";i:1647520956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:20:{s:4:\"tmpl\";i:1320;s:2:\"id\";i:22749;s:5:\"title\";s:47:\"Classic | Contact | Industrial Design Portfolio\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/60-industrial-design-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647528116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/classic-contact-industrial-design-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:40:\"[\"Contact\",\"Interior Design\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:20:{s:4:\"tmpl\";i:1321;s:2:\"id\";i:22759;s:5:\"title\";s:25:\"Classic | Contact | Drone\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/drone-61-small.jpg\";s:12:\"tmpl_created\";i:1647528899;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-contact-drone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:20:{s:4:\"tmpl\";i:1322;s:2:\"id\";i:22768;s:5:\"title\";s:46:\"Full Screen | Menu | Fashion Stylist Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/62-Fashion-Stylist-Menu.jpg\";s:12:\"tmpl_created\";i:1647529434;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/full-screen-menu-fashion-stylist-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Fashion\",\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:20:{s:4:\"tmpl\";i:1323;s:2:\"id\";i:22780;s:5:\"title\";s:31:\"Fly-In | CTA | Landscape Design\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/64-Landscape-Design-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647530337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-landscape-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:20:{s:4:\"tmpl\";i:1324;s:2:\"id\";i:22790;s:5:\"title\";s:48:\"Bottom Bar  | Contact | Architecture Photography\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/architecture-photography-65-small.jpg\";s:12:\"tmpl_created\";i:1647532358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/bottom-bar-contact-architecture-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:26:\"[\"Architecture\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:20:{s:4:\"tmpl\";i:1325;s:2:\"id\";i:22800;s:5:\"title\";s:41:\"Fly-In  | CTA | Speech-Language Therapist\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/66-Speech-Language-Therapist-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647532720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/fly-in-cta-speech-language-therapist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:25:\"[\"cta\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:20:{s:4:\"tmpl\";i:1326;s:2:\"id\";i:22812;s:5:\"title\";s:35:\"Full Screen | Verification | Winery\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/67-Winery-Verification.jpg\";s:12:\"tmpl_created\";i:1647761384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/full-screen-verification-winery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:24:\"[\"Alert\",\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:20:{s:4:\"tmpl\";i:1327;s:2:\"id\";i:22822;s:5:\"title\";s:36:\"Fly-In | Subscription | Nutritionist\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/nutritionist-69-small.jpg\";s:12:\"tmpl_created\";i:1647762620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-subscription-nutritionist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Food\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:20:{s:4:\"tmpl\";i:1328;s:2:\"id\";i:22833;s:5:\"title\";s:40:\"Classic | Subscription | App &#038; SaaS\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/app-70-small.jpg\";s:12:\"tmpl_created\";i:1647762955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscription-app-saas/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:14:\"[\"App\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:20:{s:4:\"tmpl\";i:1329;s:2:\"id\";i:22844;s:5:\"title\";s:41:\"Bottom Bar | Discount | Handmade Cupcakes\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/72-Handmade-Cupcakes-Discount.jpg\";s:12:\"tmpl_created\";i:1647763350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-cupcakes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:21:\"[\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:20:{s:4:\"tmpl\";i:1330;s:2:\"id\";i:22855;s:5:\"title\";s:40:\"Bottom Bar | Subscription | Fashion Blog\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-blog-75-small.jpg\";s:12:\"tmpl_created\";i:1647763907;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/bottom-bar-subscription-fashion-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:30:\"[\"Blog\",\"Fashion\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:20:{s:4:\"tmpl\";i:1331;s:2:\"id\";i:22866;s:5:\"title\";s:28:\"Fly-In | CTA | Private Tutor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-77-small.jpg\";s:12:\"tmpl_created\";i:1647764062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-cta-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:20:{s:4:\"tmpl\";i:1332;s:2:\"id\";i:22876;s:5:\"title\";s:30:\"Classic | CTA | Tennis Academy\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/78-Tennis-Academy-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765192;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-tennis-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:20:{s:4:\"tmpl\";i:1333;s:2:\"id\";i:22887;s:5:\"title\";s:31:\"Fly-In | CTA | Shared Workspace\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/shared-workspace-79-small.jpg\";s:12:\"tmpl_created\";i:1647765419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-shared-workspace/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Business\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:20:{s:4:\"tmpl\";i:1334;s:2:\"id\";i:22899;s:5:\"title\";s:30:\"Bottom Bar | CTA | Art Gallery\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/80-Art-Gallery-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765652;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/bottom-bar-cta-art-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:13:\"[\"Art\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:20:{s:4:\"tmpl\";i:1335;s:2:\"id\";i:22910;s:5:\"title\";s:44:\"Fly-In | Subscription | Hiking Tours Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/hiking-tours-company-81-small.jpg\";s:12:\"tmpl_created\";i:1647765835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscription-hiking-tours-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Subscribe\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:20:{s:4:\"tmpl\";i:1336;s:2:\"id\";i:22921;s:5:\"title\";s:26:\"Classic | CTA | Music Band\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/music-band-82-small.jpg\";s:12:\"tmpl_created\";i:1647769462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/classic-cta-music-band/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Marketing\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:20:{s:4:\"tmpl\";i:1337;s:2:\"id\";i:22935;s:5:\"title\";s:35:\"Classic | CTA | Computer Technician\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/comuter-technician-83-small.jpg\";s:12:\"tmpl_created\";i:1647769843;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-computer-technician/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:20:{s:4:\"tmpl\";i:1338;s:2:\"id\";i:22945;s:5:\"title\";s:37:\"Classic | Discount | Delivery Company\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/delivery-company-88-small.jpg\";s:12:\"tmpl_created\";i:1647770834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-delivery-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Discount\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:20:{s:4:\"tmpl\";i:1339;s:2:\"id\";i:22959;s:5:\"title\";s:29:\"Classic | Discount | Eco Shop\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/echo-shop-89-small.jpg\";s:12:\"tmpl_created\";i:1647771211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-discount-eco-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:20:{s:4:\"tmpl\";i:1340;s:2:\"id\";i:22972;s:5:\"title\";s:54:\"Fly-In | Subscription | Health &#038; Mindfulness Blog\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small.jpg\";s:12:\"tmpl_created\";i:1647771461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:21:\"[\"Health\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:20:{s:4:\"tmpl\";i:1341;s:2:\"id\";i:22982;s:5:\"title\";s:31:\"Full Screen | Menu | Art Museum\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/art-museum-112-small.jpg\";s:12:\"tmpl_created\";i:1647771938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-art-museum/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:20:{s:4:\"tmpl\";i:1342;s:2:\"id\";i:22992;s:5:\"title\";s:40:\"Classic | Discount | Urban Clothing Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small-1.jpg\";s:12:\"tmpl_created\";i:1647773067;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-urban-clothing-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Discount\",\"Ecommerce\",\"Fashion\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:20:{s:4:\"tmpl\";i:1343;s:2:\"id\";i:23004;s:5:\"title\";s:60:\"Full Screen | Menu | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small-1.jpg\";s:12:\"tmpl_created\";i:1647773366;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:155:\"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:20:{s:4:\"tmpl\";i:1344;s:2:\"id\";i:23015;s:5:\"title\";s:62:\"Bottom Bar | Contact | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small.jpg\";s:12:\"tmpl_created\";i:1647773492;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:23:\"[\"Contact\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:20:{s:4:\"tmpl\";i:1345;s:2:\"id\";i:23025;s:5:\"title\";s:32:\"Full Screen | Menu | Flower Shop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small.jpg\";s:12:\"tmpl_created\";i:1647773820;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:20:{s:4:\"tmpl\";i:1346;s:2:\"id\";i:23037;s:5:\"title\";s:36:\"Classic | Subscription | Flower Shop\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small-1.jpg\";s:12:\"tmpl_created\";i:1647773949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:20:{s:4:\"tmpl\";i:1347;s:2:\"id\";i:23056;s:5:\"title\";s:48:\"Classic | Discount | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small-1.jpg\";s:12:\"tmpl_created\";i:1647774468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:20:{s:4:\"tmpl\";i:1348;s:2:\"id\";i:23067;s:5:\"title\";s:37:\"Fly-In | Menu | Baby Sleep Consultant\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small-1.jpg\";s:12:\"tmpl_created\";i:1647778954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:20:{s:4:\"tmpl\";i:1349;s:2:\"id\";i:23077;s:5:\"title\";s:46:\"Classic | Subscription | Baby Sleep Consultant\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small.jpg\";s:12:\"tmpl_created\";i:1647779074;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/classic-subscription-baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:12:\"[\"Discount\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:20:{s:4:\"tmpl\";i:1350;s:2:\"id\";i:23090;s:5:\"title\";s:33:\"Full Screen | Menu | Luxury Hotel\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small.jpg\";s:12:\"tmpl_created\";i:1647779390;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/full-screen-menu-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:20:{s:4:\"tmpl\";i:1351;s:2:\"id\";i:23100;s:5:\"title\";s:31:\"Fly-In | Booking | Luxury Hotel\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small-1.jpg\";s:12:\"tmpl_created\";i:1647779500;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-booking-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Booking\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:20:{s:4:\"tmpl\";i:1352;s:2:\"id\";i:23109;s:5:\"title\";s:38:\"Full Screen | Menu | Design Conference\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small.jpg\";s:12:\"tmpl_created\";i:1647779675;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:20:{s:4:\"tmpl\";i:1353;s:2:\"id\";i:23120;s:5:\"title\";s:41:\"Full Screen | Booking | Design Conference\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small-1.jpg\";s:12:\"tmpl_created\";i:1647779793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/full-screen-booking-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Booking\",\"Conference\",\"Creative\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:20:{s:4:\"tmpl\";i:1354;s:2:\"id\";i:23129;s:5:\"title\";s:29:\"Slide-In | Menu | VR Headsets\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small.jpg\";s:12:\"tmpl_created\";i:1647781211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-menu-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:20:{s:4:\"tmpl\";i:1355;s:2:\"id\";i:23139;s:5:\"title\";s:31:\"Classic | Contact | VR Headsets\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small-1.jpg\";s:12:\"tmpl_created\";i:1647781384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:20:{s:4:\"tmpl\";i:1356;s:2:\"id\";i:23149;s:5:\"title\";s:38:\"Slide-In | Menu | Portrait Photography\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Menu.jpg\";s:12:\"tmpl_created\";i:1647782336;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/slide-in-menu-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:20:{s:4:\"tmpl\";i:1357;s:2:\"id\";i:23159;s:5:\"title\";s:47:\"Hello Bar | Subscription | Portrait Photography\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Subscription.jpg\";s:12:\"tmpl_created\";i:1647782478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/hello-bar-subscription-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Blog\",\"Photography\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:20:{s:4:\"tmpl\";i:1358;s:2:\"id\";i:23169;s:5:\"title\";s:32:\"Full Screen | Menu | English Pub\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Menu.jpg\";s:12:\"tmpl_created\";i:1647782664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:20:{s:4:\"tmpl\";i:1359;s:2:\"id\";i:23179;s:5:\"title\";s:32:\"Classic | Discount | English Pub\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Discount.jpg\";s:12:\"tmpl_created\";i:1647782796;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:20:{s:4:\"tmpl\";i:1360;s:2:\"id\";i:23189;s:5:\"title\";s:27:\"Full Screen | Menu | Singer\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Menu.jpg\";s:12:\"tmpl_created\";i:1647783070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/full-screen-menu-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:29:\"[\"Fullscreen\",\"menu\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:20:{s:4:\"tmpl\";i:1361;s:2:\"id\";i:23200;s:5:\"title\";s:31:\"Classic | Subscription | Singer\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Subscription.jpg\";s:12:\"tmpl_created\";i:1647783249;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-subscription-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Music\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:20:{s:4:\"tmpl\";i:1362;s:2:\"id\";i:23210;s:5:\"title\";s:38:\"Full Screen | Menu | Virtual Assistant\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistnt-73-small.jpg\";s:12:\"tmpl_created\";i:1647784292;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:20:{s:4:\"tmpl\";i:1363;s:2:\"id\";i:23223;s:5:\"title\";s:39:\"Hello Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/73-Virtual-Assistant-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647784616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-contact-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:37:\"[\"Contact\",\"Psychologist\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:20:{s:4:\"tmpl\";i:1364;s:2:\"id\";i:23234;s:5:\"title\";s:32:\"Slide-In  | Menu | Personal Chef\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Menu.jpg\";s:12:\"tmpl_created\";i:1647798194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-menu-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:20:{s:4:\"tmpl\";i:1365;s:2:\"id\";i:23244;s:5:\"title\";s:29:\"Classic | CTA | Personal Chef\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647798297;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Booking\",\"Chef\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:20:{s:4:\"tmpl\";i:1366;s:2:\"id\";i:23254;s:5:\"title\";s:31:\"Full Screen | Menu | Food Truck\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small-1.jpg\";s:12:\"tmpl_created\";i:1647798447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:20:{s:4:\"tmpl\";i:1367;s:2:\"id\";i:23265;s:5:\"title\";s:30:\"Fly-In | Discount | Food Truck\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small.jpg\";s:12:\"tmpl_created\";i:1647798657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:20:{s:4:\"tmpl\";i:1369;s:2:\"id\";i:23323;s:5:\"title\";s:28:\"Classic | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-6-Small.jpg\";s:12:\"tmpl_created\";i:1647855505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:20:{s:4:\"tmpl\";i:1370;s:2:\"id\";i:23329;s:5:\"title\";s:29:\"Slide-In | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-5-Small.jpg\";s:12:\"tmpl_created\";i:1647855865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:20:{s:4:\"tmpl\";i:1371;s:2:\"id\";i:23335;s:5:\"title\";s:31:\"Slide-In | CTA | Black Friday 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-1-Small.jpg\";s:12:\"tmpl_created\";i:1647856357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-cta-black-friday-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:20:{s:4:\"tmpl\";i:1372;s:2:\"id\";i:23341;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-3-Small.jpg\";s:12:\"tmpl_created\";i:1647856493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:20:{s:4:\"tmpl\";i:1373;s:2:\"id\";i:23347;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-2-Small.jpg\";s:12:\"tmpl_created\";i:1647856891;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:20:{s:4:\"tmpl\";i:1374;s:2:\"id\";i:23354;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 4\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-4-Small.jpg\";s:12:\"tmpl_created\";i:1647856996;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:20:{s:4:\"tmpl\";i:1375;s:2:\"id\";i:23394;s:5:\"title\";s:27:\"Classic | CTA | Halloween 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-3-Small.jpg\";s:12:\"tmpl_created\";i:1647857351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-halloween-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:31:\"[\"cta\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:20:{s:4:\"tmpl\";i:1376;s:2:\"id\";i:23401;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-2-Small.jpg\";s:12:\"tmpl_created\";i:1647857567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:20:{s:4:\"tmpl\";i:1377;s:2:\"id\";i:23407;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-1-Small.jpg\";s:12:\"tmpl_created\";i:1647857814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:94;a:20:{s:4:\"tmpl\";i:1378;s:2:\"id\";i:23416;s:5:\"title\";s:31:\"Fly-In | Discount | Halloween 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-5-Small.jpg\";s:12:\"tmpl_created\";i:1647858024;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-discount-halloween-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:44:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:20:{s:4:\"tmpl\";i:1379;s:2:\"id\";i:23422;s:5:\"title\";s:36:\"Classic | Subscription | Halloween 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-4-Small.jpg\";s:12:\"tmpl_created\";i:1647858246;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-halloween-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:48:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;a:20:{s:4:\"tmpl\";i:1380;s:2:\"id\";i:23471;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-2-Small.jpg\";s:12:\"tmpl_created\";i:1647859193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:20:{s:4:\"tmpl\";i:1381;s:2:\"id\";i:23477;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-4-Small.jpg\";s:12:\"tmpl_created\";i:1647859838;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:20:{s:4:\"tmpl\";i:1382;s:2:\"id\";i:23483;s:5:\"title\";s:26:\"Fly-In | CTA | Christmas 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-1-Small.jpg\";s:12:\"tmpl_created\";i:1647860157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-cta-christmas-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:20:{s:4:\"tmpl\";i:1383;s:2:\"id\";i:23489;s:5:\"title\";s:33:\"Slide-In | Discount | Christmas 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-5-Small.jpg\";s:12:\"tmpl_created\";i:1647860302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-christmas-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:20:{s:4:\"tmpl\";i:1384;s:2:\"id\";i:23496;s:5:\"title\";s:32:\"Classic | Discount | Christmas 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-3-Small.jpg\";s:12:\"tmpl_created\";i:1647860454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-christmas-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Christmas\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:20:{s:4:\"tmpl\";i:1385;s:2:\"id\";i:23523;s:5:\"title\";s:30:\"Classic | CTA | Valentines Day\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-2-Small.jpg\";s:12:\"tmpl_created\";i:1647860912;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-valentines-day/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:20:{s:4:\"tmpl\";i:1386;s:2:\"id\";i:23529;s:5:\"title\";s:39:\"Hello Bar | Discount | Valentines Day 2\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-1-Small.jpg\";s:12:\"tmpl_created\";i:1647861064;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-discount-valentines-day-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:30:\"[\"Discount\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:20:{s:4:\"tmpl\";i:1387;s:2:\"id\";i:23536;s:5:\"title\";s:32:\"Classic | CTA | Valentines Day 3\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-3-Small.jpg\";s:12:\"tmpl_created\";i:1647861536;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-cta-valentines-day-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:20:{s:4:\"tmpl\";i:1388;s:2:\"id\";i:23586;s:5:\"title\";s:51:\"Fly-In | Subscribe | Health &#038; Wellness Company\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/35-Subscribe-Health-Wellness-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647862008;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"Business\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:20:{s:4:\"tmpl\";i:1389;s:2:\"id\";i:23592;s:5:\"title\";s:34:\"Classic | Subscribe | Tech Company\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/36-Subscribe-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647866706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-subscribe-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:20:{s:4:\"tmpl\";i:1390;s:2:\"id\";i:23598;s:5:\"title\";s:36:\"Classic | Contact Us | Fight Classes\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/37-Contact-Us-Fight-Classes-Small.jpg\";s:12:\"tmpl_created\";i:1647866869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-contact-us-fight-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:20:{s:4:\"tmpl\";i:1391;s:2:\"id\";i:23611;s:5:\"title\";s:31:\"Classic | CTA | Mochi Shop Sale\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2022/03/39-Click-Through-Mochi-Shop-Sale-Small.jpg\";s:12:\"tmpl_created\";i:1647867750;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-cta-mochi-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"cta\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:20:{s:4:\"tmpl\";i:1392;s:2:\"id\";i:23618;s:5:\"title\";s:28:\"Classic | CTA | Fashion Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/40-Click-Through-Fashion-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647868251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:20:{s:4:\"tmpl\";i:1393;s:2:\"id\";i:23624;s:5:\"title\";s:29:\"Fly-In | Login | Tech Company\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/41-Login-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647868704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/fly-in-login-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:20:{s:4:\"tmpl\";i:1394;s:2:\"id\";i:23630;s:5:\"title\";s:36:\"Fly-In | Verification | Liquor Store\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/42-Verification-Liquor-Store-Small.jpg\";s:12:\"tmpl_created\";i:1647870308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-verification-liquor-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:20:{s:4:\"tmpl\";i:1395;s:2:\"id\";i:23636;s:5:\"title\";s:39:\"Hello Bar | Subscribe | Online Magazine\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/44-Subscribe-Online-Magazine-Small.jpg\";s:12:\"tmpl_created\";i:1647870465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-subscribe-online-magazine/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:20:{s:4:\"tmpl\";i:1396;s:2:\"id\";i:23642;s:5:\"title\";s:27:\"Fly-In | Login | Health Spa\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/43-Login-Health-Spa-Small.jpg\";s:12:\"tmpl_created\";i:1647872427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/fly-in-login-health-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Login\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:20:{s:4:\"tmpl\";i:1397;s:2:\"id\";i:23648;s:5:\"title\";s:33:\"Fly-In | Verification | Wine Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/45-Verification-Wine-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647872627;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/fly-in-verification-wine-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:20:{s:4:\"tmpl\";i:1421;s:2:\"id\";i:24235;s:5:\"title\";s:24:\"Ladydog Club &#8211; NFT\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/05/Ladydog_Club.jpg\";s:12:\"tmpl_created\";i:1651525072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:20:{s:4:\"tmpl\";i:1422;s:2:\"id\";i:24166;s:5:\"title\";s:15:\"Dot &#8211; NFT\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/05/Dot-250_280.jpg\";s:12:\"tmpl_created\";i:1651525117;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/lp/dot-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:20:{s:4:\"tmpl\";i:1423;s:2:\"id\";i:24191;s:5:\"title\";s:28:\"Cosmic Neighbors &#8211; NFT\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Cosmic_Neighbors-250_280.jpg\";s:12:\"tmpl_created\";i:1651525124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:20:{s:4:\"tmpl\";i:1424;s:2:\"id\";i:24255;s:5:\"title\";s:30:\"Happy Food Friends &#8211; NFT\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/05/Featured_Image.jpg\";s:12:\"tmpl_created\";i:1651525475;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:20:{s:4:\"tmpl\";i:1443;s:2:\"id\";i:24599;s:5:\"title\";s:27:\"Wireframe &#8211; Courses 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Courses-1.jpg\";s:12:\"tmpl_created\";i:1653989626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-courses-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:180:\"[\"About\",\"Academy\",\"Booking\",\"Business\",\"Course Online\",\"Features\",\"Footer\",\"Landing Pages\",\"Online Service\",\"Professional\",\"School\",\"Services\",\"Subscribe\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:119;a:20:{s:4:\"tmpl\";i:1444;s:2:\"id\";i:24614;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1-2.jpg\";s:12:\"tmpl_created\";i:1653990084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:139:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:120;a:20:{s:4:\"tmpl\";i:1445;s:2:\"id\";i:24629;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2-2.jpg\";s:12:\"tmpl_created\";i:1653990132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:123:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:20:{s:4:\"tmpl\";i:1446;s:2:\"id\";i:24644;s:5:\"title\";s:27:\"Wireframe &#8211; Webinar 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Webinar-1.jpg\";s:12:\"tmpl_created\";i:1653990164;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-webinar-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:177:\"[\"About\",\"Academy\",\"Booking\",\"Conference\",\"Course Online\",\"Education\",\"Features\",\"Footer\",\"Form\",\"Landing Pages\",\"Online Event\",\"Online Service\",\"Subscribe\",\"Virtual\",\"Webinar\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:20:{s:4:\"tmpl\";i:1447;s:2:\"id\";i:24655;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3-2.jpg\";s:12:\"tmpl_created\";i:1653990198;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:143:\"[\"About\",\"Agency\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Portfolio\",\"Professional\",\"Project\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:20:{s:4:\"tmpl\";i:1448;s:2:\"id\";i:24677;s:5:\"title\";s:28:\"Wireframe &#8211; Services 4\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-4.jpg\";s:12:\"tmpl_created\";i:1653990233;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:102:\"[\"About\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;a:20:{s:4:\"tmpl\";i:1449;s:2:\"id\";i:24687;s:5:\"title\";s:28:\"Wireframe &#8211; Products 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Products-1.jpg\";s:12:\"tmpl_created\";i:1653990273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-products-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:128:\"[\"About\",\"Booking\",\"Business\",\"Clients\",\"Ecommerce\",\"Features\",\"Footer\",\"Landing Pages\",\"Products\",\"Sales\",\"Shop\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:125;a:20:{s:4:\"tmpl\";i:1450;s:2:\"id\";i:24706;s:5:\"title\";s:28:\"Wireframe &#8211; Services 5\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-5.jpg\";s:12:\"tmpl_created\";i:1653990322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:149:\"[\"About\",\"Booking\",\"Consulting\",\"Contact\",\"Doctor\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:126;a:20:{s:4:\"tmpl\";i:1451;s:2:\"id\";i:23604;s:5:\"title\";s:38:\"Classic | Subscribe | Nail Polish Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/38-Subscribe-Nail-Polish-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1660205114;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-subscribe-nail-polish-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:20:{s:4:\"tmpl\";i:1452;s:2:\"id\";i:23047;s:5:\"title\";s:46:\"Fly-In | Contact | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small.jpg\";s:12:\"tmpl_created\";i:1660205149;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/fly-in-contact-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Contact\",\"Ebook\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:128;a:20:{s:4:\"tmpl\";i:1199;s:2:\"id\";i:18839;s:5:\"title\";s:27:\"Hello Bar | CTA | eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/05/350x250.png\";s:12:\"tmpl_created\";i:1621870603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:41:\"[\"Ecommerce\",\"Online Shop\",\"Sale\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:20:{s:4:\"tmpl\";i:1247;s:2:\"id\";i:21907;s:5:\"title\";s:50:\"Fly-In | Team Details  | Electronic Music Festival\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/Kit-8-electronic-music-festival-CTA-image-1.jpg\";s:12:\"tmpl_created\";i:1646660881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/fly-in-team-details-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:130;a:20:{s:4:\"tmpl\";i:1253;s:2:\"id\";i:22162;s:5:\"title\";s:46:\"Full Screen | Menu | Electronic Music Festival\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/8-music-festival-Team-Details.jpg\";s:12:\"tmpl_created\";i:1647272934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:154:\"https://library.elementor.com/popups/full-screen-menu-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:20:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:22172;s:5:\"title\";s:45:\"Classic | Discount | Health &#038; Beauty Spa\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/health-beauty-spa-small.jpg\";s:12:\"tmpl_created\";i:1647273547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-discount-popup-health-beauty-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:36:\"[\"Hair\",\"Health\",\"Sales\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;a:20:{s:4:\"tmpl\";i:1255;s:2:\"id\";i:22183;s:5:\"title\";s:44:\"Hello Bar | CTA | Environmental Organization\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/11-Environmental-Organization-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647274384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/hello-bar-cta-popup-environmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:20:{s:4:\"tmpl\";i:1256;s:2:\"id\";i:22195;s:5:\"title\";s:39:\"Classic | Discount | Italian Restaurant\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/restaurant-small.jpg\";s:12:\"tmpl_created\";i:1647329432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-discount-popup-italian-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Restaurant\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:20:{s:4:\"tmpl\";i:1257;s:2:\"id\";i:22210;s:5:\"title\";s:45:\"Bottom Bar | Discount | Technology Conference\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tech-conference-small.jpg\";s:12:\"tmpl_created\";i:1647330423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/bottom-bar-discount-popup-technology-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:38:\"[\"Conference\",\"Sales\",\"Save the Date\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;a:20:{s:4:\"tmpl\";i:1258;s:2:\"id\";i:22221;s:5:\"title\";s:32:\"Hello Bar | Menu | Tattoo Studio\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small-1.jpg\";s:12:\"tmpl_created\";i:1647330705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/hello-bar-menu-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:17:\"[\"Header\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:136;a:20:{s:4:\"tmpl\";i:1259;s:2:\"id\";i:22231;s:5:\"title\";s:37:\"Full Screen | Booking | Tattoo Studio\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small.jpg\";s:12:\"tmpl_created\";i:1647331823;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-booking-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:20:{s:4:\"tmpl\";i:1260;s:2:\"id\";i:22251;s:5:\"title\";s:34:\"Classic | Discount | Dental Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/dental-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647332171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-popup-dental-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Health\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:20:{s:4:\"tmpl\";i:1261;s:2:\"id\";i:22261;s:5:\"title\";s:34:\"Slide-In | Contact | Makeup Artist\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/20-Makeup-Artist-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647333946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/slide-in-contact-popup-makeup-artist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:139;a:20:{s:4:\"tmpl\";i:1262;s:2:\"id\";i:22271;s:5:\"title\";s:24:\"Fly-In | CTA | Headphone\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/headphones-1-small.jpg\";s:12:\"tmpl_created\";i:1647334784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-cta-popup-headphone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:41:\"[\"cta\",\"Ecommerce\",\"Marketing\",\"Product\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:140;a:20:{s:4:\"tmpl\";i:1263;s:2:\"id\";i:22277;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/online-course-2.jpg\";s:12:\"tmpl_created\";i:1647337110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-popup-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Course Online\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:20:{s:4:\"tmpl\";i:1264;s:2:\"id\";i:22283;s:5:\"title\";s:40:\"Bottom Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistant-3.jpg\";s:12:\"tmpl_created\";i:1647337517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-contact-popup-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:20:{s:4:\"tmpl\";i:1265;s:2:\"id\";i:22289;s:5:\"title\";s:32:\"Fly-In | Contact | Private Tutor\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-4.jpg\";s:12:\"tmpl_created\";i:1647337676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-contact-popup-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:27:\"[\"Contact\",\"Course Online\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:143;a:20:{s:4:\"tmpl\";i:1266;s:2:\"id\";i:22295;s:5:\"title\";s:31:\"Classic |  Login | Login Travel\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/login-travel-6.jpg\";s:12:\"tmpl_created\";i:1647339467;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-login-popup-login-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:144;a:20:{s:4:\"tmpl\";i:1267;s:2:\"id\";i:22301;s:5:\"title\";s:36:\"Full Screen | Login | Login Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/login-business-7.jpg\";s:12:\"tmpl_created\";i:1647339782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/full-screen-login-popup-login-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:16:\"[\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:145;a:20:{s:4:\"tmpl\";i:1268;s:2:\"id\";i:22307;s:5:\"title\";s:28:\"Classic | Login | Login Blog\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/login-blog-8.jpg\";s:12:\"tmpl_created\";i:1647339986;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-login-popup-login-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:20:{s:4:\"tmpl\";i:1269;s:2:\"id\";i:22313;s:5:\"title\";s:31:\"Classic | Login | Login Fashion\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/login-fashion-9.jpg\";s:12:\"tmpl_created\";i:1647340204;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-login-popup-login-fashion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Fashion\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:147;a:20:{s:4:\"tmpl\";i:1270;s:2:\"id\";i:22319;s:5:\"title\";s:40:\"Classic |  Login | Login Design Platform\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/03/login-design-platform-10.jpg\";s:12:\"tmpl_created\";i:1647340531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-login-popup-login-design-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Design\",\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;a:20:{s:4:\"tmpl\";i:1271;s:2:\"id\";i:22325;s:5:\"title\";s:36:\"Fly-In | Contact | Digital Marketing\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-marketing-11.jpg\";s:12:\"tmpl_created\";i:1647340770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-contact-popup-digital-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:51:\"[\"Business\",\"Contact\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:20:{s:4:\"tmpl\";i:1272;s:2:\"id\";i:22331;s:5:\"title\";s:36:\"Fly-In | CTA | Dog Cat Food Delivery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/dog-cat-food-delivery-5.jpg\";s:12:\"tmpl_created\";i:1647341069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-cta-popup-dog-cat-food-delivery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Delivery Service\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:20:{s:4:\"tmpl\";i:1273;s:2:\"id\";i:22337;s:5:\"title\";s:37:\"Full Screen | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-12.jpg\";s:12:\"tmpl_created\";i:1647341370;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-contact-popup-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:20:{s:4:\"tmpl\";i:1274;s:2:\"id\";i:22343;s:5:\"title\";s:44:\"Classic | Contact | Support Product Platform\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/03/support-13.jpg\";s:12:\"tmpl_created\";i:1647341972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-contact-support-product-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Contact\",\"Support\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:20:{s:4:\"tmpl\";i:1275;s:2:\"id\";i:22371;s:5:\"title\";s:38:\"Full Screen | Contact | Small Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/small-business-14.jpg\";s:12:\"tmpl_created\";i:1647342508;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-contact-small-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:40:\"[\"Business\",\"Contact\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:20:{s:4:\"tmpl\";i:1276;s:2:\"id\";i:22377;s:5:\"title\";s:31:\"Classic | Contact | Online Shop\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/online-shop-15.jpg\";s:12:\"tmpl_created\";i:1647352786;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-online-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:154;a:20:{s:4:\"tmpl\";i:1277;s:2:\"id\";i:22383;s:5:\"title\";s:40:\"Classic | Booking | Children Optometrist\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/children-optometrist-16.jpg\";s:12:\"tmpl_created\";i:1647352963;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-booking-children-optometrist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:53:\"[\"Booking\",\"Business\",\"Contact\",\"Education\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:20:{s:4:\"tmpl\";i:1278;s:2:\"id\";i:22389;s:5:\"title\";s:28:\"Fly-In | Contact | Open Week\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/03/open-week17.jpg\";s:12:\"tmpl_created\";i:1647353281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-open-week/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:34:\"[\"Business\",\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:20:{s:4:\"tmpl\";i:1279;s:2:\"id\";i:22397;s:5:\"title\";s:43:\"Full Screen | CTA | Plant Pots Online Store\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/plant-pots-online-store-18.jpg\";s:12:\"tmpl_created\";i:1647353429;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-cta-plant-pots-online-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:33:\"[\"Ecommerce\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:20:{s:4:\"tmpl\";i:1054;s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:762;s:11:\"trend_index\";i:650;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:20:{s:4:\"tmpl\";i:1398;s:2:\"id\";i:23687;s:5:\"title\";s:32:\"Pizza Promotion &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/48-Pizza-Promotion.jpg\";s:12:\"tmpl_created\";i:1649670575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/pizza-promotion-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:92:\"[\"Business\",\"Cooking\",\"Delivery\",\"Discount\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:159;a:20:{s:4:\"tmpl\";i:1400;s:2:\"id\";i:23751;s:5:\"title\";s:33:\"Baby Sleep Webinar &#8211; Events\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/63-Baby-Sleep-Webinar.jpg\";s:12:\"tmpl_created\";i:1649676065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/baby-sleep-webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:227:\"[\"Baby\",\"Booking\",\"Business\",\"Children\",\"Course Online\",\"Education\",\"Events\",\"Health\",\"Landing Pages\",\"Life Coach\",\"Lifestyle\",\"Online Event\",\"Online Service\",\"Parenting\",\"Professional\",\"Remote\",\"Services\",\"Training\",\"Webinar\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:160;a:20:{s:4:\"tmpl\";i:1401;s:2:\"id\";i:23776;s:5:\"title\";s:34:\"Ski Hotel Promotion &#8211; Travel\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/04/64-Ski-Hotel-Promotion.jpg\";s:12:\"tmpl_created\";i:1649691720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/ski-hotel-promotion-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:118:\"[\"Accommodation\",\"Booking\",\"Discount. Landing Pages\",\"Lifestyle\",\"Luxury\",\"Services\",\"Spa\",\"Travel\",\"Trip\",\"Vacation\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:20:{s:4:\"tmpl\";i:1402;s:2:\"id\";i:23804;s:5:\"title\";s:30:\"Cake Delivery &#8211; Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/04/67-Cake-Delivery.jpg\";s:12:\"tmpl_created\";i:1649692909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/cake-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:101:\"[\"Bakery\",\"Business\",\"Cake\",\"Cooking\",\"Delivery\",\"Discount\",\"Food\",\"Landing Pages\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:162;a:20:{s:4:\"tmpl\";i:1403;s:2:\"id\";i:23832;s:5:\"title\";s:32:\"Furniture Store &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/87-Furniture-Store.jpg\";s:12:\"tmpl_created\";i:1649694812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/furniture-store-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:232:\"[\"Architecture\",\"Art\",\"Business\",\"Construction\",\"Coupon\",\"Creative\",\"Decor\",\"Designer\",\"Discount\",\"Fashion\",\"Furniture Design\",\"Home\",\"House\",\"Interior Design\",\"Landing Pages\",\"Lifestyle\",\"Products\",\"Professional\",\"Services\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:163;a:20:{s:4:\"tmpl\";i:1404;s:2:\"id\";i:23746;s:5:\"title\";s:22:\"Nails &#8211; Business\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/04/62-Nails-1.jpg\";s:12:\"tmpl_created\";i:1649704635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/nails-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:173:\"[\"Art\",\"Beauty\",\"Business\",\"Colorful\",\"Cosmetics\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Girly\",\"Landing Pages\",\"Lifestyle\",\"Manicure\",\"Modern\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:164;a:20:{s:4:\"tmpl\";i:1405;s:2:\"id\";i:23846;s:5:\"title\";s:29:\"Music Festival &#8211; Events\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/04/88-Music-Festival.jpg\";s:12:\"tmpl_created\";i:1649707763;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/music-festival-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:128:\"[\"Author\",\"Booking\",\"Business\",\"Creative\",\"Discount\",\"Events\",\"Landing Pages\",\"Music\",\"Online\",\"Online Event\",\"Party\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:165;a:20:{s:4:\"tmpl\";i:1406;s:2:\"id\";i:23872;s:5:\"title\";s:40:\"Fashion Styling Course &#8211; Education\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/89-Fashion-Styling-Course.jpg\";s:12:\"tmpl_created\";i:1649708569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/fashion-styling-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:173:\"[\"Aesthetic\",\"Art\",\"Beauty\",\"Business\",\"Course Online\",\"Creative\",\"Discount\",\"Education\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Online\",\"Online Service\",\"Stylist\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:166;a:20:{s:4:\"tmpl\";i:1407;s:2:\"id\";i:23897;s:5:\"title\";s:33:\"Bags Online Shop &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/04/90-Bags-Online-Shop.jpg\";s:12:\"tmpl_created\";i:1649709513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/bags-online-shop-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:170:\"[\"Art\",\"Bag\",\"Business\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Luxury\",\"Modern\",\"Online\",\"Online Shop\",\"Products\",\"Sales\",\"Shop\",\"Stylist\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:20:{s:4:\"tmpl\";i:1408;s:2:\"id\";i:23932;s:5:\"title\";s:32:\"Cooking Academy &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/91-Cooking-Academy.jpg\";s:12:\"tmpl_created\";i:1649710216;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/cooking-academy-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:145:\"[\"Academy\",\"Booking\",\"Business\",\"Chef\",\"Cooking\",\"Education\",\"Food\",\"Free Trial\",\"Landing Pages\",\"Professional\",\"School\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:168;a:20:{s:4:\"tmpl\";i:1409;s:2:\"id\";i:23970;s:5:\"title\";s:45:\"Ophthalmology Medical Clinic &#8211; Business\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/04/92-Ophthalmology-Medical-Clinic.jpg\";s:12:\"tmpl_created\";i:1649711096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/ophthalmology-medical-clinic-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:165:\"[\"About\",\"Business\",\"Care\",\"Consulting\",\"Eye\",\"Free Trial\",\"Glasses\",\"Health\",\"Landing Pages\",\"Lifestyle\",\"Medical\",\"Modern\",\"Optometrist\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:169;a:20:{s:4:\"tmpl\";i:1425;s:2:\"id\";i:24331;s:5:\"title\";s:24:\"Wireframe &#8211; Home 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-1.jpg\";s:12:\"tmpl_created\";i:1653988363;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:170;a:20:{s:4:\"tmpl\";i:1218;s:2:\"id\";i:20792;s:5:\"title\";s:26:\"Luxury Car &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg\";s:12:\"tmpl_created\";i:1636903770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/luxury-car-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:54:\"[\"car\",\"Ecommerce\",\"Landing Pages\",\"Luxury\",\"Product\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:171;a:20:{s:4:\"tmpl\";i:1428;s:2:\"id\";i:24398;s:5:\"title\";s:25:\"Wireframe &#8211; About 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-1.jpg\";s:12:\"tmpl_created\";i:1653988534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:83:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Professional\",\"Services\",\"Team\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:172;a:20:{s:4:\"tmpl\";i:991;s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:369;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:20:{s:4:\"tmpl\";i:1053;s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:312;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:174;a:20:{s:4:\"tmpl\";i:899;s:2:\"id\";i:11839;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";i:1569430015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:20;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:175;a:20:{s:4:\"tmpl\";i:1433;s:2:\"id\";i:24477;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-2.jpg\";s:12:\"tmpl_created\";i:1653988835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:176;a:20:{s:4:\"tmpl\";i:1205;s:2:\"id\";i:20233;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633881371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:177;a:20:{s:4:\"tmpl\";i:1214;s:2:\"id\";i:20539;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:178;a:20:{s:4:\"tmpl\";i:1224;s:2:\"id\";i:21013;s:5:\"title\";s:24:\"Restaurant &#8211; About\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638795588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:36:\"[\"About\",\"Chef\",\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:179;a:20:{s:4:\"tmpl\";i:992;s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:582;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:180;a:20:{s:4:\"tmpl\";i:1206;s:2:\"id\";i:20254;s:5:\"title\";s:41:\"Digital Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:65:\"[\"Agency\",\"Business\",\"Digital Agency\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:181;a:20:{s:4:\"tmpl\";i:1235;s:2:\"id\";i:21281;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg\";s:12:\"tmpl_created\";i:1638819128;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/law-firm-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Consulting\",\"Law\",\"Law Firm\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:182;a:20:{s:4:\"tmpl\";i:1017;s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:697;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:183;a:20:{s:4:\"tmpl\";i:1213;s:2:\"id\";i:20509;s:5:\"title\";s:40:\"Dogs Adoption &#8211; Social Involvement\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:49:\"[\"Adoption\",\"Involvement\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:184;a:20:{s:4:\"tmpl\";i:1233;s:2:\"id\";i:21205;s:5:\"title\";s:29:\"Photographer &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg\";s:12:\"tmpl_created\";i:1638818372;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photographer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Black and white\",\"Photography\",\"Project\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:185;a:20:{s:4:\"tmpl\";i:993;s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:432;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:186;a:20:{s:4:\"tmpl\";i:925;s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:714;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:187;a:20:{s:4:\"tmpl\";i:1208;s:2:\"id\";i:20361;s:5:\"title\";s:51:\"Exercise &#038; Fitness Equipment &#8211; eCommerce\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633883766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Fitness\",\"Health\",\"Landing Pages\",\"Online Shop\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:188;a:20:{s:4:\"tmpl\";i:1239;s:2:\"id\";i:21373;s:5:\"title\";s:28:\"Photographer &#8211; Gallery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg\";s:12:\"tmpl_created\";i:1638821177;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photographer-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Gallery\",\"Photography\",\"Portfolio\",\"Project\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:189;a:20:{s:4:\"tmpl\";i:1426;s:2:\"id\";i:24348;s:5:\"title\";s:24:\"Wireframe &#8211; Home 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-2.jpg\";s:12:\"tmpl_created\";i:1653988444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:190;a:20:{s:4:\"tmpl\";i:958;s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:521;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:191;a:20:{s:4:\"tmpl\";i:1427;s:2:\"id\";i:24366;s:5:\"title\";s:24:\"Wireframe &#8211; Home 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-3.jpg\";s:12:\"tmpl_created\";i:1653988491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:192;a:20:{s:4:\"tmpl\";i:1207;s:2:\"id\";i:20299;s:5:\"title\";s:51:\"Interior Design Consultation &#8211; Online Service\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:65:\"[\"Consulting\",\"Interior Design\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:193;a:20:{s:4:\"tmpl\";i:952;s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:281;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:20:{s:4:\"tmpl\";i:883;s:2:\"id\";i:11468;s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";i:1567393182;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:740;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:20:{s:4:\"tmpl\";i:1216;s:2:\"id\";i:20623;s:5:\"title\";s:57:\"Luxurious Camping Accommodation For Events &#8211; Events\";s:9:\"thumbnail\";s:113:\"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634041681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:43:\"[\"Event\",\"Events\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:196;a:20:{s:4:\"tmpl\";i:1219;s:2:\"id\";i:20886;s:5:\"title\";s:28:\"Online Training &#8211; Home\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg\";s:12:\"tmpl_created\";i:1638784769;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/online-training-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Online\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:197;a:20:{s:4:\"tmpl\";i:1065;s:2:\"id\";i:15570;s:5:\"title\";s:33:\"Classic | Subscribe | Travel Blog\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1606215555;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:459;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:198;a:20:{s:4:\"tmpl\";i:1431;s:2:\"id\";i:24437;s:5:\"title\";s:25:\"Wireframe &#8211; About 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-4.jpg\";s:12:\"tmpl_created\";i:1653988733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:20:{s:4:\"tmpl\";i:1210;s:2:\"id\";i:20414;s:5:\"title\";s:45:\"Online English Courses &#8211; Online Service\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Course Online\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:200;a:20:{s:4:\"tmpl\";i:1132;s:2:\"id\";i:16553;s:5:\"title\";s:31:\"Fly-In | Contact | Beauty Salon\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg\";s:12:\"tmpl_created\";i:1608622602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:428;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:201;a:20:{s:4:\"tmpl\";i:1441;s:2:\"id\";i:24574;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 5\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-5.jpg\";s:12:\"tmpl_created\";i:1653989135;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:20:{s:4:\"tmpl\";i:1217;s:2:\"id\";i:20333;s:5:\"title\";s:40:\"Plant Pots Online Shop &#8211; eCommerce\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634042184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Ecommerce\",\"Landing Pages\",\"Online Shop\",\"Shop\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:20:{s:4:\"tmpl\";i:1211;s:2:\"id\";i:20447;s:5:\"title\";s:33:\"Shared Workspace &#8211; Business\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg\";s:12:\"tmpl_created\";i:1633884934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/shared-workspace-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:28:\"[\"Business\",\"Landing Pages\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:204;a:20:{s:4:\"tmpl\";i:1237;s:2:\"id\";i:21313;s:5:\"title\";s:34:\"Spa &#038; Beauty &#8211; Services\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg\";s:12:\"tmpl_created\";i:1638819709;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/spa-beauty-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:55:\"[\"Beauty\",\"Hair\",\"Health\",\"Services\",\"Spa\",\"Treatment\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;a:20:{s:4:\"tmpl\";i:1004;s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:667;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;a:20:{s:4:\"tmpl\";i:924;s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:754;s:11:\"trend_index\";i:791;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:207;a:20:{s:4:\"tmpl\";i:1212;s:2:\"id\";i:20479;s:5:\"title\";s:49:\"Teeth Straightening &#8211; Health &#038; Fitness\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg\";s:12:\"tmpl_created\";i:1633886115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:46:\"[\"Business\",\"Dental\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:20:{s:4:\"tmpl\";i:1234;s:2:\"id\";i:21234;s:5:\"title\";s:34:\"Insurance Company &#8211; Services\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg\";s:12:\"tmpl_created\";i:1638818688;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/insurance-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Faq\",\"Form\",\"Insurance\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:209;a:20:{s:4:\"tmpl\";i:1035;s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:309;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:20:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:20394;s:5:\"title\";s:30:\"Time Management &#8211; Events\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884077;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/time-management-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:211;a:20:{s:4:\"tmpl\";i:1229;s:2:\"id\";i:21118;s:5:\"title\";s:28:\"Contact &#8211; Plants Store\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg\";s:12:\"tmpl_created\";i:1638802472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/contact-plants-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:40:\"[\"Contact\",\"Info\",\"Plant\",\"Testimonial\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;a:20:{s:4:\"tmpl\";i:893;s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:626;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:213;a:20:{s:4:\"tmpl\";i:1203;s:2:\"id\";i:18591;s:5:\"title\";s:28:\"Coffee Sale &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png\";s:12:\"tmpl_created\";i:1633877319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/coffee-sale-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:33:\"[\"Coffee\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:20:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:21184;s:5:\"title\";s:28:\"Dental Care &#8211; Services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg\";s:12:\"tmpl_created\";i:1638807148;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dental-care-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Dental\",\"Medical\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:215;a:20:{s:4:\"tmpl\";i:1064;s:2:\"id\";i:15580;s:5:\"title\";s:31:\"Fullscreen | Menu | Travel Blog\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1606215358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:348;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:216;a:20:{s:4:\"tmpl\";i:1133;s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones &#8211; eCommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png\";s:12:\"tmpl_created\";i:1609944115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:39:\"[\"Ecommerce\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:87;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:217;a:20:{s:4:\"tmpl\";i:1442;s:2:\"id\";i:24584;s:5:\"title\";s:27:\"Wireframe &#8211; Pricing 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Pricing-1.jpg\";s:12:\"tmpl_created\";i:1653989152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"Booking\",\"Business\",\"Clients\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Online Service\",\"Pricing\",\"Products\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:218;a:20:{s:4:\"tmpl\";i:1138;s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference &#8211; Events\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png\";s:12:\"tmpl_created\";i:1610455119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/conference-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:60:\"[\"Conference\",\"Convention\",\"Event\",\"Events\",\"Landing Pages\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:216;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:219;a:20:{s:4:\"tmpl\";i:1438;s:2:\"id\";i:24539;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-2.jpg\";s:12:\"tmpl_created\";i:1653989019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"Business\",\"Contact\",\"Footer\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:220;a:20:{s:4:\"tmpl\";i:981;s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"Interior Design\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:763;s:11:\"trend_index\";i:679;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:221;a:20:{s:4:\"tmpl\";i:1052;s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:739;s:11:\"trend_index\";i:583;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:20:{s:4:\"tmpl\";i:1434;s:2:\"id\";i:24494;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1.jpg\";s:12:\"tmpl_created\";i:1653988874;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Business\",\"Faq\",\"Footer\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:223;a:20:{s:4:\"tmpl\";i:1194;s:2:\"id\";i:18701;s:5:\"title\";s:32:\"Digital Course &#8211; eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg\";s:12:\"tmpl_created\";i:1618995134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Ecommerce\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:224;a:20:{s:4:\"tmpl\";i:1192;s:2:\"id\";i:18612;s:5:\"title\";s:34:\"Bag Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg\";s:12:\"tmpl_created\";i:1618395406;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:61:\"[\"Bag\",\"Ecommerce\",\"Landing Pages\",\"Product\",\"Sale\",\"Travel\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:875;s:11:\"trend_index\";i:605;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:225;a:20:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:21083;s:5:\"title\";s:26:\"Conference &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg\";s:12:\"tmpl_created\";i:1638799208;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/conference-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:44:\"[\"Conference\",\"Contact\",\"Form\",\"Info\",\"Map\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:226;a:20:{s:4:\"tmpl\";i:1193;s:2:\"id\";i:18644;s:5:\"title\";s:37:\"Camera Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg\";s:12:\"tmpl_created\";i:1618396388;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Camera\",\"Ecommerce\",\"Landing Pages\",\"Photography\",\"Sale\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:873;s:11:\"trend_index\";i:535;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:20:{s:4:\"tmpl\";i:951;s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:734;s:11:\"trend_index\";i:686;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:228;a:20:{s:4:\"tmpl\";i:1222;s:2:\"id\";i:20960;s:5:\"title\";s:26:\"Travel Agency &#8211; Home\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg\";s:12:\"tmpl_created\";i:1638788432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/travel-agency-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Adventures\",\"Experience\",\"Explore\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:229;a:20:{s:4:\"tmpl\";i:1196;s:2:\"id\";i:18815;s:5:\"title\";s:25:\"Car Wash &#8211; Business\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png\";s:12:\"tmpl_created\";i:1621336431;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/car-wash-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:45:\"[\"Business\",\"car\",\"Discount\",\"Landing Pages\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:230;a:20:{s:4:\"tmpl\";i:1242;s:2:\"id\";i:21473;s:5:\"title\";s:40:\"Architecture Photography &#8211; Gallery\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg\";s:12:\"tmpl_created\";i:1638822115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/architecture-photography-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:52:\"[\"Architecture\",\"Gallery\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:231;a:20:{s:4:\"tmpl\";i:1015;s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:565;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:232;a:20:{s:4:\"tmpl\";i:923;s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:413;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:233;a:20:{s:4:\"tmpl\";i:1198;s:2:\"id\";i:18824;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1621336756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:234;a:20:{s:4:\"tmpl\";i:1236;s:2:\"id\";i:21259;s:5:\"title\";s:28:\"3D Designer &#8211; Projects\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg\";s:12:\"tmpl_created\";i:1638819185;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/3d-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"3D\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:235;a:20:{s:4:\"tmpl\";i:1028;s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:284;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:236;a:20:{s:4:\"tmpl\";i:1197;s:2:\"id\";i:18819;s:5:\"title\";s:27:\"Dog Walker &#8211; Business\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png\";s:12:\"tmpl_created\";i:1621336601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/dog-walker-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:41:\"[\"Business\",\"Dog\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:237;a:20:{s:4:\"tmpl\";i:1238;s:2:\"id\";i:21349;s:5:\"title\";s:29:\"Architecture &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg\";s:12:\"tmpl_created\";i:1638820870;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/architecture-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:70:\"[\"Architecture\",\"Creative\",\"Creative Portfolio\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:238;a:20:{s:4:\"tmpl\";i:1034;s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:162;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:239;a:20:{s:4:\"tmpl\";i:1414;s:2:\"id\";i:24079;s:5:\"title\";s:32:\"Fashion Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Fashion-Shop.jpg\";s:12:\"tmpl_created\";i:1650988089;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/fashion-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Aesthetic\",\"Business\",\"Coming Soon\",\"Ecommerce\",\"Girly\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:20:{s:4:\"tmpl\";i:1195;s:2:\"id\";i:18761;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1621336146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:241;a:20:{s:4:\"tmpl\";i:1153;s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor &#8211; Online Service\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png\";s:12:\"tmpl_created\";i:1610631042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:64:\"[\"Education\",\"Landing Pages\",\"Online Service\",\"Teacher\",\"Tutor\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:780;s:11:\"trend_index\";i:628;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:242;a:20:{s:4:\"tmpl\";i:1430;s:2:\"id\";i:24434;s:5:\"title\";s:25:\"Wireframe &#8211; About 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-3.jpg\";s:12:\"tmpl_created\";i:1653988697;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:243;a:20:{s:4:\"tmpl\";i:1158;s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach &#8211; Online Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png\";s:12:\"tmpl_created\";i:1610902793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:38:\"[\"Coach\",\"Landing Pages\",\"Life Coach\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:787;s:11:\"trend_index\";i:751;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:20:{s:4:\"tmpl\";i:1436;s:2:\"id\";i:24515;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3.jpg\";s:12:\"tmpl_created\";i:1653988946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:66:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:245;a:20:{s:4:\"tmpl\";i:875;s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:315;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:246;a:20:{s:4:\"tmpl\";i:1146;s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png\";s:12:\"tmpl_created\";i:1610532170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:80:\"[\"Advisor\",\"Business\",\"Consulting\",\"Finance\",\"Investment\",\"Landing Pages\",\"Tax\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:790;s:11:\"trend_index\";i:630;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;a:20:{s:4:\"tmpl\";i:1429;s:2:\"id\";i:24421;s:5:\"title\";s:25:\"Wireframe &#8211; About 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-2.jpg\";s:12:\"tmpl_created\";i:1653988579;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:248;a:20:{s:4:\"tmpl\";i:674;s:2:\"id\";i:8505;s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:222;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:249;a:20:{s:4:\"tmpl\";i:1136;s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:44:\"[\"Dental\",\"Doctor\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:655;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;a:20:{s:4:\"tmpl\";i:1417;s:2:\"id\";i:24116;s:5:\"title\";s:32:\"Tech Company &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Tech-Company.jpg\";s:12:\"tmpl_created\";i:1650989265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/tech-company-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"Business\",\"Coding\",\"Coming Soon\",\"Computer\",\"Developer\",\"IT\",\"Services\",\"Technology\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:251;a:20:{s:4:\"tmpl\";i:675;s:2:\"id\";i:8511;s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:155;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:252;a:20:{s:4:\"tmpl\";i:1161;s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png\";s:12:\"tmpl_created\";i:1610903298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:800;s:11:\"trend_index\";i:556;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:253;a:20:{s:4:\"tmpl\";i:1220;s:2:\"id\";i:20908;s:5:\"title\";s:42:\"Packing &#038; Moving Company &#8211; Home\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg\";s:12:\"tmpl_created\";i:1638786127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/packing-moving-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Movers\",\"Moving\",\"Storge\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:254;a:20:{s:4:\"tmpl\";i:1152;s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer &#8211; Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:67:\"[\"Computer\",\"Donate\",\"Donation\",\"Kids\",\"Landing Pages\",\"Nonprofit\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:278;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:255;a:20:{s:4:\"tmpl\";i:672;s:2:\"id\";i:8512;s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:375;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:256;a:20:{s:4:\"tmpl\";i:1245;s:2:\"id\";i:21546;s:5:\"title\";s:28:\"Interior Design &#8211; Home\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg\";s:12:\"tmpl_created\";i:1639046269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/interior-design-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Design\",\"Form\",\"Furniture Design\",\"Interior Design\",\"Testimonial\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:20:{s:4:\"tmpl\";i:1135;s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management &#8211; Product\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png\";s:12:\"tmpl_created\";i:1609945486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:39:\"[\"HR\",\"Landing Pages\",\"Product\",\"SaaS\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:292;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:258;a:20:{s:4:\"tmpl\";i:671;s:2:\"id\";i:8513;s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:176;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:259;a:20:{s:4:\"tmpl\";i:1249;s:2:\"id\";i:22137;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647177194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:260;a:20:{s:4:\"tmpl\";i:1134;s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center &#8211; Online service\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png\";s:12:\"tmpl_created\";i:1609945122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:44:\"[\"Landing Pages\",\"Medical\",\"Online Service\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:750;s:11:\"trend_index\";i:332;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:261;a:20:{s:4:\"tmpl\";i:1226;s:2:\"id\";i:21069;s:5:\"title\";s:21:\"Hotel &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg\";s:12:\"tmpl_created\";i:1638798545;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/hotel-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:36:\"[\"Contact\",\"from\",\"Info\",\"Vacation\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:262;a:20:{s:4:\"tmpl\";i:1150;s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png\";s:12:\"tmpl_created\";i:1610534999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:99:\"[\"Advisor\",\"Business\",\"Coach\",\"Counseling\",\"Landing Pages\",\"Online Service\",\"Parental\",\"Parenting\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:817;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:263;a:20:{s:4:\"tmpl\";i:1432;s:2:\"id\";i:24461;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-1.jpg\";s:12:\"tmpl_created\";i:1653988784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:264;a:20:{s:4:\"tmpl\";i:676;s:2:\"id\";i:8514;s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";i:1526415558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:220;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:20:{s:4:\"tmpl\";i:1137;s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course &#8211; Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png\";s:12:\"tmpl_created\";i:1610454122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/online-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:55:\"[\"Academy\",\"Course Online\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:777;s:11:\"trend_index\";i:776;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:266;a:20:{s:4:\"tmpl\";i:668;s:2:\"id\";i:8523;s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:268;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:267;a:20:{s:4:\"tmpl\";i:1440;s:2:\"id\";i:24563;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 4\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-4.jpg\";s:12:\"tmpl_created\";i:1653989095;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:84:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:268;a:20:{s:4:\"tmpl\";i:1162;s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Health\",\"landscape design\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:814;s:11:\"trend_index\";i:800;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:269;a:20:{s:4:\"tmpl\";i:1439;s:2:\"id\";i:24553;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 3\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-3.jpg\";s:12:\"tmpl_created\";i:1653989057;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Professional\",\"Testimonial\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:270;a:20:{s:4:\"tmpl\";i:1144;s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef &#8211; Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:53:\"[\"Business\",\"Chef\",\"Food\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:617;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:271;a:20:{s:4:\"tmpl\";i:1435;s:2:\"id\";i:24504;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2.jpg\";s:12:\"tmpl_created\";i:1653988910;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:80:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:272;a:20:{s:4:\"tmpl\";i:669;s:2:\"id\";i:8524;s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:171;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:273;a:20:{s:4:\"tmpl\";i:1147;s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course &#8211; Education\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png\";s:12:\"tmpl_created\";i:1610532778;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:76:\"[\"Academy\",\"Coding\",\"Course Online\",\"Developer\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:805;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:274;a:20:{s:4:\"tmpl\";i:1437;s:2:\"id\";i:24528;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-1.jpg\";s:12:\"tmpl_created\";i:1653988981;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:275;a:20:{s:4:\"tmpl\";i:1143;s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant &#8211; Online Service\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png\";s:12:\"tmpl_created\";i:1610465656;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:46:\"[\"Assistant\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:793;s:11:\"trend_index\";i:757;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:276;a:20:{s:4:\"tmpl\";i:673;s:2:\"id\";i:8526;s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";i:1526415474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:285;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:277;a:20:{s:4:\"tmpl\";i:1228;s:2:\"id\";i:21104;s:5:\"title\";s:26:\"Restaurant &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638800146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/restaurant-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:60:\"[\"Contact\",\"Food\",\"Form\",\"Google Maps\",\"Info\",\"Testimonial\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:278;a:20:{s:4:\"tmpl\";i:1140;s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project &#8211; Real Estate\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1610463582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:59:\"[\"Construction\",\"Landing Pages\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:796;s:11:\"trend_index\";i:724;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:279;a:20:{s:4:\"tmpl\";i:1244;s:2:\"id\";i:21393;s:5:\"title\";s:34:\"Interior Designer &#8211; Projects\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg\";s:12:\"tmpl_created\";i:1638823945;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/interior-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:93:\"[\"Creative\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Interior Design\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:280;a:20:{s:4:\"tmpl\";i:1148;s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog &amp; Cat Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:71:\"[\"Business\",\"Cat\",\"Delivery\",\"Dog\",\"Food\",\"Landing Pages\",\"Pet\",\"Pets\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:510;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:281;a:20:{s:4:\"tmpl\";i:670;s:2:\"id\";i:8525;s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";i:1526415374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:575;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:282;a:20:{s:4:\"tmpl\";i:1251;s:2:\"id\";i:22143;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1647177389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:283;a:20:{s:4:\"tmpl\";i:1155;s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png\";s:12:\"tmpl_created\";i:1610632115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:38:\"[\"Dog\",\"Groom\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:786;s:11:\"trend_index\";i:731;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:284;a:20:{s:4:\"tmpl\";i:1241;s:2:\"id\";i:21451;s:5:\"title\";s:26:\"Exhibition &#8211; Gallery\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg\";s:12:\"tmpl_created\";i:1638821855;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/exhibition-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"Art\",\"Creative\",\"Creative Portfolio\",\"Exhibition\",\"Gallery\",\"Portfolio\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:285;a:20:{s:4:\"tmpl\";i:502;s:2:\"id\";i:5438;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:9;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:286;a:20:{s:4:\"tmpl\";i:1159;s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course &#8211; Education\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png\";s:12:\"tmpl_created\";i:1610902958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:45:\"[\"Course Online\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:770;s:11:\"trend_index\";i:430;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:287;a:20:{s:4:\"tmpl\";i:1240;s:2:\"id\";i:21430;s:5:\"title\";s:30:\"Travel Blogger &#8211; Gallery\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg\";s:12:\"tmpl_created\";i:1638821592;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/travel-blogger-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Gallery\",\"Photography\",\"Slider\",\"Travel\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:288;a:20:{s:4:\"tmpl\";i:1149;s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor &#8211; Online Service\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png\";s:12:\"tmpl_created\";i:1610534138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:70:\"[\"Free Trial\",\"Instructor\",\"Landing Pages\",\"Online Service\",\"Pilates\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:778;s:11:\"trend_index\";i:412;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:289;a:20:{s:4:\"tmpl\";i:1416;s:2:\"id\";i:24104;s:5:\"title\";s:33:\"Ceramics Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Ceramics-Shop.jpg\";s:12:\"tmpl_created\";i:1650988949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/ceramics-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:290;a:20:{s:4:\"tmpl\";i:557;s:2:\"id\";i:6135;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";i:1520443663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:47;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:291;a:20:{s:4:\"tmpl\";i:1412;s:2:\"id\";i:24033;s:5:\"title\";s:37:\"Dance Studio &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Dance-Studio.jpg\";s:12:\"tmpl_created\";i:1649881344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/dance-studio-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:113:\"[\"Academy\",\"Business\",\"Dance Studio\",\"Form\",\"Pilates\",\"School\",\"Sport\",\"Teacher\",\"Training\",\"Under Construction\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:292;a:20:{s:4:\"tmpl\";i:1190;s:2:\"id\";i:18568;s:5:\"title\";s:32:\"Flower Delivery &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png\";s:12:\"tmpl_created\";i:1617546716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/flower-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Delivery\",\"Flower\",\"Landing Pages\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:874;s:11:\"trend_index\";i:763;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:20:{s:4:\"tmpl\";i:1145;s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar &#8211; Events\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610466822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:36:\"[\"Events\",\"Landing Pages\",\"Webinar\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:821;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:20:{s:4:\"tmpl\";i:1413;s:2:\"id\";i:24049;s:5:\"title\";s:33:\"ECO Shop &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-ECO-Shop.jpg\";s:12:\"tmpl_created\";i:1649882053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/eco-shop-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:110:\"[\"Aesthetic\",\"Business\",\"Creative\",\"Decor\",\"Health\",\"Help\",\"Lifestyle\",\"Products\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:295;a:20:{s:4:\"tmpl\";i:497;s:2:\"id\";i:5397;s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:43;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:296;a:20:{s:4:\"tmpl\";i:1154;s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer &#8211; Social Involvement\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png\";s:12:\"tmpl_created\";i:1610631774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:68:\"[\"Care\",\"Covid-19\",\"Help\",\"Involvement\",\"Landing Pages\",\"Volunteer\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:854;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:20:{s:4:\"tmpl\";i:1419;s:2:\"id\";i:24136;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Food-Blog.jpg\";s:12:\"tmpl_created\";i:1650990034;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:62:\"[\"Blog\",\"Business\",\"Coming Soon\",\"Cooking\",\"Education\",\"Food\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:298;a:20:{s:4:\"tmpl\";i:1142;s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610464490;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:74:\"[\"Agency\",\"Business\",\"Landing Pages\",\"Marketing\",\"Marketing Landing Page\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:816;s:11:\"trend_index\";i:787;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:20:{s:4:\"tmpl\";i:1411;s:2:\"id\";i:24020;s:5:\"title\";s:35:\"Mobile App &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Mobile-App.jpg\";s:12:\"tmpl_created\";i:1649880955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/mobile-app-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"App\",\"Business\",\"Coding\",\"Computer\",\"Launch\",\"Mobile\",\"Under Construction\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:20:{s:4:\"tmpl\";i:498;s:2:\"id\";i:5405;s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";i:1520443505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:50;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:301;a:20:{s:4:\"tmpl\";i:1139;s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:42:\"[\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:820;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:20:{s:4:\"tmpl\";i:1420;s:2:\"id\";i:24152;s:5:\"title\";s:32:\"Perfume Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Perfume-Shop.jpg\";s:12:\"tmpl_created\";i:1650990353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Business\",\"Coming Soon\",\"Cosmetics\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:20:{s:4:\"tmpl\";i:1185;s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png\";s:12:\"tmpl_created\";i:1617535552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Bicycle\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:871;s:11:\"trend_index\";i:826;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:20:{s:4:\"tmpl\";i:1418;s:2:\"id\";i:24126;s:5:\"title\";s:28:\"Skincare &#8211; Coming Soon\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Skincare.jpg\";s:12:\"tmpl_created\";i:1650989585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/skincare-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:128:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Coming Soon\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Services\",\"Skincare\",\"Treatment\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:305;a:20:{s:4:\"tmpl\";i:1181;s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png\";s:12:\"tmpl_created\";i:1614772569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:64:\"[\"Fashion\",\"Glasses\",\"Landing Pages\",\"Online Service\",\"Virtual\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:848;s:11:\"trend_index\";i:803;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:306;a:20:{s:4:\"tmpl\";i:500;s:2:\"id\";i:5421;s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";i:1520443509;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:77;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:307;a:20:{s:4:\"tmpl\";i:513;s:2:\"id\";i:5533;s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:57;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:308;a:20:{s:4:\"tmpl\";i:1410;s:2:\"id\";i:24004;s:5:\"title\";s:33:\"Skincare &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Skincare.jpg\";s:12:\"tmpl_created\";i:1649880534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/skincare-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:144:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Makeup\",\"Services\",\"Skincare\",\"Treatment\",\"Under Construction\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:309;a:20:{s:4:\"tmpl\";i:1172;s:2:\"id\";i:17458;s:5:\"title\";s:31:\"Moving Company &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png\";s:12:\"tmpl_created\";i:1612727025;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/moving-company-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"Landing Pages\",\"Movers\",\"Moving\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:826;s:11:\"trend_index\";i:767;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:20:{s:4:\"tmpl\";i:1415;s:2:\"id\";i:24092;s:5:\"title\";s:29:\"Vase Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Vase-Shop.jpg\";s:12:\"tmpl_created\";i:1650988613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/vase-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:20:{s:4:\"tmpl\";i:1186;s:2:\"id\";i:18517;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png\";s:12:\"tmpl_created\";i:1617539897;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:45:\"[\"Blog\",\"Coming Soon\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:844;s:11:\"trend_index\";i:672;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:20:{s:4:\"tmpl\";i:1167;s:2:\"id\";i:17379;s:5:\"title\";s:33:\"IT Service &#8211; Online Service\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png\";s:12:\"tmpl_created\";i:1612713022;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/it-service-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:41:\"[\"IT\",\"Landing Pages\",\"Remote\",\"Support\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:806;s:11:\"trend_index\";i:634;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:313;a:20:{s:4:\"tmpl\";i:1248;s:2:\"id\";i:22134;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647176713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:20:{s:4:\"tmpl\";i:512;s:2:\"id\";i:5525;s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";i:1520443532;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:29;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:315;a:20:{s:4:\"tmpl\";i:1189;s:2:\"id\";i:18560;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1617542761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:843;s:11:\"trend_index\";i:561;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:316;a:20:{s:4:\"tmpl\";i:1225;s:2:\"id\";i:21041;s:5:\"title\";s:41:\"Business Consulting Company &#8211; About\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg\";s:12:\"tmpl_created\";i:1638797560;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/business-consulting-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Coach\",\"Collaboration\",\"Consulting\",\"Life Coach\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:20:{s:4:\"tmpl\";i:1187;s:2:\"id\";i:18528;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1617541784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:872;s:11:\"trend_index\";i:819;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:318;a:20:{s:4:\"tmpl\";i:1243;s:2:\"id\";i:21135;s:5:\"title\";s:28:\"Construction &#8211; Service\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg\";s:12:\"tmpl_created\";i:1638823202;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Architecture\",\"Construction\",\"Faq\",\"Services\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:319;a:20:{s:4:\"tmpl\";i:501;s:2:\"id\";i:5429;s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";i:1520443510;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:8;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:320;a:20:{s:4:\"tmpl\";i:1174;s:2:\"id\";i:17504;s:5:\"title\";s:29:\"Hair Stylist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png\";s:12:\"tmpl_created\";i:1612883014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/hair-stylist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:59:\"[\"Business\",\"Hair\",\"hairdresser\",\"Landing Pages\",\"Stylist\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:840;s:11:\"trend_index\";i:806;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:321;a:20:{s:4:\"tmpl\";i:1223;s:2:\"id\";i:20981;s:5:\"title\";s:37:\"Creative Digital Agency &#8211; About\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg\";s:12:\"tmpl_created\";i:1638789303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/creative-digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"About\",\"Advisor\",\"Creative\",\"Creative Portfolio\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:322;a:20:{s:4:\"tmpl\";i:1184;s:2:\"id\";i:18449;s:5:\"title\";s:45:\"Aesthetic Clinic &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png\";s:12:\"tmpl_created\";i:1616682181;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:57:\"[\"Aesthetic\",\"Beauty\",\"Fitness\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:859;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:323;a:20:{s:4:\"tmpl\";i:1221;s:2:\"id\";i:20926;s:5:\"title\";s:33:\"Doctors Online Consultation -Home\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/12/4-Home-Doctors-Online-Consultation.jpg\";s:12:\"tmpl_created\";i:1638787371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/doctors-online-consultation-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"App\",\"Health\",\"Medical\",\"Online\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:324;a:20:{s:4:\"tmpl\";i:505;s:2:\"id\";i:5464;s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:142;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:325;a:20:{s:4:\"tmpl\";i:1165;s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png\";s:12:\"tmpl_created\";i:1612705144;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Cooking\",\"Course Online\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:845;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:20:{s:4:\"tmpl\";i:1188;s:2:\"id\";i:18550;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1617542506;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:832;s:11:\"trend_index\";i:600;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:327;a:20:{s:4:\"tmpl\";i:1250;s:2:\"id\";i:22140;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1647177317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:328;a:20:{s:4:\"tmpl\";i:510;s:2:\"id\";i:5504;s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:46;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:329;a:20:{s:4:\"tmpl\";i:1191;s:2:\"id\";i:18539;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1617610273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:876;s:11:\"trend_index\";i:652;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:20:{s:4:\"tmpl\";i:1175;s:2:\"id\";i:18270;s:5:\"title\";s:24:\"Open week &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png\";s:12:\"tmpl_created\";i:1614767186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/open-week-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:59:\"[\"Education\",\"Event\",\"Events\",\"Landing Pages\",\"University\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:831;s:11:\"trend_index\";i:673;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:20:{s:4:\"tmpl\";i:1177;s:2:\"id\";i:18300;s:5:\"title\";s:30:\"Makeup Artist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png\";s:12:\"tmpl_created\";i:1614768608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/makeup-artist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Beauty\",\"Business\",\"Course Online\",\"Landing Pages\",\"Makeup\",\"Online Service\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:861;s:11:\"trend_index\";i:783;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:332;a:20:{s:4:\"tmpl\";i:511;s:2:\"id\";i:5515;s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:161;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:333;a:20:{s:4:\"tmpl\";i:1179;s:2:\"id\";i:18329;s:5:\"title\";s:63:\"Online Real Estate Investment Conference &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png\";s:12:\"tmpl_created\";i:1614770404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:76:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Online Event\",\"Real estate\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:866;s:11:\"trend_index\";i:779;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:20:{s:4:\"tmpl\";i:506;s:2:\"id\";i:5472;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";i:1520443520;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:116;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:335;a:20:{s:4:\"tmpl\";i:1183;s:2:\"id\";i:18391;s:5:\"title\";s:45:\"Children&#8217;s Optometrist &#8211; Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png\";s:12:\"tmpl_created\";i:1614773564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:85:\"[\"Business\",\"Children\",\"Eye\",\"Glasses\",\"Health\",\"Kids\",\"Landing Pages\",\"Optometrist\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:877;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:20:{s:4:\"tmpl\";i:1182;s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png\";s:12:\"tmpl_created\";i:1614773263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"car\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:869;s:11:\"trend_index\";i:797;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:20:{s:4:\"tmpl\";i:1201;s:2:\"id\";i:19144;s:5:\"title\";s:25:\"Birthday Party Invitation\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/06/250x280.png\";s:12:\"tmpl_created\";i:1623848691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/birthday-party-invitation/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Birthday\",\"Event\",\"Landing Pages\",\"Party\",\"RSVD\",\"Save the Date\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:20:{s:4:\"tmpl\";i:1124;s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg\";s:12:\"tmpl_created\";i:1608622373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/beauty-salon-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:184;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:20:{s:4:\"tmpl\";i:1176;s:2:\"id\";i:18291;s:5:\"title\";s:47:\"Grill Restaurant Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png\";s:12:\"tmpl_created\";i:1614767830;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Delivery\",\"Delivery Service\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:819;s:11:\"trend_index\";i:685;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:340;a:20:{s:4:\"tmpl\";i:504;s:2:\"id\";i:5455;s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";i:1520443516;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:70;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:341;a:20:{s:4:\"tmpl\";i:1125;s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon &#8211; Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg\";s:12:\"tmpl_created\";i:1608622374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:101;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:342;a:20:{s:4:\"tmpl\";i:1180;s:2:\"id\";i:18340;s:5:\"title\";s:30:\"Restaurant &#8211; Coming Soon\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png\";s:12:\"tmpl_created\";i:1614772183;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:51:\"[\"Coming Soon\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:810;s:11:\"trend_index\";i:809;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:20:{s:4:\"tmpl\";i:499;s:2:\"id\";i:5413;s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:52;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:344;a:20:{s:4:\"tmpl\";i:1126;s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon &#8211; Gallery\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg\";s:12:\"tmpl_created\";i:1608622379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:90;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:20:{s:4:\"tmpl\";i:1173;s:2:\"id\";i:17480;s:5:\"title\";s:42:\"At-home Massage Therapist &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg\";s:12:\"tmpl_created\";i:1612879264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:60:\"[\"Business\",\"Health\",\"Landing Pages\",\"Services\",\"Therapist\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:856;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:346;a:20:{s:4:\"tmpl\";i:1127;s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon &#8211; Home\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg\";s:12:\"tmpl_created\";i:1608622383;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/beauty-salon-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:56;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:347;a:20:{s:4:\"tmpl\";i:1178;s:2:\"id\";i:18317;s:5:\"title\";s:26:\"Insurance &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png\";s:12:\"tmpl_created\";i:1614769488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:61:\"[\"Business\",\"Family\",\"Financial\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:870;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:348;a:20:{s:4:\"tmpl\";i:1128;s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon &#8211; Services\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg\";s:12:\"tmpl_created\";i:1608622386;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/beauty-salon-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:261;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:349;a:20:{s:4:\"tmpl\";i:1168;s:2:\"id\";i:17401;s:5:\"title\";s:40:\"Conference Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png\";s:12:\"tmpl_created\";i:1612724753;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:59:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:799;s:11:\"trend_index\";i:540;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:350;a:20:{s:4:\"tmpl\";i:503;s:2:\"id\";i:5447;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:12;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:351;a:20:{s:4:\"tmpl\";i:1073;s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/travel-blog-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:343;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:352;a:20:{s:4:\"tmpl\";i:1166;s:2:\"id\";i:17368;s:5:\"title\";s:38:\"Real Estate Agency &#8211; Real-Estate\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png\";s:12:\"tmpl_created\";i:1612711814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:73:\"[\"Landing Pages\",\"listing\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:858;s:11:\"trend_index\";i:777;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:353;a:20:{s:4:\"tmpl\";i:1074;s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-blog-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:564;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:354;a:20:{s:4:\"tmpl\";i:1170;s:2:\"id\";i:17423;s:5:\"title\";s:57:\"Volunteer Calls Thank You Page &#8211; Social Involvement\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg\";s:12:\"tmpl_created\";i:1612726058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:62:\"[\"Care\",\"Involvement\",\"Landing Pages\",\"Thank You\",\"Volunteer\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:857;s:11:\"trend_index\";i:818;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:355;a:20:{s:4:\"tmpl\";i:507;s:2:\"id\";i:5480;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-4-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:303;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:356;a:20:{s:4:\"tmpl\";i:1075;s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-blog-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:224;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:357;a:20:{s:4:\"tmpl\";i:1169;s:2:\"id\";i:17409;s:5:\"title\";s:37:\"Webinar Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png\";s:12:\"tmpl_created\";i:1612725644;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:56:\"[\"Event\",\"Events\",\"Landing Pages\",\"Thank You\",\"Webinar\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:868;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;a:20:{s:4:\"tmpl\";i:1056;s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/dance-studio-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:301;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:359;a:20:{s:4:\"tmpl\";i:545;s:2:\"id\";i:6027;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-5-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:40;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:360;a:20:{s:4:\"tmpl\";i:1160;s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product &#8211; eCommerce\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png\";s:12:\"tmpl_created\";i:1610903153;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:38:\"[\"Beauty\",\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:797;s:11:\"trend_index\";i:703;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:361;a:20:{s:4:\"tmpl\";i:1057;s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/dance-studio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:373;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:362;a:20:{s:4:\"tmpl\";i:546;s:2:\"id\";i:6036;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-6-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:123;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:363;a:20:{s:4:\"tmpl\";i:1171;s:2:\"id\";i:17435;s:5:\"title\";s:39:\"Gym &#8211; App Service &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png\";s:12:\"tmpl_created\";i:1612726462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:58:\"[\"App\",\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:577;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:364;a:20:{s:4:\"tmpl\";i:1058;s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio &#8211; Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:458;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:20:{s:4:\"tmpl\";i:1156;s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\",\"Sunglasses\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:732;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:366;a:20:{s:4:\"tmpl\";i:1055;s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio &#8211; Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/dance-studio-schedule/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:602;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:367;a:20:{s:4:\"tmpl\";i:1157;s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion &#8211; eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:808;s:11:\"trend_index\";i:745;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:368;a:20:{s:4:\"tmpl\";i:1059;s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:661;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:369;a:20:{s:4:\"tmpl\";i:1151;s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Discount\",\"Ecommerce\",\"Landing Pages\",\"Sale\",\"Shoes\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:642;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:370;a:20:{s:4:\"tmpl\";i:508;s:2:\"id\";i:5488;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:169;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:371;a:20:{s:4:\"tmpl\";i:1060;s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:741;s:11:\"trend_index\";i:721;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:372;a:20:{s:4:\"tmpl\";i:556;s:2:\"id\";i:6122;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:26;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:373;a:20:{s:4:\"tmpl\";i:1163;s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef &#8211; Thank You Page &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:43:\"[\"Chef\",\"Food\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:823;s:11:\"trend_index\";i:754;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:374;a:20:{s:4:\"tmpl\";i:1042;s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/psychologist-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:426;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:375;a:20:{s:4:\"tmpl\";i:1164;s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course  &#8211; Thank You Page &#8211; Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Education\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:834;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:376;a:20:{s:4:\"tmpl\";i:1045;s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:558;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:20:{s:4:\"tmpl\";i:509;s:2:\"id\";i:5496;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";i:1520443526;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:453;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:378;a:20:{s:4:\"tmpl\";i:1041;s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/psychologist-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:297;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:379;a:20:{s:4:\"tmpl\";i:1044;s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:732;s:11:\"trend_index\";i:537;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:380;a:20:{s:4:\"tmpl\";i:684;s:2:\"id\";i:8961;s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:15;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;a:20:{s:4:\"tmpl\";i:1043;s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/psychologist-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:379;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:382;a:20:{s:4:\"tmpl\";i:1036;s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/flooring-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:319;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:383;a:20:{s:4:\"tmpl\";i:685;s:2:\"id\";i:8969;s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:124;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:20:{s:4:\"tmpl\";i:1037;s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:380;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:385;a:20:{s:4:\"tmpl\";i:1038;s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:291;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:386;a:20:{s:4:\"tmpl\";i:686;s:2:\"id\";i:8973;s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:54;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:20:{s:4:\"tmpl\";i:1282;s:2:\"id\";i:22417;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1647354987;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:388;a:20:{s:4:\"tmpl\";i:1040;s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/flooring-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:392;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:389;a:20:{s:4:\"tmpl\";i:1039;s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/flooring-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:185;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:20:{s:4:\"tmpl\";i:687;s:2:\"id\";i:8977;s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:396;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:391;a:20:{s:4:\"tmpl\";i:1252;s:2:\"id\";i:22146;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1647177514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:20:{s:4:\"tmpl\";i:688;s:2:\"id\";i:8981;s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:195;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:20:{s:4:\"tmpl\";i:1021;s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:447;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:20:{s:4:\"tmpl\";i:689;s:2:\"id\";i:8985;s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";i:1528700612;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:95;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:20:{s:4:\"tmpl\";i:1020;s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:569;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:396;a:20:{s:4:\"tmpl\";i:1019;s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:165;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:397;a:20:{s:4:\"tmpl\";i:690;s:2:\"id\";i:8989;s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";i:1528701063;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:111;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:20:{s:4:\"tmpl\";i:1018;s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:167;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:399;a:20:{s:4:\"tmpl\";i:1283;s:2:\"id\";i:22423;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1647355154;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:400;a:20:{s:4:\"tmpl\";i:691;s:2:\"id\";i:8996;s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:153;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:20:{s:4:\"tmpl\";i:1010;s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:287;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:20:{s:4:\"tmpl\";i:1284;s:2:\"id\";i:22428;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1647355339;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:20:{s:4:\"tmpl\";i:692;s:2:\"id\";i:9001;s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:208;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:404;a:20:{s:4:\"tmpl\";i:1007;s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant &#8211; Chef&#8217;s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:675;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:20:{s:4:\"tmpl\";i:1006;s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant &#8211; Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:735;s:11:\"trend_index\";i:829;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:406;a:20:{s:4:\"tmpl\";i:1005;s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:389;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:20:{s:4:\"tmpl\";i:997;s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop &#8211; 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:768;s:11:\"trend_index\";i:681;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:408;a:20:{s:4:\"tmpl\";i:1009;s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:551;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:409;a:20:{s:4:\"tmpl\";i:1008;s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:711;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:410;a:20:{s:4:\"tmpl\";i:998;s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop &#8211; Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:737;s:11:\"trend_index\";i:523;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:411;a:20:{s:4:\"tmpl\";i:1016;s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant &#8211; Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:727;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:412;a:20:{s:4:\"tmpl\";i:999;s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/barbershop-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:832;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:413;a:20:{s:4:\"tmpl\";i:996;s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Footer\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:267;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:414;a:20:{s:4:\"tmpl\";i:1000;s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/barbershop-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:744;s:11:\"trend_index\";i:739;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:415;a:20:{s:4:\"tmpl\";i:995;s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop &#8211; Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Header\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:137;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:416;a:20:{s:4:\"tmpl\";i:1001;s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop &#8211; Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/barbershop-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:761;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:417;a:20:{s:4:\"tmpl\";i:1002;s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:756;s:11:\"trend_index\";i:822;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:418;a:20:{s:4:\"tmpl\";i:1003;s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:753;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:419;a:20:{s:4:\"tmpl\";i:982;s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/online-course-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:125;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:420;a:20:{s:4:\"tmpl\";i:994;s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop &#8211; Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:736;s:11:\"trend_index\";i:580;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:421;a:20:{s:4:\"tmpl\";i:1131;s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg\";s:12:\"tmpl_created\";i:1608622517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:29:\"[\"404\",\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:742;s:11:\"trend_index\";i:563;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:20:{s:4:\"tmpl\";i:983;s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/online-course-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:429;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:423;a:20:{s:4:\"tmpl\";i:984;s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course &#8211; Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/online-course-course-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:310;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:424;a:20:{s:4:\"tmpl\";i:985;s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/online-course-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:533;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:20:{s:4:\"tmpl\";i:1130;s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1608622498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Footer\",\"Hair\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:126;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:426;a:20:{s:4:\"tmpl\";i:971;s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/interior-design-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:264;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:427;a:20:{s:4:\"tmpl\";i:1453;s:2:\"id\";i:16346;s:5:\"title\";s:33:\"Your New Home &#8211; Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1660205402;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:428;a:20:{s:4:\"tmpl\";i:972;s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/interior-design-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:334;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:429;a:20:{s:4:\"tmpl\";i:1129;s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1608622495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Hair\",\"Header\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:49;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:430;a:20:{s:4:\"tmpl\";i:973;s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design &#8211; Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/interior-design-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:323;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:20:{s:4:\"tmpl\";i:641;s:2:\"id\";i:7686;s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"Archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:152;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:432;a:20:{s:4:\"tmpl\";i:974;s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/interior-design-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:337;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:20:{s:4:\"tmpl\";i:959;s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:201;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:434;a:20:{s:4:\"tmpl\";i:960;s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/photography-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:374;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:20:{s:4:\"tmpl\";i:484;s:2:\"id\";i:5283;s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";i:1520443478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:202;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:436;a:20:{s:4:\"tmpl\";i:961;s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography &#8211; Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:350;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:20:{s:4:\"tmpl\";i:962;s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography &#8211; Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-wildlife/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:656;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:438;a:20:{s:4:\"tmpl\";i:487;s:2:\"id\";i:5306;s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:581;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:20:{s:4:\"tmpl\";i:963;s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography &#8211; Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:532;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:440;a:20:{s:4:\"tmpl\";i:964;s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography &#8211; Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:766;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;a:20:{s:4:\"tmpl\";i:965;s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography &#8211; Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/photography-nature/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:778;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:442;a:20:{s:4:\"tmpl\";i:491;s:2:\"id\";i:5341;s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:633;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:443;a:20:{s:4:\"tmpl\";i:966;s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography &#8211; Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:750;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:444;a:20:{s:4:\"tmpl\";i:488;s:2:\"id\";i:5315;s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:263;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:445;a:20:{s:4:\"tmpl\";i:967;s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography &#8211; Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:649;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:446;a:20:{s:4:\"tmpl\";i:968;s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography &#8211; Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-pets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:508;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:447;a:20:{s:4:\"tmpl\";i:969;s:2:\"id\";i:12805;s:5:\"title\";s:37:\"Photography &#8211; B&amp;W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/photography-bw-portraits/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:735;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:448;a:20:{s:4:\"tmpl\";i:490;s:2:\"id\";i:5333;s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:128;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:449;a:20:{s:4:\"tmpl\";i:970;s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography &#8211; Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:643;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:450;a:20:{s:4:\"tmpl\";i:496;s:2:\"id\";i:5389;s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";i:1520443501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:307;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:451;a:20:{s:4:\"tmpl\";i:940;s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/magazine-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:121;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:20:{s:4:\"tmpl\";i:936;s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:194;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:453;a:20:{s:4:\"tmpl\";i:486;s:2:\"id\";i:5298;s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:520;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:454;a:20:{s:4:\"tmpl\";i:932;s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:445;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:455;a:20:{s:4:\"tmpl\";i:938;s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel &#8211; Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:726;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;a:20:{s:4:\"tmpl\";i:495;s:2:\"id\";i:5381;s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";i:1520443499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:168;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:457;a:20:{s:4:\"tmpl\";i:937;s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel &#8211; Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-testimonials/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:481;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:20:{s:4:\"tmpl\";i:935;s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/travel-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:501;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:459;a:20:{s:4:\"tmpl\";i:934;s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel &#8211; FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-faq/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:387;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:460;a:20:{s:4:\"tmpl\";i:493;s:2:\"id\";i:5357;s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";i:1520443495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:232;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:461;a:20:{s:4:\"tmpl\";i:933;s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel &#8211; Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-contact-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:536;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:462;a:20:{s:4:\"tmpl\";i:892;s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio &#8211; Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/portfolio-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:241;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:463;a:20:{s:4:\"tmpl\";i:485;s:2:\"id\";i:5290;s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:502;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:464;a:20:{s:4:\"tmpl\";i:891;s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/portfolio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:290;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:465;a:20:{s:4:\"tmpl\";i:482;s:2:\"id\";i:5266;s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:134;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:466;a:20:{s:4:\"tmpl\";i:890;s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio &#8211; Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/portfolio-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:467;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:467;a:20:{s:4:\"tmpl\";i:889;s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:449;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:468;a:20:{s:4:\"tmpl\";i:866;s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/digital-agency-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:32;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:469;a:20:{s:4:\"tmpl\";i:483;s:2:\"id\";i:5275;s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";i:1520443476;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:321;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:470;a:20:{s:4:\"tmpl\";i:492;s:2:\"id\";i:5349;s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:92;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:471;a:20:{s:4:\"tmpl\";i:916;s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/law-firm-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:344;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;a:20:{s:4:\"tmpl\";i:489;s:2:\"id\";i:5324;s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:381;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:473;a:20:{s:4:\"tmpl\";i:920;s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm &#8211; Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/law-firm-team/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:314;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:474;a:20:{s:4:\"tmpl\";i:869;s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:166;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:475;a:20:{s:4:\"tmpl\";i:880;s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym &#8211; Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:590;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:476;a:20:{s:4:\"tmpl\";i:494;s:2:\"id\";i:5368;s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:273;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:477;a:20:{s:4:\"tmpl\";i:917;s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm &#8211; Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-careers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:640;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:478;a:20:{s:4:\"tmpl\";i:425;s:2:\"id\";i:4436;s:5:\"title\";s:11:\"Contact  16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:68;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:479;a:20:{s:4:\"tmpl\";i:915;s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/law-firm-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:110;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:480;a:20:{s:4:\"tmpl\";i:423;s:2:\"id\";i:4420;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:127;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:481;a:20:{s:4:\"tmpl\";i:921;s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm &#8211; Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-partner/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:471;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:20:{s:4:\"tmpl\";i:534;s:2:\"id\";i:5836;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:76;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:483;a:20:{s:4:\"tmpl\";i:865;s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency &#8211; Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/digital-agency-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:170;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:20:{s:4:\"tmpl\";i:879;s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym &#8211; Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:554;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:485;a:20:{s:4:\"tmpl\";i:535;s:2:\"id\";i:5844;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:313;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:20:{s:4:\"tmpl\";i:922;s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:304;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:487;a:20:{s:4:\"tmpl\";i:430;s:2:\"id\";i:4476;s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:187;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:488;a:20:{s:4:\"tmpl\";i:918;s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/law-firm-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:296;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:489;a:20:{s:4:\"tmpl\";i:864;s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency &#8211; Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/digital-agency-social-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:361;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:490;a:20:{s:4:\"tmpl\";i:476;s:2:\"id\";i:5214;s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:106;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:491;a:20:{s:4:\"tmpl\";i:878;s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym &#8211; Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:674;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;a:20:{s:4:\"tmpl\";i:882;s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/gym-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:229;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:493;a:20:{s:4:\"tmpl\";i:919;s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm &#8211; Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:339;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;a:20:{s:4:\"tmpl\";i:478;s:2:\"id\";i:5230;s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:335;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:495;a:20:{s:4:\"tmpl\";i:868;s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency &#8211; Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/digital-agency-clients/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:424;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:496;a:20:{s:4:\"tmpl\";i:481;s:2:\"id\";i:5257;s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:490;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:497;a:20:{s:4:\"tmpl\";i:881;s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/gym-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:164;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:579;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:498;a:20:{s:4:\"tmpl\";i:532;s:2:\"id\";i:5820;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:357;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:499;a:20:{s:4:\"tmpl\";i:877;s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym &#8211; Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:736;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:500;a:20:{s:4:\"tmpl\";i:422;s:2:\"id\";i:4411;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:167;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:217;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:501;a:20:{s:4:\"tmpl\";i:867;s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency &#8211; Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/contact-digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:168;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:156;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:502;a:20:{s:4:\"tmpl\";i:533;s:2:\"id\";i:5828;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:495;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:20:{s:4:\"tmpl\";i:876;s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:624;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:504;a:20:{s:4:\"tmpl\";i:424;s:2:\"id\";i:4428;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:131;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:505;a:20:{s:4:\"tmpl\";i:426;s:2:\"id\";i:4444;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:93;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:506;a:20:{s:4:\"tmpl\";i:432;s:2:\"id\";i:4492;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:31;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:507;a:20:{s:4:\"tmpl\";i:427;s:2:\"id\";i:4452;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:150;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:508;a:20:{s:4:\"tmpl\";i:429;s:2:\"id\";i:4468;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:72;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;a:20:{s:4:\"tmpl\";i:431;s:2:\"id\";i:4484;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:260;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:510;a:20:{s:4:\"tmpl\";i:428;s:2:\"id\";i:4460;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:80;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:511;a:20:{s:4:\"tmpl\";i:613;s:2:\"id\";i:5558;s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:69;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:512;a:20:{s:4:\"tmpl\";i:634;s:2:\"id\";i:5939;s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:118;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:513;a:20:{s:4:\"tmpl\";i:633;s:2:\"id\";i:5930;s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";i:1520520758;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:84;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:514;a:20:{s:4:\"tmpl\";i:632;s:2:\"id\";i:5921;s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";i:1520520757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:234;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:515;a:20:{s:4:\"tmpl\";i:618;s:2:\"id\";i:5607;s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:11;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:516;a:20:{s:4:\"tmpl\";i:574;s:2:\"id\";i:6017;s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:122;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:517;a:20:{s:4:\"tmpl\";i:628;s:2:\"id\";i:5885;s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";i:1520520751;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:256;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:518;a:20:{s:4:\"tmpl\";i:627;s:2:\"id\";i:5877;s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:677;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:519;a:20:{s:4:\"tmpl\";i:625;s:2:\"id\";i:5860;s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:63;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:520;a:20:{s:4:\"tmpl\";i:626;s:2:\"id\";i:5869;s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:486;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:521;a:20:{s:4:\"tmpl\";i:611;s:2:\"id\";i:5542;s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:270;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:522;a:20:{s:4:\"tmpl\";i:614;s:2:\"id\";i:5567;s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:225;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:523;a:20:{s:4:\"tmpl\";i:629;s:2:\"id\";i:5893;s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:457;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:524;a:20:{s:4:\"tmpl\";i:619;s:2:\"id\";i:5634;s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:255;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:525;a:20:{s:4:\"tmpl\";i:620;s:2:\"id\";i:5642;s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:262;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:526;a:20:{s:4:\"tmpl\";i:615;s:2:\"id\";i:5583;s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:117;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:527;a:20:{s:4:\"tmpl\";i:630;s:2:\"id\";i:5904;s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:517;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:528;a:20:{s:4:\"tmpl\";i:631;s:2:\"id\";i:5912;s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:702;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:529;a:20:{s:4:\"tmpl\";i:473;s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:631;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:530;a:20:{s:4:\"tmpl\";i:623;s:2:\"id\";i:5667;s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:250;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:531;a:20:{s:4:\"tmpl\";i:474;s:2:\"id\";i:5198;s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:511;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:532;a:20:{s:4:\"tmpl\";i:475;s:2:\"id\";i:5206;s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:611;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:533;a:20:{s:4:\"tmpl\";i:480;s:2:\"id\";i:5249;s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-32/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:409;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:534;a:20:{s:4:\"tmpl\";i:612;s:2:\"id\";i:5550;s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-33/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:562;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:535;a:20:{s:4:\"tmpl\";i:536;s:2:\"id\";i:5852;s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-34/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:828;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:536;a:20:{s:4:\"tmpl\";i:624;s:2:\"id\";i:5675;s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:484;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:537;a:20:{s:4:\"tmpl\";i:616;s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:130;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:538;a:20:{s:4:\"tmpl\";i:617;s:2:\"id\";i:5599;s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:362;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:539;a:20:{s:4:\"tmpl\";i:514;s:2:\"id\";i:5575;s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";i:1520443543;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:240;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:586;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:540;a:20:{s:4:\"tmpl\";i:622;s:2:\"id\";i:5658;s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";i:1520520704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:243;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:235;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:541;a:20:{s:4:\"tmpl\";i:621;s:2:\"id\";i:5650;s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";i:1520520702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:244;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:148;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:542;a:20:{s:4:\"tmpl\";i:1061;s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/dance-studio-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:22:\"[\"404\",\"Dance Studio\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:783;s:11:\"trend_index\";i:710;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:543;a:20:{s:4:\"tmpl\";i:1062;s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Footer\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:243;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:544;a:20:{s:4:\"tmpl\";i:1063;s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Header\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:67;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:545;a:20:{s:4:\"tmpl\";i:874;s:2:\"id\";i:11192;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";i:1564642399;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Footer\",\"Marketing\"]\";s:10:\"menu_order\";i:250;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:105;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:546;a:20:{s:4:\"tmpl\";i:873;s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i:1564642395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Header\",\"Marketing\"]\";s:10:\"menu_order\";i:251;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:10;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:20:{s:4:\"tmpl\";i:872;s:2:\"id\";i:11204;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";i:1564642389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:253;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:239;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:548;a:20:{s:4:\"tmpl\";i:871;s:2:\"id\";i:11220;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";i:1564642385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:255;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:73;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:20:{s:4:\"tmpl\";i:870;s:2:\"id\";i:11231;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";i:1564642380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:257;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:71;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:550;a:20:{s:4:\"tmpl\";i:520;s:2:\"id\";i:5711;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";i:1520443571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:260;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:231;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:551;a:20:{s:4:\"tmpl\";i:523;s:2:\"id\";i:5737;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";i:1520443576;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:261;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:112;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:552;a:20:{s:4:\"tmpl\";i:524;s:2:\"id\";i:5746;s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";i:1520443578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:264;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:305;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:553;a:20:{s:4:\"tmpl\";i:519;s:2:\"id\";i:5703;s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";i:1520443569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:265;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:38;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:554;a:20:{s:4:\"tmpl\";i:521;s:2:\"id\";i:5719;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";i:1520443573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:267;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:251;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:555;a:20:{s:4:\"tmpl\";i:522;s:2:\"id\";i:5729;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";i:1520443575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:269;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:327;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:556;a:20:{s:4:\"tmpl\";i:525;s:2:\"id\";i:5755;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";i:1520443580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:271;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:180;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:557;a:20:{s:4:\"tmpl\";i:526;s:2:\"id\";i:5764;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";i:1520443582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:273;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:474;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:558;a:20:{s:4:\"tmpl\";i:517;s:2:\"id\";i:5684;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";i:1520443565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:274;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:193;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:559;a:20:{s:4:\"tmpl\";i:518;s:2:\"id\";i:5693;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";i:1520443567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:276;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:515;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:560;a:20:{s:4:\"tmpl\";i:548;s:2:\"id\";i:6053;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";i:1520443645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:277;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:463;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:561;a:20:{s:4:\"tmpl\";i:542;s:2:\"id\";i:5991;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:279;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:265;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:562;a:20:{s:4:\"tmpl\";i:547;s:2:\"id\";i:6044;s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:280;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:163;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:563;a:20:{s:4:\"tmpl\";i:566;s:2:\"id\";i:6212;s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:281;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:98;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:564;a:20:{s:4:\"tmpl\";i:567;s:2:\"id\";i:6220;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";i:1520443685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:282;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:189;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:565;a:20:{s:4:\"tmpl\";i:541;s:2:\"id\";i:5983;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";i:1520443630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:283;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:351;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:566;a:20:{s:4:\"tmpl\";i:540;s:2:\"id\";i:5974;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";i:1520443629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:286;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:181;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:567;a:20:{s:4:\"tmpl\";i:516;s:2:\"id\";i:5624;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";i:1520443553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:287;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:352;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:568;a:20:{s:4:\"tmpl\";i:515;s:2:\"id\";i:5615;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:290;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:119;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:569;a:20:{s:4:\"tmpl\";i:539;s:2:\"id\";i:5963;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";i:1520443626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:291;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:133;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:570;a:20:{s:4:\"tmpl\";i:565;s:2:\"id\";i:6204;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";i:1520443681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:292;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:223;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:571;a:20:{s:4:\"tmpl\";i:564;s:2:\"id\";i:6196;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:294;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:113;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:572;a:20:{s:4:\"tmpl\";i:1033;s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:296;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:671;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:20:{s:4:\"tmpl\";i:1032;s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:297;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:275;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:574;a:20:{s:4:\"tmpl\";i:1031;s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Footer\"]\";s:10:\"menu_order\";i:299;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:192;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:20:{s:4:\"tmpl\";i:1030;s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Header\"]\";s:10:\"menu_order\";i:302;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:333;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:576;a:20:{s:4:\"tmpl\";i:1029;s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company &#8211; Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:303;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:226;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:577;a:20:{s:4:\"tmpl\";i:651;s:2:\"id\";i:7837;s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";i:1524582852;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:305;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:539;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:20:{s:4:\"tmpl\";i:647;s:2:\"id\";i:7937;s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";i:1524582665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-010/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:308;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:115;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:20:{s:4:\"tmpl\";i:646;s:2:\"id\";i:7950;s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-011/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:310;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:203;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:20:{s:4:\"tmpl\";i:645;s:2:\"id\";i:7959;s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-012/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:311;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:140;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:20:{s:4:\"tmpl\";i:644;s:2:\"id\";i:7982;s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";i:1524582468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-013/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:314;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:212;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;a:20:{s:4:\"tmpl\";i:643;s:2:\"id\";i:7997;s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";i:1524582343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-014/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:316;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:41;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:20:{s:4:\"tmpl\";i:693;s:2:\"id\";i:9119;s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";i:1532428138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/demo/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:317;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:154;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;a:20:{s:4:\"tmpl\";i:652;s:2:\"id\";i:7852;s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";i:1524582875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:320;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:96;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:20:{s:4:\"tmpl\";i:653;s:2:\"id\";i:7862;s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:321;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:91;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;a:20:{s:4:\"tmpl\";i:654;s:2:\"id\";i:7871;s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:323;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:55;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:587;a:20:{s:4:\"tmpl\";i:655;s:2:\"id\";i:7884;s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:325;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:109;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:588;a:20:{s:4:\"tmpl\";i:656;s:2:\"id\";i:7892;s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";i:1524583015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:326;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:146;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:20:{s:4:\"tmpl\";i:650;s:2:\"id\";i:7904;s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:328;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:186;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:20:{s:4:\"tmpl\";i:649;s:2:\"id\";i:7917;s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";i:1524582788;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:329;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:144;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:20:{s:4:\"tmpl\";i:648;s:2:\"id\";i:7927;s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:331;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:100;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:592;a:20:{s:4:\"tmpl\";i:642;s:2:\"id\";i:4676;s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";i:1522014215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer_7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:338;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:346;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:20:{s:4:\"tmpl\";i:637;s:2:\"id\";i:7627;s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:340;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:83;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:594;a:20:{s:4:\"tmpl\";i:638;s:2:\"id\";i:7638;s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:342;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:147;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:595;a:20:{s:4:\"tmpl\";i:888;s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:344;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:769;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:596;a:20:{s:4:\"tmpl\";i:887;s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:346;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:507;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:597;a:20:{s:4:\"tmpl\";i:886;s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:349;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:479;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:20:{s:4:\"tmpl\";i:885;s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"Footer\",\"Gym\"]\";s:10:\"menu_order\";i:351;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:331;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:20:{s:4:\"tmpl\";i:884;s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"Header\"]\";s:10:\"menu_order\";i:352;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:135;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:20:{s:4:\"tmpl\";i:635;s:2:\"id\";i:7596;s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:354;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:17;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:601;a:20:{s:4:\"tmpl\";i:663;s:2:\"id\";i:7801;s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:356;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:14;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:602;a:20:{s:4:\"tmpl\";i:658;s:2:\"id\";i:7812;s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:358;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:103;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:603;a:20:{s:4:\"tmpl\";i:657;s:2:\"id\";i:7825;s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:360;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:75;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:604;a:20:{s:4:\"tmpl\";i:694;s:2:\"id\";i:9127;s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:362;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:58;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:20:{s:4:\"tmpl\";i:636;s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:365;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:33;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:606;a:20:{s:4:\"tmpl\";i:665;s:2:\"id\";i:7713;s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:367;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:28;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:20:{s:4:\"tmpl\";i:659;s:2:\"id\";i:7724;s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:369;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:13;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:608;a:20:{s:4:\"tmpl\";i:660;s:2:\"id\";i:7734;s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:371;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:18;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:20:{s:4:\"tmpl\";i:666;s:2:\"id\";i:7744;s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:372;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:94;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:610;a:20:{s:4:\"tmpl\";i:664;s:2:\"id\";i:7754;s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:375;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:143;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:20:{s:4:\"tmpl\";i:661;s:2:\"id\";i:7771;s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:376;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:60;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:612;a:20:{s:4:\"tmpl\";i:662;s:2:\"id\";i:7787;s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:379;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:78;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:613;a:20:{s:4:\"tmpl\";i:572;s:2:\"id\";i:6266;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:380;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:35;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:614;a:20:{s:4:\"tmpl\";i:528;s:2:\"id\";i:5783;s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:383;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:567;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:615;a:20:{s:4:\"tmpl\";i:527;s:2:\"id\";i:5773;s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:384;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:179;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:616;a:20:{s:4:\"tmpl\";i:479;s:2:\"id\";i:5238;s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:386;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:555;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:20:{s:4:\"tmpl\";i:573;s:2:\"id\";i:6274;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:389;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:88;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:618;a:20:{s:4:\"tmpl\";i:569;s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:391;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:34;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:619;a:20:{s:4:\"tmpl\";i:571;s:2:\"id\";i:6258;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:393;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:470;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:620;a:20:{s:4:\"tmpl\";i:570;s:2:\"id\";i:6249;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:395;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:85;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:621;a:20:{s:4:\"tmpl\";i:568;s:2:\"id\";i:6230;s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:396;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:542;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:622;a:20:{s:4:\"tmpl\";i:530;s:2:\"id\";i:5801;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:398;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:37;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:623;a:20:{s:4:\"tmpl\";i:531;s:2:\"id\";i:5811;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:400;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:86;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:624;a:20:{s:4:\"tmpl\";i:529;s:2:\"id\";i:5792;s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:403;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:244;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:625;a:20:{s:4:\"tmpl\";i:978;s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:405;s:16:\"popularity_index\";i:730;s:11:\"trend_index\";i:795;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:626;a:20:{s:4:\"tmpl\";i:979;s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Business\",\"Footer\",\"Interior Design\"]\";s:10:\"menu_order\";i:406;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:178;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:627;a:20:{s:4:\"tmpl\";i:980;s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design &#8211; Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Business\",\"Header\",\"Interior Design\"]\";s:10:\"menu_order\";i:408;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:64;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:628;a:20:{s:4:\"tmpl\";i:977;s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design &#8211; News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:410;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:132;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:629;a:20:{s:4:\"tmpl\";i:976;s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design &#8211; Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:413;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:108;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:630;a:20:{s:4:\"tmpl\";i:975;s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design &#8211; Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:414;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:324;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:631;a:20:{s:4:\"tmpl\";i:1011;s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant &#8211; 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:416;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:647;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:632;a:20:{s:4:\"tmpl\";i:1012;s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"Footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:419;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:238;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:633;a:20:{s:4:\"tmpl\";i:1013;s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese Restaurant &#8211; Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"Header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:421;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:274;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:634;a:20:{s:4:\"tmpl\";i:914;s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:422;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:716;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:635;a:20:{s:4:\"tmpl\";i:913;s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm &#8211; Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:424;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:294;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:636;a:20:{s:4:\"tmpl\";i:912;s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:425;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:240;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:637;a:20:{s:4:\"tmpl\";i:911;s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:427;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:39;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:638;a:20:{s:4:\"tmpl\";i:910;s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm &#8211; Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:430;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:433;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:639;a:20:{s:4:\"tmpl\";i:909;s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:432;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:214;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:640;a:20:{s:4:\"tmpl\";i:1022;s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate &#8211; 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:433;s:16:\"popularity_index\";i:759;s:11:\"trend_index\";i:720;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:641;a:20:{s:4:\"tmpl\";i:1023;s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Footer\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:434;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:505;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:642;a:20:{s:4:\"tmpl\";i:1024;s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Header\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:436;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:157;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:643;a:20:{s:4:\"tmpl\";i:1026;s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate &#8211; Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:438;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:420;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:644;a:20:{s:4:\"tmpl\";i:1027;s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate &#8211; Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:441;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:665;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:645;a:20:{s:4:\"tmpl\";i:1025;s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate &#8211; single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:442;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:441;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:646;a:20:{s:4:\"tmpl\";i:950;s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/magazine-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:445;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:734;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:647;a:20:{s:4:\"tmpl\";i:949;s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine &#8211; Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:447;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:272;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:648;a:20:{s:4:\"tmpl\";i:946;s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"Footer\",\"Magazine\"]\";s:10:\"menu_order\";i:448;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:349;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:649;a:20:{s:4:\"tmpl\";i:945;s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"Header\",\"Magazine\"]\";s:10:\"menu_order\";i:450;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:197;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:20:{s:4:\"tmpl\";i:947;s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine &#8211; Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-search/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:452;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:509;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:20:{s:4:\"tmpl\";i:944;s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:453;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:175;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:652;a:20:{s:4:\"tmpl\";i:943;s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:454;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:129;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:653;a:20:{s:4:\"tmpl\";i:942;s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:457;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:246;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:20:{s:4:\"tmpl\";i:941;s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:459;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:489;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:655;a:20:{s:4:\"tmpl\";i:948;s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:461;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:585;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:656;a:20:{s:4:\"tmpl\";i:990;s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:462;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:498;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:657;a:20:{s:4:\"tmpl\";i:987;s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course &#8211; End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:464;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:408;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:658;a:20:{s:4:\"tmpl\";i:989;s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Footer\"]\";s:10:\"menu_order\";i:466;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:308;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:20:{s:4:\"tmpl\";i:988;s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course &#8211; Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Header\"]\";s:10:\"menu_order\";i:469;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:519;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:660;a:20:{s:4:\"tmpl\";i:986;s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course &#8211; Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:471;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:578;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;a:20:{s:4:\"tmpl\";i:953;s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:473;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:706;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:662;a:20:{s:4:\"tmpl\";i:954;s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography &#8211; Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:475;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:405;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:663;a:20:{s:4:\"tmpl\";i:955;s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"Footer\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:477;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:230;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:664;a:20:{s:4:\"tmpl\";i:957;s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography &#8211; Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"Header\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:478;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:205;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:20:{s:4:\"tmpl\";i:956;s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:480;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:645;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:20:{s:4:\"tmpl\";i:901;s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:483;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:497;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:667;a:20:{s:4:\"tmpl\";i:900;s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Footer\",\"Portfolio\"]\";s:10:\"menu_order\";i:484;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:102;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;a:20:{s:4:\"tmpl\";i:898;s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:487;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:455;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:669;a:20:{s:4:\"tmpl\";i:897;s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:489;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:609;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;a:20:{s:4:\"tmpl\";i:904;s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Header\",\"Portfolio\"]\";s:10:\"menu_order\";i:491;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:364;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:671;a:20:{s:4:\"tmpl\";i:896;s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio &#8211; Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:493;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:764;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:672;a:20:{s:4:\"tmpl\";i:895;s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:495;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:816;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:673;a:20:{s:4:\"tmpl\";i:903;s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:496;s:16:\"popularity_index\";i:733;s:11:\"trend_index\";i:744;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;a:20:{s:4:\"tmpl\";i:894;s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio &#8211; Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:498;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:675;a:20:{s:4:\"tmpl\";i:597;s:2:\"id\";i:5019;s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:500;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:236;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:676;a:20:{s:4:\"tmpl\";i:609;s:2:\"id\";i:5141;s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:503;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:478;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:677;a:20:{s:4:\"tmpl\";i:598;s:2:\"id\";i:5027;s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:504;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:421;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:678;a:20:{s:4:\"tmpl\";i:599;s:2:\"id\";i:5037;s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:507;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:399;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:679;a:20:{s:4:\"tmpl\";i:600;s:2:\"id\";i:5057;s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:509;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:288;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:20:{s:4:\"tmpl\";i:601;s:2:\"id\";i:5071;s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:511;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:329;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:681;a:20:{s:4:\"tmpl\";i:603;s:2:\"id\";i:5090;s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:513;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:283;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:682;a:20:{s:4:\"tmpl\";i:604;s:2:\"id\";i:5098;s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:515;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:211;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:683;a:20:{s:4:\"tmpl\";i:606;s:2:\"id\";i:5115;s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:517;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:22;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:684;a:20:{s:4:\"tmpl\";i:608;s:2:\"id\";i:5133;s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:519;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:280;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:685;a:20:{s:4:\"tmpl\";i:610;s:2:\"id\";i:5149;s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:521;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:635;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:686;a:20:{s:4:\"tmpl\";i:468;s:2:\"id\";i:5045;s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:523;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:608;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:687;a:20:{s:4:\"tmpl\";i:602;s:2:\"id\";i:5082;s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:524;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:654;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:688;a:20:{s:4:\"tmpl\";i:605;s:2:\"id\";i:5107;s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:527;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:347;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:689;a:20:{s:4:\"tmpl\";i:607;s:2:\"id\";i:5125;s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:529;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:386;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:690;a:20:{s:4:\"tmpl\";i:596;s:2:\"id\";i:5007;s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:530;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:183;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:691;a:20:{s:4:\"tmpl\";i:434;s:2:\"id\";i:4509;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:532;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:641;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:692;a:20:{s:4:\"tmpl\";i:439;s:2:\"id\";i:4553;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:534;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:506;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:693;a:20:{s:4:\"tmpl\";i:441;s:2:\"id\";i:4572;s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:537;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:248;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:694;a:20:{s:4:\"tmpl\";i:442;s:2:\"id\";i:4580;s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:539;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:526;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:695;a:20:{s:4:\"tmpl\";i:444;s:2:\"id\";i:4597;s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:540;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:450;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:696;a:20:{s:4:\"tmpl\";i:446;s:2:\"id\";i:4613;s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:543;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:568;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:697;a:20:{s:4:\"tmpl\";i:436;s:2:\"id\";i:4529;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:545;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:613;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:698;a:20:{s:4:\"tmpl\";i:438;s:2:\"id\";i:4545;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:547;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:825;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:699;a:20:{s:4:\"tmpl\";i:440;s:2:\"id\";i:4562;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:549;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:821;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:700;a:20:{s:4:\"tmpl\";i:443;s:2:\"id\";i:4589;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:551;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:639;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:701;a:20:{s:4:\"tmpl\";i:445;s:2:\"id\";i:4605;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:553;s:16:\"popularity_index\";i:738;s:11:\"trend_index\";i:773;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:702;a:20:{s:4:\"tmpl\";i:433;s:2:\"id\";i:4500;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:554;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:451;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:703;a:20:{s:4:\"tmpl\";i:435;s:2:\"id\";i:4521;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:557;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:372;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:704;a:20:{s:4:\"tmpl\";i:437;s:2:\"id\";i:4537;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:559;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:841;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:705;a:20:{s:4:\"tmpl\";i:1046;s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:564;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:493;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:706;a:20:{s:4:\"tmpl\";i:1047;s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:565;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:358;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:707;a:20:{s:4:\"tmpl\";i:1048;s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:500;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:708;a:20:{s:4:\"tmpl\";i:701;s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:25;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:709;a:20:{s:4:\"tmpl\";i:1049;s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:423;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:20:{s:4:\"tmpl\";i:702;s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:30;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:20:{s:4:\"tmpl\";i:1050;s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist &#8211; single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:570;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:20:{s:4:\"tmpl\";i:703;s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:44;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:713;a:20:{s:4:\"tmpl\";i:1051;s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist &#8211; single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:569;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:368;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:714;a:20:{s:4:\"tmpl\";i:412;s:2:\"id\";i:4313;s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:570;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:53;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:715;a:20:{s:4:\"tmpl\";i:413;s:2:\"id\";i:4324;s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:571;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:138;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:716;a:20:{s:4:\"tmpl\";i:418;s:2:\"id\";i:4368;s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:572;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:59;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:717;a:20:{s:4:\"tmpl\";i:420;s:2:\"id\";i:4391;s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:573;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:120;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:718;a:20:{s:4:\"tmpl\";i:403;s:2:\"id\";i:4235;s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:574;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:172;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:719;a:20:{s:4:\"tmpl\";i:417;s:2:\"id\";i:4357;s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:575;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:45;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:720;a:20:{s:4:\"tmpl\";i:415;s:2:\"id\";i:4341;s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:576;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:114;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:721;a:20:{s:4:\"tmpl\";i:414;s:2:\"id\";i:4332;s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:577;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:149;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:722;a:20:{s:4:\"tmpl\";i:401;s:2:\"id\";i:4212;s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:578;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:302;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:723;a:20:{s:4:\"tmpl\";i:408;s:2:\"id\";i:4276;s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:579;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:514;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:724;a:20:{s:4:\"tmpl\";i:406;s:2:\"id\";i:4260;s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:580;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:209;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:725;a:20:{s:4:\"tmpl\";i:404;s:2:\"id\";i:4244;s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:581;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:596;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:726;a:20:{s:4:\"tmpl\";i:421;s:2:\"id\";i:4400;s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:582;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:438;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:727;a:20:{s:4:\"tmpl\";i:419;s:2:\"id\";i:4376;s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:583;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:249;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:728;a:20:{s:4:\"tmpl\";i:416;s:2:\"id\";i:4349;s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:584;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:483;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:729;a:20:{s:4:\"tmpl\";i:402;s:2:\"id\";i:4227;s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:585;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:553;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:730;a:20:{s:4:\"tmpl\";i:560;s:2:\"id\";i:6162;s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:586;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:550;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:731;a:20:{s:4:\"tmpl\";i:411;s:2:\"id\";i:4302;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:587;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:97;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:732;a:20:{s:4:\"tmpl\";i:410;s:2:\"id\";i:4293;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:588;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:269;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:733;a:20:{s:4:\"tmpl\";i:409;s:2:\"id\";i:4284;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:589;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:21;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:734;a:20:{s:4:\"tmpl\";i:407;s:2:\"id\";i:4268;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:590;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:213;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:735;a:20:{s:4:\"tmpl\";i:405;s:2:\"id\";i:4252;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:591;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:99;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:736;a:20:{s:4:\"tmpl\";i:677;s:2:\"id\";i:8676;s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:592;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:145;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:737;a:20:{s:4:\"tmpl\";i:678;s:2:\"id\";i:8678;s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:593;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:82;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:738;a:20:{s:4:\"tmpl\";i:679;s:2:\"id\";i:8679;s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:594;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:23;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:739;a:20:{s:4:\"tmpl\";i:680;s:2:\"id\";i:8680;s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:595;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:190;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:740;a:20:{s:4:\"tmpl\";i:681;s:2:\"id\";i:8681;s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:596;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:218;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:741;a:20:{s:4:\"tmpl\";i:682;s:2:\"id\";i:8682;s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:597;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:227;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:742;a:20:{s:4:\"tmpl\";i:683;s:2:\"id\";i:8703;s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:598;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:316;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:743;a:20:{s:4:\"tmpl\";i:640;s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:599;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:266;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:744;a:20:{s:4:\"tmpl\";i:639;s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:600;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:139;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:745;a:20:{s:4:\"tmpl\";i:705;s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:601;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:204;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:746;a:20:{s:4:\"tmpl\";i:704;s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:602;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:336;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:747;a:20:{s:4:\"tmpl\";i:706;s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:603;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:177;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:748;a:20:{s:4:\"tmpl\";i:707;s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:604;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:279;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:749;a:20:{s:4:\"tmpl\";i:708;s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:605;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:253;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:750;a:20:{s:4:\"tmpl\";i:555;s:2:\"id\";i:6114;s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:610;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:692;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:751;a:20:{s:4:\"tmpl\";i:562;s:2:\"id\";i:6178;s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:611;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:755;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:752;a:20:{s:4:\"tmpl\";i:561;s:2:\"id\";i:6170;s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:552;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:753;a:20:{s:4:\"tmpl\";i:697;s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:6;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:754;a:20:{s:4:\"tmpl\";i:563;s:2:\"id\";i:6186;s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:811;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:755;a:20:{s:4:\"tmpl\";i:698;s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:42;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:756;a:20:{s:4:\"tmpl\";i:550;s:2:\"id\";i:6071;s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:328;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:757;a:20:{s:4:\"tmpl\";i:699;s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:66;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:758;a:20:{s:4:\"tmpl\";i:554;s:2:\"id\";i:6106;s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:784;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:759;a:20:{s:4:\"tmpl\";i:700;s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:81;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:760;a:20:{s:4:\"tmpl\";i:551;s:2:\"id\";i:6079;s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:616;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:385;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:761;a:20:{s:4:\"tmpl\";i:552;s:2:\"id\";i:6089;s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:617;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:452;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:762;a:20:{s:4:\"tmpl\";i:549;s:2:\"id\";i:6063;s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:618;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:419;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:763;a:20:{s:4:\"tmpl\";i:553;s:2:\"id\";i:6097;s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:619;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:492;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:764;a:20:{s:4:\"tmpl\";i:538;s:2:\"id\";i:5956;s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:620;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:541;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:765;a:20:{s:4:\"tmpl\";i:537;s:2:\"id\";i:5947;s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:621;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:531;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:766;a:20:{s:4:\"tmpl\";i:559;s:2:\"id\";i:6152;s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:622;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:557;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:767;a:20:{s:4:\"tmpl\";i:469;s:2:\"id\";i:5157;s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:623;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:293;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;a:20:{s:4:\"tmpl\";i:472;s:2:\"id\";i:5181;s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:624;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:340;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:769;a:20:{s:4:\"tmpl\";i:470;s:2:\"id\";i:5165;s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:625;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:620;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:770;a:20:{s:4:\"tmpl\";i:477;s:2:\"id\";i:5222;s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:626;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:427;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:771;a:20:{s:4:\"tmpl\";i:471;s:2:\"id\";i:5173;s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:627;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:237;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:772;a:20:{s:4:\"tmpl\";i:465;s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:628;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:188;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:773;a:20:{s:4:\"tmpl\";i:462;s:2:\"id\";i:4770;s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/team-12-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:629;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:488;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:774;a:20:{s:4:\"tmpl\";i:458;s:2:\"id\";i:4727;s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:630;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:345;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:775;a:20:{s:4:\"tmpl\";i:543;s:2:\"id\";i:5999;s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:631;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:318;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:776;a:20:{s:4:\"tmpl\";i:455;s:2:\"id\";i:4698;s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:632;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:410;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:777;a:20:{s:4:\"tmpl\";i:463;s:2:\"id\";i:4781;s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:633;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:330;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:778;a:20:{s:4:\"tmpl\";i:558;s:2:\"id\";i:6144;s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:634;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:365;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:779;a:20:{s:4:\"tmpl\";i:464;s:2:\"id\";i:4793;s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:635;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:173;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:780;a:20:{s:4:\"tmpl\";i:466;s:2:\"id\";i:4809;s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:636;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:465;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:781;a:20:{s:4:\"tmpl\";i:459;s:2:\"id\";i:4736;s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:637;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:159;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:782;a:20:{s:4:\"tmpl\";i:467;s:2:\"id\";i:4818;s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:638;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:606;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:783;a:20:{s:4:\"tmpl\";i:461;s:2:\"id\";i:4759;s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:639;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:376;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:784;a:20:{s:4:\"tmpl\";i:460;s:2:\"id\";i:4746;s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:640;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:378;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:785;a:20:{s:4:\"tmpl\";i:457;s:2:\"id\";i:4718;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:641;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:359;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:786;a:20:{s:4:\"tmpl\";i:456;s:2:\"id\";i:4706;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:642;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:299;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:787;a:20:{s:4:\"tmpl\";i:544;s:2:\"id\";i:6008;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:643;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:277;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:788;a:20:{s:4:\"tmpl\";i:454;s:2:\"id\";i:4690;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:644;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:402;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:789;a:20:{s:4:\"tmpl\";i:586;s:2:\"id\";i:4921;s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:645;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:198;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:790;a:20:{s:4:\"tmpl\";i:582;s:2:\"id\";i:4889;s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:646;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:522;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:791;a:20:{s:4:\"tmpl\";i:580;s:2:\"id\";i:4871;s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:647;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:391;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:792;a:20:{s:4:\"tmpl\";i:578;s:2:\"id\";i:4854;s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:648;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:741;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:793;a:20:{s:4:\"tmpl\";i:595;s:2:\"id\";i:4995;s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:649;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:411;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:794;a:20:{s:4:\"tmpl\";i:593;s:2:\"id\";i:4979;s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:650;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:544;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:795;a:20:{s:4:\"tmpl\";i:576;s:2:\"id\";i:4835;s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:651;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:401;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:796;a:20:{s:4:\"tmpl\";i:594;s:2:\"id\";i:4987;s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:652;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:199;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:797;a:20:{s:4:\"tmpl\";i:577;s:2:\"id\";i:4843;s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:653;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:780;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:798;a:20:{s:4:\"tmpl\";i:579;s:2:\"id\";i:4863;s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:654;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:599;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:799;a:20:{s:4:\"tmpl\";i:581;s:2:\"id\";i:4880;s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:655;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:653;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:800;a:20:{s:4:\"tmpl\";i:583;s:2:\"id\";i:4897;s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:656;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:289;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:801;a:20:{s:4:\"tmpl\";i:584;s:2:\"id\";i:4905;s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:657;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:221;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:802;a:20:{s:4:\"tmpl\";i:585;s:2:\"id\";i:4913;s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:658;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:566;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:803;a:20:{s:4:\"tmpl\";i:575;s:2:\"id\";i:4826;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:659;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:395;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:804;a:20:{s:4:\"tmpl\";i:587;s:2:\"id\";i:4929;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:660;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:206;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:805;a:20:{s:4:\"tmpl\";i:591;s:2:\"id\";i:4963;s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:661;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:546;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:806;a:20:{s:4:\"tmpl\";i:592;s:2:\"id\";i:4971;s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:662;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:718;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:807;a:20:{s:4:\"tmpl\";i:589;s:2:\"id\";i:4947;s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:663;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:496;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:808;a:20:{s:4:\"tmpl\";i:590;s:2:\"id\";i:4955;s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:664;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:695;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:809;a:20:{s:4:\"tmpl\";i:588;s:2:\"id\";i:4939;s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:665;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:341;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:810;a:20:{s:4:\"tmpl\";i:928;s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:666;s:16:\"popularity_index\";i:747;s:11:\"trend_index\";i:712;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:811;a:20:{s:4:\"tmpl\";i:929;s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel &#8211; Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:667;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:487;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:812;a:20:{s:4:\"tmpl\";i:927;s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel &#8211; Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:668;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:434;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:813;a:20:{s:4:\"tmpl\";i:930;s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel &#8211; Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:669;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:663;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:814;a:20:{s:4:\"tmpl\";i:931;s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel &#8211; Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:670;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:548;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:815;a:20:{s:4:\"tmpl\";i:926;s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:671;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:322;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:816;a:20:{s:4:\"tmpl\";i:1068;s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/travel-blog-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:672;s:16:\"popularity_index\";i:749;s:11:\"trend_index\";i:759;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:817;a:20:{s:4:\"tmpl\";i:1069;s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:673;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:468;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:818;a:20:{s:4:\"tmpl\";i:1070;s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:674;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:431;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:819;a:20:{s:4:\"tmpl\";i:1071;s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:675;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:377;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:820;a:20:{s:4:\"tmpl\";i:1067;s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:676;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:228;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:821;a:20:{s:4:\"tmpl\";i:1072;s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:677;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:482;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:822;a:20:{s:4:\"tmpl\";i:1066;s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:678;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:454;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}', 'off');
INSERT INTO `wpht_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(177, 'elementor_version', '3.24.5', 'auto'),
(178, 'elementor_install_history', 'a:1:{s:6:\"3.24.5\";i:1728260073;}', 'auto'),
(179, 'elementor_events_db_version', '1.0.0', 'off'),
(2060, '_site_transient_wp_theme_files_patterns-658582060208adaa19f70a7d494b4c4e', 'a:2:{s:7:\"version\";s:5:\"1.2.9\";s:8:\"patterns\";a:0:{}}', 'off'),
(2059, '_site_transient_timeout_wp_theme_files_patterns-658582060208adaa19f70a7d494b4c4e', '1738341534', 'off'),
(291, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:3:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:65:\"https://downloads.wordpress.org/release/es_ES/wordpress-6.7.1.zip\";s:6:\"locale\";s:5:\"es_ES\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:65:\"https://downloads.wordpress.org/release/es_ES/wordpress-6.7.1.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.7.1\";s:7:\"version\";s:5:\"6.7.1\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.7.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.7.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.7.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.7.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.7.1\";s:7:\"version\";s:5:\"6.7.1\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:51:\"https://downloads.w.org/release/wordpress-6.7.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:51:\"https://downloads.w.org/release/wordpress-6.7.1.zip\";s:10:\"no_content\";s:62:\"https://downloads.w.org/release/wordpress-6.7.1-no-content.zip\";s:11:\"new_bundled\";s:63:\"https://downloads.w.org/release/wordpress-6.7.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.7.1\";s:7:\"version\";s:5:\"6.7.1\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1738241261;s:15:\"version_checked\";s:5:\"6.6.2\";s:12:\"translations\";a:1:{i:0;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2025-01-18 13:16:49\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.6.2/es_ES.zip\";s:10:\"autoupdate\";b:1;}}}', 'off'),
(202, '_fluentform_installed_version', '5.2.4', 'off'),
(203, 'fluentform_global_modules_status', 'a:9:{s:9:\"mailchimp\";s:2:\"no\";s:14:\"activecampaign\";s:2:\"no\";s:16:\"campaign_monitor\";s:2:\"no\";s:17:\"constatantcontact\";s:2:\"no\";s:11:\"getresponse\";s:2:\"no\";s:8:\"icontact\";s:2:\"no\";s:7:\"webhook\";s:2:\"no\";s:6:\"zapier\";s:2:\"no\";s:5:\"slack\";s:2:\"no\";}', 'off'),
(204, 'kadence_blocks_schema_version', '1', 'auto'),
(205, 'widget_fluentform_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(206, '_transient_timeout_as-post-store-dependencies-met', '1728346600', 'off'),
(207, '_transient_as-post-store-dependencies-met', 'yes', 'off'),
(208, 'stellarwp_telemetry_last_send', '', 'auto'),
(209, 'stellarwp_telemetry', 'a:1:{s:7:\"plugins\";a:1:{s:14:\"kadence-blocks\";a:2:{s:7:\"wp_slug\";s:33:\"kadence-blocks/kadence-blocks.php\";s:5:\"optin\";b:0;}}}', 'auto'),
(126, '_transient_doing_cron', '1738339734.3743920326232910156250', 'on'),
(127, 'WPLANG', 'es_ES', 'yes'),
(2015, '_site_transient_timeout_available_translations', '1738251533', 'off');
INSERT INTO `wpht_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(2016, '_site_transient_available_translations', 'a:131:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-05-13 15:59:22\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"am\";a:8:{s:8:\"language\";s:2:\"am\";s:7:\"version\";s:5:\"6.0.9\";s:7:\"updated\";s:19:\"2022-09-29 20:43:49\";s:12:\"english_name\";s:7:\"Amharic\";s:11:\"native_name\";s:12:\"አማርኛ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.0.9/am.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"am\";i:2;s:3:\"amh\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"ቀጥል\";}}s:3:\"arg\";a:8:{s:8:\"language\";s:3:\"arg\";s:7:\"version\";s:8:\"6.2-beta\";s:7:\"updated\";s:19:\"2022-09-22 16:46:56\";s:12:\"english_name\";s:9:\"Aragonese\";s:11:\"native_name\";s:9:\"Aragonés\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.2-beta/arg.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"an\";i:2;s:3:\"arg\";i:3;s:3:\"arg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continar\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"6.4.5\";s:7:\"updated\";s:19:\"2024-02-13 12:49:38\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.4.5/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"متابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:6:\"4.8.25\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.25/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2024-10-16 07:55:52\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.6.2/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"6.4.5\";s:7:\"updated\";s:19:\"2024-01-19 08:58:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.4.5/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:6:\"4.9.26\";s:7:\"updated\";s:19:\"2024-12-26 00:37:42\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.9.26/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2024-12-01 08:12:11\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.6.2/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2024-10-21 11:26:40\";s:12:\"english_name\";s:20:\"Bengali (Bangladesh)\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.6.2/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:28:\"চালিয়ে যান\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2020-10-30 03:24:38\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:33:\"མུ་མཐུད་དུ།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"6.2.6\";s:7:\"updated\";s:19:\"2023-02-22 20:45:53\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.6/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2025-01-23 15:45:37\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.6.2/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2024-07-23 09:49:04\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.6.2/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2025-01-06 15:15:52\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.6.2/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2025-01-08 14:13:18\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.6.2/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2024-07-29 10:55:14\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.6.2/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2024-07-29 10:55:35\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/6.6.2/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_AT\";a:8:{s:8:\"language\";s:5:\"de_AT\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2025-01-09 10:08:15\";s:12:\"english_name\";s:16:\"German (Austria)\";s:11:\"native_name\";s:21:\"Deutsch (Österreich)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.6.2/de_AT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2025-01-30 05:48:44\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.6.2/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2025-01-30 05:48:21\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.6.2/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dsb\";a:8:{s:8:\"language\";s:3:\"dsb\";s:7:\"version\";s:5:\"6.2.6\";s:7:\"updated\";s:19:\"2022-07-16 12:13:09\";s:12:\"english_name\";s:13:\"Lower Sorbian\";s:11:\"native_name\";s:16:\"Dolnoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.6/dsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"dsb\";i:3;s:3:\"dsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Dalej\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2025-01-13 14:41:55\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.6.2/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2024-08-13 21:41:14\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.6.2/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2024-11-06 06:07:50\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.6.2/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2024-08-23 06:54:09\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.6.2/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2024-10-02 16:47:50\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.6.2/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2024-10-17 01:27:38\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.6.2/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2024-09-17 16:02:45\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.6.2/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2024-10-16 21:04:12\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.6.2/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2025-01-09 05:04:53\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.6.2/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2025-01-12 01:37:38\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.6.2/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2025-01-15 16:03:08\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.6.2/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2025-01-18 13:16:49\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.6.2/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2025-01-23 23:21:19\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.6.2/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"6.4.5\";s:7:\"updated\";s:19:\"2023-10-16 16:00:04\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.5/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_EC\";a:8:{s:8:\"language\";s:5:\"es_EC\";s:7:\"version\";s:5:\"6.2.6\";s:7:\"updated\";s:19:\"2023-04-21 13:32:10\";s:12:\"english_name\";s:17:\"Spanish (Ecuador)\";s:11:\"native_name\";s:19:\"Español de Ecuador\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.6/es_EC.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_DO\";a:8:{s:8:\"language\";s:5:\"es_DO\";s:7:\"version\";s:6:\"5.8.10\";s:7:\"updated\";s:19:\"2021-10-08 14:32:50\";s:12:\"english_name\";s:28:\"Spanish (Dominican Republic)\";s:11:\"native_name\";s:33:\"Español de República Dominicana\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.8.10/es_DO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_UY\";a:8:{s:8:\"language\";s:5:\"es_UY\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-31 18:33:26\";s:12:\"english_name\";s:17:\"Spanish (Uruguay)\";s:11:\"native_name\";s:19:\"Español de Uruguay\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/es_UY.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PR\";a:8:{s:8:\"language\";s:5:\"es_PR\";s:7:\"version\";s:6:\"5.4.16\";s:7:\"updated\";s:19:\"2020-04-29 15:36:59\";s:12:\"english_name\";s:21:\"Spanish (Puerto Rico)\";s:11:\"native_name\";s:23:\"Español de Puerto Rico\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.4.16/es_PR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:6:\"5.2.21\";s:7:\"updated\";s:19:\"2019-03-02 06:35:01\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.2.21/es_GT.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2024-10-23 16:36:30\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.6.2/es_CR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-06 09:50:37\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.5.5/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2024-12-05 15:23:38\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.6.2/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_AF\";a:8:{s:8:\"language\";s:5:\"fa_AF\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2024-06-20 17:15:28\";s:12:\"english_name\";s:21:\"Persian (Afghanistan)\";s:11:\"native_name\";s:31:\"(فارسی (افغانستان\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.6.2/fa_AF.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2025-01-08 15:49:34\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.6.2/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2024-10-23 07:22:41\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.6.2/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2024-09-30 11:36:50\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.6.2/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-02-01 23:56:53\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2024-12-21 15:20:38\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.6.2/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:3:\"fur\";a:8:{s:8:\"language\";s:3:\"fur\";s:7:\"version\";s:6:\"4.8.25\";s:7:\"updated\";s:19:\"2023-04-30 13:56:46\";s:12:\"english_name\";s:8:\"Friulian\";s:11:\"native_name\";s:8:\"Friulian\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.25/fur.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"fur\";i:3;s:3:\"fur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"fy\";a:8:{s:8:\"language\";s:2:\"fy\";s:7:\"version\";s:5:\"6.2.6\";s:7:\"updated\";s:19:\"2022-12-25 12:53:23\";s:12:\"english_name\";s:7:\"Frisian\";s:11:\"native_name\";s:5:\"Frysk\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.6/fy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fy\";i:2;s:3:\"fry\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Trochgean\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2025-01-14 09:06:14\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.6.2/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2025-01-07 08:02:44\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.6.2/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ચાલુ રાખો\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:6:\"4.4.33\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.4.33/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"6.2.6\";s:7:\"updated\";s:19:\"2024-05-04 18:39:24\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.6/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"6.4.5\";s:7:\"updated\";s:19:\"2024-02-25 08:05:38\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.5/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"जारी रखें\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2025-01-03 19:06:29\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.6.2/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:3:\"hsb\";a:8:{s:8:\"language\";s:3:\"hsb\";s:7:\"version\";s:5:\"6.2.6\";s:7:\"updated\";s:19:\"2023-02-22 17:37:32\";s:12:\"english_name\";s:13:\"Upper Sorbian\";s:11:\"native_name\";s:17:\"Hornjoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.6/hsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"hsb\";i:3;s:3:\"hsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:4:\"Dale\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2024-10-17 15:50:39\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.6.2/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2025-01-15 15:42:11\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.6.2/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:6:\"4.9.26\";s:7:\"updated\";s:19:\"2018-12-11 10:40:02\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.26/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2025-01-13 15:19:03\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.6.2/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2025-01-08 14:58:19\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.6.2/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"次へ\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:6:\"4.9.26\";s:7:\"updated\";s:19:\"2019-02-16 23:58:56\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.26/jv_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"jv\";i:2;s:3:\"jav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Nerusaké\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2025-01-22 09:44:57\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.6.2/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:5:\"6.2.6\";s:7:\"updated\";s:19:\"2023-07-05 11:40:39\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.6/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"kk\";a:8:{s:8:\"language\";s:2:\"kk\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2024-07-18 02:49:24\";s:12:\"english_name\";s:6:\"Kazakh\";s:11:\"native_name\";s:19:\"Қазақ тілі\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.6.2/kk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kk\";i:2;s:3:\"kaz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Жалғастыру\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:6:\"5.2.21\";s:7:\"updated\";s:19:\"2019-06-10 16:18:28\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2.21/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:2:\"kn\";a:8:{s:8:\"language\";s:2:\"kn\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2024-09-18 15:21:55\";s:12:\"english_name\";s:7:\"Kannada\";s:11:\"native_name\";s:15:\"ಕನ್ನಡ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.6.2/kn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kn\";i:2;s:3:\"kan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"ಮುಂದುವರಿಸು\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2024-09-14 13:16:53\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.6.2/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2024-08-24 01:25:58\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی‎\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.6.2/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"به‌رده‌وام به‌\";}}s:3:\"kir\";a:8:{s:8:\"language\";s:3:\"kir\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2025-01-11 18:00:24\";s:12:\"english_name\";s:6:\"Kyrgyz\";s:11:\"native_name\";s:16:\"Кыргызча\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.6.2/kir.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ky\";i:2;s:3:\"kir\";i:3;s:3:\"kir\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Улантуу\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່​ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-13 13:11:03\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2024-06-20 17:21:01\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.6.2/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"6.0.9\";s:7:\"updated\";s:19:\"2022-10-01 09:23:52\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.9/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2024-10-05 15:57:37\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.6.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-20 17:22:06\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.5.5/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2025-01-24 12:09:32\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.6.2/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:6:\"5.5.15\";s:7:\"updated\";s:19:\"2022-03-11 13:52:22\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.5.15/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.2.38\";s:7:\"updated\";s:19:\"2017-12-26 11:57:10\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.38/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2024-07-21 18:30:52\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.6.2/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2024-08-30 11:32:23\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.6.2/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2025-01-08 16:18:44\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.6.2/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2025-01-08 16:21:26\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.6.2/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2025-01-21 10:05:36\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.6.2/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-18 10:59:16\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.8.25\";s:7:\"updated\";s:19:\"2017-08-25 10:03:08\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.25/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:15:\"Panjabi (India)\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2025-01-17 08:07:09\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.6.2/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.3.34\";s:7:\"updated\";s:19:\"2015-12-02 21:41:29\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.3.34/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2024-08-14 07:51:49\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/6.6.2/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2025-01-09 14:23:22\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.6.2/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_AO\";a:8:{s:8:\"language\";s:5:\"pt_AO\";s:7:\"version\";s:5:\"6.4.5\";s:7:\"updated\";s:19:\"2023-08-21 12:15:00\";s:12:\"english_name\";s:19:\"Portuguese (Angola)\";s:11:\"native_name\";s:20:\"Português de Angola\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.5/pt_AO.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2024-11-25 11:02:50\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.6.2/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2025-01-30 11:55:33\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.6.2/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2025-01-08 19:10:48\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.6.2/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:3:\"snd\";a:8:{s:8:\"language\";s:3:\"snd\";s:7:\"version\";s:6:\"5.4.16\";s:7:\"updated\";s:19:\"2020-07-07 01:53:37\";s:12:\"english_name\";s:6:\"Sindhi\";s:11:\"native_name\";s:8:\"سنڌي\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/5.4.16/snd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"sd\";i:2;s:3:\"snd\";i:3;s:3:\"snd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"اڳتي هلو\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2024-10-02 07:50:42\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.6.2/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:3:\"skr\";a:8:{s:8:\"language\";s:3:\"skr\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2024-09-21 09:44:08\";s:12:\"english_name\";s:7:\"Saraiki\";s:11:\"native_name\";s:14:\"سرائیکی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.6.2/skr.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"skr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"جاری رکھو\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2024-08-30 07:14:35\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.6.2/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2025-01-08 17:33:38\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.6.2/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2024-09-20 22:15:56\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.6.2/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2025-01-08 15:53:30\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.6.2/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"sw\";a:8:{s:8:\"language\";s:2:\"sw\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2024-11-06 09:33:25\";s:12:\"english_name\";s:7:\"Swahili\";s:11:\"native_name\";s:9:\"Kiswahili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.6.2/sw.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sw\";i:2;s:3:\"swa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Endelea\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:5:\"ta_LK\";a:8:{s:8:\"language\";s:5:\"ta_LK\";s:7:\"version\";s:6:\"4.2.38\";s:7:\"updated\";s:19:\"2015-12-03 01:07:44\";s:12:\"english_name\";s:17:\"Tamil (Sri Lanka)\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.38/ta_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"தொடர்க\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:6:\"5.8.10\";s:7:\"updated\";s:19:\"2022-06-08 04:30:30\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.8.10/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:6:\"4.8.25\";s:7:\"updated\";s:19:\"2017-09-30 09:04:29\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.25/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2024-08-14 17:49:29\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.6.2/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2024-11-18 17:39:54\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.6.2/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"6.4.5\";s:7:\"updated\";s:19:\"2024-03-06 18:52:07\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.4.5/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:6:\"5.4.16\";s:7:\"updated\";s:19:\"2020-04-09 11:17:33\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.4.16/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-28 12:02:22\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2024-09-23 10:07:11\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.6.2/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2024-12-23 17:03:34\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.6.2/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2025-01-12 05:37:14\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.6.2/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"6.2.6\";s:7:\"updated\";s:19:\"2022-07-15 15:25:03\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:12:\"香港中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.6/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}', 'off');
INSERT INTO `wpht_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(163, '_site_transient_wp_plugin_dependencies_plugin_data', 'a:0:{}', 'off'),
(164, 'recently_activated', 'a:0:{}', 'auto'),
(284, '_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a', '1728322693', 'off'),
(285, '_site_transient_poptags_40cd750bba9870f18aada2478b24840a', 'O:8:\"stdClass\":100:{s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:6499;}s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4847;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2787;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2680;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:2080;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1968;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1927;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1750;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1587;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1579;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1551;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:1527;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1512;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1503;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:1423;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1313;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1308;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:1170;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:1168;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1160;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:1138;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:1025;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:1015;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:992;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:970;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:937;}s:5:\"block\";a:3:{s:4:\"name\";s:5:\"block\";s:4:\"slug\";s:5:\"block\";s:5:\"count\";i:929;}s:9:\"gutenberg\";a:3:{s:4:\"name\";s:9:\"gutenberg\";s:4:\"slug\";s:9:\"gutenberg\";s:5:\"count\";i:909;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:907;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:899;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:895;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:892;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:892;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:829;}s:9:\"elementor\";a:3:{s:4:\"name\";s:9:\"elementor\";s:4:\"slug\";s:9:\"elementor\";s:5:\"count\";i:820;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:811;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:807;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:782;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:777;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:753;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:752;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:750;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:732;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:712;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:702;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:696;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:671;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:663;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:655;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:634;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:632;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:627;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:612;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:612;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:604;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:601;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:601;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:594;}s:8:\"shipping\";a:3:{s:4:\"name\";s:8:\"shipping\";s:4:\"slug\";s:8:\"shipping\";s:5:\"count\";i:593;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:592;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:588;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:582;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:577;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:576;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:573;}s:14:\"contact-form-7\";a:3:{s:4:\"name\";s:14:\"contact form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:5:\"count\";i:565;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:563;}s:11:\"performance\";a:3:{s:4:\"name\";s:11:\"performance\";s:4:\"slug\";s:11:\"performance\";s:5:\"count\";i:558;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:549;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:547;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:539;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:532;}s:6:\"blocks\";a:3:{s:4:\"name\";s:6:\"blocks\";s:4:\"slug\";s:6:\"blocks\";s:5:\"count\";i:530;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:525;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:522;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:520;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:513;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:506;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:499;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:486;}s:8:\"payments\";a:3:{s:4:\"name\";s:8:\"payments\";s:4:\"slug\";s:8:\"payments\";s:5:\"count\";i:479;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:458;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:456;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:451;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:449;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:449;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:448;}s:7:\"gateway\";a:3:{s:4:\"name\";s:7:\"gateway\";s:4:\"slug\";s:7:\"gateway\";s:5:\"count\";i:446;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:438;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:435;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:431;}s:6:\"import\";a:3:{s:4:\"name\";s:6:\"import\";s:4:\"slug\";s:6:\"import\";s:5:\"count\";i:429;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:429;}s:8:\"checkout\";a:3:{s:4:\"name\";s:8:\"checkout\";s:4:\"slug\";s:8:\"checkout\";s:5:\"count\";i:427;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:417;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:414;}s:5:\"cache\";a:3:{s:4:\"name\";s:5:\"cache\";s:4:\"slug\";s:5:\"cache\";s:5:\"count\";i:413;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:405;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:397;}s:16:\"google-analytics\";a:3:{s:4:\"name\";s:16:\"google analytics\";s:4:\"slug\";s:16:\"google-analytics\";s:5:\"count\";i:390;}}', 'off'),
(2017, '_site_transient_timeout_theme_roots', '1738243062', 'off'),
(2018, '_site_transient_theme_roots', 'a:4:{s:7:\"kadence\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}', 'off'),
(201, '__fluentform_global_form_settings', 'a:1:{s:6:\"layout\";a:5:{s:14:\"labelPlacement\";s:3:\"top\";s:17:\"asteriskPlacement\";s:14:\"asterisk-right\";s:20:\"helpMessagePlacement\";s:10:\"with_label\";s:21:\"errorMessagePlacement\";s:6:\"inline\";s:12:\"cssClassName\";s:0:\"\";}}', 'off'),
(135, '_site_transient_timeout_browser_16453d6e2683b8800ded2a27c7f595d9', '1728864654', 'off'),
(136, '_site_transient_browser_16453d6e2683b8800ded2a27c7f595d9', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"129.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}', 'off'),
(137, '_site_transient_timeout_php_check_d6b31cb0311c56af124525e5040ef5f1', '1728864654', 'off'),
(138, '_site_transient_php_check_d6b31cb0311c56af124525e5040ef5f1', 'a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"7.2.24\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}', 'off'),
(2025, '_transient_timeout_feed_69c933d8a78805efd0abe985766ffb51', '1738284478', 'off');
INSERT INTO `wpht_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(2026, '_transient_feed_69c933d8a78805efd0abe985766ffb51', 'a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:52:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\n \n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"WordPress.org España\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"https://es.wordpress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Español\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Jan 2025 10:25:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"es\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=6.8-alpha-59735\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://s.w.org/favicon.ico?2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"WordPress.org España\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"https://es.wordpress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:70:\"\n		\n		\n					\n		\n		\n		\n				\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"10 ejemplos de blogs de éxito para inspirarte\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://es.wordpress.org/2025/01/24/blogs-ejemplos/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://es.wordpress.org/2025/01/24/blogs-ejemplos/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 24 Jan 2025 15:18:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://es.wordpress.org/?p=662025\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:343:\"Si necesitas inspiración para crear tu propio blog, te mostraré varios ejemplos de blogs que destacan por su diseño, contenido y estrategias. Desde blogs de viajes hasta tecnología, vamos a ver qué han hecho bien para atraer a miles de lectores, qué tienen en común y qué lecciones puedes aplicar en tu propio proyecto. Tener [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Ana Patricia G. C.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:21469:\"\n<p>Si necesitas inspiración para crear tu propio blog, te mostraré varios <strong>ejemplos de blogs que destacan por su diseño, contenido y estrategias</strong>. Desde blogs de viajes hasta tecnología, vamos a ver qué han hecho bien para atraer a miles de lectores, qué tienen en común y qué lecciones puedes aplicar en tu propio proyecto.</p>\n\n\n\n<p>Tener un blog puede ser una de las mejores formas de compartir tus ideas, conectar con otras personas y, por qué no, incluso ganarte la vida. Si buscas un poquito de motivación, sigue leyendo.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Ejemplos de blogs que triunfan</h2>\n\n\n\n<p>Si quieres crear tu propio blog, no hay mejor forma de aprender que observando a quienes ya tienen éxito. Bueno, quizás sería mejor decir que ¡lo están petando!</p>\n\n\n\n<p>Hay muchísimos otros, pero estos blogs españoles han logrado destacar en sus respectivos sectores y son un claro ejemplo de que, con buen contenido y estrategia, se puede <strong>alcanzar una audiencia fiel y masiva</strong>.</p>\n\n\n\n<p>Estos <strong>10 ejemplos de blogs</strong> que han logrado destacarse por su diseño, contenido, tráfico orgánico o por estar a la vanguardia de las últimas novedades en su nicho.</p>\n\n\n\n<h3 class=\"wp-block-heading\">1 &#8211; Ejemplo de blog de tecnología</h3>\n\n\n\n<p>Un espacio dedicado a lo último en gadgets, software y novedades del mundo tecnológico. Este blog destaca por su <strong>diseño limpio y funcional</strong>, con una estructura que facilita la navegación entre sus numerosas categorías.</p>\n\n\n\n<p>Han sabido construir una comunidad enorme gracias a su <strong>contenido útil y actualizado</strong>, cubriendo desde lanzamientos hasta análisis de productos y noticias del sector.</p>\n\n\n\n<p>La <strong>especialización y enfoque en contenido de calidad</strong> atraen a una audiencia fiel, especialmente en nichos tan competidos. Si lo tuyo es la tecnología, este blog es tu modelo a seguir.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https://es.wordpress.org/files/2025/01/blog-tecnologia.png\"><img fetchpriority=\"high\" decoding=\"async\" width=\"891\" height=\"517\" src=\"https://es.wordpress.org/files/2025/01/blog-tecnologia.png\" alt=\"Un blog de tecnología con mucho éxito.\" class=\"wp-image-670861\" srcset=\"https://es.wordpress.org/files/2025/01/blog-tecnologia.png 891w, https://es.wordpress.org/files/2025/01/blog-tecnologia-300x174.png 300w, https://es.wordpress.org/files/2025/01/blog-tecnologia-768x446.png 768w\" sizes=\"(max-width: 891px) 100vw, 891px\" /></a></figure>\n\n\n\n<p></p>\n\n\n\n<h3 class=\"wp-block-heading\">2 &#8211; Blog de viajes</h3>\n\n\n\n<p>El sueño de muchos: viajar por el mundo y contarlo en un blog. Y este lo ha conseguido con éxito, compartiendo sus experiencias y consejos de viaje de una forma cercana y visualmente atractiva.</p>\n\n\n\n<p>Este blog no solo ofrece recomendaciones de rutas y destinos, sino que también ha sabido <strong>monetizar el contenido con guías de viaje, afiliación y colaboraciones con marcas</strong> turísticas.</p>\n\n\n\n<p>Si te apasiona el mundo de los viajes, este es el blog que te demostrará que se puede vivir de ello. La especialización en un nicho concreto puede ser una gran ventaja para atraer a una audiencia específica que busca información relevante.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https://es.wordpress.org/files/2024/10/ejemplo-blog-viajes-1.jpg\"><img decoding=\"async\" width=\"680\" height=\"401\" src=\"https://es.wordpress.org/files/2024/10/ejemplo-blog-viajes-1.jpg\" alt=\"Blog de viajes\" class=\"wp-image-662495\" srcset=\"https://es.wordpress.org/files/2024/10/ejemplo-blog-viajes-1.jpg 680w, https://es.wordpress.org/files/2024/10/ejemplo-blog-viajes-1-300x177.jpg 300w\" sizes=\"(max-width: 680px) 100vw, 680px\" /></a></figure>\n\n\n\n<p></p>\n\n\n\n<h3 class=\"wp-block-heading\">3 &#8211; Blog de marketing digital</h3>\n\n\n\n<p>En el mundo del marketing digital, este blog es un referente para quienes buscan estar al día en estrategias de SEO, publicidad online y gestión de redes sociales.</p>\n\n\n\n<p>Su contenido está siempre actualizado y estructurado de manera que tanto principiantes como expertos puedan aprovecharlo. Utiliza muchos estudios de caso y guías prácticas que aportan valor a los lectores, ayudando a entender conceptos complejos de manera sencilla.</p>\n\n\n\n<p>Su alto tráfico orgánico demuestra que un <strong>enfoque de calidad y regularidad</strong> puede generar grandes resultados en el ámbito del marketing.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"680\" height=\"394\" src=\"https://es.wordpress.org/files/2024/10/ejemplo-blog-marketing.jpg\" alt=\"Blog de marketing digital\" class=\"wp-image-662496\" srcset=\"https://es.wordpress.org/files/2024/10/ejemplo-blog-marketing.jpg 680w, https://es.wordpress.org/files/2024/10/ejemplo-blog-marketing-300x174.jpg 300w\" sizes=\"(max-width: 680px) 100vw, 680px\" /></figure>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h3 class=\"wp-block-heading\">4 &#8211; Blog de videojuegos</h3>\n\n\n\n<p>Este es uno de esos blogs interesantes que ha captado la atención de miles de gamers gracias a sus análisis de juegos, noticias y recomendaciones sobre lo último en consolas y títulos.</p>\n\n\n\n<p><strong>Su tono cercano y su habilidad para conectar con la comunidad</strong> gaming les ha permitido crecer de forma constante, convirtiéndose en una referencia en el sector de los videojuegos.</p>\n\n\n\n<p>Desde los títulos más populares hasta joyas independientes, este blog ofrece una visión completa del universo gamer, haciendo que su contenido sea imprescindible para cualquier aficionado.</p>\n\n\n\n<p>Este es uno de esos ejemplos de blogs que demuestra que, ofrecer contenido especializado y auténtico, además de construir una comunidad alrededor de una pasión compartida, puede llevar a un crecimiento continuo y a convertirse en una referencia.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"680\" height=\"450\" src=\"https://es.wordpress.org/files/2024/11/ejemplo-blog-gaming.jpg\" alt=\"Ejemplo de blog de gamers\" class=\"wp-image-667044\" srcset=\"https://es.wordpress.org/files/2024/11/ejemplo-blog-gaming.jpg 680w, https://es.wordpress.org/files/2024/11/ejemplo-blog-gaming-300x199.jpg 300w\" sizes=\"auto, (max-width: 680px) 100vw, 680px\" /></figure>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h3 class=\"wp-block-heading\">5 &#8211; Ejemplo de blog de estilo de vida</h3>\n\n\n\n<p>El autor de este ejemplo de blog personal comparte su experiencia de haber dejado un trabajo convencional para construir un estilo de vida más libre y satisfactorio.</p>\n\n\n\n<p>A través de artículos inspiradores, ofrece <strong>consejos sobre emprendimiento, productividad y cómo convertir tus pasiones en una fuente de ingresos</strong>.</p>\n\n\n\n<p>Sus contenidos incluyen desde guías para crear negocios online, hasta reflexiones profundas sobre la vida y el éxito, lo que se ha convertido en una fuente de motivación para quienes buscan cambiar su estilo de vida.</p>\n\n\n\n<p><strong>Inspirar a través de la experiencia personal y compartir aprendizajes</strong> es una manera poderosa de conectar con los lectores.</p>\n\n\n\n<p>Este es un buen ejemplo de blog WordPress que demuestra que un enfoque auténtico, puede atraer a una audiencia comprometida.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"892\" height=\"545\" src=\"https://es.wordpress.org/files/2025/01/Blog-viajes.png\" alt=\"Ejemplo de blog de estilo de vida\" class=\"wp-image-670862\" srcset=\"https://es.wordpress.org/files/2025/01/Blog-viajes.png 892w, https://es.wordpress.org/files/2025/01/Blog-viajes-300x183.png 300w, https://es.wordpress.org/files/2025/01/Blog-viajes-768x469.png 768w\" sizes=\"auto, (max-width: 892px) 100vw, 892px\" /></figure>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h3 class=\"wp-block-heading\">6 &#8211; Blog de fitness y salud</h3>\n\n\n\n<p>A través de un enfoque basado en la ciencia, su autor ofrece desde rutinas de ejercicios funcionales hasta consejos sobre nutrición, todo orientado a mejorar la salud de manera eficiente y natural.</p>\n\n\n\n<p>Lo que distingue a este blog es su capacidad para <strong>cuestionar los métodos convencionales y ofrecer alternativas innovadoras y bien documentadas</strong>, lo que ha creado una comunidad fiel y en constante crecimiento.</p>\n\n\n\n<p>Este blog no solo inspira a aquellos que buscan un cambio en su estilo de vida, sino que lo hace desde un rigor científico que le otorga credibilidad y confianza.</p>\n\n\n\n<p>En un nicho tan competitivo como el fitness, desafiar lo establecido y ofrecer contenido basado en la ciencia es una estrategia ganadora.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1196\" height=\"661\" src=\"https://es.wordpress.org/files/2025/01/blog-alimentacion.png\" alt=\"Ejemplo de blog sobre fitness y salud\" class=\"wp-image-670863\" srcset=\"https://es.wordpress.org/files/2025/01/blog-alimentacion.png 1196w, https://es.wordpress.org/files/2025/01/blog-alimentacion-300x166.png 300w, https://es.wordpress.org/files/2025/01/blog-alimentacion-1024x566.png 1024w, https://es.wordpress.org/files/2025/01/blog-alimentacion-768x424.png 768w\" sizes=\"auto, (max-width: 1196px) 100vw, 1196px\" /></figure>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h3 class=\"wp-block-heading\">7 &#8211; Blog de cocina</h3>\n\n\n\n<p>La autora de este blog ofrece recetas sencillas, bien explicadas y, sobre todo, deliciosas, que permiten a cualquier persona, independientemente de su habilidad culinaria, disfrutar de la cocina casera.</p>\n\n\n\n<p>Lo que hace que destaque este blog que he traído como ejemplo es <strong>la cercanía con sus lectores</strong>, ya que comparte recetas tradicionales <strong>con su toque personal</strong>, lo que ha cautivado a una audiencia fiel.</p>\n\n\n\n<p>Además de las recetas, monetiza su blog a través de colaboraciones y menciones de productos, demostrando que el mundo culinario también puede ser una vía para emprender y generar ingresos.</p>\n\n\n\n<p>Al conectar con la audiencia y ofrecer contenido práctico y accesible, es posible <strong>construir una marca personal</strong> en un nicho tan competitivo como la cocina y monetizarlo de manera efectiva.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"952\" height=\"550\" src=\"https://es.wordpress.org/files/2025/01/blog-cocina.png\" alt=\"Ejemplo de un blog de cocina con éxito.\" class=\"wp-image-670864\" srcset=\"https://es.wordpress.org/files/2025/01/blog-cocina.png 952w, https://es.wordpress.org/files/2025/01/blog-cocina-300x173.png 300w, https://es.wordpress.org/files/2025/01/blog-cocina-768x444.png 768w\" sizes=\"auto, (max-width: 952px) 100vw, 952px\" /></figure>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h3 class=\"wp-block-heading\">8 &#8211; Blog de tutoriales </h3>\n\n\n\n<p>Este es un ejemplo de blog WordPress polifacético que abarca una gran variedad de temas.</p>\n\n\n\n<p>Con varios años de trayectoria, se ha consolidado como un referente en el sector de los blogs de tutoriales en España.</p>\n\n\n\n<p>Lo que hace que este blog sea tan apreciado es su capacidad para <strong>ofrecer soluciones útiles y prácticas a problemas cotidianos</strong> relacionados con las manualidades DIY, llegando a ser un recurso valorado tanto por expertos como por usuarios novatos.</p>\n\n\n\n<p>Su contenido, siempre accesible y directo, ha logrado construir una base de lectores fieles que confían en el blog como fuente de información y aprendizaje continuo.</p>\n\n\n\n<p>En este ejemplo de blogging, la <strong>variedad temática, combinada con la capacidad de resolver problemas</strong> de forma efectiva, es una fórmula ganadora para mantener la relevancia en un sector tan competido.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"680\" height=\"450\" src=\"https://es.wordpress.org/files/2024/11/blog-ejemplo-tutoriales.jpg\" alt=\"Ejemplo de blog de tutoriales\" class=\"wp-image-667045\" srcset=\"https://es.wordpress.org/files/2024/11/blog-ejemplo-tutoriales.jpg 680w, https://es.wordpress.org/files/2024/11/blog-ejemplo-tutoriales-300x199.jpg 300w\" sizes=\"auto, (max-width: 680px) 100vw, 680px\" /></figure>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h3 class=\"wp-block-heading\">9 &#8211; Blog de diseño, arte y cultura</h3>\n\n\n\n<p>Con un enfoque creativo y poco convencional, el contenido de este ejemplo de blog temático abarca desde diseño y arte hasta innovación, cultura y tecnología, siempre con una perspectiva fresca y original.</p>\n\n\n\n<p>A lo largo de los años ha conseguido captar la atención de una comunidad comprometida gracias a su <strong>estilo único y visualmente atractivo</strong>.</p>\n\n\n\n<p>Los artículos que publica son una mezcla de inspiración, crítica y análisis, siempre con una apuesta por <strong>la calidad y la creatividad</strong>.</p>\n\n\n\n<p>Su diseño limpio y atractivo también juega un papel importante en su éxito, convirtiéndolo en <strong>un lugar donde los lectores buscan tanto información como inspiración</strong>.</p>\n\n\n\n<p>La originalidad y el enfoque visual son potentes herramientas para diferenciarse en un mercado saturado, incluso cuando los temas que cubre son tan diversos como el diseño, la cultura y la innovación.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"680\" height=\"450\" src=\"https://es.wordpress.org/files/2024/10/blog-cultura.jpg\" alt=\"Blog de cultura y arte\" class=\"wp-image-662502\" srcset=\"https://es.wordpress.org/files/2024/10/blog-cultura.jpg 680w, https://es.wordpress.org/files/2024/10/blog-cultura-300x199.jpg 300w\" sizes=\"auto, (max-width: 680px) 100vw, 680px\" /></figure>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h3 class=\"wp-block-heading\">10 &#8211; Blog de ciclismo y aventura</h3>\n\n\n\n<p>Este es un blog único donde su creador combina dos de sus grandes pasiones: el ciclismo y los viajes con su perro.</p>\n\n\n\n<p>A lo largo de sus aventuras por el mundo, ha sabido <strong>construir una comunidad de seguidores que comparten su amor por un tema específico</strong>, en este caso los animales, la naturaleza y el estilo de vida nómada.</p>\n\n\n\n<p>Otro ejemplo de blog en WordPress en el que el autor no solo relata sus experiencias en la carretera, sino que también inspira a otros a lanzarse a la aventura sobre dos ruedas, con la compañía fiel de sus mascotas.</p>\n\n\n\n<p>Con un enfoque personal y cercano, narra sus vivencias de una forma auténtica, lo que ha permitido que el blog se convierta en un referente, <strong>creando una comunidad de fans, motivando a otros a seguir caminos poco convencionales y disfrutar de sus aventuras</strong>.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"882\" height=\"516\" src=\"https://es.wordpress.org/files/2025/01/blog-aventuras.png\" alt=\"Blog de aventuras\" class=\"wp-image-670865\" srcset=\"https://es.wordpress.org/files/2025/01/blog-aventuras.png 882w, https://es.wordpress.org/files/2025/01/blog-aventuras-300x176.png 300w, https://es.wordpress.org/files/2025/01/blog-aventuras-768x449.png 768w\" sizes=\"auto, (max-width: 882px) 100vw, 882px\" /></figure>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Qué tienen en común estos ejemplos de blogs</h2>\n\n\n\n<p>Si echamos un vistazo a todos estos blogs personales y de nicho, puede parecer que no tienen mucho en común a simple vista. Después de todo, ¿qué podrían compartir un blog de viajes en bici con uno de tecnología o recetas?</p>\n\n\n\n<p>¡Pues más de lo que crees!</p>\n\n\n\n<p>Todos estos blogs tienen ciertos factores que los han llevado al éxito, independientemente del tema que traten.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Autenticidad</h3>\n\n\n\n<p>Los creadores de estos blogs no sólo escriben sobre sus temas; lo viven.</p>\n\n\n\n<p class=\"has-charcoal-0-color has-text-color has-link-color wp-elements-fc05007e8610b70335341a450a510245\">Ángel nos cuenta cómo dejar el trabajo que odias para vivir de lo que te apasiona. Pablo comparte sus aventuras con su perro. Rebeca comparte sus dotes culinarias.</p>\n\n\n\n<p><strong>Cada blog muestra la verdadera pasión de su creador</strong>. Esa autenticidad se nota y los lectores la valoran.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Conexión con la audiencia</h3>\n\n\n\n<p>Todos estos blogs tienen un punto en común: conectan con su audiencia.</p>\n\n\n\n<p>Saben <strong>quiénes son sus lectores, qué les interesa</strong> y les ofrecen exactamente lo que buscan.</p>\n\n\n\n<p>Tanto si es un análisis técnico, una receta casera o consejos sobre fitness, <strong>logran que sus lectores se sientan identificados</strong> y parte de una comunidad.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Contenido de calidad</h3>\n\n\n\n<p>Y es que no se trata solo de publicar por publicar; estos blogs dedican tiempo a <strong>investigar, redactar y presentar información de valor</strong>.</p>\n\n\n\n<p>Guías completas, consejos útiles o análisis detallados, el contenido está bien trabajado y pensado para resolver las dudas y necesidades de sus lectores.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Consistencia</h3>\n\n\n\n<p>El éxito no llega de la noche a la mañana. Estos blogs han sabido <strong>mantenerse en el tiempo, publicando de manera constante, sin perder la calidad</strong>.</p>\n\n\n\n<p>Esa consistencia les ha permitido crear una audiencia fiel, que vuelve una y otra vez porque sabe que encontrará contenido nuevo y relevante.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Adaptación y evolución</h3>\n\n\n\n<p>Estos blogueros han sabido <strong>adaptarse a los cambios del mercado y de las necesidades de su audiencia</strong>.</p>\n\n\n\n<p>Ajustando el formato de sus publicaciones, explorando nuevos temas o aprovechando nuevas plataformas (¡hola, podcasts y redes sociales!), han evolucionado para seguir siendo relevantes en sus respectivos nichos.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Monetización inteligente</h3>\n\n\n\n<p>Aunque su contenido es lo más importante, todos estos ejemplos de blogs también han encontrado maneras de <strong>monetizar de forma natural</strong>.</p>\n\n\n\n<p>A través de colaboraciones con marcas, productos propios o programas de afiliados, lo hacen sin sacrificar la calidad ni la confianza que han construido con su audiencia.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Tu blog también puede ser un ejemplo</h2>\n\n\n\n<p>Es momento de recordarte que tu blog también puede ser parte de esta lista de blogs exitosos. Con dedicación y pasión, tu blog puede resonar entre tus lectores.</p>\n\n\n\n<p>Aquí te dejo algunas ideas para tener en cuenta al <strong>crear un blog que destaque</strong>:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Encuentra tu voz: <strong>La autenticidad es clave</strong> en el mundo del blogging. Comparte tus experiencias, opiniones y conocimientos de manera genuina. Esto te ayudará a conectar con tu audiencia y a convertir tu blog en un ejemplo a seguir.</li>\n\n\n\n<li>Ofrece valor: Pregúntate qué necesitas transmitir. Asegúrate de que cada publicación <strong>aporte algo útil o inspirador</strong> para tus lectores, convirtiendo tu contenido en una referencia dentro de tu sector.</li>\n\n\n\n<li>Construye una comunidad: <strong>Fomenta la interacción</strong> en tu blog y en tus redes sociales. Responde a comentarios, crea encuestas y anímalos a compartir sus experiencias. Una comunidad activa puede ser la clave para el éxito de tu blog personal.</li>\n\n\n\n<li>Sé constante: <strong>Publicar regularmente</strong> mantendrá a tus lectores interesados y volver a por más. La consistencia construye confianza y es fundamental para que tu blog sea considerado un ejemplo de éxito.</li>\n\n\n\n<li>Aprende y adapta: El mundo digital cambia rápidamente. Mantente actualizado con las tendencias de tu nicho y <strong>ajusta tu contenido para mantener su relevancia</strong>. La adaptación es esencial para el crecimiento de cualquier blog.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusión sobre los ejemplos de blogging</h2>\n\n\n\n<p>Ahora me dirás: claro, pero no todos esos blogs de los ejemplos están hechos con WordPress. Cierto, alguno tiene otro CMS, aunque la mayoría de los mencionados sí llevan WordPress.</p>\n\n\n\n<p>Con WordPress tenemos la gran ventaja de que <strong>podemos hacer prácticamente cualquier diseño y adaptarlo a nuestras necesidades</strong>. Disponemos de <a href=\"https://es.wordpress.org/themes/\" target=\"_blank\" rel=\"noreferrer noopener\">temas</a> y un repositorio de todos los <a href=\"https://es.wordpress.org/plugins/\" target=\"_blank\" rel=\"noreferrer noopener\">plugins WordPress</a> que puedas necesitar, que se actualizan a menudo para hacer nuestra web completamente personalizada.</p>\n\n\n\n<p>No olvides que cada gran proyecto empezó con un primer paso. <a href=\"https://es.wordpress.org/download/\" target=\"_blank\" rel=\"noreferrer noopener\">Descarga la última versión de WordPress</a> en tu blog y ponte manos a la obra.</p>\n\n\n\n<p>¡Tu blog puede ser el siguiente gran ejemplo que inspire a otros a crear su propio espacio en el universo del blogging!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://es.wordpress.org/2025/01/24/blogs-ejemplos/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"662025\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:73:\"\n		\n		\n					\n		\n		\n		\n				\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"Qué es un portafolio y cómo hacer que te convierta en una autoridad en tu sector\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"https://es.wordpress.org/2025/01/17/que-es-un-portafolio-como-hacer-uno-para-ganar-autoridad/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"https://es.wordpress.org/2025/01/17/que-es-un-portafolio-como-hacer-uno-para-ganar-autoridad/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 17 Jan 2025 09:13:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Marketing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://es.wordpress.org/?p=667295\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:330:\"Quieres saber qué es un portafolio porque, probablemente te han pedido hacer uno. O puede que hayas visto escrita la palabra en algún lado y no sepas qué significa. Pues ya puedes relajarte, porque estás en el lugar adecuado, a solo unos minutos de convertirte en una eminencia en portafolios. Es normal que no sepas [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"John Mejías\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:67730:\"\n<p><em>Quieres saber qué es un portafolio porque, probablemente te han pedido hacer uno. O puede que hayas visto escrita la palabra en algún lado y no sepas qué significa. Pues ya puedes relajarte, porque estás en el lugar adecuado, a solo unos minutos de convertirte en una eminencia en portafolios.</em></p>\n\n\n\n<p>Es normal que no sepas qué es un portafolio. Y es que un portafolio puede ser muchas cosas según el contexto en el que te encuentres. Pero todas tienen un hilo conductor y todas hacen referencia a lo mismo: a una agrupación de información con fines específicos.</p>\n\n\n\n<p>Aquí no solo te explicaremos el significado de portfolio y te mostraremos con ejemplos los tipos de portafolios más populares que existen, sino que te enseñaremos a crear el portafolio definitivo. Uno con el que podrás conseguir cualquier cosa que te propongas. Pero para eso hay que ponerse en marcha y sudar la camiseta, así que toma papel y lápiz que empezamos (¿quién demonios sigue escribiendo a lápiz?).</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://es.wordpress.org/files/2025/01/Que-es-un-portafolio.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https://es.wordpress.org/files/2025/01/Que-es-un-portafolio-1024x576.jpg\" alt=\"\" class=\"wp-image-670242\" srcset=\"https://es.wordpress.org/files/2025/01/Que-es-un-portafolio-1024x576.jpg 1024w, https://es.wordpress.org/files/2025/01/Que-es-un-portafolio-300x169.jpg 300w, https://es.wordpress.org/files/2025/01/Que-es-un-portafolio-768x432.jpg 768w, https://es.wordpress.org/files/2025/01/Que-es-un-portafolio-1536x864.jpg 1536w, https://es.wordpress.org/files/2025/01/Que-es-un-portafolio.jpg 1920w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" /></a></figure>\n\n\n\n<h2 class=\"wp-block-heading\">1. Qué es un portafolio: significado</h2>\n\n\n\n<p>Un portafolio es, en definitiva, una carpeta diseñada para portar hojas. Este es el significado más literal, ya que el término viene de la palabra francesa <em>portefeuille</em>, que significa justo eso: porta hojas.</p>\n\n\n\n<p>Pero, a pesar de que seguimos usando el vocablo para describir al objeto en el que transportamos los folios, hoy lo usamos principalmente para referirnos a un catálogo de trabajos profesionales, a un escaparate de nuestro buen hacer como profesional o como académico, a un showcase.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Así pues, en la mayoría de los casos y siempre que no estemos hablando con el dependiente de una papelería, un portafolio es un dossier con una colección de trabajos realizados con anterioridad que compartimos como prueba de nuestro desempeño y profesionalidad.</p>\n</blockquote>\n\n\n\n<p>Se trata de una herramienta indispensable para vender tus servicios si eres freelance, para conseguir empleos de alto valor si estás buscando un cambio laboral y para acceder a los organismos e instituciones más selectivas.</p>\n\n\n\n<p>Y por eso estás aquí. Porque, además de querer entender qué es un portafolio, quieres saber cómo puedes hacer uno para convencer a tus primeros clientes, para lograr el trabajo de tus sueños o para que te acepten en esa escuela tan prestigiosa y tan solicitada.</p>\n\n\n\n<p>Pero antes hablemos de qué otros tipos de portafolios existen. Porque el término <em>portafolio</em> siempre simboliza un conjunto de documentos, pero lo cierto es que no siempre se refiere a trabajos realizados. Según el contexto en el que se englobe, ese conjunto de documentos puede ser un catálogo de trabajos u otra cosa completamente diferente.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>La palabra <em>portafolio</em> puedes verla escrita de muchas maneras, algunas correctas y otras incorrectas, pero todas sinónimos y formas de decir lo mismo. Porta folio, porfolio, portfolio, port-folio, port folio, portafoli, portfoli, porfoli, portfolo, porflio, portoflio, portfilio, pofolio…</p>\n</blockquote>\n\n\n\n<p>Si quieres nombrar o escribir el término sin miedo a cometer errores ortográficos ni gramaticales, quédate con porfolio.</p>\n\n\n\n<h2 class=\"wp-block-heading\">2. Tipos de portafolios y ejemplos</h2>\n\n\n\n<p>Cuando alguien te diga que revises el portafolio de alguien, te pida tu portafolio o te sugiera que te hagas un portafolio, en la mayoría de los casos se referirá a un dossier que recopile tus mejores trabajos o los de una persona o empresa concretas. Incluso cuando leas la palabra en algún texto, este se referirá casi seguro a dicho dossier.</p>\n\n\n\n<p>Pero, en algunas ocasiones especiales, sobre todo si el término va acompañado de ciertos adjetivos, podemos estar hablando de cosas distintas, de diferentes tipos de portafolio, ejemplo de lo cual se aprecia en el sector médico, donde la palabra también se usa para referirse al historial de un paciente, o en el educativo, para referirse al historial de logros de los alumnos durante su aprendizaje.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Conocer los tipos de portafolios, para qué sirve cada uno y algunos ejemplos estratégicos te ayudará a entender el significado de portfolio en todas sus variantes y con todos sus matices.</p>\n</blockquote>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https://es.wordpress.org/files/2025/01/2.1-Portafolio-profesional.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"680\" height=\"417\" src=\"https://es.wordpress.org/files/2025/01/2.1-Portafolio-profesional.jpg\" alt=\"\" class=\"wp-image-670226\" srcset=\"https://es.wordpress.org/files/2025/01/2.1-Portafolio-profesional.jpg 680w, https://es.wordpress.org/files/2025/01/2.1-Portafolio-profesional-300x184.jpg 300w\" sizes=\"auto, (max-width: 680px) 100vw, 680px\" /></a></figure>\n\n\n\n<h3 class=\"wp-block-heading\">2.1. Portafolio profesional</h3>\n\n\n\n<p>Un portafolio profesional es aquel que recoge un conjunto de trabajos profesionales, realizados por un trabajador, por un profesional independiente o por una empresa durante el desempeño de su actividad laboral.</p>\n\n\n\n<p>La inmensa mayoría de portafolios que existen son portafolios profesionales, creados por personas o empresas para presentar a clientes potenciales o a reclutadores de recursos humanos productos o servicios destacados realizados con anterioridad, con el fin de cerrar una venta o de conseguir un empleo.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https://es.wordpress.org/files/2025/01/2.2-Portafolio-academico.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"680\" height=\"546\" src=\"https://es.wordpress.org/files/2025/01/2.2-Portafolio-academico.jpg\" alt=\"\" class=\"wp-image-670227\" srcset=\"https://es.wordpress.org/files/2025/01/2.2-Portafolio-academico.jpg 680w, https://es.wordpress.org/files/2025/01/2.2-Portafolio-academico-300x241.jpg 300w\" sizes=\"auto, (max-width: 680px) 100vw, 680px\" /></a></figure>\n\n\n\n<h3 class=\"wp-block-heading\">2.2. Portafolio académico</h3>\n\n\n\n<p>El portafolio académico incluye información sobre la evolución y los logros académicos de estudiantes, investigadores y profesionales titulados.</p>\n\n\n\n<p>En esta ocasión no se recoge información sobre trabajos hechos, sino sobre formaciones cursadas, sobre las habilidades aprendidas en ellas, sobre la evaluación obtenida, sobre las certificaciones logradas y sobre las investigaciones o ensayos llevados a cabo.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https://es.wordpress.org/files/2025/01/2.3-Portafolio-personal.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"680\" height=\"543\" src=\"https://es.wordpress.org/files/2025/01/2.3-Portafolio-personal.jpg\" alt=\"\" class=\"wp-image-670228\" srcset=\"https://es.wordpress.org/files/2025/01/2.3-Portafolio-personal.jpg 680w, https://es.wordpress.org/files/2025/01/2.3-Portafolio-personal-300x240.jpg 300w\" sizes=\"auto, (max-width: 680px) 100vw, 680px\" /></a></figure>\n\n\n\n<h3 class=\"wp-block-heading\">2.3. Portafolio personal</h3>\n\n\n\n<p>Intuyo que no es necesario que explique qué es un portfolio personal, pero lo haré de todas formas.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Se trata de portafolios profesionales y académicos que agrupan los trabajos y logros académicos de una persona en particular.</p>\n</blockquote>\n\n\n\n<p>Todos deberíamos tener un portafolio personal con nuestros mejores trabajos y con los hitos conseguidos en nuestra experiencia educativa y laboral. En muchas disciplinas, el portfolio es el primer filtro de selección de personal y el único capaz de convencer a un cliente de que eres su mejor opción.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https://es.wordpress.org/files/2025/01/2.4-Portafolio-de-empresa.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"680\" height=\"339\" src=\"https://es.wordpress.org/files/2025/01/2.4-Portafolio-de-empresa.jpg\" alt=\"\" class=\"wp-image-670229\" srcset=\"https://es.wordpress.org/files/2025/01/2.4-Portafolio-de-empresa.jpg 680w, https://es.wordpress.org/files/2025/01/2.4-Portafolio-de-empresa-300x150.jpg 300w\" sizes=\"auto, (max-width: 680px) 100vw, 680px\" /></a></figure>\n\n\n\n<h3 class=\"wp-block-heading\">2.4. Portafolio de empresa</h3>\n\n\n\n<p>Es exactamente igual que un portafolio personal, pero este recoge el dossier de empresa, es decir, los trabajos e hitos destacables de una corporación, y no de un individuo en particular.</p>\n\n\n\n<p>Los portafolios de empresa suelen incluir también una descripción de la entidad, de su actividad, de los sectores en los que esté presente, de los objetivos que persigue, de sus valores y de las diferencias que la distinguen de la competencia.</p>\n\n\n\n<h3 class=\"wp-block-heading\">2.5. Portafolio CV (Curriculum Vitae)</h3>\n\n\n\n<p>El portafolio CV es prácticamente un curriculum vitae al uso, pero vitaminado con muestras de los trabajos realizados mientras cursamos nuestros estudios y durante nuestro periplo laboral en otras empresas.&nbsp;</p>\n\n\n\n<p>Un currículum estándar solo contiene un listado con los estudios cursados y los centros donde los hemos cursado, y otro con las empresas en las que hemos trabajado y la actividad que hemos desempeñado en ellas. Pero los <em>head hunters</em> de empresas de RR. HH. necesitarán ver tus trabajos más destacados para comprender si eres la opción que están buscando, sobre todo cuando quieren cubrir puestos creativos (diseñadores, escritores, fotógrafos, pintores…).</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https://es.wordpress.org/files/2025/01/2.6-Portafolio-educativo.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"680\" height=\"444\" src=\"https://es.wordpress.org/files/2025/01/2.6-Portafolio-educativo.jpg\" alt=\"\" class=\"wp-image-670230\" srcset=\"https://es.wordpress.org/files/2025/01/2.6-Portafolio-educativo.jpg 680w, https://es.wordpress.org/files/2025/01/2.6-Portafolio-educativo-300x196.jpg 300w\" sizes=\"auto, (max-width: 680px) 100vw, 680px\" /></a></figure>\n\n\n\n<h3 class=\"wp-block-heading\">2.6. Portafolio educativo</h3>\n\n\n\n<p>También conocido como portafolio escolar, portafolio de estudiante o portfolio de alumno. Se trata de una herramienta de síntesis y análisis que ayuda a los alumnos y a los docentes en sus labores formativas.</p>\n\n\n\n<p>Existen diferentes tipos de portafolios escolares con estructuras y objetivos variados según sea el caso. Estos son los ejemplos de portfolio en educación más habituales:&nbsp;&nbsp;</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https://es.wordpress.org/files/2025/01/2.6.1-Portafolio-de-aprendizaje.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"680\" height=\"680\" src=\"https://es.wordpress.org/files/2025/01/2.6.1-Portafolio-de-aprendizaje.jpg\" alt=\"\" class=\"wp-image-670231\" srcset=\"https://es.wordpress.org/files/2025/01/2.6.1-Portafolio-de-aprendizaje.jpg 680w, https://es.wordpress.org/files/2025/01/2.6.1-Portafolio-de-aprendizaje-300x300.jpg 300w, https://es.wordpress.org/files/2025/01/2.6.1-Portafolio-de-aprendizaje-150x150.jpg 150w\" sizes=\"auto, (max-width: 680px) 100vw, 680px\" /></a></figure>\n\n\n\n<h4 class=\"wp-block-heading\">2.6.1. Portafolio de aprendizaje</h4>\n\n\n\n<p>El portafolio de aprendizaje o portfolio didáctico es como un dosier educativo, que recoge todos los hitos conseguidos por el alumno durante su formación.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Un ejemplo de portafolio del alumno puede contener temas aprendidos, exámenes realizados, prácticas cumplimentadas o aptitudes que el estudiante ha tenido en el centro.</p>\n</blockquote>\n\n\n\n<p>Es una especie de ficha del alumno, que le sirve, tanto a este como al profesor, para ver de un vistazo la evolución desde el comienzo del curso hasta la fecha presente y para evaluar el desempeño. Con este dossier el formador puede puntuar fácilmente al estudiante en cada evaluación, además de orientarlo y apoyarlo más eficazmente.&nbsp;</p>\n\n\n\n<h4 class=\"wp-block-heading\">2.6.2. Portafolio de trabajo</h4>\n\n\n\n<p>El portafolio educativo de trabajo, o portafolio de desempeño, resume los trabajos realizados por el alumno durante su formación, con muestras y extractos reales cuando se trata de tareas creativas o de investigación.</p>\n\n\n\n<p>Gracias a este tipo de portafolio, los formadores podrán ver la comprensión y dominio que tiene el alumno de los temas enseñados, su destreza para aplicarlos de forma práctica y la evolución ejecutiva que este ha tenido.</p>\n\n\n\n<p>Ya ves que en este caso no son importantes los aprendizajes, sino los trabajos realizados con esos aprendizajes. ¿De qué vale aprobar todos los exámenes si luego hacemos cosas mediocres con lo aprendido?</p>\n\n\n\n<h4 class=\"wp-block-heading\">2.6.3. Portafolio de presentación</h4>\n\n\n\n<p>Se trata de un tipo de portfolio que preparan los alumnos para presentar un trabajo ante el profesorado. Los candidatos a un empleo también preparan portafolios de presentación para convencer a los reclutadores de que son la persona ideal para el puesto.</p>\n\n\n\n<p>En el primer caso, el objetivo es informar del trabajo que se ha realizado y de cómo se ha realizado, buscando siempre la aprobación de los docentes y que estos no tengan ninguna duda de que el alumno conoce en profundidad la materia.</p>\n\n\n\n<p>El segundo caso es una adaptación de un portafolio profesional, que recoge solo la información que puede ser útil para conseguir el trabajo, potenciando las experiencias y actitudes que buscan los reclutadores. En resumen, es un portafolio personalizado y optimizado para una oferta de empleo concreta.</p>\n\n\n\n<p>También se conoce como portafolio demostrativo, ya que su objetivo es demostrar la suficiencia del alumno o del candidato en un tema, en una disciplina o en una actividad.</p>\n\n\n\n<h4 class=\"wp-block-heading\">2.6.4. Portafolio de evaluación</h4>\n\n\n\n<p>Los portafolios de aprendizaje, de trabajo y de presentación son herramientas muy potentes para evaluar a un estudiante. Pero no hay mejor herramienta que un portfolio adaptado específicamente al tipo evaluación que realiza un profesor en particular.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>El portfolio de evaluación es justo eso. Un documento diseñado para recoger el desempeño en cada uno de los criterios específicos que serán usados para evaluar a un alumno.</p>\n</blockquote>\n\n\n\n<p>Directo al grano, sin rodeos. Un portafolio personalizado por un profesor o por un comité para obtener de forma clara la información que necesita para evaluar.</p>\n\n\n\n<p>Por ejemplo, ¿por qué pedir un portafolio de trabajo si el formador solo quiere tener en cuenta la presentación del trabajo y no la calidad de este? Menos es más.</p>\n\n\n\n<h3 class=\"wp-block-heading\">2.7. Portafolio de talentos</h3>\n\n\n\n<p>Aquí hablamos de un dossier creado para destacar los talentos de una persona o empresa. Sus conocimientos, sus virtudes, sus aptitudes.</p>\n\n\n\n<p>A veces necesitamos presentar cuáles son nuestras habilidades, tanto blandas y duras, para convencer a alguien de que somos la persona ideal para hacer un trabajo. Así que no necesitamos recopilar todos los trabajos realizados ni todos los puestos que hemos ocupado. Basta con hacer una relación de nuestros talentos y añadir solo aquellos trabajos que los resalten.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https://es.wordpress.org/files/2025/01/2.8-Portafolio-de-productos.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"680\" height=\"595\" src=\"https://es.wordpress.org/files/2025/01/2.8-Portafolio-de-productos.jpg\" alt=\"\" class=\"wp-image-670232\" srcset=\"https://es.wordpress.org/files/2025/01/2.8-Portafolio-de-productos.jpg 680w, https://es.wordpress.org/files/2025/01/2.8-Portafolio-de-productos-300x263.jpg 300w\" sizes=\"auto, (max-width: 680px) 100vw, 680px\" /></a></figure>\n\n\n\n<h3 class=\"wp-block-heading\">2.8. Portafolio de productos</h3>\n\n\n\n<p>Nos referimos a un portafolio de productos cuando los trabajos que recopila este son muestras de productos físicos o digitales.</p>\n\n\n\n<p>Sí. Sé lo que estás pensando. Crees que un portfolio de productos es lo que se conoce comúnmente como catálogo. Y no te equivocas. Es exactamente eso.</p>\n\n\n\n<p>Si eres una empresa fabricante o un artesano, lo que necesitas es un dossier con muestras de los productos que manufacturas. Las muestras en este tipo de catálogos suelen ser imágenes, vídeos y descripciones, pero si puedes apoyar tu portfolio con muestras reales de producto, sobre todo de los que estás más orgulloso, estarás más cerca de conseguir tu objetivo.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https://es.wordpress.org/files/2025/01/2.9-Portafolio-de-servicios.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"680\" height=\"499\" src=\"https://es.wordpress.org/files/2025/01/2.9-Portafolio-de-servicios.jpg\" alt=\"\" class=\"wp-image-670233\" srcset=\"https://es.wordpress.org/files/2025/01/2.9-Portafolio-de-servicios.jpg 680w, https://es.wordpress.org/files/2025/01/2.9-Portafolio-de-servicios-300x220.jpg 300w\" sizes=\"auto, (max-width: 680px) 100vw, 680px\" /></a></figure>\n\n\n\n<h3 class=\"wp-block-heading\">2.9. Portafolio de servicios</h3>\n\n\n\n<p>Es lo mismo que un portafolio de productos, pero esta vez compuesto por servicios que has prestado a otros clientes.</p>\n\n\n\n<p>¿Y cómo puedo hacer una relación de los servicios prestados a otros clientes, si siempre realizo el mismo servicio? En primer lugar, recuerda que el valor principal de este dossier es que tus clientes potenciales conozcan los clientes con los que has trabajado y el trabajo que has realizado para ellos. Aunque siempre hayas prestado el mismo tipo de servicio, describe cómo lo has hecho para cada cliente y justifica los resultados que este ha obtenido gracias a haberte contratado.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https://es.wordpress.org/files/2025/01/2.10-Portafolio-creativo.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"680\" height=\"347\" src=\"https://es.wordpress.org/files/2025/01/2.10-Portafolio-creativo.jpg\" alt=\"\" class=\"wp-image-670234\" srcset=\"https://es.wordpress.org/files/2025/01/2.10-Portafolio-creativo.jpg 680w, https://es.wordpress.org/files/2025/01/2.10-Portafolio-creativo-300x153.jpg 300w\" sizes=\"auto, (max-width: 680px) 100vw, 680px\" /></a></figure>\n\n\n\n<h3 class=\"wp-block-heading\">2.10. Portafolio creativo</h3>\n\n\n\n<p>No es lo mismo contratar a un notario que a un fotógrafo. No necesitas ver los trabajos previos que ha realizado el notario para saber si va a cumplir con su cometido, pero si no ves los trabajos realizados anteriormente por el fotógrafo no sabrás si estás contratando al adecuado.</p>\n\n\n\n<p>Esto ocurre porque los trabajos creativos requieren de una validación sensorial, es decir, necesitamos, según sea el caso, verlos, oírlos, olerlos, degustarlos o tocarlos para decidir si nos gustan.</p>\n\n\n\n<p>El mejor portafolio de un fotógrafo debería ser un dossier con sus mejores fotografías y el de un chef debería ser un menú degustación preparado en exclusiva para la persona que va a contratarlo como profesional.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Así pues, para definir qué es un porfolio creativo, podemos decir que es aquel que incluye de forma gráfica, audiovisual o sensitiva los trabajos creativos de un profesional creativo.</p>\n</blockquote>\n\n\n\n<p>Te encontrarás con muchos tipos diferentes. Aquí te listamos algunos de ellos.</p>\n\n\n\n<h4 class=\"wp-block-heading\">2.10.1. Portafolio artístico</h4>\n\n\n\n<p>El que incluye trabajos artísticos, enmarcados en alguna de las 7 disciplinas artísticas conocidas: pintura, escultura, arquitectura, música, danza, literatura y cine.</p>\n\n\n\n<p>Si soy diseñador gráfico, ¿un portfolio con mis diseños es un portfolio artístico? Si somos puristas tenemos que decir que no. Se trata de un portafolio creativo sin lugar a dudas, pero muy a mi pesar el diseño gráfico no es considerado un arte (de momento, y ya están tardando en cambiar eso).</p>\n\n\n\n<h4 class=\"wp-block-heading\">2.10.2. Portafolio fotográfico</h4>\n\n\n\n<p>Como su propio nombre indica, se trata de un portafolio con fotografías y colecciones fotográficas realizadas por un fotógrafo durante su carrera profesional.</p>\n\n\n\n<p><em><strong>&gt;&gt;&gt;&gt;FOTO con leyenda: Uno de los cientos de ejemplos de portafolio fotográfico</strong></em></p>\n\n\n\n<p>Los fotógrafos fueron los que ampliaron el significado portfolio original, que hasta entonces no era otra cosa que una carpeta contenedora de hojas.</p>\n\n\n\n<p>Ante la necesidad de dar a conocer su trabajo públicamente para conseguir contrataciones, crearon una especie de álbum de fotos que llevaban consigo a cada entrevista de trabajo, al que llamaron portafolio por su parecido con carpeta portadora de folios.</p>\n\n\n\n<p>Llevar encima originales o copias de tus mejores obras terminó siendo una incomodidad, así que aprovecharon las ventajas de internet para digitalizar su trabajo y subirlo a la red, dando lugar a lo que hoy conocemos como portafolio, que ha sido imitado en todas las profesiones, disciplinas académicas y situaciones en las que se necesita entregar muestras de trabajos realizados.&nbsp;</p>\n\n\n\n<h4 class=\"wp-block-heading\">2.10.3. Portafolio de vídeo</h4>\n\n\n\n<p>Es un dosier audiovisual. Una recopilación de todos o los mejores trabajos audiovisuales realizados por un profesional. Lo único que lo diferencia del resto de portafolios es el formato en el que se entregan dichos trabajos.</p>\n\n\n\n<p>Como esta vez los trabajos necesitan ser reproducidos, a día de hoy, los portfolios de vídeo son exclusivamente portfolios digitales, algunos entregados en una memoria USB, otros publicados en una página web y unos cuantos enviados en un email lleno de enlaces que llevan a la reproducción de los metrajes.</p>\n\n\n\n<p>Si eres director de cine, cámara, editor o simplemente un fotógrafo que ofrece vídeo-reportajes para bodas, este es el porfolio que tienes que tener.</p>\n\n\n\n<h4 class=\"wp-block-heading\">2.10.4. Portafolio de animación</h4>\n\n\n\n<p>Un portfolio igual que los anteriores, pero que incluye animaciones.&nbsp;</p>\n\n\n\n<p>Los animadores hacen trabajos para multitud de plataformas: páginas webs, aplicaciones móviles, videojuegos, películas, series. Un portafolio de animación debe permitir a tus potenciales clientes ver en movimiento tus animaciones, ya sea en el producto acabado, por ejemplo, en una app para iPhone, o en una simulación digital.</p>\n\n\n\n<p>Debido a esto, los formatos preferidos por los animadores para presentar sus trabajos son el formato web, una presentación digital (PowerPoint, Google Slides o Canva) y un vídeo recopilatorio de menos de 2 minutos.</p>\n\n\n\n<h4 class=\"wp-block-heading\">2.10.5. Portafolio de dibujo o ilustración</h4>\n\n\n\n<p>Su nombre lo dice todo. Un portafolio compuesto por dibujos e ilustraciones realizadas por un artista para mostrar su trabajo a potenciales compradores de las obras y a potenciales empleadores.</p>\n\n\n\n<p>Es igual que un portafolio de fotos, pero con dibujos e ilustraciones.</p>\n\n\n\n<p>A pesar de que observar de primera mano las obras originales aporta mucha más información de la calidad del trabajo, no podemos olvidar las ventajas de tener un portafolio online con digitalizaciones de cada dibujo.</p>\n\n\n\n<p>Gracias a los fotógrafos y a las artísticas del dibujo y la pintura ha llegado a nosotros con tanta fuerza esta forma de validación profesional, que sigue suponiendo el factor principal a la hora de la toma de decisiones de compra y contratación.</p>\n\n\n\n<h4 class=\"wp-block-heading\">2.10.6. Portafolio de pinturas</h4>\n\n\n\n<p>Es exactamente igual que el portafolio anterior, pero esta vez hecho con pinturas, en lugar de con dibujos e ilustraciones.</p>\n\n\n\n<p>Hasta hace poco, la manera tradicional de vender las obras de un pintor y de promocionar a un artista gráfico, era a través de exposiciones. Es cierto que la mejor forma de valorar una obra es sentirla enfrentándonos a ella, situándonos frente al original. Pero esto dejaba fuera del mercado a todos los artistas que no estaban apadrinados por los grandes museos y galerías del mundo.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>El portafolio de pinturas democratizó el arte, permitiendo a cualquier pintor exponer su obra al mundo a través de reproducciones y digitalizaciones en menor escala.</p>\n</blockquote>\n\n\n\n<p>Hoy se venden muchas más pinturas a través de internet que en exposiciones físicas, así que no era tan importante enfrentarse cara a cara a la obra original para tomar la decisión de compra, ¿verdad?</p>\n\n\n\n<h4 class=\"wp-block-heading\">2.10.7. Portafolio de escritura</h4>\n\n\n\n<p>El portafolio que deberías crear si eres escritor o copywriter.</p>\n\n\n\n<p>Lectores, editoriales y clientes necesitan ver cómo escribes para darte su voto de confianza, así que prepara un dossier con tus mejores trabajos, donde puedan verse tu estilo y tu profesionalidad a la hora de comunicar, entretener, orientar, ayudar y persuadir a través del lenguaje escrito.</p>\n\n\n\n<p>Los portafolios de escritura que, además, incluyen un listado de concursos en los que has participado como autor, uno de premios ganados y otro de medios en los que has aparecido, tienen muchas más posibilidades de dar en el clavo.</p>\n\n\n\n<h4 class=\"wp-block-heading\">2.10.8. Portafolio de diseños</h4>\n\n\n\n<p>En este tipo de portafolios entran todos los trabajos artísticos que requieran de un diseño original y que no encajen en ninguno de los anteriores. Podemos estar hablando del portafolios de un diseñador web, de un diseñador gráfico, de un diseñador de vestuario o de un diseñador industrial.</p>\n\n\n\n<p>Sean páginas web, logotipos, vestidos futuristas o una silla ergonómica; si recopilas todos los diseños en una presentación, tienes un portafolio de diseños.</p>\n\n\n\n<p>Según el diseño, el formato del portafolio debe ser uno u otro, siempre buscando la correcta reproducción de los trabajos y el impacto positivo en su espectador.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https://es.wordpress.org/files/2025/01/2.11-Portafolio-de-modelo.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"703\" src=\"https://es.wordpress.org/files/2025/01/2.11-Portafolio-de-modelo.jpg\" alt=\"\" class=\"wp-image-670235\" srcset=\"https://es.wordpress.org/files/2025/01/2.11-Portafolio-de-modelo.jpg 500w, https://es.wordpress.org/files/2025/01/2.11-Portafolio-de-modelo-213x300.jpg 213w\" sizes=\"auto, (max-width: 500px) 100vw, 500px\" /></a></figure>\n\n\n\n<h3 class=\"wp-block-heading\">2.11. Portafolio de modelo</h3>\n\n\n\n<p>¿Qué es el portfolio de modelo? Esto sí que no lo habías escuchado antes.</p>\n\n\n\n<p>El también conocido como portafolio de moda no es otra cosa que un book de fotos donde el modelo o la modelo aparece en diferentes entornos, con diferente ropa, poniendo diferentes expresiones y representando diferentes poses.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>El objetivo es convencer a las marcas de la versatilidad de la persona para hacer campañas de publicidad, catálogos editoriales y pasarela.</p>\n</blockquote>\n\n\n\n<p>En resumen, es un portafolio fotográfico creado con el fin de destacar las virtudes físicas y profesionales de un/a modelo.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https://es.wordpress.org/files/2025/01/2.12-Portafolio-de-marketing.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"680\" height=\"588\" src=\"https://es.wordpress.org/files/2025/01/2.12-Portafolio-de-marketing.jpg\" alt=\"\" class=\"wp-image-670236\" srcset=\"https://es.wordpress.org/files/2025/01/2.12-Portafolio-de-marketing.jpg 680w, https://es.wordpress.org/files/2025/01/2.12-Portafolio-de-marketing-300x259.jpg 300w\" sizes=\"auto, (max-width: 680px) 100vw, 680px\" /></a></figure>\n\n\n\n<h3 class=\"wp-block-heading\">2.12. Portafolio de marketing</h3>\n\n\n\n<p>¿Qué es un porfolio de marketing? En este caso, hablamos de un dossier con una recopilación de campañas de marketing y publicidad realizadas por una empresa o profesional del sector, que tiene como objeto presentar su experiencia a clientes potenciales y convencerlos de su capacidad para realizar un trabajo.</p>\n\n\n\n<p>Porque ya no basta con decir que hemos trabajado con este o aquel gran cliente. Ahora es necesario justificar qué hemos hecho para cada cliente, las creatividades producidas durante el trabajo y los resultados obtenidos.</p>\n\n\n\n<p>Cuanto mayor sea el proyecto, más atenderán a lo que aparece en tu portafolio de marketing, así que selecciona muy bien lo que incluir él.</p>\n\n\n\n<p>Haz lo posible por trabajar con marcas reconocibles, aunque tengas que ajustar los precios e incluso hacerlo gratis, ya que esto te abrirá puertas a muchos otros proyectos interesantes. Y no te olvides de pedir testimonios a todos tus clientes satisfechos para añadirlos al dossier.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https://es.wordpress.org/files/2025/01/2.13-Portafolio-de-inversion.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"680\" height=\"567\" src=\"https://es.wordpress.org/files/2025/01/2.13-Portafolio-de-inversion.jpg\" alt=\"\" class=\"wp-image-670237\" srcset=\"https://es.wordpress.org/files/2025/01/2.13-Portafolio-de-inversion.jpg 680w, https://es.wordpress.org/files/2025/01/2.13-Portafolio-de-inversion-300x250.jpg 300w\" sizes=\"auto, (max-width: 680px) 100vw, 680px\" /></a></figure>\n\n\n\n<h3 class=\"wp-block-heading\">2.13. Portafolio de inversión</h3>\n\n\n\n<p>Aquí la palabra <em>portafolio</em> tiene un significado ligeramente diferente al resto de casos.&nbsp;</p>\n\n\n\n<p>Cuando hablamos de portafolio de inversión nos referimos a un dossier con todos nuestros activos financieros (acciones, fondos, bonos…), pero no para justificar lo buenos inversores que somos ante otras personas o entidades, sino para tener un control de dónde está nuestro dinero con el fin de diversificar las inversiones, minimizar los riesgos y maximizar la rentabilidad.</p>\n\n\n\n<p>Esta vez el portafolio es de uso personal. A muchos inversores les encanta compartir el suyo para presumir, pero lo que en realidad buscan es la validación de otros inversores y es ahí donde toma sentido el término.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https://es.wordpress.org/files/2025/01/2.14-Portafolio-digital.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"680\" height=\"453\" src=\"https://es.wordpress.org/files/2025/01/2.14-Portafolio-digital.jpg\" alt=\"\" class=\"wp-image-670238\" srcset=\"https://es.wordpress.org/files/2025/01/2.14-Portafolio-digital.jpg 680w, https://es.wordpress.org/files/2025/01/2.14-Portafolio-digital-300x200.jpg 300w\" sizes=\"auto, (max-width: 680px) 100vw, 680px\" /></a></figure>\n\n\n\n<h3 class=\"wp-block-heading\">2.14. Portafolio digital</h3>\n\n\n\n<p>Responder qué es un portafolio digital es absurdamente fácil, porque su nombre simplemente hace referencia a todos los portafolios que se crean y muestran en soporte digital. En una página web, en una plataforma online de empleo, en un perfil de una red social, en un entregable por email, en una memoria USB externa…&nbsp;</p>\n\n\n\n<p>Es muy extraño ver en la actualidad un portafolio físico, con una muestra física de los trabajos realizados, sobre todo en tiempos en los que el reclutamiento profesional se realiza de forma telemática y no presencial. Así que no sería muy arriesgado afirmar que casi la totalidad de portafolios activos que existen son 100% digitales.</p>\n\n\n\n<p>Como no solo se trata de convencer, sino de sorprender, si eres un profesional que realiza tareas creativas, prueba a enviar tu portfolio físico por mensajería a tus potenciales contratantes. Seguro que tu nombre se graba a fuego en sus mentes y la hazaña no queda sin recompensa.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https://es.wordpress.org/files/2025/01/2.15-Portafolio-online.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"680\" height=\"453\" src=\"https://es.wordpress.org/files/2025/01/2.15-Portafolio-online.jpg\" alt=\"\" class=\"wp-image-670239\" srcset=\"https://es.wordpress.org/files/2025/01/2.15-Portafolio-online.jpg 680w, https://es.wordpress.org/files/2025/01/2.15-Portafolio-online-300x200.jpg 300w\" sizes=\"auto, (max-width: 680px) 100vw, 680px\" /></a></figure>\n\n\n\n<h3 class=\"wp-block-heading\">2.15. Portafolio online</h3>\n\n\n\n<p>Se trata de todos esos portafolios digitales que están publicados online y que son visibles a través de internet.</p>\n\n\n\n<p>Puedes tener tu portafolio alojado en tu página web propia, en la web de una plataforma de empleo o de trabajos freelance, en el perfil de la red social que uses profesionalmente o en un archivo descargable subido a la nube.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Siempre que sea público y pueda ser visto en alguna dirección web, es un portafolio online. Y es la forma más cómoda y efectiva de acceder a toda tu obra en cualquier momento y desde cualquier lugar.</p>\n</blockquote>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https://es.wordpress.org/files/2025/01/2.16-Portafolio-web.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"680\" height=\"351\" src=\"https://es.wordpress.org/files/2025/01/2.16-Portafolio-web.jpg\" alt=\"\" class=\"wp-image-670240\" srcset=\"https://es.wordpress.org/files/2025/01/2.16-Portafolio-web.jpg 680w, https://es.wordpress.org/files/2025/01/2.16-Portafolio-web-300x155.jpg 300w\" sizes=\"auto, (max-width: 680px) 100vw, 680px\" /></a></figure>\n\n\n\n<h3 class=\"wp-block-heading\">2.16. Portafolio web</h3>\n\n\n\n<p>Básicamente, es una página web hecha en forma de portafolio para agrupar y exponer todos o una selección de tus trabajos anteriores.</p>\n\n\n\n<p>Un portfolio web es un portfolio digital y también un portfolio online, pero no son lo mismo. Se les llama portfolios web cuando el portafolio ocupa la web por completo. Si tienes una página web de venta de tus productos y servicios, y en una sección de la misma publicas tu portafolio, no podríamos decir que tienes un portafolio web.</p>\n\n\n\n<p>De todas formas, no entremos en discusiones lingüísticas. Quédate con que tu mejor baza para conseguir el trabajo de tus sueños o captar a tu cliente ideal, es tener un portafolio disponible en internet. Da igual si está en una web exclusiva o si es parte de tu web corporativa, lo importante es que sea fácil de encontrar y que esté hecho de forma estratégica para ayudarte a lograr tus metas.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https://es.wordpress.org/files/2025/01/2.17-Portafolio-audiovisual.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"680\" height=\"356\" src=\"https://es.wordpress.org/files/2025/01/2.17-Portafolio-audiovisual.jpg\" alt=\"\" class=\"wp-image-670241\" srcset=\"https://es.wordpress.org/files/2025/01/2.17-Portafolio-audiovisual.jpg 680w, https://es.wordpress.org/files/2025/01/2.17-Portafolio-audiovisual-300x157.jpg 300w\" sizes=\"auto, (max-width: 680px) 100vw, 680px\" /></a></figure>\n\n\n\n<h3 class=\"wp-block-heading\">2.17. Portafolio audiovisual</h3>\n\n\n\n<p>Después de hablar de diferentes formatos y soportes de portafolios, vamos a acabar con uno de los tipos que está tomando la delantera en los últimos años.</p>\n\n\n\n<p>Aquí no nos referimos a un dossier con trabajos audiovisuales creativos. Esto ya lo comentamos en otros tipos de portafolios. Nos referimos a que el propio portafolio sea una obra audiovisual, aunque los trabajos que en él se exponen no lo sean.</p>\n\n\n\n<p>Si eres arquitecto, puedes hacer tu portafolio profesional con planos y fotografías de los proyectos en los que has participado (aburrido). Pero también puedes hacer un vídeo donde se muestre cómo haces los planos, donde aparezcas explicando el trabajo de diseño a tu cliente, donde se te vea con un casco supervisando la obra y que acabe con una ruta por toda la construcción.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Con técnicas de vídeo, de sonido y de storytelling, puedes convertir ese trabajo en una obra cinematográfica express que despierte en tus clientes potenciales un interés genuino.</p>\n</blockquote>\n\n\n\n<h2 class=\"wp-block-heading\">3. Ventajas de tener un portafolio</h2>\n\n\n\n<p>Hacer un portafolio de forma estratégica tiene muchas ventajas para ti y para tu negocio. Un portfolio profesional es lo que te separa de la vida que quieres tener. Suena muy dramático, pero no lo es.</p>\n\n\n\n<p>Claro que tienes que ser un buen profesional para conseguir tus objetivos vitales, pero si eres Picasso y tiene un portfolio malo, nadie te va a contratar, pero si dibujas como un niño pequeño harto de galletas de chocolate y sabes jugar bien tus cartas en el desarrollo del portafolio, conseguir contratos como churros.</p>\n\n\n\n<p>Estas son algunas de las ventajas destacables.</p>\n\n\n\n<p><em>Disclamer: En ese apartado me voy a centrar en las ventajas de los portafolios profesionales, para convencerte de que hagas el tuyo lo antes posible y empieces a labrarte el futuro que ansías. Los portafolios de estudio también tienen muchas ventajas, pero la mayoría son para tus formadores, así que no pierdas el tiempo con ellos, salvo que te pidan hacerlos en tu centro formativo o salvo que quieras evaluar por ti mismo tu progreso. Tampoco incluiremos aquí las ventajas de tener un portfolio de inversión, que ya comenté en el apartado 2.13.</em></p>\n\n\n\n<h3 class=\"wp-block-heading\">3.1. Enseña tus trabajos a terceros</h3>\n\n\n\n<p>Parece el beneficio más obvio, pero con él empieza todo.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Quienes tengan dudas de tu forma de trabajar y de la calidad de tus trabajos, se apoyarán en tu portfolio para tomar la decisión de contratarte o de enviarte a paseo.</p>\n</blockquote>\n\n\n\n<p>Si no tienes portafolio, otros que sí lo tengan ganarán puestos en la selección, eso si es que no es obligatorio, ya que hoy muchas empresas ponen como condición sine qua non entregar un portfolio como parte del proceso de selección, descalificando directamente a quien no lo haga.</p>\n\n\n\n<p>¿Y qué ocurre con las personas que no requieren de un portafolio para contratar? Podemos caer en el error de pensar que es mejor para nosotros, porque nuestra experiencia anterior no influirá en conseguir el trabajo, pero ¿es mejor que te contrate alguien que conoce tus trabajos previos o alguien que no los conoce?</p>\n\n\n\n<p>Si ya llevas un tiempo en el sector sabrás la importancia de hacer un buen match con el cliente y de evitar sorpresas. Si no conocen tus virtudes ni valoran tu recorrido, prepárate para tener que hacer casi cualquier cosa que te pidan.</p>\n\n\n\n<p>Además, hay un activador muy potente de la motivación y son los halagos y las alabanzas, sobre todo si vienen de gente a la que queremos y a la que admiramos. ¿Cómo van a felicitarte por tu trabajo si no se los enseñas?</p>\n\n\n\n<h3 class=\"wp-block-heading\">3.2. Mejora tu autoridad y marca personal</h3>\n\n\n\n<p>La autoridad es esa influencia que tienes en la decisión de compra o de contratación de tus clientes. Es una clase de prestigio que, aparentemente, solo puede ser otorgado por tus logros y por otros profesionales del sector que validen tu profesionalidad.</p>\n\n\n\n<p>Puedes aumentar tu autoridad por el camino tradicional, ser el mejor en tu trabajo y trabajar como un poseso hasta que los frutos empiecen a llegar. Pero también puedes hacerlo por el camino estratégico, modulando la percepción que los demás tienen de ti para acelerar los resultados.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Es posible adquirir autoridad de muchas formas y todas más efectivas que el trabajo duro. Apareciendo en prensa, en Wikipedia, organizando eventos, escribiendo un ensayo, realizando un estudio, optimizando tus perfiles en redes sociales, haciendo concursos, creando contenidos, colaborando con otros profesionales afines y un largo etcétera.&nbsp;</p>\n</blockquote>\n\n\n\n<p>Y creando un portafolio estratégico es una de las mejores. Tu nivel profesional percibido es algo que puedes manipular a tu antojo con un portafolio si conoces bien a tu público objetivo y si tocas las teclas adecuadas.</p>\n\n\n\n<h3 class=\"wp-block-heading\">3.3. Aumenta tu visibilidad</h3>\n\n\n\n<p>Un portafolio no solo se usa para mostrar tus trabajos a quien te lo pida. Con un portafolio online publicado en tu web y en algunas plataformas de empleo claves, no solo llegarán a ti los clientes con los que ya tratas personalmente, sino también todos los que busquen un perfil como el tuyo o unos trabajos como los que haces.</p>\n\n\n\n<p>Con un poco de trabajo SEO en tu web para que aparezcas en los resultados de búsqueda cuando alguien busque lo que ofreces, y con una personalización estratégica del porfolio para cada plataforma de empleo según su operatividad y según lo que mejor funcione en cada una, tus obras serán visionadas por una gran cantidad de potenciales clientes.</p>\n\n\n\n<h3 class=\"wp-block-heading\">3.4. Destaca tus virtudes y minimiza tus defectos</h3>\n\n\n\n<p>Si un cliente pudiera ver todo tu historial profesional de principio a fin, puede que nunca te contratase. Ojalá estuviésemos orgullosos de cada paso que hemos dado en nuestra carrera profesional y de obra realizada, pero la realidad es bien distinta.</p>\n\n\n\n<p>Y, aunque estuvieras orgulloso de todos tus talentos y de todo lo que has hecho, ¿no crees que es mejor mostrar a cada tipo de cliente una visión única de ti como profesional, que coincida todo lo posible con lo que están buscando?</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>El portafolio nos permite destacar los talentos y trabajos que queremos, ignorando todo aquello que pueda ser objeto de duda o que no beneficie a nuestra causa.</p>\n</blockquote>\n\n\n\n<p>Pero también nos permite agrupar esos talentos y trabajos en función de las diferentes personas que van a analizarlos. Para ello solo necesitas crear secciones en tu portfolio según tus intereses y dirigir a cada cliente a la sección estratégica hecha expresamente para convencerlo.</p>\n\n\n\n<h3 class=\"wp-block-heading\">3.5. Aumenta tu potencial de contratación</h3>\n\n\n\n<p>Esta es la ventaja más importante y el motivo por el cual todos los profesionales, sean de la especialidad, sector y mercado que sean, deberían tener un portafolio actualizado.</p>\n\n\n\n<p>Como consecuencia de todos los beneficios anteriores, tus posibilidades de ser contratado aumentan exponencialmente. No es necesario explicar mucho más.</p>\n\n\n\n<p>Si puedes enseñar tus trabajos a todos tus clientes, mejoras la autoridad y la marca personal ante ellos, aumentas tu visibilidad online, destacas tus virtudes y minimizas tus defectos, el número de clientes que se pondrán en contacto contigo aumentará y también lo hará el número de ellos que dicen que sí.</p>\n\n\n\n<p>Si, además, te comprometes a tener un portafolio completo y actualizado, tus clientes no tendrán duda de lo buen trabajador que eres, de que tu experiencia es amplia y de que sigues en activo.</p>\n\n\n\n<h3 class=\"wp-block-heading\">3.6. Ahorra tiempo</h3>\n\n\n\n<p>Si los clientes con los que tratas no conocen tu trabajo, la relación profesional empieza con una flagrante desventaja. Tú tendrás que convencer desde el principio a tu interlocutor de que eres su mejor opción para el trabajo. Es decir, eres tú el que tiene que hacer el esfuerzo de vender.</p>\n\n\n\n<p>Si un cliente te contacta tras haber visto tu portfolio, es que le interesa lo que haces, así que la relación da un giro siendo él el que necesita comprar y no tú el que necesita vender. No te imaginas lo que se reducen los tiempos de negociación en estos casos.</p>\n\n\n\n<p>Además, cada cliente que vea tus trabajos y no te contacte después, no te quitará ni un segundo de tu tiempo. Cliente no potencial filtrado de forma automática.</p>\n\n\n\n<p>Por otro lado, sin portfolio tendrás que preparar una propuesta personalizada con trabajos anteriores para cada cliente. Con lo fácil que es darles a todos una dirección web para que se deleiten con tu portfolio online y que sea este el que haga todo el trabajo.</p>\n\n\n\n<h3 class=\"wp-block-heading\">3.7. Permite ver tu evolución</h3>\n\n\n\n<p>La vida personal da muchas vueltas y la vida profesional más aún. Con un vistazo a tu portfolio, podrás ver hacia dónde te diriges.</p>\n\n\n\n<p>Todos solemos aceptar clientes y proyectos que no nos motivan y que nos alejan de las especialidades en las que queremos desarrollarnos. En ocasiones, incluso son esos proyectos “no deseados” los que copan todo nuestro horario.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Analizando la evolución de los trabajos realizados, podemos atajar a tiempo un cambio de rumbo perjudicial para nuestro desarrollo profesional y potenciar aquellos trabajos que más nos acerquen a nuestros propósitos.</p>\n</blockquote>\n\n\n\n<p>Pero este análisis no solo te sirve a ti. Todos tus clientes, potenciales o en cartera, podrán observar esa evolución y usarla en su favor. Para explicarlo de otra manera, si algunos de los clientes que ya te han contratado como ilustrador ven que añades un trabajo de generación de imágenes con IA en tu portafolio, las posibilidades de que te contraten como generador de imágenes IA aumentan.</p>\n\n\n\n<h3 class=\"wp-block-heading\">3.8. Mejora tus habilidades</h3>\n\n\n\n<p>Ver todos tus trabajos juntos, te permite ver qué habilidades tienes que mejorar. Esa perspectiva general se pierde si no tienes portafolio, porque tu atención siempre estará puesta en los trabajos que estés realizando en cada momento.</p>\n\n\n\n<p>Si al ver tu portafolio de diseñador gráfico, ves que algunos de los colores usados en tus proyectos no te permiten leer correctamente los textos, ya sabes que tienes que mejorar la combinación de colores y la accesibilidad para pasar al siguiente nivel.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>La propia construcción del portafolio te hará mejorar como profesional, porque sintetizarás lo importante de tu trayectoria, analizarás a tus competidores, estudiarás a tu cliente objetivo y aprenderás a crear una experiencia valiosa para él.</p>\n</blockquote>\n\n\n\n<p>En el siguiente apartado veremos los puntos clave para que sepas cómo hacer un portfolio que triunfe, sea cual sea tu situación.</p>\n\n\n\n<h2 class=\"wp-block-heading\">4. Características de un portafolio ganador</h2>\n\n\n\n<p>Como los portafolios más completos y versátiles son los portafolios web, tenemos más probabilidades de crear un portafolio ganador si nos decantamos por un portafolio digital.</p>\n\n\n\n<p>Ya hemos repasado todas las teorías y visto más de un ejemplo de portafolio digital para que quede claro qué es un porfolio. Ahora viene la pregunta crucial: ¿Cómo hacer un portafolio digital para disfrutar de todos los beneficios aquí mencionados? Sobre todo, el de aumentar las contrataciones, que, seamos sinceros, es el único motivo por el que te has leído toda la parrafada anterior. ¿O no te la has leído?.</p>\n\n\n\n<p>Bueno, pues la respuesta es rápida. No hay una única solución para todo el mundo. Pero tengo una buena noticia. Si te aseguras de incluir los siguientes elementos en él, y lo haces siguiendo mis consejos, estás muy cerca de oler el laurel.</p>\n\n\n\n<p>Esta es mi versión del portafolio ganador. En ella integro algunas técnicas y recursos para construir autoridad que te situarán por encima del resto.</p>\n\n\n\n<p>Seguro que tendrás algunos ajustes que hacer para adaptar la estructura y contenidos del portafolio a tu negocio, pero no será nada que no puedas hacer fácilmente.</p>\n\n\n\n<h3 class=\"wp-block-heading\">4.1. Diseño</h3>\n\n\n\n<p>El diseño es importante. Un buen diseño tiene el poder de hacer que lo bueno parezca mejor, pero el poder de un mal diseño es el de hacer que lo bueno parezca malo. Siendo claros, si el diseño de tu portafolio no es agradable, los trabajos que aparezcan en él parecerán mucho peores de lo que son.</p>\n\n\n\n<p>Y no hablemos ya si eres un profesional creativo. Tus clientes potenciales y todo el que vea tu dossier entenderá de forma subconsciente que el diseño del portafolio es tu trabajo artístico más reciente, así que más te vale que sea bueno.</p>\n\n\n\n<p>Asegúrate de que las creatividades tengan un diseño actual y de que estén en sintonía con los trabajos que realizas. Y los textos deben ser claros y perfectamente legibles.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Cualquier diseño moderno, bonito y equilibrado puede funcionar, siempre que la navegabilidad sea cómoda e intuitiva.</p>\n</blockquote>\n\n\n\n<p>La autoridad que te confiere tener un portafolio que sea percibido como profesional es equivalente a la que te conferiría aparecer con un BMW a una entrevista de trabajo. Pensarán que, si has podido contratar a diseñadores y desarrolladores web de nivel, es porque te va bien, y te va bien porque eres bueno en tu trabajo.</p>\n\n\n\n<p>Si el diseño no es uno de tus fuertes o simplemente no tienes tiempo para diseñar tu portafolio desde cero, puedes elegir entre los <a href=\"https://es.wordpress.org/themes/tags/portfolio/\">miles de plantillas de portfolio web disponibles para WordPress.</a> Muchas de ellas, completamente gratuitas.</p>\n\n\n\n<p>WordPress es el software de creación de páginas web más utilizado en todo el mundo. Y es de código abierto y libre distribución. Lo que quiere decir que puedes modificar libremente el código, además de instalarlo gratuitamente en el servidor que prefieras y crear tu propia página web en minutos.</p>\n\n\n\n<h3 class=\"wp-block-heading\">4.2. Foto profesional</h3>\n\n\n\n<p>Si hay algo imprescindible a la hora de seleccionar perfiles para un trabajo, sea para cubrir un puesto en una empresa como para contratarlos como freelancers, es verle la cara al candidato.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Una imagen transmite mucha información a los clientes y a los reclutadores, alguna de forma consciente y otra de forma subconsciente. Pero todo lo podemos resumir en la siguiente afirmación: a todos les gustan las caras bonitas con pinta de buena persona.</p>\n</blockquote>\n\n\n\n<p>Y no me refiero solo a todos los clientes y a todos los reclutadores. Me refiero a todas las personas sobre la faz de la Tierra. Es pura psicología y escapa de nuestro control.</p>\n\n\n\n<p>Es como la portada de un disco o de un libro. Si no atrae, estás perdido. Así que elige una foto en la que parezcas más guapo que de costumbre, en la que salgas vestido formalmente y con la sonrisa más luminosa y amable que se te ocurra. Debe ser como la foto que te gustaría haber visto cuando te mostraron al pretendiente de tu hermana pequeña.</p>\n\n\n\n<p>Si tienes cierta popularidad como profesional en alguna red social, siempre que sea posible y que no se desvíe mucho de lo anterior, puedes usar en el portafolio la misma foto de perfil que tengas en la red social. Si te reconocen, aunque solo logres resultar familiar, tu autoridad aumentará de golpe.</p>\n\n\n\n<h3 class=\"wp-block-heading\">4.3. Biografía</h3>\n\n\n\n<p>Algo parecido a la biografía que tienes en LinkedIn… Si es que tienes biografía… Si es que tienes LinkedIn.</p>\n\n\n\n<p>Prepara una biografía resumida, de no más de 2 párrafos, donde hables de tu experiencia laboral, de tus habilidades, de los hitos más importantes que has logrado.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Solo destaca lo importante y llamativo. Con la biografía también buscamos aumentar la autoridad percibida por tus clientes y por los head hunters, por lo que los datos que no te ayuden, sobran.</p>\n</blockquote>\n\n\n\n<p>Solo si tienes algo de lo que presumir en tu etapa formativa, inclúyelo también en la bio. Si no es así, es mejor que tus trabajos hablen por ti mismo y que su evaluación no se vea influenciada por el nivel de titulitis del espectador.</p>\n\n\n\n<p>Y por mucho que te lo recomienden en otros sitios, que no se te ocurra incluir tus aspiraciones profesionales ni en la biografía ni en el portafolio. Ya sé que es algo de interés para muchas de las personas y empresas que contratan, pero te sitúa en una posición de escasez, porque da a entender que no estás donde quieres estar, o, dicho de otra forma, que no eres exitoso. Patada baja a la autoridad de tu marca.</p>\n\n\n\n<h3 class=\"wp-block-heading\">4.4. Competencias</h3>\n\n\n\n<p>¿Qué tareas o trabajos desempeñas? ¿Cuáles son tus especialidades? ¿Qué tecnologías dominas? ¿Qué herramientas manejas?</p>\n\n\n\n<p>Debes hacer un listado de competencias tan corto como un elevator pitch y tan específico como el prospecto de un medicamento. Y “específico” no quiere decir “técnico”. Debes expresarlo, como mucho, con el mismo nivel técnico que tenga tu cliente ideal o tu reclutador.</p>\n\n\n\n<p>No caigas en la trampa de pensar que los tecnicismos aumentarán tu autoridad. Solo lo harán ante un público con tu mismo nivel técnico. Y seguro que no es un público muy amplio. Y tampoco creo que muchos de tus clientes estén entre ellos.</p>\n\n\n\n<p>Si la persona que lea tu portafolio no entiende lo que ve, automáticamente serás eliminado de su selección, ya que el trabajo de comprender si eres un candidato válido no compensa el esfuerzo. Y huye de los clientes que quieran contratarte sin entender lo que haces.</p>\n\n\n\n<h3 class=\"wp-block-heading\">4.5. Trabajos</h3>\n\n\n\n<p>En definitiva, ¿un portafolio qué es sin una buena sección de trabajos realizados?</p>\n\n\n\n<p>Esta es la parte decisiva de tu portafolio digital. Si la selección que hagas de todos tus trabajos no es buena, o si la presentas de la forma incorrecta, el cliente o el reclutador puede pensar que no sabes hacer las tareas que necesitan asignar, o que tu estilo no es lo que están buscando.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Empieza por hacer una lista de todos los trabajos que has realizado, de los que tienes una muestra o una copia, y ordena la lista cronológicamente.</p>\n</blockquote>\n\n\n\n<p>Ahora descarta todos los que crees que te perjudicarían o los que no enseñarías a alguien al que admiras. Abajo sentimentalismos. Todo lo que no suma, sobra. Es mejor tener que hacer nuevos trabajos que sean impactantes, aunque sea a bajo precio, para tener un portafolio efectivo que atraiga contrataciones, que aferrarse a trabajos de los que no estás orgulloso y estancar tu carrera profesional.</p>\n\n\n\n<p>Añade tu lista infalible de trabajos en el portafolio y busca una imagen, vídeo, extracto o muestra de cada trabajo. Este es un punto clave y merece toda tu atención. Tus trabajos no solo deben ser impactantes, sino que deben ser presentados con el mayor cuidado para resaltar las virtudes y que no se vean los defectos.</p>\n\n\n\n<p>Si tus trabajos son creativos, asegúrate de incluir imágenes y archivos en máxima resolución y solo los que sean o parezcan profesionales. Y ojo con complicar la reproducción o visionado de las obras con formatos raros y con elementos dinámicos que ralentizan la carga de la web. Nadie gastará más de 3 segundos en intentar ver tus trabajos. Si no puede reproducirlos, te enviará a ti y a tu portafolio al fondo del olvido.</p>\n\n\n\n<p>Es hora de incorporar la siguiente información a las imágenes: empresa o proyecto para el que desempeñaste el trabajo, lo que te solicitaron, cómo lo abordaste y, siempre que sea posible, los resultados obtenidos gracias a tu solución.</p>\n\n\n\n<p>Volveré a pedirte aquí que seas escueto. Cuanta más información des, más probabilidad tienes de equivocarte y de hacer saltar alguna alerta.</p>\n\n\n\n<p>Y, por favor, olvídate de explicaciones rimbombantes intentando demostrar tu profesionalidad o remarcando la importancia que tuviste en este o en aquel proyecto. Dime de qué presumes y te diré de qué careces. Los referentes de un sector tienen tanta autoridad que no necesitan dar argumentos para justificar su obra. Si aún no eres uno de ellos, actúa como si lo fueras.</p>\n\n\n\n<p>Y que ni se te ocurra incluir un enlace a tu curriculum vitae como recomiendan por ahí. ¿Has visto alguna vez el curriculum vitae de alguien famoso? Pues eso. Es síntoma de poca experiencia laboral y también de poca estabilidad profesional. Si algún reclutador te lo pide y te interesa el puesto que oferta, envíaselo, pero nunca lo tengas accesible desde tu portfolio y, a ser posible, que no sea accesible públicamente.</p>\n\n\n\n<h3 class=\"wp-block-heading\">4.6. Colaboraciones destacadas</h3>\n\n\n\n<p>Este apartado solo existe para aumentar tu autoridad y con ello la confianza que tendrán en ti tus clientes potenciales y los reclutadores que lleguen a tu portafolio.</p>\n\n\n\n<p>Aquí debes poner un listado de los artículos que hayas redactado como invitado en otras webs, tus intervenciones en medios de prensa y cualquier otra aparición destacable, como apariciones en radio, en pódcasts, en cursos o en canales sociales estratégicos.</p>\n\n\n\n<p>¿Que no has colaborado como autor invitado en ninguna web? ¿A qué esperas? Haz un listado de las webs de tu sector que aumentaría tu autoridad y envía una propuesta de redacción personalizada a cada una para escribir como invitado. Cuanto mayor sea el nivel del sitio, más interesante debe ser tu propuesta.</p>\n\n\n\n<p>¿Que no has aparecido en medios de prensa? Aparecer en medios de prensa hablando como un experto en tu disciplina es, tal vez, la acción que mayor autoridad otorga a un profesional.&nbsp;</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Puedes usar cualquier técnica de Media Authority Building para lograr aparecer en medios. Es más fácil de lo que crees.</p>\n</blockquote>\n\n\n\n<p>También puedes contratar publicaciones y preparar artículos estratégicos para transmitir autoridad. Hoy en día puedes publicar en diarios digitales de renombre por menos de 50 €.</p>\n\n\n\n<p>¿Que no has aparecido en radio, pódcasts, cursos ni en canales sociales estratégicos? Pues ya estás tardando.</p>\n\n\n\n<p>Ármate de valor y contacta a 100 personas que compartan audiencia contigo, es decir, que su cliente potencial sea el mismo que el tuyo, y que tengan programas de radios, pódcasts, canales de YouTube, de Instagram o cualquier otro canal de difusión, y ofréceles dar valor a su público.</p>\n\n\n\n<p>Una entrevista, una masterclass, una consultoría gratis, una técnica ganadora… La estadística dice que al menos 10 de esas personas te dirán que sí, y una vez aparezcas a su lado, su autoridad se te transferirá por arte de magia.</p>\n\n\n\n<p>La transferencia de autoridad es algo que ocurre involuntariamente en el cerebro. No le des más vueltas y aprovéchalo.</p>\n\n\n\n<p>Si en tu apartado de colaboraciones destacadas aparecen webs conocidas en tu sector, medios de prensa conocidos nacional o internacionalmente y colaboradores con expertos reconocidos profesionalmente, no te será muy difícil conseguir nuevos clientes y nuevos trabajos.</p>\n\n\n\n<p>El esfuerzo de crear esta parte del portafolio merece la pena y mucho. Cada logro que consigas pasará a formar parte de tu huella digital y podrá servirte como muestra de autoridad y profesionalidad toda la vida.</p>\n\n\n\n<h3 class=\"wp-block-heading\">4.7. Obras publicadas</h3>\n\n\n\n<p>Es otro de esos apartados que, si no lo tienes, por el bien de tu autoridad, deberías trabajar para tenerlo.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Si logras que tu nombre aparezca como autor en cualquier obra editada o en cualquier investigación publicada, la certeza de tus clientes y reclutadores de que eres un profesional como la copa de un pino quedará fuera de toda duda.</p>\n</blockquote>\n\n\n\n<p>Y para eso, solo tienes que poner en marcha 2 de mis técnicas de Media Authority Building favoritas. La autoedición de un libro y el desarrollo y publicación de un estudio.</p>\n\n\n\n<p>Tener un libro a la venta en Amazon es pan comido, aunque no lo parezca. Busca un tema de interés para tu público y escribe unas 40.000 palabras aportándoles valor sobre él, asegurándote de que el texto te coloque como una autoridad en tu trabajo.</p>\n\n\n\n<p>Piensa que en este artículo ya llevo casi 8.000 palabras escritas, así que 40.000 no son tantas. Y no tienes que inventar la rueda. Con recopilar información de otras fuentes, ordenarla y adaptarla a tu estilo, ya lo tienes.</p>\n\n\n\n<p>Sí. Ya sé lo que te pasa por la cabeza. ¿Cómo voy a ser capaz de hacer un estudio valioso para mi sector si soy un impostor?</p>\n\n\n\n<p>En primer lugar, todos somos impostores. Y en segundo lugar, los estudios están sobrevalorados y ahí está la gracia de esta técnica. Parece que son extremadamente difíciles y que solo están reservados para las grandes mentes de cada país. Pero la realidad está muy lejos de ser así.</p>\n\n\n\n<p>No te digo que hagas una investigación que cambie el mundo para siempre, pero piensa en un experimento que puedas hacer por tus medios, cuyo resultado podría interesar a otros colegas del sector. A veces es suficiente con hacer una encuesta o con poner a prueba alguna idea.</p>\n\n\n\n<p>Investiga un poco sobre la metodología científica para preparar la investigación con todo el rigor posible, registrando cada paso y cada resultado de la forma adecuada, y para redactar el estudio, ofreciendo el máximo valor a los que lo lean y colocándote como una autoridad indiscutible.</p>\n\n\n\n<p>El efecto sobre tu marca personal será enorme, por muy pequeña que sea tu aportación.</p>\n\n\n\n<h3 class=\"wp-block-heading\">4.8. Premios y reconocimientos</h3>\n\n\n\n<p>Efectivamente, eso es. Un listado de todos los premios que has ganado en tu carrera profesional y de todos los reconocimientos que has recibido.</p>\n\n\n\n<p>¿Y si no tienes ninguno? Puedes ignorar esta sección, pero no voy a decirte que no es importante, porque te mentiría. Junto con las 2 secciones anteriores, es tu mejor oportunidad para diferenciarte de tu competencia y para entrar por la puerta grande en la mente de los que buscan contratarte.</p>\n\n\n\n<p>Es obvio que ganar premios no es una técnica de construcción de autoridad, porque ganarlos o perderlos no depende de ti, pero sí depende de ti presentarte a cada maldito concurso y certamen profesional que encuentres, y esto sí es una técnica de Media Authority Building.</p>\n\n\n\n<p>Te sorprenderías con la cantidad de premios que se ganan casi sin mover un dedo, muchas veces presentando trabajos realizados con anterioridad. Y te gustará saber que, en ocasiones, serás la única persona que se presente al concurso.</p>\n\n\n\n<p>Es cierto que no siempre será fácil y de vez en cuando tendrás que hacer trabajos exclusivos para un certamen, pero, en el peor de los casos, estos trabajos pueden engrosar la sección de muestras de tu portafolio. Y en el mejor, podrás presumir de ser un fuera de serie.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Cuantos más premios ganes, más colaboraciones estratégicas hagas y más obras publiques, más clientes conseguirás y más podrás subir tus tarifas.</p>\n</blockquote>\n\n\n\n<p>Y todo gracias a la bendita autoridad (y a este artículo, claro).</p>\n\n\n\n<h3 class=\"wp-block-heading\">4.9. Formas de contacto</h3>\n\n\n\n<p>¿De qué sirve todo el trabajo que hemos hecho hasta ahora si todos esos clientes a los que hemos convencido no saben cómo contactar con nosotros?</p>\n\n\n\n<p>Coloca un formulario de contacto al final de cada bloque de información del portafolio web. Usa un botón que destaque y que tenga una llama a la acción clara (por ejemplo, “Enviar mensaje”).</p>\n\n\n\n<p>Coloca también todos tus datos de contacto en el pie del portafolio web. Así estarán visibles para todo el mundo en todas las páginas de la web.</p>\n\n\n\n<p>Y, por último, diseña una página de contacto atractiva a la que pueda accederse desde cualquier lugar a través de un botón en el menú principal. Todas las facilidades son pocas cuando se trata de recibir clientes y contrataciones.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Comparte todas las formas de contacto a tu alcance: formulario, email, redes sociales, teléfono, fax, señales de humo, cuervo…</p>\n</blockquote>\n\n\n\n<p>Si el cliente al que acabas de convencer no encuentra la forma de contacto que utiliza habitualmente, puede que posponga contactarte y termine por olvidarse de ti.</p>\n\n\n\n<p>Este artículo está llegando a su fin. Pero para ti puede ser un gran nuevo comienzo.</p>\n\n\n\n<p>Espero que te vayas de aquí sabiendo qué es un portafolio y para qué sirve, conociendo los tipos de portafolios más populares, entendiendo las ventajas de un portafolio y dominando el arte de crear uno que dispare tu autoridad y tus ventas.</p>\n\n\n\n<p><strong>Referencias:</strong></p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Abrami, P., &amp; Barrett, H. (2005). Directions for Research and Development on Electronic Portfolios. <em>Canadian Journal Of Learning And Technology</em>, <em>31</em>(3). <a href=\"https://doi.org/10.21432/t2rk5k\" target=\"_blank\" rel=\"noreferrer noopener\">https://doi.org/10.21432/t2rk5k</a>&nbsp;</li>\n\n\n\n<li>Calimag, M. M. P. (2020). The ePortfolio. En <em>Advances in mobile and distance learning book series</em> (pp. 149-170). <a href=\"https://doi.org/10.4018/978-1-7998-4769-4.ch006\" target=\"_blank\" rel=\"noreferrer noopener\">https://doi.org/10.4018/978-1-7998-4769-4.ch006</a>&nbsp;</li>\n\n\n\n<li>Clarke University. (2022, 14 diciembre). <em>What is a Portfolio?</em> <a href=\"https://clarke.edu/academics/careers-internships/student-checklist/resume-writing-and-portfolios/what-is-a-portfolio/\" target=\"_blank\" rel=\"noreferrer noopener\">https://clarke.edu/academics/careers-internships/student-checklist/resume-writing-and-portfolios/what-is-a-portfolio/</a>&nbsp;</li>\n\n\n\n<li><em>The Open University</em>. (s. f.). <a href=\"https://help.open.ac.uk/create-professional-profile-portfolio-for-job-applications\">https://help.open.ac.uk/create-professional-profile-portfolio-for-job-applications</a>&nbsp;</li>\n</ol>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://es.wordpress.org/2025/01/17/que-es-un-portafolio-como-hacer-uno-para-ganar-autoridad/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"667295\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:76:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"Meetup y WordCamp en España – Enero 2025\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://es.wordpress.org/2025/01/01/meetup-y-wordcamp-en-espana-enero-2025/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://es.wordpress.org/2025/01/01/meetup-y-wordcamp-en-espana-enero-2025/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 01 Jan 2025 13:13:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:6:\"meetup\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://es.wordpress.org/?p=667095\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:280:\"Dicen que enero es un mes malo, en el que hay que subir una cuesta muy hacia arriba, con mucho frío y poco dinero en el bolsillo, ¿pero cuándo has hecho tú caso a lo que dicen los demás? Todo depende del prisma con el que se mire, y los de la comunidad de WordPress [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Cris Quintero\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8480:\"\n<p class=\"has-charcoal-0-color has-text-color has-link-color wp-elements-7cb2e9a005b8348ccdd73f8dad0dbae3\">Dicen que enero es un mes malo, en el que hay que subir una cuesta muy hacia arriba, con mucho frío y poco dinero en el bolsillo, ¿pero cuándo has hecho tú caso a lo que dicen los demás?</p>\n\n\n\n<p class=\"has-charcoal-0-color has-text-color has-link-color wp-elements-6043b122f77722f17d2fc32f0404ade8\">Todo depende del prisma con el que se mire, y los de la comunidad de WordPress nos caracterizamos por ir un poco a contracorriente, por lo que nuestro enero es más un mes de nuevos comienzos, nuevas oportunidades, nuevas quedadas con los colegas de las Meetup y nuevas WordCamp a las que ir a relacionarnos y a practicar el pasilleo que tanto nos gusta.</p>\n\n\n\n<p>Espero que estas navidades hayan sido divertidas, pero si no, no te preocupes, lo mejor siempre está por llegar&#8230; Y para muestra, un boton:</p>\n\n\n\n<h2 class=\"wp-block-heading has-charcoal-0-color has-text-color has-link-color wp-elements-95fc1befa35e863184bc14d77960fa10\" id=\"meetups_mesuales\">Meetup de enero de 2025</h2>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th><strong>Fecha / Hora</strong></th><th><strong>Ciudad</strong></th><th><strong>Título del evento</strong></th><th><strong>Ponente</strong></th></tr></thead><tbody><tr><td>08/01/2025<br>18:30 h</td><td>Terrassa</td><td><a href=\"https://www.meetup.com/terrassa-wordpress-meetup/events/304951584\" target=\"_blank\" rel=\"noreferrer noopener\">Aprende a auditar WordPress para mejorar el rendimiento. ¡Casos reales!&nbsp;</a></td><td>Joan Vega</td></tr><tr><td>09/01/2025<br>19:00 h</td><td>Málaga</td><td><a href=\"https://www.meetup.com/wordpress-malaga/events/303564646\" target=\"_blank\" rel=\"noreferrer noopener\">JetEngine: No solo Custom Post Types</a></td><td>Delia Carballo</td></tr><tr><td>10/01/2025<br>19:00 h</td><td>Barcelona</td><td><a href=\"https://www.meetup.com/igualada-wordpress-meetup/events/304500450\" target=\"_blank\" rel=\"noreferrer noopener\">Preguntas y respuestas sobre WordPress &#8211; Christmas Edition</a></td><td>&#8211;</td></tr><tr><td>15/01/2025<br>19:00 h</td><td>Alcalá de Henares</td><td><a href=\"https://www.meetup.com/alcala-de-henares-wordpress-meetup-group/events/305346831\" target=\"_blank\" rel=\"noreferrer noopener\">¡Construyamos juntos la web de nuestra Meetup!</a></td><td>&#8211;</td></tr><tr><td>16/01/2025<br>19:00 h</td><td>Tarragona</td><td><a href=\"https://www.meetup.com/wordpresstarragona/events/305590059\" target=\"_blank\" rel=\"noreferrer noopener\">WordPress &amp; Beers – Enero 2025</a></td><td>&#8211;</td></tr><tr><td>17/01/2025<br>19:30 h</td><td>Ferrol</td><td><a href=\"https://www.meetup.com/ferrolterrawordpress/events/305514917\" target=\"_blank\" rel=\"noreferrer noopener\">Cómo empezar hoy mismo un negocio digital con WordPress</a></td><td>David Cuesta</td></tr><tr><td>22/01/2025<br>18:00 h</td><td>Cartagena</td><td><a href=\"https://www.meetup.com/wordpress-cartagena/events/305474893\" target=\"_blank\" rel=\"noreferrer noopener\">Descubre la magia interior de CHATGPT, primera meetup del 2025</a></td><td>Sergio Candela</td></tr><tr><td>22/01/2025<br>18:00 h</td><td>Irún</td><td><a href=\"https://www.meetup.com/irun-wordpress/events/305018324\">Irun WordPress Meetup: Episodio I &#8211; El despertar de la comunidad</a></td><td>&#8211;</td></tr><tr><td>22/01/2025<br>19:00 h</td><td>Ourense</td><td><a href=\"https://www.meetup.com/wordpressourense/events/305133594\" target=\"_blank\" rel=\"noreferrer noopener\">Domina el arte de la venta</a></td><td>Yolanda Pazos</td></tr><tr><td>23/01/2025<br>18:30 h</td><td>Madrid</td><td><a href=\"https://www.meetup.com/wordpress-madrid/events/305586529\" target=\"_blank\" rel=\"noreferrer noopener\">¿Cómo comenzar tu viaje como colaborador de WordPress?</a></td><td>Ha San</td></tr><tr><td>23/01/2025<br>18:30 h</td><td>Griñón</td><td><a href=\"https://www.meetup.com/wordpress-grinon/events/305482007\" target=\"_blank\" rel=\"noreferrer noopener\">No es solo tu Web, Es tu negocio: Aprende a atraer más clientes con SEO</a></td><td>Fernando López</td></tr><tr><td>23/01/2025<br>19:30 h</td><td>A Coruña</td><td><a href=\"https://www.meetup.com/wordpresscoruna/events/305473148\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f525.png\" alt=\"🔥\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> Cómo crear un calendario de contenidos mensual para RRSS en menos de una hora</a></td><td>Úrsula Estévez</td></tr><tr><td>24/01/2025<br>18:00 h</td><td>Barcelona</td><td><a href=\"https://www.meetup.com/wordpressbcn/events/305589940\" target=\"_blank\" rel=\"noreferrer noopener\">Aprèn a auditar WordPress per a millorar el rendiment</a></td><td>Joan Vega</td></tr><tr><td>30/01/2025<br>18:30 h</td><td>Granollers</td><td><a href=\"https://www.meetup.com/wordpressgranollers/events/302266626\" target=\"_blank\" rel=\"noreferrer noopener\">Si no fas això, no sortiràs primer a Google</a></td><td>Toni Estirado</td></tr></tbody></table></figure>\n\n\n\n<h2 class=\"wp-block-heading has-charcoal-0-color has-text-color has-link-color wp-elements-e13198117574c44521cae03cb1d5d20f\">Próximas WordCamp y Eventos de 2025</h2>\n\n\n\n<p class=\"has-charcoal-0-color has-text-color has-link-color wp-elements-034e495a4001804f8324df71a7bdebb4\">En este mes de enero no hay ninguna WordCamp programada, pero sí un eventazo especial. Además, tenemos novedades (y muy jugosas) para ti&#8230;</p>\n\n\n\n<p>Ya se vislumbran en el horizonte algunos de los eventos más esperados del año, así que no dejes pasar mucho el tiempo y vete reservando ya las entradas, proponiéndote como voluntario, o como ponente, o como patrocinador&#8230; ¡Lo que veas, pero participa! Porque perderse cualquiera de estas citas debería estar penado legalmente.</p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th><strong>Fecha / Hora</strong></th><th><strong>Ciudad</strong></th><th><strong>Título del evento</strong></th></tr></thead><tbody><tr><td>16/01/2025<br>17:30 h</td><td>Valencia</td><td><a href=\"https://www.meetup.com/wordpress-valencia-meetup/events/303723034\" target=\"_blank\" rel=\"noreferrer noopener\">Las Dos Caras de la Inteligencia Artificial. WordPress Day Valencia</a><br>Eric Seguí y Fernando Tellado</td></tr><tr><td>14-15 de febrero de 2025</td><td>Zaragoza</td><td><a href=\"https://zaragoza.wordcamp.org/2025/\" target=\"_blank\" rel=\"noreferrer noopener\">WordCamp Zaragoza 2025</a></td></tr><tr><td>07-08 de marzo de 2025</td><td>Madrid</td><td><a href=\"https://madrid.wordcamp.org/2025/\" target=\"_blank\" rel=\"noreferrer noopener\">WordCamp Madrid, Spain</a></td></tr><tr><td>26-27 de abril de 2025</td><td>Málaga</td><td><a href=\"https://malaga.wordcamp.org/2025/\" target=\"_blank\" rel=\"noreferrer noopener\">WordCamp Málaga 2025</a></td></tr></tbody></table></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Meetup y WordCamp en otras fechas</h2>\n\n\n\n<p>Si quieres consultar los próximos eventos de la comunidad de WordPress (o los pasados), dale al botón de aquí abajo.</p>\n\n\n\n<p>Te llevaremos a una página donde encontrarás todas las Meetup, WordCamp y Eventos bien ordenaditos por meses:</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-1 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 has-custom-font-size is-style-fill has-eb-garamond-font-family\" style=\"font-size:24px\"><a class=\"wp-block-button__link has-white-color has-text-color has-background has-link-color wp-element-button\" href=\"https://es.wordpress.org/2024/09/10/meetups-y-wordcamps/\" style=\"border-radius:10px;background-color:#0073aa\">Ver todas las Meetup y WordCamp Programadas</a></div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" style=\"margin-top:var(--wp--preset--spacing--40)\" />\n\n\n\n<p class=\"has-text-align-center\">Te animamos a que acudas a todos los eventos que puedas.<br><em>Porque la vida es más diver si se comparte.</em></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" style=\"margin-top:var(--wp--preset--spacing--40);margin-bottom:var(--wp--preset--spacing--30)\" />\n\n\n\n<p><em>* Este post se publica a principios de mes. Si das una ponencia que se haya anunciado más tarde y que no está en el listado, o ves que se me ha escapado incluir algún evento, deja un comentario aquí abajo y lo añado antes de que te des cuenta.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://es.wordpress.org/2025/01/01/meetup-y-wordcamp-en-espana-enero-2025/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"667095\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:73:\"\n		\n		\n					\n		\n		\n		\n				\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"Cómo configurar la identificación en dos pasos (2FA) en WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://es.wordpress.org/2024/12/05/como-configurar-la-autenticacion-en-dos-pasos-2fa-en-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"https://es.wordpress.org/2024/12/05/como-configurar-la-autenticacion-en-dos-pasos-2fa-en-wordpress/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 Dec 2024 10:51:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Seguridad\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://es.wordpress.org/?p=667075\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"Guía paso a paso para mejorar la seguridad de tu sitio WordPress con la autenticación en dos pasos (2FA)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"fabiocchetti\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3821:\"\n<p>La seguridad en línea es más importante que nunca. En este artículo, exploraremos cómo agregar <strong>una de las medidas de seguridad más efectivas</strong> a tu sitio WordPress.</p>\n\n\n\n<h2 class=\"wp-block-heading\">¿Qué es la identificación en dos pasos (2FA)?</h2>\n\n\n\n<p>La autenticación en dos pasos (2FA), también conocida como identificación multifactor (MFA), es una medida de seguridad que requiere dos o más formas de identificación para iniciar sesión.</p>\n\n\n\n<p>El primer factor suele ser algo que conoces, como un nombre de usuario y contraseña. El segundo factor puede ser algo que posees (un dispositivo externo, un teléfono o una llave USB que genera un código de un solo uso) o algo inherente a ti (huella dactilar, reconocimiento facial o cualquier dato biométrico).</p>\n\n\n\n<p>La 2FA añade <strong>una capa extra de seguridad a tu cuenta</strong>. Incluso si alguien obtiene tus credenciales de inicio de sesión (el primer factor), aún necesitará el segundo factor para acceder, lo que dificulta enormemente que usuarios no autorizados entren a tu cuenta de administrador o editor en WordPress.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Cómo instalar y configurar la 2FA en tu sitio WordPress</h2>\n\n\n\n<h3 class=\"wp-block-heading\">1. Instala un plugin gratuito</h3>\n\n\n\n<p>Inicia sesión en el panel de control de WordPress y ve a «Plugins &gt; Añadir nuevo». Escribe «Two-Factor» en la barra de búsqueda, instala y activa el plugin.</p>\n\n\n\n<h3 class=\"wp-block-heading\">2. Configura el plugin</h3>\n\n\n\n<p>Después de activar el plugin, ve a «Usuarios &gt; Tu perfil» y localiza la nueva sección «Opciones de identificación en dos pasos». Aquí encontrarás diferentes métodos como correo electrónico, contraseña de un solo uso basada en tiempo (TOTP) y segundo factor universal (U2F).</p>\n\n\n\n<h3 class=\"wp-block-heading\">3. Selecciona y configura tu método preferido</h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Método por correo electrónico:</strong> Simplemente asegúrate de que el correo asociado a tu cuenta de WordPress esté activo. Recibirás un código único por correo electrónico cada vez que inicies sesión.</li>\n\n\n\n<li><strong>Método TOTP:</strong> Requiere una aplicación de autenticación en tu dispositivo móvil como Google Authenticator, Microsoft Authenticator o Twilio Authy. Al seleccionar esta opción, se generará un código QR en la página. Escanéalo con tu app de identificación preferida, configúralo y úsala cada vez que inicies sesión.</li>\n\n\n\n<li><strong>Método U2F:</strong> Requiere una llave de seguridad física (USB) que deberás insertar en tu ordenador o tocar si es inalámbrica. Este método es probablemente el más seguro, pero necesitarás tener el dispositivo a mano cada vez que quieras iniciar sesión.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">4. Asegúrate de que todo funcione correctamente</h3>\n\n\n\n<p>Es crucial probar el método seleccionado para asegurarte de que funciona correctamente. Usa el botón «Probar» en la página de configuración del método de identificación habilitado.</p>\n\n\n\n<h3 class=\"wp-block-heading\">5. Descarga tus códigos de respaldo</h3>\n\n\n\n<p>El plugin «Two-Factor» te permite generar códigos de respaldo. Estos son esenciales si pierdes acceso a tu método principal de 2FA. Descárgalos y guárdalos en un lugar seguro.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Disfruta de tu cuenta protegida</h3>\n\n\n\n<p>Haz clic en «Actualizar perfil» al final de la página para confirmar la configuración. ¡Y listo! La próxima vez que inicies sesión en tu sitio WordPress, verás un paso adicional de identificación.</p>\n\n\n\n<p>Has añadido con éxito una capa extra de seguridad a tu sitio WordPress. Con la 2FA, reduces significativamente el riesgo de accesos no autorizados.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"https://es.wordpress.org/2024/12/05/como-configurar-la-autenticacion-en-dos-pasos-2fa-en-wordpress/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"667075\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:70:\"\n		\n		\n					\n		\n		\n		\n				\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"Meetup y WordCamp en España – Diciembre 2024\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://es.wordpress.org/2024/12/01/meetup-wordcamp-diciembre-2024/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://es.wordpress.org/2024/12/01/meetup-wordcamp-diciembre-2024/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 01 Dec 2024 12:13:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://es.wordpress.org/?p=667021\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:294:\"Si no eres de esos que viven en la España vaciada y te asomas ahora mismo a la ventana, seguramente notes un fogonazo tan potente que te haga recular y volver a meterte en tu oscura y calentita cueva. No, no te busca la poli (espero), simplemente es que el tiempo pasa, ya estamos en [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Cris Quintero\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:10655:\"\n<p class=\"has-black-color has-text-color has-link-color wp-elements-b079969bc17f264b2be2e139b208eca5\">Si no eres de esos que viven en la España vaciada y te asomas ahora mismo a la ventana, seguramente notes un fogonazo tan potente que te haga recular y volver a meterte en tu oscura y calentita cueva.</p>\n\n\n\n<p>No, no te busca la poli (espero), simplemente es que el tiempo pasa, ya estamos en diciembre (sí, hijo, sí) y las calles se han petado de luces más brillantes de lo que podemos soportar y de gente que acude desesperada al llamado, como Carol Anne en un día sin tele.</p>\n\n\n\n<p>¡Venga, hay que ir espabilando!, que te quedan dos telediarios para comprar cosas reguleras para sorprender a gente que agradecería más que le dieras un sobre con los dinerinchis (seamos sinceros).</p>\n\n\n\n<p>Y, si tenemos en cuenta la cantidad de eventos de WordPress que tienes para apuntarte en el calendario de adviento, entre Meetup, comidas y cenas navideñas de los diferentes grupos, me da a mí que vas un poquito pillado de tiempo&#8230;</p>\n\n\n\n<p>¡Apunta!</p>\n\n\n\n<h2 class=\"wp-block-heading has-black-color has-text-color has-link-color wp-elements-4a694e9d6e2ea491fcb9000975af64cf\" id=\"meetups_mesuales\">Meetup de diciembre de 2024</h2>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th><strong>Fecha / Hora</strong></th><th><strong>Ciudad</strong></th><th><strong>Título del evento</strong></th><th><strong>Ponente</strong></th></tr></thead><tbody><tr><td>03/12/2024<br>18:30 h</td><td>Bilbao</td><td><a href=\"https://www.meetup.com/wordpress-bilbao/events/304264349\" target=\"_blank\" rel=\"noreferrer noopener\">Comienza a ser rebelde y a decir que NO</a></td><td>Ibon Azkoitia</td></tr><tr><td>03/12/2024<br>18:30 h</td><td>Terrassa</td><td><a href=\"https://www.meetup.com/terrassa-wordpress-meetup/events/303762662\" target=\"_blank\" rel=\"noreferrer noopener\">Bases para construir interfaces y buscadores semánticos con IA en WordPress</a></td><td>Amadeu Arderiu y Ana Cirujano</td></tr><tr><td>04/12/2024<br>17:00 h</td><td>Castellón</td><td><a href=\"https://www.meetup.com/meetup-wordpress-castello/events/304827935\" target=\"_blank\" rel=\"noreferrer noopener\">Posicionamiento SEO con WordPress</a></td><td>&#8211;</td></tr><tr><td>04/12/2024<br>19:00 h</td><td>Ourense</td><td><a href=\"https://www.meetup.com/wordpressourense/events/304382444\">10 accións que DEBES FACER se queres ARRUINAR a túa páxina web</a></td><td>Anxo Sánchez</td></tr><tr><td>05/12/2024<br>20:00 h</td><td>Las Palmas de Gran Canaria</td><td><a href=\"https://www.meetup.com/wordpress-las-palmas-de-gran-canaria/events/304810053\" target=\"_blank\" rel=\"noreferrer noopener\">Vulnerabilidades en WordPress: Pesadilla antes de Navidad</a></td><td>Néstor Angulo</td></tr><tr><td>06/12/2024<br>18:30 h</td><td>Palma de Mallorca</td><td><a href=\"https://www.meetup.com/mallorca-wordpress-meetup/events/304566279\" target=\"_blank\" rel=\"noreferrer noopener\">WordPress &amp; Cañas</a></td><td>&#8211;</td></tr><tr><td>12/12/2024<br>18:30</td><td>Mataró</td><td><a href=\"https://www.meetup.com/es-ES/wordpress-mataro/events/304875321/\">¡Torna la Meetup Mataró!</a></td><td>&#8211;</td></tr><tr><td>12/12/2024<br>19:30</td><td>A Coruña</td><td><a href=\"https://www.meetup.com/wordpresscoruna/events/304756112\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f525.png\" alt=\"🔥\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> Marketing de guerrilla para cuando estás empezando (y no tienes ni un duro)</a></td><td>Sergio Ramírez</td></tr><tr><td>13/12/2024<br>18:00 h</td><td>Barcelona</td><td><a href=\"https://www.meetup.com/wordpressbcn/events/304777550\" target=\"_blank\" rel=\"noreferrer noopener\">Cómo la IA comprende el mundo: Una introducción a los embeddings</a></td><td>Amadeu Arderiu, Joan Rodas y Albert Tarrés</td></tr><tr><td>13/12/2024<br>19:00 h</td><td>Igualada</td><td><a href=\"https://www.meetup.com/igualada-wordpress-meetup/events/304500450\" target=\"_blank\" rel=\"noreferrer noopener\">Preguntas y respuestas sobre WordPress &#8211; Christmas Edition</a></td><td>&#8211;</td></tr><tr><td>13/12/2024<br>19:00 h</td><td>Pontevedra</td><td><a href=\"https://www.meetup.com/es-ES/pontevedra-wordpress-meetup/events/304857908/\" target=\"_blank\" rel=\"noreferrer noopener\">Crea tu podcast desde cero (sin gastar ni una rupia)</a></td><td>María José Bermúdez (Seu)</td></tr><tr><td>13/12/2024<br>21:00 h</td><td>Málaga</td><td><a href=\"https://www.meetup.com/es-ES/wordpress-malaga/events/304917655/\" target=\"_blank\" rel=\"noreferrer noopener\">Quedada navideña en Málaga</a></td><td>&#8211;</td></tr><tr><td>18/12/2024<br>18:00</td><td>Sevilla</td><td><a href=\"https://www.meetup.com/wordpress-sevilla/events/305046773\" target=\"_blank\" rel=\"noreferrer noopener\">Paseo fotográfico navideño + francachela</a></td><td>Nilo Vélez</td></tr><tr><td>18/12/2024<br>18:00</td><td>Cartagena</td><td><a href=\"https://www.meetup.com/wordpress-cartagena/events/305004248\" target=\"_blank\" rel=\"noreferrer noopener\">Reels y Tiktoks que Petan : Creación,Estructura y Edición</a></td><td>Patricia Rodrigues</td></tr><tr><td>18/12/2024<br>19:00</td><td>Lugo</td><td><a href=\"https://www.meetup.com/wordpresslugo/events/304986290\" target=\"_blank\" rel=\"noreferrer noopener\">Este Nadal envía algo que ninguén espera&#8230; e feito con WordPress!</a></td><td>Carlos Longarela</td></tr><tr><td>18/12/2024<br>19:00</td><td>Alcalá de Henares</td><td><a href=\"https://www.meetup.com/alcala-de-henares-wordpress-meetup-group/events/304897952\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f384.png\" alt=\"🎄\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> Meetup Networking y Cena Navideña <img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f384.png\" alt=\"🎄\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></a></td><td>&#8211;</td></tr><tr><td>18/12/2024<br>19:30</td><td>Santiago de Compostela</td><td><a href=\"https://www.meetup.com/santiago-de-compostela-wordpress-meetup-group/events/304595443\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f92f.png\" alt=\"🤯\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> Te propongo un reto: Dime tu proyecto y te diré cómo hacer la web</a></td><td>Ángel Cabaleiro</td></tr><tr><td>19/12/2024<br>18:30</td><td>Bilbao</td><td><a href=\"https://www.meetup.com/wordpress-bilbao/events/305012634\" target=\"_blank\" rel=\"noreferrer noopener\">Joakim Navarro: Cómo consumir y procesar datos abiertos de WordPress</a></td><td>Joakim Navarro</td></tr><tr><td>19/12/2024<br>18:30</td><td>Valencia</td><td><a href=\"https://www.meetup.com/wordpress-valencia-meetup/events/304811975\" target=\"_blank\" rel=\"noreferrer noopener\">¡Último meetup del año 2024! WordPress &amp; Beers</a></td><td>&#8211;</td></tr><tr><td>19/12/2024<br>19:00</td><td>Vigo</td><td><a href=\"https://www.meetup.com/vigo-wordpress-meetup/events/305092692\" target=\"_blank\" rel=\"noreferrer noopener\">El bienestar corporativo y como multiplicar los resultados de la empresa</a></td><td>Ricardo Velasco</td></tr><tr><td>19/12/2024<br>19:45</td><td>Griñón</td><td><a href=\"https://www.meetup.com/es-ES/wordpress-grinon/events/304857877/\" target=\"_blank\" rel=\"noreferrer noopener\">Bebida y Picoteo en Griñón ¿Te apuntas?</a></td><td>&#8211;</td></tr><tr><td>20/12/2024<br>19:30</td><td>Ferrol</td><td><a href=\"https://www.meetup.com/ferrolterrawordpress/events/305001469\" target=\"_blank\" rel=\"noreferrer noopener\">Cómo marcarnos objetivos y cumplirlos</a></td><td>Marga Carballo</td></tr><tr><td>23/12/2024<br>20:00 h</td><td>Online</td><td><a href=\"https://www.meetup.com/es-ES/quedadas-wordpress-en-espanol/events/304828516/\">Quedada Navideña 2024</a></td><td>&#8211;</td></tr></tbody></table></figure>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-caea12212bfb707b9bbddc09fd52de59\">Por un tema de organización, y para ayudarte un poquito con la digestión durante las fiestas, los eventos especiales y las WordCamp se van a tomar un descansito hasta el año que viene, que suena a muy lejos, pero si cuentas en días, no es para tanto, no te agobies&#8230;</p>\n\n\n\n<h2 class=\"wp-block-heading has-black-color has-text-color has-link-color wp-elements-4842d4c9b495ccc41710fb733f5c3322\">Meetup y WordCamp en otras fechas</h2>\n\n\n\n<p>Vale, que te pica el gusanillo y quieres saber qué eventos de la comunidad de WordPress hay programados (o los que te has perdido)&#8230; No tienes más que darle al botón de aquí abajo.</p>\n\n\n\n<p>Aterrizarás en una página donde encontrarás todas las Meetup, WordCamp y Eventos bien ordenaditos por meses:</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-2 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 has-custom-font-size is-style-fill has-eb-garamond-font-family\" style=\"font-size:24px\"><a class=\"wp-block-button__link has-white-color has-text-color has-background has-link-color wp-element-button\" href=\"https://es.wordpress.org/2024/09/10/meetups-y-wordcamps/\" style=\"border-radius:10px;background-color:#0073aa\">Ver todas las Meetup y WordCamp Programadas</a></div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" style=\"margin-top:var(--wp--preset--spacing--40)\" />\n\n\n\n<p class=\"has-text-align-center\">Te animamos a que acudas a todos los eventos que puedas.<br><em>Porque la vida es más diver si se comparte, sobre todo en Navidad</em>.</p>\n\n\n\n<p class=\"has-text-align-center\"><strong>¡Felices Fiestas!</strong><br><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f3b6.png\" alt=\"🎶\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <em>Fun fun fun</em> (leído en inglés es, sin duda, es más diver)</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" style=\"margin-top:var(--wp--preset--spacing--40);margin-bottom:var(--wp--preset--spacing--30)\" />\n\n\n\n<p><em>* Este post se publica a principios de mes. Si das una ponencia que se haya anunciado más tarde y que no está en el listado, o ves que se me ha escapado incluir algún evento, deja un comentario aquí abajo y lo añado antes de que te des cuenta.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://es.wordpress.org/2024/12/01/meetup-wordcamp-diciembre-2024/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"667021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:76:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"Publicación de recomendaciones para mejorar la inclusividad en los eventos\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"https://es.wordpress.org/2024/11/28/publicacion-de-recomendaciones-para-mejorar-la-inclusividad-en-los-eventos/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"https://es.wordpress.org/2024/11/28/publicacion-de-recomendaciones-para-mejorar-la-inclusividad-en-los-eventos/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Nov 2024 09:24:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:13:\"Accesibilidad\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"Comunidad\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://es.wordpress.org/?p=666687\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"Cómo se creó el documento sobre recomendaciones para la inclusividad en eventos\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Joakim Navarro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4189:\"\n<p>En mi opinión, y no soy el único, <strong>es importante que nuestra comunidad sea proactiva e inclusiva</strong>, asegurando que todas las personas, independientemente de sus diferencias, se sientan bienvenidas y apoyadas en eventos como las WordCamps. Así que, con la mirada puesta en el próximo vento, comencé a reflexionar sobre cómo podríamos mejorar, especialmente en términos de <strong>accesibilidad e inclusividad</strong>.</p>\n\n\n\n<p>Como parte de este proceso, decidí ponerme en contacto con Elena Fenoll, una valiosa integrante de la comunidad que además, es autista y Doctora en Educación Inclusiva  y con la que ya había tenido gratas interacciones, para recoger sus ideas y sugerencias.</p>\n\n\n\n<p>Pronto me di cuenta que las pautas compartidas no solo eran realmente útiles para mejorar nuestra WordCamp, sino que también tenían el potencial de servir como un texto inspirador para toda la comunidad.</p>\n\n\n\n<p>Inicialmente, pensamos en publicarlas directamente en el blog. Sin embargo, tras una reunión con el área de marketing, procedimos a realizar el quinto punto de un artículo previo que habíamos redactado: transformar esas recomendaciones del artículo, en una guía completa.</p>\n\n\n\n<p>Coincidimos en vislumbrar la oportunidad de<strong> crear un recurso valioso siempre a mano</strong> y descargable que facilitaría a organizadores a priorizar la accesibilidad y la inclusión en sus propios eventos por todo el territorio español, y quién sabe si más allá.</p>\n\n\n\n<p>Es aquí cuando decidimos incorporar a Eneko Garrido, otro activo contribuidor de la comunidad WordPress, también en el espectro autista.</p>\n\n\n\n<p>Elena y Eneko se pusieron manos a la obra y ampliaron y mejoraron sustancialmente el texto inicial, además de dotarlo de un formato guía más elaborado. Acto seguido, recogí su trabajó y lo transformé en un PDF más vistoso, listo para su potencial impresión y distribución.</p>\n\n\n\n<p>A Marta Torre, de Diversidad, también le gustó la propuesta y nos ayudó a subirla a los repositorios Git de documentación, además de enseñarnos cómo funcionan estos procesos de validación a nivel interno.</p>\n\n\n\n<p>En este punto, fue el equipo de Documentación el que nos dio las pautas necesarias para, por fin, poder subir el documento a su correspondiente sección dentro de los manuales, a través de GitHub con formato markdown.</p>\n\n\n\n<p>Cabe decir que la comunidad de WordPress es orgánica, siempre cambiante, y algunos de estos procesos están aún por hacer (¡cualquiera puede ser un pionero/a!) por lo que <strong>hubo un interesante debate</strong> que se resolvió con su ubicación adecuada y las revisiones pertinentes. Cabría destacar la entrega y la guía de Josep Morán, Javier Casares, Rocío Valdivia y Nilo Vélez.</p>\n\n\n\n<p>¡Ta-da! El documento ya se subió al repositorio con todas las aprobaciones y correcciones pertinentes. Lo podéis encontrar ya publicado aquí: <a href=\"https://es.wordpress.org/team/handbook/eventos/inclusion/\">Eventos más inclusivos</a>.</p>\n\n\n\n<p>Ya para terminar, el equipo de Marketing ya había accedido a que publiquemos este post del blog, que servirá tanto para anunciar la iniciativa y la disponibilidad del documento (ya oficial), como para describir el proceso colaborativo que una propuesta de estas características atraviesa por varios niveles de la comunidad WordPress.</p>\n\n\n\n<p>Álvaro Torres fue el que proactivamente nos contactó y el que inmediatamente me dio acceso como autor al panel de control del blog. </p>\n\n\n\n<p>Como colofón, me gustaría destacar que la comunidad WordPress hispana ofrece infinitas posibilidades para contribuir y crecer por el camino. Involucrarte te permite no solo aportar tus habilidades y conocimientos, sino también aprender, enfrentando desafíos y descubriendo nuevas áreas de interés.</p>\n\n\n\n<p>Además, es una oportunidad única para conectar con personas apasionadas y diversas, cada una con sus propias historias y experiencias. A través de estas interacciones, no solo amplías tu red, sino que también <strong>encuentras inspiración y apoyo</strong> en un entorno colaborativo y enriquecedor.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:116:\"https://es.wordpress.org/2024/11/28/publicacion-de-recomendaciones-para-mejorar-la-inclusividad-en-los-eventos/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"666687\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:82:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"WordPress 6.7.1 – Actualización de mantenimiento\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://es.wordpress.org/2024/11/21/wordpress-6-7-1-actualizacion-de-mantenimiento/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://es.wordpress.org/2024/11/21/wordpress-6-7-1-actualizacion-de-mantenimiento/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Nov 2024 16:27:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:15:\"Actualizaciones\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:13:\"Mantenimiento\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:5:\"6.7.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://es.wordpress.org/?p=667036\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:419:\"¡Ya está disponible WordPress 6.7.1! Esta versión menor incluye 16 correcciones de errores en todo el núcleo y el editor de bloques . WordPress 6.7.1 es una versión de continuidad rápida que se centra estrictamente en los errores introducidos en WordPress 6.7. La próxima versión importante será la 6.8 , prevista para abril de 2025 . Si tienes sitios que admiten actualizaciones automáticas [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Fernando Tellado\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8798:\"\n<h2 class=\"wp-block-heading\">¡Ya está disponible WordPress 6.7.1!</h2>\n\n\n\n<p>Esta versión menor incluye 16 correcciones de errores <a href=\"https://core.trac.wordpress.org/query?resolution=fixed&amp;milestone=6.7.1&amp;group=component&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;order=priority\">en todo el núcleo</a> y <a href=\"https://github.com/WordPress/wordpress-develop/pull/7851\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">el editor de bloques</a> .</p>\n\n\n\n<p>WordPress 6.7.1 es una versión de continuidad rápida que se centra estrictamente en los errores introducidos en WordPress 6.7. La próxima versión importante será <a href=\"https://make.wordpress.org/core/6-8/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">la 6.8</a> , <a href=\"https://make.wordpress.org/core/2024/11/19/proposal-major-releases-for-2025/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">prevista para abril de 2025</a> .</p>\n\n\n\n<p>Si tienes sitios que admiten actualizaciones automáticas en segundo plano, el proceso de actualización comenzará automáticamente.</p>\n\n\n\n<p>Puedes <a href=\"https://es.wordpress.org/latest.zip\" rel=\"nofollow\">descargar WordPress 6.7.1 desde WordPress.org</a> o visitar su escritorio de WordPress, hacer clic en «Actualizaciones» y luego en «Actualizar ahora».</p>\n\n\n\n<p>Para obtener más información sobre esta versión, <a href=\"https://wordpress.org/support/wordpress-version/version-6-7-1\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">visita el centro de ayuda</a> . Puedes encontrar un resumen de las actualizaciones de mantenimiento de esta versión en el <a href=\"https://make.wordpress.org/core/?p=116365\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">anuncio de la versión candidata a definitiva</a> .</p>\n\n\n\n<h2 class=\"wp-block-heading\">Gracias a estos colaboradores de WordPress</h2>\n\n\n\n<p>Esta versión la lideraron <a href=\"https://profiles.wordpress.org/desrosj/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Jonathan Desrosiers</a> y <a href=\"https://profiles.wordpress.org/cbravobernal/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Carlos Bravo</a> .</p>\n\n\n\n<p>WordPress 6.7.1 no hubiera sido posible sin las contribuciones de las siguientes personas. Su coordinación asincrónica para entregar correcciones de mantenimiento en una versión estable es un testimonio del potencial y la capacidad de la comunidad de WordPress.</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/abcsun/\">abcsun</a> , <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a> , <a href=\"https://profiles.wordpress.org/ahsankhan316/\">Ahsan Khan</a> , <a href=\"https://profiles.wordpress.org/wildworks/\">Aki Hamano</a> , <a href=\"https://profiles.wordpress.org/albigdd/\">Alexander Bigga</a> , <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a> , <a href=\"https://profiles.wordpress.org/ankitkumarshah/\">Ankit Kumar Shah</a> , <a href=\"https://profiles.wordpress.org/ant1busted/\">Antoine</a> , <a href=\"https://profiles.wordpress.org/bluantinoo/\">bluantinoo</a> , <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a> , <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a> , <a href=\"https://profiles.wordpress.org/charleslf/\">charleslf</a> , <a href=\"https://profiles.wordpress.org/apermo/\">Christoph Daum</a> , <a href=\"https://profiles.wordpress.org/get_dave/\">David Smith</a> , <a href=\"https://profiles.wordpress.org/dhewercorus/\">dhewercorus</a> , <a href=\"https://profiles.wordpress.org/dhruvang21/\">Dhruvang21</a> , <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a> , <a href=\"https://profiles.wordpress.org/dooperweb/\">dooperweb</a> , <a href=\"https://profiles.wordpress.org/im3dabasia1/\">Eshaan Dabasiya</a> , <a href=\"https://profiles.wordpress.org/flixos90/\">Félix Arntz</a> , <a href=\"https://profiles.wordpress.org/finntown/\">finntown</a> , <a href=\"https://profiles.wordpress.org/firoz2456/\">Firoz Sabaliya</a> , <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a> , <a href=\"https://profiles.wordpress.org/glynnquelch/\">glynnquelch</a> , <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a> , <a href=\"https://profiles.wordpress.org/abcd95/\">Himanshu Pathak</a> , <a href=\"https://profiles.wordpress.org/jagirbahesh/\">jagirbahesh</a> , <a href=\"https://profiles.wordpress.org/jsnajdr/\">Jarda Snajdr</a> , <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a> , <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeffrey Paul</a> , <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a> , <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a> , <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn , </a><a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a> , <a href=\"https://profiles.wordpress.org/jonsurrell/\">Jon Surrell</a> , <a href=\"https://profiles.wordpress.org/juliemoynat/\">Julie Moynat</a> , <a href=\"https://profiles.wordpress.org/juliobox/\">Julio Potier</a> , <a href=\"https://profiles.wordpress.org/laurelfulford/\">laurelfulford</a> , <a href=\"https://profiles.wordpress.org/leecollings/\">Sotavento Collings</a> , <a href=\"https://profiles.wordpress.org/0mirka00/\">Lena Morita</a> , <a href=\"https://profiles.wordpress.org/luisherranz/\">luisherranz</a> , <a href=\"https://profiles.wordpress.org/mmaattiiaass/\">Matias Benedetto</a> , <a href=\"https://profiles.wordpress.org/mayanktripathi32/\">Mayank Tripathi</a> , <a href=\"https://profiles.wordpress.org/czapla/\">Michal Czaplinski</a> , <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a> , <a href=\"https://profiles.wordpress.org/369work/\">miroku</a> , <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a> , <a href=\"https://profiles.wordpress.org/narenin/\">Narendra Sishodiya</a> , <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a> , <a href=\"https://profiles.wordpress.org/domainsupport/\">Oliver Campion</a> , <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a> , <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a> , <a href=\"https://profiles.wordpress.org/ramonopoly/\">ramonopoly</a> , <a href=\"https://profiles.wordpress.org/ravigadhiyawp/\">Ravi Gadhiya</a> , <a href=\"https://profiles.wordpress.org/rcreators/\">Rishi Mehta</a> , <a href=\"https://profiles.wordpress.org/room34/\">room34</a> , <a href=\"https://profiles.wordpress.org/roytanck/\">Roy Tanck</a> , <a href=\"https://profiles.wordpress.org/looswebstudio/\">Ryo</a> , <a href=\"https://profiles.wordpress.org/sailpete/\">Sailpete</a> , <a href=\"https://profiles.wordpress.org/sainathpoojary/\">Sainath Poojary</a> , <a href=\"https://profiles.wordpress.org/sarthaknagoshe2002/\">Sarthak Nagoshe</a> , <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a> , <a href=\"https://profiles.wordpress.org/sirlouen/\">SirLouen</a> , <a href=\"https://profiles.wordpress.org/sppramodh/\">SP Pramodh</a> , <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a> , <a href=\"https://profiles.wordpress.org/stimul/\">stimul</a> , <a href=\"https://profiles.wordpress.org/sukhendu2002/\">Sukhendu Sekhar Guria</a> , <a href=\"https://profiles.wordpress.org/tigriweb/\">TigriWeb</a> , <a href=\"https://profiles.wordpress.org/timwhitlock/\">Tim W</a> , <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn “Tobi” Fjellner)</a> , <a href=\"https://profiles.wordpress.org/twvania/\">Vania</a> , <a href=\"https://profiles.wordpress.org/yogeshbhutkar/\">Yogesh Bhutkar</a> , <a href=\"https://profiles.wordpress.org/yowangdu/\">YoWangdu</a> , <a href=\"https://profiles.wordpress.org/zargarov/\">Zargarov</a> y <a href=\"https://profiles.wordpress.org/zeelthakkar/\">zeelthakkar</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Cómo contribuir</h2>\n\n\n\n<p>Para participar en el desarrollo del núcleo de WordPress, dirígete al Trac, <a href=\"https://core.trac.wordpress.org/report/6\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">selecciona un ticket</a> y únete a la conversación en los canales <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">#core</a> y <a href=\"https://wordpress.slack.com/archives/C080HLPP2Q6\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">#6-8-release-leads</a> . ¿Necesitas ayuda? Consulta el <a href=\"https://make.wordpress.org/core/handbook/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">manual del colaborador del núcleo</a> .</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://es.wordpress.org/2024/11/21/wordpress-6-7-1-actualizacion-de-mantenimiento/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"667036\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:73:\"\n		\n		\n					\n		\n		\n		\n				\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"WordCamp Griñón 2024: Hambre de negocio (y de coliflores)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://es.wordpress.org/2024/11/18/wordcamp-grinon-2024-hambre-de-negocio-y-de-coliflores/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://es.wordpress.org/2024/11/18/wordcamp-grinon-2024-hambre-de-negocio-y-de-coliflores/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 18 Nov 2024 06:55:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://es.wordpress.org/?p=667025\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:146:\"WordCamp Griñón 2024 (23-24 nov): el evento definitivo sobre e-commerce. Satisface tu hambre de negocio digital y, quizá, llévate una coliflor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"lualvarimp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:10099:\"\n<p>Antes de escribir el artículo sobre una WordCamp, lo primero que suelo hacer es estudiarme por completo la página web del evento para, así, crearme varias ideas sobre lo que poder escribir.&nbsp;</p>\n\n\n\n<p><a href=\"https://grinon.wordcamp.org/2024/tickets/\" target=\"_blank\" rel=\"noreferrer noopener\">Comprar entrada de WCGriñón 2024</a></p>\n\n\n\n<p>Muchas ideas de las que imagino son locas y hoy compartiré una de ellas con vosotros (para que así podáis comprobar que mi cerebro no termina de carburar fino).</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Idea 1: “<strong>Hambre de e-commerce y negocios</strong>”, de este modo se publicita la WordCamp Griñón 2024.</li>\n\n\n\n<li>Idea 2: Uno de los organizadores del evento es fan del género zombi (por cierto, estos dos últimos meses se han estrenado en plataformas digitales tres películas del género: una española, una americana y otra filipina).</li>\n</ul>\n\n\n\n<p>Y claro, mi cerebro ha empezado a desvariar y a mezclar conceptos&#8230; Y he imaginado cómo podría ser un apocalipsis de estas características en una WordCamp.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>¿Los zombis nos morderían con dentaduras hechas de teclas de portátil?</li>\n\n\n\n<li>¿De las heridas de nuestros cuerpos condenados surgirían borbotones de líneas de código?</li>\n\n\n\n<li>¿Los monstruos respetarían la Experiencia de Usuario en sus ataques para que todos tuviéramos las mismas oportunidades de ser heridos?</li>\n</ul>\n\n\n\n<p>En fin&#8230; ¡Hay que ver la cantidad de tonterías que se me ocurren!</p>\n\n\n\n<p>Es evidente que en esta <strong>WordCamp Griñón 2024</strong>, que se celebrará los días <strong>23 y 24 de noviembre, en el Centro Cultural de Griñón</strong>, no habrá hambre de carne humana, pero sí habrá hambre de comercio online y de negocios porque, tal y como afirman en su web, son <strong>la única WordCamp dedicada en exclusiva al e-commerce</strong>.</p>\n\n\n\n<p><a href=\"https://grinon.wordcamp.org/2024/tickets/\" target=\"_blank\" rel=\"noreferrer noopener\">Comprar entrada de WCGriñón 2024</a></p>\n\n\n\n<p>Porque esta gente sabe que el comercio electrónico ya no es el futuro, es el ahora. Y esta WordCamp vendrá cargada de jugoso contenido para demostrárnoslo.</p>\n\n\n\n<p>¿No me creéis? Aquí os dejo una serie de recetas para que entendáis el hambre de e-commerce de la que nos habla la gente de Griñón.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\">Receta A: ¿Por qué acudir? (y, posiblemente, llevarte una coliflor)</h2>\n\n\n\n<p>El <strong>comercio electrónico</strong> ha pasado de ser esa opción alternativa que las empresas consideraban un «extra», para convertirse en <strong>el centro neurálgico de muchos negocios</strong>.</p>\n\n\n\n<p>La pandemia aceleró esa transformación que ya estaba en marcha y, a día de hoy, los consumidores han normalizado tanto la compra online que resulta impensable para cualquier negocio no tener presencia digital.</p>\n\n\n\n<p>Si los datos que he visto en Internet no me fallan, el 20% de todas las compras mundiales que se hacen en comercio minorista son a través de un e-commerce.</p>\n\n\n\n<p>Y eso <strong>genera mucho negocio</strong>.</p>\n\n\n\n<p><a href=\"https://grinon.wordcamp.org/2024/tickets/\" target=\"_blank\" rel=\"noreferrer noopener\">Comprar entrada de WCGriñón 2024</a></p>\n\n\n\n<p>La gente de la<strong> WordCamp Griñón 2024</strong> es muy consciente de esto y pondrán todo su empeño para que los días <strong>23 y 24 de noviembre, en el Centro Cultural de Griñón</strong>, aprendamos todo lo posible para sacar el máximo provecho a esta forma de negocio.</p>\n\n\n\n<p>Yo siempre me suelo preguntar: ¿Por qué algunos negocios online triunfan mientras otros apenas sobreviven? ¿Dónde está el secreto?</p>\n\n\n\n<p>No lo sé, no tengo la respuesta (ya me gustaría), pero sí que se deberían cumplir ciertos requisitos para, si no sobresalir, al menos no estar por debajo de nuestra competencia (que es mucha).</p>\n\n\n\n<h2 class=\"wp-block-heading\">Receta B: Destacar sobre la competencia (los ingredientes secretos)</h2>\n\n\n\n<p><strong>El sitio web debe tener un diseño que seduzca</strong> y enganche a nuestro potencial comprador. Para ello utilizaremos:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>100 gramos de <strong>diseño responsivo que funcione a la perfección</strong>.</li>\n\n\n\n<li>1 sobrecito de <strong>navegación intuitiva</strong>.</li>\n\n\n\n<li>5 cucharaditas de <strong>imágenes de calidad profesional</strong>.</li>\n</ul>\n\n\n\n<p>Después, volcamos todo en un bol para obtener un <strong>tiempo de carga rapidísimo</strong> (porque los usuarios se impacientan si deben esperar más de 3 segundos).</p>\n\n\n\n<p>Observaremos los ingredientes y nos esforzaremos en <strong>ofrecer una Experiencia de Usuario Deluxe</strong> a nuestros usuarios. Para ello:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Salpimentamos todo con un <strong>proceso de compra simplificado</strong>.</li>\n\n\n\n<li>Batimos con cuidado para obtener <strong>múltiples opciones de pago</strong>.</li>\n\n\n\n<li>Comprobaremos que no se formen burbujas y que las <strong>políticas de devolución sean muy claras</strong>.</li>\n\n\n\n<li>Verificamos que la masa resultante sea uniforme y que la <strong>atención al cliente sea excepcional</strong>.</li>\n\n\n\n<li>Metemos al horno y hacemos el <strong>seguimiento de pedidos en tiempo real</strong>.</li>\n</ul>\n\n\n\n<p><a href=\"https://grinon.wordcamp.org/2024/tickets/\" target=\"_blank\" rel=\"noreferrer noopener\">Comprar entrada de WCGriñón 2024</a></p>\n\n\n\n<p>En este punto es muy importante que recordemos que, <strong>un negocio online, no trata sólo de vender a los clientes. Hay que crear conexiones con ellos</strong> para que vuelvan a comprar y también para que recomienden el negocio. Para ello:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Revisaremos la temperatura del horno y <strong>usaremos emails personalizados</strong>.</li>\n\n\n\n<li>Mantendremos el calor por encima de los 100 grados y nos preocuparemos de <strong>tener las Redes Sociales activas</strong>.</li>\n\n\n\n<li>Sacaremos del horno, dejando enfriar en <strong>un programa de fidelización que recompense al cliente</strong>.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Receta C: ¡Qué no hacer! (esto huele a chamusquina)</h2>\n\n\n\n<p>Es muy bonito saber qué es lo que beneficia a un e-commerce, pero mejor aún es saber los <strong>aspectos que se deben desechar</strong>, para evitar que el negocio vaya fatal. Sirva de ejemplo lo siguiente:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Derramar aceite sobre el fuego y <strong>descuidar el SEO</strong>.</li>\n\n\n\n<li>Pasarse de cocción e <strong>ignorar las analíticas de la web</strong>.</li>\n\n\n\n<li>Dejar el frigorífico abierto y <strong>no optimizar las fichas de producto</strong>.</li>\n\n\n\n<li>Usar alimentos caducados y <strong>olvidarse de la importancia del Email Marketing</strong>.</li>\n</ul>\n\n\n\n<p>Y por supuesto…</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>¡<strong>Nunca descuidar la seguridad de la tienda</strong>!</li>\n</ul>\n\n\n\n<p><a href=\"https://grinon.wordcamp.org/2024/tickets/\" target=\"_blank\" rel=\"noreferrer noopener\">Comprar entrada de WCGriñón 2024</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">Receta D: WooCommerce (el chef estrella de la cocina digital)</h2>\n\n\n\n<p>Hay algo que todos sabemos: WordPress es nuestra cocina donde preparar las webs y WooCommerce es el chef estrella de los fogones.</p>\n\n\n\n<p>Pero la gente de <strong>WordCamp Griñón 2024</strong> no se queda sólo ahí. Son unos cracks en la materia y nos lo van a demostrar con una serie de ponencias que potenciarán nuestro conocimiento gastronómico-digital con unos<strong> temas tan interesantes como</strong>:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Uso de la <strong>Inteligencia Artificial</strong> para mejorar nuestra tienda online y el <strong>SEO</strong>.</li>\n\n\n\n<li>Consejos de <strong>accesibilidad</strong> para mejorar el UX y para vender más.</li>\n\n\n\n<li>Conceptos para <strong>comunicarse mejor</strong> con el usuario.</li>\n\n\n\n<li>Trucos para <strong>diferenciar nuestro e-commerce</strong> de la competencia.</li>\n\n\n\n<li>Uso de las <strong>Redes Sociales</strong> para potenciar las ventas.</li>\n\n\n\n<li><strong>Automatizaciones</strong> de marketing.</li>\n\n\n\n<li>Y mucho más&#8230;</li>\n</ul>\n\n\n\n<p>Y sí, también se hablará de <strong>WooCommerce</strong>, de todas sus novedades y de cómo entenderlo como <strong>algo más que una tienda online</strong>.</p>\n\n\n\n<p><a href=\"https://grinon.wordcamp.org/2024/tickets/\" target=\"_blank\" rel=\"noreferrer noopener\">Comprar entrada de WCGriñón 2024</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">Receta E: Macarrones con tomate (y filete con patatas)</h2>\n\n\n\n<p>Ya sabéis de lo que estoy hablando&#8230; Sí, la <strong>WordCamp Griñón 2024 contará con ludoteca</strong> para que los más pequeñajos puedan disfrutar y estar entretenidos, mientras sus padres hacen exactamente lo mismo, pero con cosas de WordPress, networking y negocios (si es que en el fondo, estos adultos son como críos).</p>\n\n\n\n<p><a href=\"https://grinon.wordcamp.org/2024/tickets/\" target=\"_blank\" rel=\"noreferrer noopener\">Comprar entrada de WCGriñón 2024</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">Receta F: Disfrutar (¿por qué si no irías a una WordCamp?)</h2>\n\n\n\n<p>Y poco más por añadir. Si has anotado todas estas recetas, es más que seguro que pasarás un gran fin de semana en la <strong>WordCamp Griñón 2024</strong>, así que deja libre en el calendario los días <strong>23 y 24 de Noviembre</strong> para acudir al <strong>Centro Cultural de Griñón</strong> y degustar las delicias gastronómico-digitales de <strong>e-commerce y negocios</strong> que nos tendrá preparada esta gente tan profesional.</p>\n\n\n\n<p>Puede que, si te lo montas bien, hasta te lleves a casa un par de coliflores.</p>\n\n\n\n<p>Estoy seguro de que te hincharán el estómago, porque el hambre ya te la habrán quitado en la WordCamp.</p>\n\n\n\n<p>¡Nos vemos!</p>\n\n\n\n<p><a href=\"https://grinon.wordcamp.org/2024/tickets/\" target=\"_blank\" rel=\"noreferrer noopener\">Comprar entrada de WCGriñón 2024</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"https://es.wordpress.org/2024/11/18/wordcamp-grinon-2024-hambre-de-negocio-y-de-coliflores/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"667025\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:76:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WordCamp Sevilla 2024, un evento para contribuir con la comunidad\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:122:\"https://es.wordpress.org/2024/11/14/wordcamp-sevilla-2024-un-evento-wordpress-orientado-a-la-contribucion-de-la-comunidad/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:130:\"https://es.wordpress.org/2024/11/14/wordcamp-sevilla-2024-un-evento-wordpress-orientado-a-la-contribucion-de-la-comunidad/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Nov 2024 07:16:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:9:\"Comunidad\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://es.wordpress.org/?p=666691\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"Hay eventos en los que se mira, pero hay eventos en los que se hace\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Jorge\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:16944:\"\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"2048\" height=\"1366\" src=\"https://es.wordpress.org/files/2024/11/Foto-Familia-WordCamp-Sevilla-2024.jpg\" alt=\"Foto de asistentes a WordCamp Sevilla 2024\" class=\"wp-image-667006\" srcset=\"https://es.wordpress.org/files/2024/11/Foto-Familia-WordCamp-Sevilla-2024.jpg 2048w, https://es.wordpress.org/files/2024/11/Foto-Familia-WordCamp-Sevilla-2024-300x200.jpg 300w, https://es.wordpress.org/files/2024/11/Foto-Familia-WordCamp-Sevilla-2024-1024x683.jpg 1024w, https://es.wordpress.org/files/2024/11/Foto-Familia-WordCamp-Sevilla-2024-768x512.jpg 768w, https://es.wordpress.org/files/2024/11/Foto-Familia-WordCamp-Sevilla-2024-1536x1025.jpg 1536w\" sizes=\"auto, (max-width: 2048px) 100vw, 2048px\" /></figure>\n\n\n\n<p>El 9 y 10 de Noviembre se celebró WordCamp Sevilla 2024, , un evento que en esta ocasión se orientó a la comunidad y mesas de colaboración con WordPress.</p>\n\n\n\n<p>El evento comenzó con una breve explicación de qué era WordPress y la comunidad que hay detrás, ya que el <strong>55% de los asistentes tenían su primer contacto con un evento de WordPress</strong>, en su mayoría jóvenes estudiantes con muchas ganas de aprender.</p>\n\n\n\n<p>Se hizo énfasis en el código de conducta, para que todos los asistentes recordemos el motivo de por qué estamos aquí y todos disfrutáramos de la mejor manera el evento.</p>\n\n\n\n<p>Después los miembros de cada mesa explicaron brevemente  en qué consisten sus equipos, su misión y funcionamiento para que los asistentes tomaran nota de qué les interesaba más y dónde podían aportar.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Cómo conseguir trabajo con WordPress</h2>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"2048\" height=\"1366\" src=\"https://es.wordpress.org/files/2024/11/54130081615_aaa42c3acd_k.jpg\" alt=\"Ana Cirujado dando una charla\" class=\"wp-image-666994\" srcset=\"https://es.wordpress.org/files/2024/11/54130081615_aaa42c3acd_k.jpg 2048w, https://es.wordpress.org/files/2024/11/54130081615_aaa42c3acd_k-300x200.jpg 300w, https://es.wordpress.org/files/2024/11/54130081615_aaa42c3acd_k-1024x683.jpg 1024w, https://es.wordpress.org/files/2024/11/54130081615_aaa42c3acd_k-768x512.jpg 768w, https://es.wordpress.org/files/2024/11/54130081615_aaa42c3acd_k-1536x1025.jpg 1536w\" sizes=\"auto, (max-width: 2048px) 100vw, 2048px\" /><figcaption class=\"wp-element-caption\">Ana Cirujano en WordCamp Sevilla 2024</figcaption></figure>\n\n\n\n<p>En esta charla <a href=\"https://anacirujano.com/\">Ana Cirujano</a> compartió con todos su experiencia y todo lo que le había aportado personal y profesionamente formar parte de la comunidad WordPress.</p>\n\n\n\n<p>Qué habilidades se pueden adquirir, mejorar y demostrar participando en los equipos de Make WordPress y qué tipo de trabajos se pueden conseguir contribuyendo a cada equipo.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-incrustar-wordpress-tv wp-block-embed-incrustar-wordpress-tv wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe title=\"VideoPress Video Player\" aria-label=\'VideoPress Video Player\' width=\'500\' height=\'281\' src=\'https://video.wordpress.com/embed/xP4ltdpq?hd=1&amp;cover=1\' frameborder=\'0\' allowfullscreen allow=\'clipboard-write\'></iframe><script src=\'https://v0.wordpress.com/js/next/videopress-iframe.js?m=1725245713\'></script>\n</div></figure>\n\n\n\n<p>Tras una pausa para el café y networking se comenzaron a montar las distintas mesas de colaboración y el taller&#8230;</p>\n\n\n\n<h2 class=\"wp-block-heading\">Tu web con WordPess desde cero</h2>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"3200\" height=\"2497\" src=\"https://es.wordpress.org/files/2024/11/Maggie-Cabrera-scaled.jpg\" alt=\"Maggie Cabrera dando una charla en WordCamp Sevilla 2024\" class=\"wp-image-666997\" srcset=\"https://es.wordpress.org/files/2024/11/Maggie-Cabrera-scaled.jpg 3200w, https://es.wordpress.org/files/2024/11/Maggie-Cabrera-300x234.jpg 300w, https://es.wordpress.org/files/2024/11/Maggie-Cabrera-1024x799.jpg 1024w, https://es.wordpress.org/files/2024/11/Maggie-Cabrera-768x599.jpg 768w, https://es.wordpress.org/files/2024/11/Maggie-Cabrera-1536x1199.jpg 1536w, https://es.wordpress.org/files/2024/11/Maggie-Cabrera-2048x1598.jpg 2048w\" sizes=\"auto, (max-width: 3200px) 100vw, 3200px\" /></figure>\n\n\n\n<p>En esta ocasión fue <a href=\"https://profiles.wordpress.org/onemaggie/\">Margarita Cabrera</a> la encargada de explicar paso a paso y sin conocimientos previos cómo crear una web con WordPress, la expectación que creó el taller fue tal que hubo lleno absoluto en la sala, contestanto preguntas muy interesantes de nuevos usuarios de WordPress sobre creación de plantillas y edición de temas de WordPress.</p>\n\n\n\n<p>Se crearon las mesas de plugins, temas, diseño, traducción, WordPress TV, comunidad, marketing, soporte,photo directory. Los asistentes pudieron conocer el funcionamiento de cada uno de los equipos y los retos que se tienen en la actualidad. </p>\n\n\n\n<h2 class=\"wp-block-heading\">Mesas de colaboración</h2>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><a href=\"https://es.wordpress.org/files/2024/11/54130036820_2cab1dce63_k.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"577\" data-id=\"667002\" src=\"https://es.wordpress.org/files/2024/11/54130036820_2cab1dce63_k-1024x577.jpg\" alt=\"Asistentes trabjando en mesas de colaboración en WordCamp Sevilla 2024\" class=\"wp-image-667002\" srcset=\"https://es.wordpress.org/files/2024/11/54130036820_2cab1dce63_k-1024x577.jpg 1024w, https://es.wordpress.org/files/2024/11/54130036820_2cab1dce63_k-300x169.jpg 300w, https://es.wordpress.org/files/2024/11/54130036820_2cab1dce63_k-768x433.jpg 768w, https://es.wordpress.org/files/2024/11/54130036820_2cab1dce63_k-1536x865.jpg 1536w, https://es.wordpress.org/files/2024/11/54130036820_2cab1dce63_k.jpg 2047w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" /></a></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://es.wordpress.org/files/2024/11/54129928739_df73868512_k.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" data-id=\"667001\" src=\"https://es.wordpress.org/files/2024/11/54129928739_df73868512_k-1024x576.jpg\" alt=\"Asistentes trabjando en mesas de colaboración en WordCamp Sevilla 2024\" class=\"wp-image-667001\" srcset=\"https://es.wordpress.org/files/2024/11/54129928739_df73868512_k-1024x576.jpg 1024w, https://es.wordpress.org/files/2024/11/54129928739_df73868512_k-300x169.jpg 300w, https://es.wordpress.org/files/2024/11/54129928739_df73868512_k-768x432.jpg 768w, https://es.wordpress.org/files/2024/11/54129928739_df73868512_k-1536x864.jpg 1536w, https://es.wordpress.org/files/2024/11/54129928739_df73868512_k.jpg 2047w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" /></a></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://es.wordpress.org/files/2024/11/54129927659_890c629a32_k.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" data-id=\"667000\" src=\"https://es.wordpress.org/files/2024/11/54129927659_890c629a32_k-1024x576.jpg\" alt=\"Asistentes trabjando en mesas de colaboración en WordCamp Sevilla 2024\" class=\"wp-image-667000\" srcset=\"https://es.wordpress.org/files/2024/11/54129927659_890c629a32_k-1024x576.jpg 1024w, https://es.wordpress.org/files/2024/11/54129927659_890c629a32_k-300x169.jpg 300w, https://es.wordpress.org/files/2024/11/54129927659_890c629a32_k-768x432.jpg 768w, https://es.wordpress.org/files/2024/11/54129927659_890c629a32_k-1536x864.jpg 1536w, https://es.wordpress.org/files/2024/11/54129927659_890c629a32_k.jpg 2047w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" /></a></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://es.wordpress.org/files/2024/11/54129653596_8d3402cd53_k.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-id=\"666999\" src=\"https://es.wordpress.org/files/2024/11/54129653596_8d3402cd53_k-1024x683.jpg\" alt=\"Asistentes trabjando en mesas de colaboración en WordCamp Sevilla 2024\" class=\"wp-image-666999\" srcset=\"https://es.wordpress.org/files/2024/11/54129653596_8d3402cd53_k-1024x683.jpg 1024w, https://es.wordpress.org/files/2024/11/54129653596_8d3402cd53_k-300x200.jpg 300w, https://es.wordpress.org/files/2024/11/54129653596_8d3402cd53_k-768x512.jpg 768w, https://es.wordpress.org/files/2024/11/54129653596_8d3402cd53_k-1536x1024.jpg 1536w, https://es.wordpress.org/files/2024/11/54129653596_8d3402cd53_k.jpg 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" /></a></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://es.wordpress.org/files/2024/11/54128816762_829c6bf0a2_k.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-id=\"666998\" src=\"https://es.wordpress.org/files/2024/11/54128816762_829c6bf0a2_k-1024x683.jpg\" alt=\"Asistentes trabjando en mesas de colaboración en WordCamp Sevilla 2024\" class=\"wp-image-666998\" srcset=\"https://es.wordpress.org/files/2024/11/54128816762_829c6bf0a2_k-1024x683.jpg 1024w, https://es.wordpress.org/files/2024/11/54128816762_829c6bf0a2_k-300x200.jpg 300w, https://es.wordpress.org/files/2024/11/54128816762_829c6bf0a2_k-768x512.jpg 768w, https://es.wordpress.org/files/2024/11/54128816762_829c6bf0a2_k-1536x1024.jpg 1536w, https://es.wordpress.org/files/2024/11/54128816762_829c6bf0a2_k.jpg 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" /></a></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://es.wordpress.org/files/2024/11/54128765737_78ed4a4210_k.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-id=\"667003\" src=\"https://es.wordpress.org/files/2024/11/54128765737_78ed4a4210_k-1024x683.jpg\" alt=\"Mesa de plugins en WordCamp Sevilla 2024\" class=\"wp-image-667003\" srcset=\"https://es.wordpress.org/files/2024/11/54128765737_78ed4a4210_k-1024x683.jpg 1024w, https://es.wordpress.org/files/2024/11/54128765737_78ed4a4210_k-300x200.jpg 300w, https://es.wordpress.org/files/2024/11/54128765737_78ed4a4210_k-768x512.jpg 768w, https://es.wordpress.org/files/2024/11/54128765737_78ed4a4210_k-1536x1024.jpg 1536w, https://es.wordpress.org/files/2024/11/54128765737_78ed4a4210_k.jpg 2047w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" /></a></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://es.wordpress.org/files/2024/11/54128776737_b4b7c27527_k.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-id=\"667004\" src=\"https://es.wordpress.org/files/2024/11/54128776737_b4b7c27527_k-1024x683.jpg\" alt=\"Mesa de plugins en WordCamp Sevilla 2024\" class=\"wp-image-667004\" srcset=\"https://es.wordpress.org/files/2024/11/54128776737_b4b7c27527_k-1024x683.jpg 1024w, https://es.wordpress.org/files/2024/11/54128776737_b4b7c27527_k-300x200.jpg 300w, https://es.wordpress.org/files/2024/11/54128776737_b4b7c27527_k-768x512.jpg 768w, https://es.wordpress.org/files/2024/11/54128776737_b4b7c27527_k-1536x1024.jpg 1536w, https://es.wordpress.org/files/2024/11/54128776737_b4b7c27527_k.jpg 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" /></a></figure>\n</figure>\n\n\n\n<p>Las mesas funcionaron a lo largo de todo el día y el domingo por la mañana, con asistentes conociendo varias de ellas y entendiendo la filosofía y trabajo que hay detrás de la comunidad.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Mesa de expertos</h2>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"2048\" height=\"1365\" src=\"https://es.wordpress.org/files/2024/11/Mesa-Hosting.jpeg\" alt=\"Mesa Hosting WordCamp Sevilla 2024\" class=\"wp-image-667005\" srcset=\"https://es.wordpress.org/files/2024/11/Mesa-Hosting.jpeg 2048w, https://es.wordpress.org/files/2024/11/Mesa-Hosting-300x200.jpeg 300w, https://es.wordpress.org/files/2024/11/Mesa-Hosting-1024x683.jpeg 1024w, https://es.wordpress.org/files/2024/11/Mesa-Hosting-768x512.jpeg 768w, https://es.wordpress.org/files/2024/11/Mesa-Hosting-1536x1024.jpeg 1536w\" sizes=\"auto, (max-width: 2048px) 100vw, 2048px\" /></figure>\n\n\n\n<p>También tuvimos un encuentro donde expertos en WordPress y Hosting estuvieron contestando preguntas y consultas de los asistentes sobre funcionamiento, tecnología, proyectos, buenas prácticas y mucho más.</p>\n\n\n\n<p>Siempre da gusto escuchar y aprender de grandes profesionales que comparten su conocimiento de forma tan clara y cercana.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Networking, comida, fiesta&#8230;</h2>\n\n\n\n<p>De las cosas más valiosas que te llevas de una WordCamp aparte del conocimiento es la gente que conoces y las experiencias que vives. Gente con muchas ganas de aprender, con ganas de hacer cosas y de crecer en WordPress. </p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-2 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><a href=\"https://es.wordpress.org/files/2024/11/Networking-WordCamp-Sevilla.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"577\" data-id=\"667007\" src=\"https://es.wordpress.org/files/2024/11/Networking-WordCamp-Sevilla-1024x577.jpg\" alt=\"Personas charlando\" class=\"wp-image-667007\" srcset=\"https://es.wordpress.org/files/2024/11/Networking-WordCamp-Sevilla-1024x577.jpg 1024w, https://es.wordpress.org/files/2024/11/Networking-WordCamp-Sevilla-300x169.jpg 300w, https://es.wordpress.org/files/2024/11/Networking-WordCamp-Sevilla-768x433.jpg 768w, https://es.wordpress.org/files/2024/11/Networking-WordCamp-Sevilla-1536x865.jpg 1536w, https://es.wordpress.org/files/2024/11/Networking-WordCamp-Sevilla.jpg 2047w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" /></a></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://es.wordpress.org/files/2024/11/54128816537_98cae182e7_k.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-id=\"667008\" src=\"https://es.wordpress.org/files/2024/11/54128816537_98cae182e7_k-1024x683.jpg\" alt=\"Personas tomando café\" class=\"wp-image-667008\" srcset=\"https://es.wordpress.org/files/2024/11/54128816537_98cae182e7_k-1024x683.jpg 1024w, https://es.wordpress.org/files/2024/11/54128816537_98cae182e7_k-300x200.jpg 300w, https://es.wordpress.org/files/2024/11/54128816537_98cae182e7_k-768x512.jpg 768w, https://es.wordpress.org/files/2024/11/54128816537_98cae182e7_k-1536x1024.jpg 1536w, https://es.wordpress.org/files/2024/11/54128816537_98cae182e7_k.jpg 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" /></a></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://es.wordpress.org/files/2024/11/54129890538_301bd11966_k.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-id=\"667009\" src=\"https://es.wordpress.org/files/2024/11/54129890538_301bd11966_k-1024x683.jpg\" alt=\"Charla de personas\" class=\"wp-image-667009\" srcset=\"https://es.wordpress.org/files/2024/11/54129890538_301bd11966_k-1024x683.jpg 1024w, https://es.wordpress.org/files/2024/11/54129890538_301bd11966_k-300x200.jpg 300w, https://es.wordpress.org/files/2024/11/54129890538_301bd11966_k-768x512.jpg 768w, https://es.wordpress.org/files/2024/11/54129890538_301bd11966_k-1536x1024.jpg 1536w, https://es.wordpress.org/files/2024/11/54129890538_301bd11966_k.jpg 2047w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" /></a></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://es.wordpress.org/files/2024/11/Comida-scaled.jpeg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" data-id=\"667010\" src=\"https://es.wordpress.org/files/2024/11/Comida-1024x768.jpeg\" alt=\"Mesa con comida\" class=\"wp-image-667010\" srcset=\"https://es.wordpress.org/files/2024/11/Comida-1024x768.jpeg 1024w, https://es.wordpress.org/files/2024/11/Comida-300x225.jpeg 300w, https://es.wordpress.org/files/2024/11/Comida-768x576.jpeg 768w, https://es.wordpress.org/files/2024/11/Comida-1536x1152.jpeg 1536w, https://es.wordpress.org/files/2024/11/Comida-2048x1536.jpeg 2048w, https://es.wordpress.org/files/2024/11/Comida-440x330.jpeg 440w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" /></a></figure>\n</figure>\n\n\n\n<p>La comida riquísima, momento perfecto para hacer networking y disfrutando de una temperatura espectacular.</p>\n\n\n\n<p>Durante todo el evento hubo un ambiente fantástico y cercano, coronado con un fin de fiesta amenizado con una banda de rock.</p>\n\n\n\n<p>Agradecer como siempre a los voluntarios, organización, patrocinadores y asistentes el poder hacer realidad eventos como este.</p>\n\n\n\n<p>Cansados, pero ya pensando en el siguiente evento WordPress.</p>\n\n\n\n<p>Fotos de Nilo Vélez, Fede Padilla, Paco Marchante, Luis Molina, José Luis Colmena y Luis Rull. <a href=\"https://www.flickr.com/photos/wordpressphotos/albums/72177720321844678/\">Ver galería de fotos aquí</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"https://es.wordpress.org/2024/11/14/wordcamp-sevilla-2024-un-evento-wordpress-orientado-a-la-contribucion-de-la-comunidad/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"666691\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:76:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"WordPress 6.7 «Rollins»\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://es.wordpress.org/2024/11/13/wordpress-6-7-rollins/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://es.wordpress.org/2024/11/13/wordpress-6-7-rollins/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Nov 2024 08:40:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:15:\"Actualizaciones\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"6.7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://es.wordpress.org/?p=666696\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:352:\"Cada versión de WordPress rinde homenaje a un artista que ha dejado una huella indeleble en el mundo de la música. WordPress 6.7, cuyo nombre en clave es «Rollins», rinde homenaje al legendario saxofonista de jazz Sonny Rollins. Conocido como uno de los más grandes improvisadores y pioneros del jazz, Rollins ha influido en generaciones [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Fernando Tellado\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:27187:\"\n<figure class=\"wp-block-image size-large\"><a href=\"https://es.wordpress.org/files/2024/11/Release-Edition-Featured-Image.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"535\" src=\"https://es.wordpress.org/files/2024/11/Release-Edition-Featured-Image-1024x535.jpg\" alt=\"\" class=\"wp-image-666698\" srcset=\"https://es.wordpress.org/files/2024/11/Release-Edition-Featured-Image-1024x535.jpg 1024w, https://es.wordpress.org/files/2024/11/Release-Edition-Featured-Image-300x157.jpg 300w, https://es.wordpress.org/files/2024/11/Release-Edition-Featured-Image-768x401.jpg 768w, https://es.wordpress.org/files/2024/11/Release-Edition-Featured-Image-1536x803.jpg 1536w, https://es.wordpress.org/files/2024/11/Release-Edition-Featured-Image.jpg 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" /></a></figure>\n\n\n\n<p>Cada versión de WordPress rinde homenaje a un artista que ha dejado una huella indeleble en el mundo de la música. WordPress 6.7, cuyo nombre en clave es «Rollins», rinde homenaje al legendario saxofonista de jazz Sonny Rollins. </p>\n\n\n\n<p>Conocido como uno de los más grandes improvisadores y pioneros del jazz, Rollins ha influido en generaciones de músicos con su brillantez técnica, su espíritu innovador y su intrépido enfoque de la expresión musical.</p>\n\n\n\n<p>La obra de Sonny Rollins se caracteriza por su inigualable energía y profundidad emocional. Sus composiciones, como «St. Thomas», «Oleo» y «Airegin», son estándares atemporales del jazz, célebres por su complejidad rítmica e inventiva melódica. </p>\n\n\n\n<p>El estilo audaz y explorador de Rollins coincide con el compromiso de WordPress de animar a los creadores a superar los límites y explorar nuevas posibilidades de expresión digital.</p>\n\n\n\n<p>Adopta el espíritu de innovación y espontaneidad que define el sonido de Rollins mientras te sumerges en las nuevas funciones y mejoras de WordPress 6.7.</p>\n\n\n\n<h2 class=\"wp-block-heading\">¡Te damos la bienvenida a WordPress 6.7!</h2>\n\n\n\n<p>WordPress 6.7 estrena el moderno tema Twenty Twenty-Five, que ofrece la máxima flexibilidad de diseño para cualquier blog a cualquier escala. </p>\n\n\n\n<p>Controla la tipografía de tu sitio como nunca antes con las nuevas características de gestión de fuentes. </p>\n\n\n\n<p>La nueva función de alejar te permite diseñar tu sitio con una vista macro, alejándote de los detalles para dar vida a la imagen general.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://es.wordpress.org/latest-es_ES.zip\" rel=\"nofollow\">Descarga WordPress 6.7 «Rollins»</a></div>\n</div>\n\n\n\n<h3 class=\"wp-block-heading\">Presentamos Twenty Twenty-Five</h3>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https://es.wordpress.org/files/2024/11/feature-tt5-2.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"900\" height=\"900\" src=\"https://es.wordpress.org/files/2024/11/feature-tt5-2.jpg\" alt=\"\" class=\"wp-image-666699\" srcset=\"https://es.wordpress.org/files/2024/11/feature-tt5-2.jpg 900w, https://es.wordpress.org/files/2024/11/feature-tt5-2-300x300.jpg 300w, https://es.wordpress.org/files/2024/11/feature-tt5-2-150x150.jpg 150w, https://es.wordpress.org/files/2024/11/feature-tt5-2-768x768.jpg 768w\" sizes=\"auto, (max-width: 900px) 100vw, 900px\" /></a></figure>\n\n\n\n<h4 class=\"wp-block-heading\">Posibilidades infinitas sin complejidad</h4>\n\n\n\n<p>Twenty Twenty-Five ofrece un tema flexible y centrado en el diseño que te permite crear sitios asombrosos con facilidad. </p>\n\n\n\n<p>Adapta tu estética con una gran variedad de opciones de estilo, patrones de bloques y paletas de colores. </p>\n\n\n\n<p>Reducido a lo esencial, es un tema que realmente puede crecer contigo.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Obtén una visión global con el alejamiento</h3>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https://es.wordpress.org/files/2024/11/feature-zoom-2.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"900\" height=\"900\" src=\"https://es.wordpress.org/files/2024/11/feature-zoom-2.jpg\" alt=\"\" class=\"wp-image-666700\" srcset=\"https://es.wordpress.org/files/2024/11/feature-zoom-2.jpg 900w, https://es.wordpress.org/files/2024/11/feature-zoom-2-300x300.jpg 300w, https://es.wordpress.org/files/2024/11/feature-zoom-2-150x150.jpg 150w, https://es.wordpress.org/files/2024/11/feature-zoom-2-768x768.jpg 768w\" sizes=\"auto, (max-width: 900px) 100vw, 900px\" /></a></figure>\n\n\n\n<h4 class=\"wp-block-heading\">Explora tu contenido desde una nueva perspectiva</h4>\n\n\n\n<p>Edita y ordena secciones enteras de tu contenido como nunca antes. Una vista más amplia de tu sitio te permite añadir, editar, mezclar o eliminar patrones a tu gusto. </p>\n\n\n\n<p>Abraza al arquitecto que llevas dentro.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Conecta bloques y campos personalizados sin complicaciones (ni código)</h3>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https://es.wordpress.org/files/2024/11/feature-block-bindings-2.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"900\" height=\"900\" src=\"https://es.wordpress.org/files/2024/11/feature-block-bindings-2.jpg\" alt=\"\" class=\"wp-image-666701\" srcset=\"https://es.wordpress.org/files/2024/11/feature-block-bindings-2.jpg 900w, https://es.wordpress.org/files/2024/11/feature-block-bindings-2-300x300.jpg 300w, https://es.wordpress.org/files/2024/11/feature-block-bindings-2-150x150.jpg 150w, https://es.wordpress.org/files/2024/11/feature-block-bindings-2-768x768.jpg 768w\" sizes=\"auto, (max-width: 900px) 100vw, 900px\" /></a></figure>\n\n\n\n<h4 class=\"wp-block-heading\">Una forma ágil de crear contenidos dinámicos</h4>\n\n\n\n<p>Esta función introduce una nueva interfaz de usuario para conectar bloques a campos personalizados, poniendo el control del contenido dinámico directamente en el editor. </p>\n\n\n\n<p>Enlaza bloques con campos con solo unos clics, mejorando la flexibilidad y la eficacia a la hora de crear. Tus clientes te adorarán&#8230; si no lo hacen ya.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Saca al friki de las fuentes que llevas dentro</h3>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https://es.wordpress.org/files/2024/11/feature-font-presets-2.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"900\" height=\"900\" src=\"https://es.wordpress.org/files/2024/11/feature-font-presets-2.jpg\" alt=\"\" class=\"wp-image-666702\" srcset=\"https://es.wordpress.org/files/2024/11/feature-font-presets-2.jpg 900w, https://es.wordpress.org/files/2024/11/feature-font-presets-2-300x300.jpg 300w, https://es.wordpress.org/files/2024/11/feature-font-presets-2-150x150.jpg 150w, https://es.wordpress.org/files/2024/11/feature-font-presets-2-768x768.jpg 768w\" sizes=\"auto, (max-width: 900px) 100vw, 900px\" /></a></figure>\n\n\n\n<h4 class=\"wp-block-heading\">Nueva sección de estilo, nuevas posibilidades</h4>\n\n\n\n<p>Crea, edita, elimina y aplica preajustes de tamaño de fuente con la próxima incorporación a la interfaz de Estilos. </p>\n\n\n\n<p>Anula los valores predeterminados del tema o crea tu propio tamaño de fuente personalizado, con tipografía fluida para un escalado de fuentes adaptable. ¡Profundiza en los detalles!</p>\n\n\n\n<h3 class=\"wp-block-heading\">Rendimiento</h3>\n\n\n\n<p>WordPress 6.7 ofrece importantes actualizaciones de rendimiento, como una carga de patrones más rápida, vistas previas optimizadas en el componente de vistas de datos, compatibilidad mejorada con PHP 8+ y eliminación de código obsoleto, tamaños automáticos para imágenes cargadas de forma perezosa y un procesamiento de etiquetas más eficiente en la API HTML.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Accesibilidad</h3>\n\n\n\n<p>Más de 65 correcciones y mejoras de accesibilidad que se centran en aspectos fundamentales de la experiencia de WordPress, desde la mejora de los componentes de la interfaz de usuario y la navegación mediante teclado en el editor, hasta un encabezado accesible en las pantallas de inicio de sesión de WordPress y un etiquetado más claro en todo el sitio.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Y mucho más</h3>\n\n\n\n<p>Para obtener una visión general de todas las nuevas características y mejoras de WordPress 6.7, visita el sitio web de presentación de características.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://wordpress.org/download/releases/6-7/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Revisar las novedades</a></div>\n</div>\n\n\n\n<h3 class=\"wp-block-heading\">Aprende más sobre WordPress 6.7</h3>\n\n\n\n<p><a href=\"https://learn.wordpress.org/\" target=\"_blank\" rel=\"noreferrer noopener\">Aprende WordPress</a> es un recurso gratuito para usuarios nuevos y experimentados de WordPress. Está repleto de vídeos sobre cómo utilizar las distintas características de WordPress, <a href=\"https://learn.wordpress.org/online-workshops/\">eventos interactivos</a> para explorar temáticas en profundidad, y planes de lecciones para sumergirse en áreas específicas de WordPress.</p>\n\n\n\n<p>Lee las <a href=\"https://wordpress.org/documentation/wordpress-version/version-6.7\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">notas de la versión de WordPress 6.7</a> para obtener información sobre la instalación, las mejoras, los problemas corregidos, los colaboradores de la versión, los recursos de aprendizaje y la lista de cambios en los archivos.</p>\n\n\n\n<p>Explora la <a href=\"https://make.wordpress.org/core/wordpress-6-7-field-guide/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">guía de campo de WordPress 6.7</a>. Infórmate sobre los cambios en esta versión con notas detalladas para desarrolladores que te ayudarán a construir con WordPress.</p>\n\n\n\n<h2 class=\"wp-block-heading\">El equipo de la versión 6.7</h2>\n\n\n\n<p>Cada versión viene de la mano de un equipo de colaboradores entusiastas que ayudan a mantener el rumbo y la fluidez. </p>\n\n\n\n<p>El equipo que ha liderado la versión 6.7 es un grupo multidisciplinar de colaboradores siempre dispuestos a defender ideas, eliminar obstáculos y resolver problemas.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Responsable de lanzamiento: <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a></li>\n\n\n\n<li>Coordinador de lanzamiento: <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a></li>\n\n\n\n<li>Líderes técnicos principales: <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a> ,  <a href=\"https://profiles.wordpress.org/kirasong/\">Kira Schroder</a></li>\n\n\n\n<li>Editores técnicos: <a href=\"https://profiles.wordpress.org/get_dave/\">David Smith</a> ,  <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a> ,  <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a></li>\n\n\n\n<li>Líderes principales de triaje: <a href=\"https://profiles.wordpress.org/stoyangeorgiev/\">Stoyan Georgiev</a> , <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Kabir Chaion</a></li>\n\n\n\n<li>Editores principales: <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a> ,  <a href=\"https://wordpress.org/support/users/colorful-tones/\">Damon Cook</a></li>\n\n\n\n<li>Responsables de documentación: <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian Kägy</a> ,  <a href=\"https://profiles.wordpress.org/faguni22/\">Mumtahina Faguni</a></li>\n\n\n\n<li>Líder de pruebas: <a href=\"https://profiles.wordpress.org/ankit-k-gupta/\">Ankit K. Gupta</a></li>\n\n\n\n<li>Líder de diseño: <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a></li>\n\n\n\n<li>Líder de rendimiento:<a href=\"https://profiles.wordpress.org/adamsilverstein/\"></a><a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a></li>\n\n\n\n<li>Líder de diseño del tema por defecto:  <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li>\n\n\n\n<li>Líderes de desarrollo del tema por defecto:  <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a> ,  <a href=\"https://profiles.wordpress.org/juanfra/\">Juan Aldasoro</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">¡Gracias, colaboradores!</h2>\n\n\n\n<p>La misión de WordPress es <a href=\"https://wordpress.org/about/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">democratizar la publicación</a> y encarnar las <a href=\"https://opensource.org/osd-annotated\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">libertades que ofrece el código abierto</a> . Una comunidad global y diversa de personas que colaboran para fortalecer el software respalda este esfuerzo.</p>\n\n\n\n<p>WordPress 6.7 refleja el esfuerzo incansable y la pasión de más de 780 colaboradores en países de todo el mundo. ¡Esta versión también dio la bienvenida a más de 230 colaboradores nuevos!</p>\n\n\n\n<p>Su colaboración produjo más de 340 mejoras y correcciones, garantizando una versión estable para todos, un testimonio del potencial y la capacidad de la comunidad de código abierto de WordPress.</p>\n\n\n\n<p class=\"alignfull has-white-color has-blueberry-1-background-color has-text-color has-background has-link-color wp-elements-14705ba41dd0f2aca1230ddc1f3bd145\">!Benni · 75thtrombone · Aaron Jorbin · Aaron Robertshaw · Aaron Ware · aatanasov · Abha Thakor · abhi3315 · Abhishek Deshpande · Abir · acafourek · Adam Heckler · Adam Silverstein · Adam Wood · Adam Zieliński · Adarsh ​​Akshat · Adrian · aduth · ah72king · Ahmar Zaidi · Ahmed Kabir Chaion · Ahmed Saeed · Ajit Bohra · Akash Dhawade · Aki Hamano · Akira Tachibana · Akshat Kakkad · Al-Amin Firdows · Alan Fuller · Albert Juhé Lluveras · Alessandro Tesoro · Alessio · Alex Concha · Alex Lende · Alex Stine · alex27 · Alexander Frank · Alexandre Buffet · Alexandru Horeanu · alexcu21 · Ali Ali · aliaghdam · allilevine · Alvaro Gómez · Alvi Tazwar · Amin Charoliya · Amir Abbas · Amit Raj · ​​Amjad Ali · Anand Thakkar · Andrea Fercia · Andrea Roenning · Andrei Draganescu · Andrei Lupu · andreiglingeanu · Andrew Hayward · Andrew Ozz · Andrew Serong · Andrey “Rarst” Savchenko · André Maneiro · Andy Fragen · Angelika Reisiger · Aniket Patel · Ankit K Gupta · Ankit K. Gupta · Ankit Kumar Shah · Ankur Vishwakarma · Anne McCarthy · Anthony Burchell · Anthony Hortin · Antoine · Anton Vlasenko · Antonio Sejas· apmeyer · Ari Stathopoulos · Armando J. Perez Carreno · Armands · arnaudbroes · Art Smith · Artemio Morales · Arthur Chu · arypneta · asafm7 · Aslam Doctor · Autumn · Ayesh Karunaratne · Bård Bjerke Johannessen · Béryl de La Grandière · Balu B · Barry Ceelen · Bart Kalisz · Beatriz Fialho · Ben Dwyer · Benjamín Denis · Benjamín Zekavica · Benoit Chantre · Bernhard Kau · Bernhard Reiter · Bernhard Riedl · bernhard-reiter · berubenic · Bhavesh · bijit027 · Birgit Pauli-Haack · blindmikey · bobbyleenoblestudios · Bogdan Nikolic · Brad · brad hogan · Brad Jorsch · Brandon Kraft · Brent Jett · Brett Shumaker · Brian Alexander · Brian Coords · Brian Gardner · Brian Gosnell · Brian Henry · bridgetwes · brobken · Bruno Freiberger Garcia · Cambabutonono · Carlos Bravo · Carlos GP · Carolina Nymark · Carsten Bach · cbirdsong · Chirag Mathur · ChriCo · Chris Reynolds · Chris Trynkiewicz (Sukces Strony) · Christoph Daum · Christopher Finke · Christopher Kanitz · Christy Nyiri · Ciprian · codersantosh · Colin Stewart · Corey Worrell · Courtney Robertson · craynor · creativethemeshq · Cullen Whitmore · Cupido Chakma ·cweiske · Cyrille · da5f656f · Dademaru · daleharrison · Damon Cook · Damon Cook · Dani Guardiola · Daniel Richards · Daniele Scasciafratte · Danny · dannyreaktiv · darerodz · Dareth NHANG · Darren Ethier (nerrad) · Darshit Rajyaguru · daveagp · David · David Ballarin Prunera · David Baumwald · David Biňovec · David Bowman · David Brown · David Calhoun · David Godleman · David Henriet · David Herrera · David Levine · David Rozando · David Shanske · David Smith · ddewan · Dean Sas · DEBARGHYA BANERJEE · Deepak Rohilla · Deepak Vijayan · Dekadinious · Dennis Snell · Derek Smart · Deryck · designimply · Devansh Chaudhary · devspace · Dhananjay Kuber · Dharmesh Patel · Dhrumil Kumbhani · Dhruval Shah · Dhruvang21 · Dilip Bheda · Dilip Modhavadiya · Dion Hulse · Divi Banks · dj.cowan · djennez · Doni Kuntoro · Dor Zuberi · Drew Jaynes · Drivingralle · drzraf · Earle Davies · eballeste · eclev91 · Ed Beck · ejnwebmaster · elfu98 · Elio Rivero · Ella van Durpe · Elliott Richmond · Emmanue ATSÉ · Emmanuel Hesry · emmanuel78 · Enrico Battocchi · Enrique Sánchez · Eric Dye· Erik · erikiva · erikyo · Evan Herman · Evan Mullins · Fabian Kägy · Fabio Rubioglio · FahimMurshed · Faisal Ahammad · Faisal Alvi · Faizan Nabi · Farhan Ahmed · Fayyaz · Felix Arntz · Felix Renicks · Fernando Jorge Mota (a11n) · Firoz Sabaliya · Francisco · Fransisca H · obra completa · Gale Wallace · gansbrest · Gareth Elwell · Garrett Hyder · Gary Pendergast · Gaurav Tiwari · gauravsingh7 · Georg · George Mamadashvili · Gerardo Pacheco · Germán Freixinós · gmariani405 · GraemeF · Grant M. Kinney · greentreefrog · GreenWorld · Greg Ziółkowski · Guido Scialfa · Gyurmey · Héctor Prieto · Halil ESEN · hanneslismo · Hans Gerd Gerhards · Hardip Parmar · Hareesh S · Harper Holsinger · Harsh Gajipara · hardvaishnav · Haz · hectorjarquin · hedgefield · Helen Hou-Sandi · Henrique Iamarino · Himanshu Pathak · hirschferkel · Hit Bhalodia · Hossein · htmgarcia · huubl · Huzaifa Al Mesbah · Ibrahim · Ibrahim Riaz · Imran Hossain (a11n) · Isabel Brison · Soluciones de TI · itapress · Ivan Ottinger · Jack Stevens · Jacob Cassidy · Jacob Smith · jagirbahesh · Jainil Shah · Jakob Trost ·James Koster · James Osborne · James Rosado · James Wesley Goedert · Jan Pfeil · janak Kaneriya · Jarda Snajdr · jarekmorawski · Jarko Piironen · Jason Bahl · Jason LeMahieu (MadtownLems) · javad2000 · Javier Arce · Jawad Malik · Jay · Jayadevan k · jbrya029 · JD Ahir · Jean-Baptiste Audras · Jeff Chi · Jeff Ong · Jeffrey de Wit · Jeffrey Paul · Jenil Kanani · Jennifer Farhat · Jenny Dupuy · Jeremy Felt · Jeremy Herve · Jerry Jones · Jesko Bendmann · Jessica Lyschik · jetaldobariya1 · Jigar Panchal · jimmyh61 · Joe Dolson · Joe Hoyle · Joe McGill · Joen Asmussen · John Blackbourn · John Espiritu · John Godley · John James Jacoby · John Regan · JohnRDOrazio · Jon Surrell · Jonas · Jonathan Bossenger · Jonathan Desrosiers · Jonny Harris · Jonny Waters · jordesign · Jorge Costa · Jos Klever · Jose Varghese · Josepha · Joshua Goode · Jossnaz · Juan Aldasoro · JuanMa Garrido · julianoe · Julie Moynat · Juliette Reinders Folmer · Juned Sabaliya · Justin Tadlock · K. Adam White · Kaavya Iyer (woo-hc) · Kadim Gültekin · KafleG · Kai Hao · Kajal Gohel · Kamal Hosen · Kamran Hussen · Karan Gupta· Karol Manijak · Karthik Thayyil · Kartik Mehta · Kartik Suthar · kbrownkd (a11n) · Keffr3n · Kel Santiago-Pilarski · Kellen Mace · Kelly Choyce-Dwan · keoshi · Kevin Behrens · Kevin Taron · kevinswalsh · Khokan Sardar · Kira Schroder · Kishan Jasani · kisquian · Kjell Reigstad · kkmuffme · Knut Sparhell · Kowsar Hossain · kracked888 · Krishna Neupane · kristastevens · Krupa Nanda · Krupal Panchal · Kunal Madhak · Kunjan Gohel · Kurt Payne · Kushang Tailor · Lae · Lara Schenck · lastsplash (a11n) · Laura Byrne · laurelfulford · Lauren · Lawrence Joe · leemon · Lena Morita · Liam Gladdy · lifelightweb · Linkon Miyan · Linnea Huxford · liviopv · Louis Wolmarans · Lourens · Love Soni · Lucas · Luigi Teschio · Luis Felipe Zaguini · luisherranz · lukasbesch · Luke Carbis · Madhu Dollu · madpeter · Maggie Cabrera · Mahmudul Haque Nadim · Mai · Makarand G. Mane · manbo · Manesh Timilsina · Manuel Schmalstieg · Manzoor Wani (a11n) · María Anguas · Marc · Marc Armengou · Marcel Tannich · Marcelo de Moraes Serpa · Marcin Pietrzak · Marco Ciampini · Marco Pereirinha · marcwieland95 ·Marek Železný · margolisj · Maria Yohana · Marie · Marin Atanasov · Mario Santos · Marius LJ · mariushosting · Mark Howells-Mead · Mark Parnell · Mark-k · Martijn van der Klis · martin.krcho · marybaum · mat_ · Matias Benedetto · Matias Ventura · Matt Mullenweg · Matt Robinson · Matt Sherman · Matteo Enna · Matthew Boynes · Matthew Riley MacPherson · Matthias Kittsteiner · mattraines · maurodf · Mayank Tripathi · Mayur Prajapati · mcrisp1972 · Md Abul Bashar · Md Hossain Shohel · Md. Istiaq Hossain · mdviralsampat · megane9988 · Mehedi Hassan · Mehul Kaklotar · Mel Choyce-Dwan · meteorlxy · Micha Krapp · Michael Beckwith · Michael Bourne · Michael James Ilett · michaelpick · michaelwp85 · Michal Czaplinski · Michelle Bulloch · Miguel Axcar · Miguel Fonseca · Miguel Lezama · Mikael Korpela · Mike McAlister · Mike Ritter · mikeb8s · Mikey Binns · milamj · Milana Cap · Mitchell Austin · mklusak · mlathem · mlf20 · Mobarak Ali · Mohit Dadhich · Morgan Estes · Mosne / Paolo Tesei · mossy2100 · mreishus · Muhibul Haque · mujuonly · Mukesh Panchal · Mumtahina Faguni · Nadir Seghir a11n · Naeem Haque ·Nagesh Pai · Narendra Sishodiya · Naresh Bheda · Nate Finch · Nate Gay · Nazmul Hasan Robin · Nebojša Jurčić · nek285 · nendeb · neo2k23 · neotropo · Nicholas Garofalo · Nick Bohle · Nick Diego · Nick Halsey · Nick the Geek · Nicole Furlan · nidhidhandhukiya · Nihar Ranjan Das · Nik Tsekouras · Nikita Solanki · Niraj Giri · Nirav Sherasiya · Nithin John · Nithin SreeRaj · ​​Noah Allen · Noruzzaman · nurielmeni · obliviousharmony · Olaf Lederer · Olga Gleckler · Oliver Campion · Olivier Lafleur · Omar Alshaker · Oscar Hugo Paz · p15h · Paal Joachim Romdahl · Pablo Hernández · Pablo Honey · Pamela Ribeiro · pander · Paolo L. Scala · Iniciativa Paragon Empresas · Parin Panjari · Parth vataliya · Pascal Birchler · Pat O&#8217;Brien · Patricia BT · Patrick Lumumba · Paul Bearne · Paul Biron · Paul Kevan · Paul Schreiber · Paul Wilde · paulcline · Paulo Trentin · Pavan Patil · pcarvalho · Pedro Mendonça · perryrylance · Peter Rubin · Peter Wilson · petitphp · pevogam · Phi Phan · Phil Johnston · Philipp Bammes · philwebs · Pieterjan Deneys · Piotrek Boniu · Pitam Dey · Plamen Georgiev · Pooja N Muchandikar· pooja9712 · porg · ppolo99 · Praful Patel · Pranit Dugad · Pratik Kumar · Presskopp · Prettyboymp · prionkor · pwtyler · Rachel Baker · Rachel Winspear · Rafael Fischmann · Rafael Gallani · Rafiqul Islam · Rahmat Gumilar · rahulharpal · Raj Patel · Rajin Sharwar · rajkumar shashwata halder · Ramon Ahnert · Ramon Corrales · ramon fincken · Ramon James · Ramswarup Rathod · Raul Martinez · rcneil · realthemes · Rejaul Alom Khan · Renatho (a11n) · reputeinfosystems · retrofox · Riad Benguella · Rich Tabor · Rick Hellewell · Riddhi Patel · Rishi Mehta · Rishi Shah · Rishit Gupta · rithik56 · Robert Anderson · Robert Biswas · Robert Ghetau · rocket.works – Dominik Friedrich · Rodel Calasagsag a11n · Rodrigo · Rodrigo Primo · Rohan Jha · rohitmathur7 · Rostislav Wolný · Roy Tanck · roygbyte · royho · rpf5573 · rslee · Ruchir Goswami · Rufaro Madamombe · Ryan Boren · Ryan Leeson · Ryan Urban · Ryan Welcher · SP Pramodh · Sébastien SERRE · Sérgio Gomes · Sören Wünsch · sadmansh · Saeed Piri · Sagar Tamang · sahiladit · Sainath Poojary · Sakib Mohammed · Sam Toohey · samiamnot· Sampat Viral · Samuel Sidler · Samuel Silva · Sanne van der Meulen · Sarah Norris · sarahricker · Sarthak Nagoshe · Sathiya Venkatesan · Satish Prajapati · Saul Fougnier · Saulius Vikerta · Saxon Fletcher · Sayedul Sayem · scholdstrom · Scott Buscemi · Scott Kingsley Clark · Scott Reilly · Scott Taylor · scottculverhouse · seanavers · Seif Radwane · Sergey · Sergey Biryukov · Serhiy Zakharchenko · Seth Rubenstein · Shail Mehta · Shalin Shah · Sharon Austin · sheulyshila · Shoe · Showrav Hasan · Shreya Agarwal · Silas Köhler · Siliconforks · Simone Maranzana · Siobhan · smerriman · Sneha Patil · Sophie – a11n · Souptik Datta · Sourabh Jain · Sourav Pahwa · staurand · Stefano Minoia · stein2nd · Stephen Bernhardt · Steven Lin · Steven Thompson · Stoyan Georgiev · styleshit · Sudip Dadhaniya · Sumit Bagthariya · Sumit Singh · Sunil Prajapati · Sunny · supercloro · Sybre Waaijer · Syeda Fahima Jannath · Takahashi Fumiki · Takashi Irie · Tammie Lister · Tanbir Ahmod · Tanvirul Haque · Tapan Kumer Das · Taylor Gorman · tdrayson · thejaydip · thelmachido a11n · them.es · Thomas Kräftner · Thrijith Thankachan ·Timi Wahalahti · Timothy Jacobs · Tirth Doshi · tmanoilov · tostadorcookie · TobiasBg · tobifjellner (Tor-Bjorn “Tobi” Fjellner) · Tom Cafferkey · Tom de Visser · Tom J Nowell · tomhine · tomllobet · Tonya Mork · Toro_Unit (Hiroshi Urabe) · Torsten Landsiedel · tropicalista · Troy Chaplin · Trupti Kanzariya · tunetheweb · twstokes · Ugyen Dorji · Umesh Gupta · Umesh Singh · up1512001 · Uttam Kumar Dash · valer1e · vertisoft · Vicente Canales · Vijaysinh Zala · Viktor Szépe · Vinit · Vipul Ghori · Vipul Gupta · vipulpatil · Vraja Das · vrishabhsk · wbdv · Diseño WebMan | Oliver Juhas · webwurm · wesrapyd · Weston Ruter · Will Skora · William Alexander · williampatton · wongjn · WPeople · wpsoul · wzieba · xipasduarte · Yani · Yann · Yannis Guyon · Yogesh Bhutkar · ytfeLdrawkcaB · Yui · Yukinobu Asakawa · Yuvrajsinh Sisodiya · Zack Krida · zeelthakkar · zitaruksergij · Zunaid Amin</p>\n\n\n\n<p>Más de <a href=\"https://translate.wordpress.org/stats/\">40 equipos locales han traducido completamente</a> WordPress 6.7 a su idioma, lo que convierte a esta versión en una de las más traducidas desde el primer día. </p>\n\n\n\n<p>Los traductores de la comunidad están trabajando arduamente para garantizar que haya más traducciones en marcha. </p>\n\n\n\n<p>Gracias a todos los que ayudan a que WordPress esté disponible en 200 idiomas.</p>\n\n\n\n<p>Por último, pero no menos importante, gracias a los voluntarios que contribuyen en los <a href=\"https://es.wordpress.org/support/\">foros de soporte</a> respondiendo preguntas de los usuarios de WordPress de todo el mundo.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Involúcrate</h2>\n\n\n\n<p>La participacion en WordPress va más allá de programar, y aprender más e involucrarte es sencillo.</p>\n\n\n\n<p>Conoce a los equipos que se reúnen para <a href=\"https://make.wordpress.org/\" target=\"_blank\" rel=\"noreferrer noopener\">hacer WordPress</a> y utiliza <a href=\"https://make.wordpress.org/contribute/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">esta herramienta interactiva</a> para que te ayude a decidir cuál es el adecuado para ti.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://es.wordpress.org/2024/11/13/wordpress-6-7-rollins/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"666696\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:30:\"https://es.wordpress.org/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n	hourly	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n	1	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"13096054\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:11:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 30 Jan 2025 12:47:57 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:4:\"vary\";s:37:\"Accept-Encoding, accept, content-type\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Thu, 30 Jan 2025 00:09:52 GMT\";s:4:\"link\";s:61:\"<https://es.wordpress.org/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:2:\"br\";s:7:\"alt-svc\";s:19:\"h3=\":443\"; ma=86400\";s:4:\"x-nc\";s:9:\"HIT ord 2\";}}s:5:\"build\";s:14:\"20211221050300\";}', 'off');
INSERT INTO `wpht_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1010, '_site_transient_timeout_community-events-ab6c917551d1fc80ca82f1201553cebb', '1732682109', 'off'),
(1011, '_site_transient_community-events-ab6c917551d1fc80ca82f1201553cebb', 'a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"189.28.81.0\";}s:6:\"events\";a:0:{}}', 'off'),
(1828, '_site_transient_timeout_php_check_617fc4d260191bf0de418d0d961f5a43', '1738331609', 'off'),
(1829, '_site_transient_php_check_617fc4d260191bf0de418d0d961f5a43', 'a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"7.2.24\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}', 'off'),
(1058, '_transient_timeout_kb_upgrade_notice_3.0.9', '1733365048', 'off'),
(1059, '_transient_kb_upgrade_notice_3.0.9', '', 'off'),
(2045, '_transient_timeout_elementor_remote_info_api_data_3.24.5', '1738330399', 'off'),
(2046, '_transient_elementor_remote_info_api_data_3.24.5', 'a:4:{s:9:\"timestamp\";s:10:\"1738284076\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:82:{i:0;a:4:{s:4:\"name\";s:6:\"search\";s:5:\"title\";s:6:\"Search\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:3;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-2\";s:5:\"title\";s:7:\"Classic\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:4;a:4:{s:4:\"name\";s:9:\"mega-menu\";s:5:\"title\";s:4:\"Menu\";s:4:\"icon\";s:15:\"eicon-mega-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:5;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-3\";s:5:\"title\";s:8:\"Showcase\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:6;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-4\";s:5:\"title\";s:5:\"Links\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:8;a:4:{s:4:\"name\";s:9:\"loop-grid\";s:5:\"title\";s:9:\"Loop Grid\";s:4:\"icon\";s:18:\"eicon-loop-builder\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:9;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-5\";s:5:\"title\";s:8:\"Services\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:10;a:4:{s:4:\"name\";s:13:\"loop-carousel\";s:5:\"title\";s:13:\"Loop Carousel\";s:4:\"icon\";s:19:\"eicon-carousel-loop\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:11;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-6\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:12;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-7\";s:5:\"title\";s:13:\"Business Card\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:14;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:16;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:19;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:20;a:4:{s:4:\"name\";s:15:\"nested-carousel\";s:5:\"title\";s:8:\"Carousel\";s:4:\"icon\";s:21:\"eicon-nested-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:21;a:4:{s:4:\"name\";s:10:\"off-canvas\";s:5:\"title\";s:10:\"Off-Canvas\";s:4:\"icon\";s:16:\"eicon-off-canvas\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:22;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:23;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:24;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:25;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:26;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:27;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:28;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:29;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:30;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:31;a:4:{s:4:\"name\";s:13:\"stripe-button\";s:5:\"title\";s:13:\"Stripe Button\";s:4:\"icon\";s:19:\"eicon-stripe-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:32;a:4:{s:4:\"name\";s:16:\"progress-tracker\";s:5:\"title\";s:16:\"Progress Tracker\";s:4:\"icon\";s:22:\"eicon-progress-tracker\";s:10:\"categories\";s:40:\"[\"pro-elements\",\"theme-elements-single\"]\";}i:33;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:34;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:35;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:36;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:37;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:38;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:39;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:40;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:41;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:42;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:43;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:44;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:45;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:46;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:47;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:48;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:49;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:50;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:51;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:52;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:53;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:54;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:55;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:56;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:57;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:58;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:59;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:60;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:61;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:62;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:63;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:64;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:65;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:66;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:67;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:68;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:69;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:70;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:71;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:72;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:73;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:74;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:75;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:76;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:77;a:4:{s:4:\"name\";s:25:\"woocommerce-checkout-page\";s:5:\"title\";s:8:\"Checkout\";s:4:\"icon\";s:14:\"eicon-checkout\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:78;a:4:{s:4:\"name\";s:16:\"woocommerce-cart\";s:5:\"title\";s:4:\"Cart\";s:4:\"icon\";s:14:\"eicon-woo-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:79;a:4:{s:4:\"name\";s:22:\"woocommerce-my-account\";s:5:\"title\";s:10:\"My Account\";s:4:\"icon\";s:16:\"eicon-my-account\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:80;a:4:{s:4:\"name\";s:28:\"woocommerce-purchase-summary\";s:5:\"title\";s:16:\"Purchase Summary\";s:4:\"icon\";s:22:\"eicon-purchase-summary\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:81;a:4:{s:4:\"name\";s:19:\"woocommerce-notices\";s:5:\"title\";s:19:\"WooCommerce Notices\";s:4:\"icon\";s:25:\"eicon-woocommerce-notices\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.7.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}', 'off'),
(151, 'can_compress_scripts', '1', 'on'),
(158, 'current_theme', 'Kadence', 'auto'),
(160, 'theme_switched', '', 'auto'),
(183, 'elementor_remote_info_feed_data', 'a:3:{i:0;a:5:{s:5:\"title\";s:101:\"Introducing Elementor 3.27: Flexible Grids, Better Security, Enhanced Accessibility & More Creativity\";s:7:\"excerpt\";s:409:\"Elementor 3.27 is packed with features designed to give you more control, boost your site’s performance, enhance accessibility, and take your creativity to new heights. This version is all about solving real challenges—whether it’s designing intricate Grid layouts, embedding modern video formats, or adding effortless animations, Elementor 3.27 makes your workflow smoother and your websites smarter.\r\n\";s:7:\"created\";i:1738142681;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:155:\"https://elementor.com/blog/elementor-327-grid-layouts-local-google-fonts-ai-motion/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:62:\"Introducing Hello Biz: A New Beginner Friendly WordPress Theme\";s:7:\"excerpt\";s:226:\"The first in a new collection of beginner-friendly Hello Themes, Hello Biz aims to make building Professional websites easier. Designed to streamline website creation, by helping you build a polished, high-performance website.\";s:7:\"created\";i:1736335773;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:121:\"https://elementor.com/blog/introducing-hello-biz/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:65:\"Introducing Elementor 3.26: Dynamic Design & Enhanced Performance\";s:7:\"excerpt\";s:192:\"Boost your site’s speed and performance with optimized CSS and a cleaner DOM, create dynamic content with an Off-Canvas modal from Loop Grids, and leverage the new AdBlock detection trigger.\";s:7:\"created\";i:1736174778;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:146:\"https://elementor.com/blog/elementor-326-off-canvas-loop-grid-performance/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}', 'off'),
(218, 'kadence_global_palette', '{\"palette\":[{\"color\":\"#0386d7\",\"slug\":\"palette1\",\"name\":\"Palette Color 1\"},{\"color\":\"#0386d7\",\"slug\":\"palette2\",\"name\":\"Palette Color 2\"},{\"color\":\"#1c0d5a\",\"slug\":\"palette3\",\"name\":\"Palette Color 3\"},{\"color\":\"#1c0d5a\",\"slug\":\"palette4\",\"name\":\"Palette Color 4\"},{\"color\":\"#57575D\",\"slug\":\"palette5\",\"name\":\"Palette Color 5\"},{\"color\":\"#636363\",\"slug\":\"palette6\",\"name\":\"Palette Color 6\"},{\"color\":\"#E1EBEE\",\"slug\":\"palette7\",\"name\":\"Palette Color 7\"},{\"color\":\"#EFF7FB\",\"slug\":\"palette8\",\"name\":\"Palette Color 8\"},{\"color\":\"#ffffff\",\"slug\":\"palette9\",\"name\":\"Palette Color 9\"}],\"second-palette\":[{\"color\":\"#3182CE\",\"slug\":\"palette1\",\"name\":\"Palette Color 1\"},{\"color\":\"#2B6CB0\",\"slug\":\"palette2\",\"name\":\"Palette Color 2\"},{\"color\":\"#1A202C\",\"slug\":\"palette3\",\"name\":\"Palette Color 3\"},{\"color\":\"#2D3748\",\"slug\":\"palette4\",\"name\":\"Palette Color 4\"},{\"color\":\"#4A5568\",\"slug\":\"palette5\",\"name\":\"Palette Color 5\"},{\"color\":\"#718096\",\"slug\":\"palette6\",\"name\":\"Palette Color 6\"},{\"color\":\"#EDF2F7\",\"slug\":\"palette7\",\"name\":\"Palette Color 7\"},{\"color\":\"#F7FAFC\",\"slug\":\"palette8\",\"name\":\"Palette Color 8\"},{\"color\":\"#ffffff\",\"slug\":\"palette9\",\"name\":\"Palette Color 9\"}],\"third-palette\":[{\"color\":\"#3182CE\",\"slug\":\"palette1\",\"name\":\"Palette Color 1\"},{\"color\":\"#2B6CB0\",\"slug\":\"palette2\",\"name\":\"Palette Color 2\"},{\"color\":\"#1A202C\",\"slug\":\"palette3\",\"name\":\"Palette Color 3\"},{\"color\":\"#2D3748\",\"slug\":\"palette4\",\"name\":\"Palette Color 4\"},{\"color\":\"#4A5568\",\"slug\":\"palette5\",\"name\":\"Palette Color 5\"},{\"color\":\"#718096\",\"slug\":\"palette6\",\"name\":\"Palette Color 6\"},{\"color\":\"#EDF2F7\",\"slug\":\"palette7\",\"name\":\"Palette Color 7\"},{\"color\":\"#F7FAFC\",\"slug\":\"palette8\",\"name\":\"Palette Color 8\"},{\"color\":\"#ffffff\",\"slug\":\"palette9\",\"name\":\"Palette Color 9\"}],\"active\":\"palette\"}', 'on'),
(187, 'kadence_starter_plugin_notice', '1', 'off'),
(210, 'stellarwp_telemetry_kadence-blocks_show_optin', '1', 'auto'),
(211, 'kadenceblocks_data_settings', 'a:4:{s:10:\"db_version\";i:0;s:15:\"version_history\";a:1:{i:0;s:3:\"new\";}s:13:\"prior_version\";s:3:\"new\";s:15:\"current_version\";s:5:\"3.3.1\";}', 'auto'),
(212, 'action_scheduler_lock_async-request-runner', '1738337673', 'auto'),
(213, 'elementor_disable_color_schemes', 'yes', 'auto'),
(214, 'elementor_disable_typography_schemes', 'yes', 'auto'),
(195, 'action_scheduler_hybrid_store_demarkation', '7', 'auto'),
(189, '_transient_timeout_stellarwp_auth_url_kadence_starter_templates', '1728346508', 'off'),
(190, '_transient_stellarwp_auth_url_kadence_starter_templates', 'https://www.kadencewp.com/account-auth/', 'off'),
(191, '_transient_timeout_kadence_starter_templates_uplink_nonce', '1728262208', 'off'),
(192, '_transient_kadence_starter_templates_uplink_nonce', '67ieXqqJCNYM1AmW', 'off'),
(193, 'kadence_starter_templates_config', '{\"starterType\":\"elementor\",\"aiStatus\":\"\"}', 'auto'),
(194, '_kadence_starter_templates_last_import_data', 'a:23:{s:4:\"slug\";s:3:\"e10\";s:4:\"name\";s:8:\"Law Firm\";s:10:\"categories\";a:0:{}s:3:\"pro\";b:0;s:6:\"member\";b:0;s:7:\"content\";s:83:\"https://api.startertemplatecloud.com/wp-content/uploads/2021/03/e10_all_content.xml\";s:11:\"widget_data\";s:79:\"https://api.startertemplatecloud.com/wp-content/uploads/2021/03/e10_widget.json\";s:9:\"form_data\";s:77:\"https://api.startertemplatecloud.com/wp-content/uploads/2021/03/e10_form.json\";s:14:\"give_form_data\";s:0:\"\";s:18:\"give_donation_data\";s:0:\"\";s:13:\"theme_options\";s:86:\"https://api.startertemplatecloud.com/wp-content/uploads/2021/03/e10_theme_options.json\";s:13:\"depicter_data\";s:0:\"\";s:7:\"plugins\";a:3:{i:0;s:14:\"kadence-blocks\";i:1;s:10:\"fluentform\";i:2;s:9:\"elementor\";}s:3:\"url\";s:37:\"https://startertemplatecloud.com/e10/\";s:5:\"image\";s:89:\"https://api.startertemplatecloud.com/wp-content/uploads/2021/03/e10_preview-image-min.jpg\";s:13:\"content_width\";s:5:\"large\";s:4:\"type\";s:9:\"elementor\";s:9:\"ecommerce\";b:0;s:8:\"homepage\";s:4:\"Home\";s:8:\"blogpage\";s:4:\"Blog\";s:8:\"keywords\";a:4:{i:0;s:9:\"business\r\";i:1;s:4:\"law\r\";i:2;s:5:\"firm\r\";i:3;s:0:\"\";}s:5:\"pages\";a:6:{s:4:\"home\";a:8:{s:2:\"id\";s:4:\"home\";s:5:\"title\";s:4:\"Home\";s:3:\"url\";s:37:\"https://startertemplatecloud.com/e10/\";s:5:\"image\";s:84:\"https://api.startertemplatecloud.com/wp-content/uploads/2021/03/e10_law_home-min.jpg\";s:9:\"thumbnail\";s:93:\"https://api.startertemplatecloud.com/wp-content/uploads/2021/03/e10_law_home-min-800x4458.jpg\";s:14:\"crop_thumbnail\";s:93:\"https://api.startertemplatecloud.com/wp-content/uploads/2021/03/e10_law_home-min-800x1008.jpg\";s:7:\"content\";s:76:\"https://api.startertemplatecloud.com/wp-content/uploads/2021/03/e10_home.xml\";s:4:\"meta\";s:7:\"inherit\";}s:5:\"about\";a:8:{s:2:\"id\";s:5:\"about\";s:5:\"title\";s:5:\"About\";s:3:\"url\";s:43:\"https://startertemplatecloud.com/e10/about/\";s:5:\"image\";s:85:\"https://api.startertemplatecloud.com/wp-content/uploads/2021/03/e10_law_about-min.jpg\";s:9:\"thumbnail\";s:94:\"https://api.startertemplatecloud.com/wp-content/uploads/2021/03/e10_law_about-min-800x2873.jpg\";s:14:\"crop_thumbnail\";s:94:\"https://api.startertemplatecloud.com/wp-content/uploads/2021/03/e10_law_about-min-800x1008.jpg\";s:7:\"content\";s:77:\"https://api.startertemplatecloud.com/wp-content/uploads/2021/03/e10_about.xml\";s:4:\"meta\";s:7:\"inherit\";}s:8:\"practice\";a:8:{s:2:\"id\";s:8:\"practice\";s:5:\"title\";s:14:\"Practice Areas\";s:3:\"url\";s:52:\"https://startertemplatecloud.com/e10/practice-areas/\";s:5:\"image\";s:94:\"https://api.startertemplatecloud.com/wp-content/uploads/2021/03/e10_law_practice_areas-min.jpg\";s:9:\"thumbnail\";s:103:\"https://api.startertemplatecloud.com/wp-content/uploads/2021/03/e10_law_practice_areas-min-800x2319.jpg\";s:14:\"crop_thumbnail\";s:103:\"https://api.startertemplatecloud.com/wp-content/uploads/2021/03/e10_law_practice_areas-min-800x1008.jpg\";s:7:\"content\";s:80:\"https://api.startertemplatecloud.com/wp-content/uploads/2021/03/e10_practice.xml\";s:4:\"meta\";s:7:\"inherit\";}s:9:\"attorneys\";a:8:{s:2:\"id\";s:9:\"attorneys\";s:5:\"title\";s:9:\"Attorneys\";s:3:\"url\";s:47:\"https://startertemplatecloud.com/e10/attorneys/\";s:5:\"image\";s:89:\"https://api.startertemplatecloud.com/wp-content/uploads/2021/03/e10_law_attorneys-min.jpg\";s:9:\"thumbnail\";s:98:\"https://api.startertemplatecloud.com/wp-content/uploads/2021/03/e10_law_attorneys-min-800x1877.jpg\";s:14:\"crop_thumbnail\";s:98:\"https://api.startertemplatecloud.com/wp-content/uploads/2021/03/e10_law_attorneys-min-800x1008.jpg\";s:7:\"content\";s:81:\"https://api.startertemplatecloud.com/wp-content/uploads/2021/03/e10_attorneys.xml\";s:4:\"meta\";s:7:\"inherit\";}s:8:\"personal\";a:8:{s:2:\"id\";s:8:\"personal\";s:5:\"title\";s:8:\"Personal\";s:3:\"url\";s:49:\"https://startertemplatecloud.com/e10/person-page/\";s:5:\"image\";s:88:\"https://api.startertemplatecloud.com/wp-content/uploads/2021/03/e10_law_personal-min.jpg\";s:9:\"thumbnail\";s:97:\"https://api.startertemplatecloud.com/wp-content/uploads/2021/03/e10_law_personal-min-800x1835.jpg\";s:14:\"crop_thumbnail\";s:97:\"https://api.startertemplatecloud.com/wp-content/uploads/2021/03/e10_law_personal-min-800x1008.jpg\";s:7:\"content\";s:80:\"https://api.startertemplatecloud.com/wp-content/uploads/2021/03/e10_personal.xml\";s:4:\"meta\";s:7:\"inherit\";}s:7:\"contact\";a:8:{s:2:\"id\";s:7:\"contact\";s:5:\"title\";s:7:\"Contact\";s:3:\"url\";s:45:\"https://startertemplatecloud.com/e10/contact/\";s:5:\"image\";s:87:\"https://api.startertemplatecloud.com/wp-content/uploads/2021/03/e10_law_contact-min.jpg\";s:9:\"thumbnail\";s:96:\"https://api.startertemplatecloud.com/wp-content/uploads/2021/03/e10_law_contact-min-800x1610.jpg\";s:14:\"crop_thumbnail\";s:96:\"https://api.startertemplatecloud.com/wp-content/uploads/2021/03/e10_law_contact-min-800x1008.jpg\";s:7:\"content\";s:79:\"https://api.startertemplatecloud.com/wp-content/uploads/2021/03/e10_contact.xml\";s:4:\"meta\";s:7:\"inherit\";}}s:5:\"menus\";a:0:{}}', 'off'),
(226, '_elementor_notifications_data', 'a:2:{s:7:\"timeout\";i:1738078739;s:5:\"value\";s:14101:\"[{\"id\":\"dynamic-off-canvas-3.26\",\"title\":\"Dynamic Off-Canvas for Loop Grids\",\"description\":\"Create richer, more interactive designs by linking Dynamic Content to the Off Canvas widget, delivering seamless user experiences.\",\"topic\":\"Elementor Pro 3.26\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/off-canvas-loop-grids.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.26-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"dynamic-off-canvas-3.26\",\"title\":\"Dynamic Off-Canvas for Loop Grids\",\"description\":\"Create richer, more interactive designs by linking Dynamic Content to the Off Canvas widget, delivering seamless user experiences.\",\"topic\":\"Elementor Pro 3.26\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/off-canvas-loop-grids.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.26-loop-off-canvas\\/\"},{\"id\":\"hello-biz-theme\",\"title\":\"A Brand New Theme From Elementor: Introducing Hello BIZ\",\"description\":\"Meet Hello Biz. The new theme empowers you with Hello+ Widgets that accelerate your workflow. It\'s FREE and fully compatible with Elementor & Elementor Pro.\",\"topic\":\"Hello Biz\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/hello-biz-theme.png\",\"chipTags\":[\"New Theme\"],\"link\":\"https:\\/\\/elementor.com\\/blog\\/introducing-hello-biz\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"hello-biz-theme\",\"title\":\"A Brand New Theme From Elementor: Introducing Hello BIZ\",\"description\":\"Meet Hello Biz. The new theme that lets you build a website within minutes. And it\'s FREE. Perfect for a business website, and fully compatible with Elementor & Elementor Pro.\",\"topic\":\"Hello Biz\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/hello-biz-theme.png\",\"chipTags\":[\"New Theme\"],\"link\":\"https:\\/\\/elementor.com\\/blog\\/introducing-hello-biz\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"ai-site-planner\",\"title\":\"Instant Sitemaps & Wireframes\",\"description\":\"Get your website plan in minutes with AI Site Planner. Describe your desired site and AI will generate a sitemap, brief and wireframe populated with initial content, ready for you to customize.\",\"topic\":\"Elementor AI\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/aI-site-planner.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/ai-notification-site-planner\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"css-loading-3.25\",\"title\":\"Boost Performance with Conditional CSS Loading\",\"description\":\"Boost performance by conditionally loading only the styles that each page needs, reducing the page CSS size by up to 668kb.\",\"topic\":\"Elementor 3.25\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.25-css-Loading.png\",\"chipTags\":[\"Performance\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3-25-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"image-optimizer-3.19\",\"title\":\"Effortlessly optimize images for a stunning, high-speed website with the Image Optimizer plugin.\",\"description\":\"Image Optimizer perfectly balances between image quality and performance to boost your website.  Resize, compress, and convert images to WebP, for faster loading times and and better user experience.\",\"topic\":\"Image Optimizer Plugin by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/image-optimizer-3.19.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Get the Image Optimizer\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/io-notification-wp-dash-learn-more\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"image-optimization\\/image-optimization.php\"}]]},{\"id\":\"variable-fonts-3.24\",\"title\":\"Elevate text design with Variable Fonts\",\"description\":\"Experience unparalleled fluidity in your design with precise control over text width and weight.\",\"topic\":\"Elementor Pro 3.24\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.24-variable-fonts.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.24-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"variable-fonts-3.24\",\"title\":\"Elevate text design with Variable Fonts\",\"description\":\"Experience unparalleled fluidity in your design with precise control over text width and weight.\",\"topic\":\"Elementor Pro 3.24\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.24-variable-fonts.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.24-blog\\/\",\"readMoreText\":\"Learn More\",\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3-24-variable-fonts\\/\"},{\"id\":\"floating-bars-3.24\",\"title\":\"Increase conversion with Floating Bars\",\"description\":\"Place your most important messages and promotions at the top or bottom of your page seamlessly with over 30 pre-made templates.\",\"topic\":\"Elementor 3.24\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.24-floating-bar.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.24-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"ai-featured-image\",\"title\":\"Featured Image: Let AI Do the Work\",\"description\":\"Say goodbye to image searches! Let AI craft stunning featured images with a click, perfectly matching your content. No prompts needed. Discover how easy it is.\",\"topic\":\"Elementor AI\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/featured_ai.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/ai-notification-featured-image-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"introduction_meta\",\"meta\":\"ai_get_started\"}]],\"cta\":\"Start Free Trial\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/ai-notification-featured-image\\/\"},{\"id\":\"ai-featured-image\",\"title\":\"Featured Image: Let AI Do the Work\",\"description\":\"Say goodbye to image searches! Let AI craft stunning featured images with a click, perfectly matching your content. No prompts needed. Discover how easy it is.\",\"topic\":\"Elementor AI\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/featured_ai.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Start Free Trial\",\"link\":\"https:\\/\\/go.elementor.com\\/ai-notification-featured-image-blog\\/\",\"readMoreText\":\"Learn More\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/ai-notification-featured-image\\/\\/\"},{\"id\":\"search-widget-3.23\",\"title\":\"Increases site exploration with AJAX loading & live results\",\"description\":\"Enabling faster, more accurate content discovery and helping visitors find what they\'re looking for.\",\"topic\":\"Elementor Pro 3.23\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/search-widget-3.23.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3-23-features\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"search-widget-3.23\",\"title\":\"Increases site exploration with AJAX loading & live results\",\"description\":\"Enabling faster, more accurate content discovery and helping visitors find what they\'re looking for.\",\"topic\":\"Elementor Pro 3.23\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/search-widget-3.23.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3-23-features\\/\",\"readMoreText\":\"Learn More\",\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-search-widget\\/\"},{\"id\":\"floating-buttons-3.23\",\"title\":\"Get more leads with Floating Buttons\",\"description\":\"Empowering you to increase conversion by seamlessly integrating a direct link to a chat or different platforms in the form of a floating button.\",\"topic\":\"Elementor 3.23\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/floating-buttons-3.23.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3-23-features-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"link-in-bio-3.23\",\"title\":\"New Link in Bio Widgets for any Purpose\",\"description\":\"Create a polished and professional page with just a few clicks and effectively showcase all your important links. Choose from 7 unique widgets and over 60 templates!\",\"topic\":\"Elementor 3.23\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/link-in-bio-3.23.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-link-in-bio-3-23-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"nested-elements-3.23\",\"title\":\"Work faster on Nested Elements\",\"description\":\"Customize Nested Elements faster with version 3.23. Now every change to a Nested Element will only affect the relevant element and not require reloading the entire widget, improving Editor interaction time by 60%-98%.\",\"topic\":\"Elementor 3.23\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/nested-elements-3.23.png\",\"chipTags\":[\"Performance\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3-23-features-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"element-caching-3.22\",\"title\":\"Accelerate Loading Times with Element Caching\",\"description\":\"Ensure a smooth and engaging experience for visitors by activating Element Caching.\",\"topic\":\"Elementor 3.22\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/performance-caching.png\",\"chipTags\":[\"Performance\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-element-caching-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"element-caching-3.22\",\"title\":\"Accelerate Loading Times with Element Caching\",\"description\":\"Ensure a smooth and engaging experience for visitors by activating Element Caching.\",\"topic\":\"Elementor 3.22\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/performance-caching.png\",\"chipTags\":[\"Performance\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-element-caching-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"off-canvas-3.22\",\"title\":\"Build Interactive Layouts with the New Off-Canvas Widget\",\"description\":\"Tigger containers from a connected link to allow them to slide into view anywhere on the page.\",\"topic\":\"Elementor Pro 3.22\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/off-canvas.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-off-canvas-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"off-canvas-3.22\",\"title\":\"Build Interactive Layouts with the New Off-Canvas Widget\",\"description\":\"Tigger containers from a connected link to allow them to slide into view anywhere on the page.\",\"topic\":\"Elementor Pro 3.22\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/off-canvas.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-off-canvas-blog\\/\",\"readMoreText\":\"Learn More\",\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-off-canvas\\/\\/\"},{\"id\":\"5-star-rating-prompt\",\"title\":\"Love the New Features? Let Us Know with 5 Stars!\",\"description\":\"Help spread the word by telling the world what you love about Elementor.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/5-star-rating-prompt.png\",\"cta\":\"Leave a Review\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/wp-dash-notification-five-stars\\/\"},{\"id\":\"site-mailer-introducing\",\"title\":\"Introducing Site Mailer\",\"description\":\"Keep your WordPress emails out of the spam folder with improved deliverability and an easy setup\\u2014no need for an SMTP plugin or complicated configurations.\",\"topic\":\"Site Mailer Plugin by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/Site-mailer.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Start Free Trial\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/sm-wp-dash-whatsnew\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"site-mailer\\/site-mailer.php\"}]]},{\"id\":\"display-conditions-dynamic-content-3.20\",\"title\":\"Display Conditions for Dynamic Content\",\"description\":\"Transform your single post and page templates into dynamic designs that fit their content by setting display conditions based on Dynamic Tags, including native WordPress Custom Fields.\",\"topic\":\"Version Pro 3.20\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/dynamic-content-pro-3.20.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-display-conditions-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"display-conditions-dynamic-content-3.20\",\"title\":\"Display Content on Your Terms: Decide When, Where, and by Who the Content is Viewed\",\"description\":\"Tailor the content on your page to visitors based on various rules to create a powerful experience.\",\"topic\":\"Version Pro 3.20\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/display-conditions-3.20.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-display-conditions-blog\\/\",\"readMoreText\":\"Learn More\",\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-dispaly-conditions\\/\"},{\"id\":\"elementor-add-ons\",\"title\":\"Exciting Add-Ons & Plugins to Enhance Elementor Websites\",\"description\":\"Uncover a treasure trove of tools from Elementor and others, put together to boost your website\'s capabilities and enhance its overall appeal.\",\"topic\":\"Elementor Add-Ons\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/elementor-add-ons.png\",\"cta\":\"Check it out\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/wp-dash-notification-addons\\/\"}]\";}', 'off'),
(293, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1738241263;s:7:\"checked\";a:4:{s:7:\"kadence\";s:5:\"1.2.9\";s:16:\"twentytwentyfour\";s:3:\"1.2\";s:17:\"twentytwentythree\";s:3:\"1.5\";s:15:\"twentytwentytwo\";s:3:\"1.8\";}s:8:\"response\";a:4:{s:7:\"kadence\";a:6:{s:5:\"theme\";s:7:\"kadence\";s:11:\"new_version\";s:6:\"1.2.14\";s:3:\"url\";s:37:\"https://wordpress.org/themes/kadence/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/theme/kadence.1.2.14.zip\";s:8:\"requires\";s:3:\"6.3\";s:12:\"requires_php\";s:3:\"7.4\";}s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.3.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.6.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.9\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.1.9.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}', 'off'),
(229, 'action_scheduler_migration_status', 'complete', 'auto'),
(2019, '_transient_timeout_action_scheduler_last_pastdue_actions_check', '1738262864', 'off'),
(2020, '_transient_action_scheduler_last_pastdue_actions_check', '1738241264', 'off'),
(296, '_elementor_global_css', 'a:7:{s:4:\"time\";i:1728311932;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;b:0;s:3:\"css\";s:0:\"\";}', 'auto'),
(294, 'hfcm_activation_date', '1728311906', 'auto'),
(295, 'hfcm_db_version', '1.5', 'auto'),
(297, '_elementor_assets_data', 'a:1:{s:3:\"svg\";a:1:{s:9:\"font-icon\";a:9:{s:26:\"fas-arrow-alt-circle-right\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:235:\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\";s:3:\"key\";s:26:\"fas-arrow-alt-circle-right\";}s:7:\"version\";s:6:\"5.15.3\";}s:22:\"fas-arrow-circle-right\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:322:\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm-28.9 143.6l75.5 72.4H120c-13.3 0-24 10.7-24 24v16c0 13.3 10.7 24 24 24h182.6l-75.5 72.4c-9.7 9.3-9.9 24.8-.4 34.3l11 10.9c9.4 9.4 24.6 9.4 33.9 0L404.3 273c9.4-9.4 9.4-24.6 0-33.9L271.6 106.3c-9.4-9.4-24.6-9.4-33.9 0l-11 10.9c-9.5 9.6-9.3 25.1.4 34.4z\";s:3:\"key\";s:22:\"fas-arrow-circle-right\";}s:7:\"version\";s:6:\"5.15.3\";}s:9:\"fas-phone\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:281:\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\";s:3:\"key\";s:9:\"fas-phone\";}s:7:\"version\";s:6:\"5.15.3\";}s:12:\"far-envelope\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:494:\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\";s:3:\"key\";s:12:\"far-envelope\";}s:7:\"version\";s:6:\"5.15.3\";}s:18:\"fas-map-marker-alt\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:384;s:6:\"height\";i:512;s:4:\"path\";s:244:\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\";s:3:\"key\";s:18:\"fas-map-marker-alt\";}s:7:\"version\";s:6:\"5.15.3\";}s:9:\"fas-check\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:274:\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\";s:3:\"key\";s:9:\"fas-check\";}s:7:\"version\";s:6:\"5.15.3\";}s:15:\"fas-arrow-right\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:448;s:6:\"height\";i:512;s:4:\"path\";s:253:\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\";s:3:\"key\";s:15:\"fas-arrow-right\";}s:7:\"version\";s:6:\"5.15.3\";}s:18:\"eicon-chevron-left\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"path\";s:281:\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\";s:3:\"key\";s:18:\"eicon-chevron-left\";}s:7:\"version\";s:6:\"5.13.0\";}s:19:\"eicon-chevron-right\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"path\";s:281:\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\";s:3:\"key\";s:19:\"eicon-chevron-right\";}s:7:\"version\";s:6:\"5.13.0\";}}}}', 'auto');
INSERT INTO `wpht_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(242, 'elementor_log', 'a:1:{s:32:\"780d24dc506bdce3ada8389b622f6a11\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2024-10-07 01:44:27\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:74:\"Cannot read properties of null (reading &#039;getBoundingClientRect&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-10-07 01:44:27\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1728265467\";s:7:\"message\";s:64:\"Cannot read properties of null (reading \'getBoundingClientRect\')\";s:3:\"url\";s:94:\"https://samobolivia.ejesrl.net/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.24.5\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:7:\"1272696\";}s:7:\"\0*\0file\";s:94:\"https://samobolivia.ejesrl.net/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.24.5\";s:7:\"\0*\0line\";s:1:\"3\";s:9:\"\0*\0column\";s:7:\"1272696\";}}', 'off'),
(1908, '_site_transient_timeout_wp_remote_block_patterns_9593f33bfe583f40011a0ecc7db5df53', '1738001705', 'off');
INSERT INTO `wpht_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1909, '_site_transient_wp_remote_block_patterns_9593f33bfe583f40011a0ecc7db5df53', 'a:94:{i:0;O:8:\"stdClass\":7:{s:2:\"id\";i:515135;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:50:\"Área de introducción con encabezamiento e imagen\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1698:\"\n<div class=\"wp-block-group alignfull is-content-justification-center is-layout-constrained wp-block-group-is-layout-constrained\" style=\"margin-top:0;margin-bottom:0\">\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group alignwide is-layout-flow wp-block-group-is-layout-flow\">\n<div class=\"wp-block-columns alignwide are-vertically-aligned-top is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-top is-content-justification-left is-layout-constrained wp-container-core-column-is-layout-1 wp-block-column-is-layout-constrained\">\n<h2 class=\"wp-block-heading\">Descubre un reino de oportunidades.</h2>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-top is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:40%\">\n<p>Explorando el complejo tapiz de la vida, las opciones revelan rutas hacia lo excepcional, requiriendo innovación, curiosidad y valentía para un viaje profundamente satisfactorio.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">empezar</a></div>\n</div>\n</div>\n</div>\n\n\n\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://pd.w.org/2023/07/44364b18862589f06.53436652.jpg\" alt=\"\" style=\"aspect-ratio:16/9;object-fit:cover\" /></figure>\n</div>\n\n\n\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:28:\"Sección a pantalla completa\";s:16:\"wpop_description\";s:112:\"Dos columnas de texto, la izquierda con un encabezado y la derecha con un párrafo, con una imagen amplia abajo.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:3:\"6.5\";s:25:\"wpop_contains_block_types\";s:111:\"core/button,core/buttons,core/column,core/columns,core/group,core/heading,core/image,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:5:\"about\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2441:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Contents\"},\"align\":\"wide\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-top\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\",\"contentSize\":\"450px\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Descubre un reino de oportunidades.</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"40%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:40%\"><!-- wp:paragraph -->\n<p>Explorando el complejo tapiz de la vida, las opciones revelan rutas hacia lo excepcional, requiriendo innovación, curiosidad y valentía para un viaje profundamente satisfactorio.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">empezar</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"aspectRatio\":\"16/9\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://pd.w.org/2023/07/44364b18862589f06.53436652.jpg\" alt=\"\" style=\"aspect-ratio:16/9;object-fit:cover\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";}i:1;O:8:\"stdClass\":7:{s:2:\"id\";i:310653;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:40:\"Cover Poster on Left, Paragraph on Right\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3803:\"\n<div class=\"wp-block-cover alignfull has-custom-content-position is-position-top-center\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#36220c\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-5 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-right wp-container-content-1 wp-duotone-rgb137750-rgb210210210-1\" style=\"padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:75vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-334\" alt=\"\" src=\"https://pd.w.org/2023/04/654642d52f20d6367.57324872.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-vertical is-content-justification-right is-nowrap is-layout-flex wp-container-core-group-is-layout-3 wp-block-group-is-layout-flex\">\n<p class=\"has-text-color\" style=\"color:#e5683a;font-size:140px;font-style:normal;font-weight:800;letter-spacing:-6px;line-height:0.8;text-transform:uppercase\">Wardell</p>\n\n\n\n<p class=\"has-text-color\" style=\"color:#e5683a;font-size:130px;font-style:normal;font-weight:800;letter-spacing:-6px;line-height:0.8;text-transform:uppercase\">gris</p>\n\n\n\n<p class=\"has-text-align-center has-text-color\" style=\"color:#d09c9c;font-size:90px;font-style:normal;font-weight:800;letter-spacing:0px;line-height:1;text-transform:uppercase\">Plays</p>\n\n\n\n<p class=\"has-text-align-center has-text-color\" style=\"color:#e59937;font-size:90px;font-style:normal;font-weight:800;letter-spacing:0px;line-height:0.8;text-transform:uppercase\">Bebop &amp;</p>\n\n\n\n<p class=\"has-text-align-center has-text-color\" style=\"color:#e59937;font-size:90px;font-style:normal;font-weight:800;letter-spacing:0px;line-height:1;text-transform:uppercase\">SWING</p>\n</div>\n</div></div>\n\n\n\n<div class=\"wp-block-group wp-container-content-2 is-vertical is-nowrap is-layout-flex wp-container-core-group-is-layout-4 wp-block-group-is-layout-flex\">\n<p class=\"has-text-color\" style=\"color:#e59937;font-size:18px;font-style:normal;font-weight:400;letter-spacing:0px;line-height:1.7\">Wardell Gray nació en Oklahoma City, el menor de cuatro hermanos. Pasó los primeros años de su infancia en Oklahoma, antes de trasladarse con su familia a Detroit en 1929. </p>\n\n\n\n<p class=\"has-text-color\" style=\"color:#e59937;font-size:18px;font-style:normal;font-weight:400;letter-spacing:0px;line-height:1.7\">A principios de 1935, Gray empezó a asistir al instituto Northeastern High School, y luego se trasladó al instituto Cass Technical High School, que destaca por tener como antiguos alumnos a Donald Byrd, Lucky Thompson y Al McKibbon. </p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-left is-nowrap is-layout-flex wp-container-core-buttons-is-layout-2 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size is-style-outline is-style-outline--2\" style=\"font-size:16px;font-style:normal;font-weight:700;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-text-color wp-element-button\" style=\"border-radius:0px;color:#e59937;padding-top:16px;padding-right:32px;padding-bottom:16px;padding-left:32px\">Escuchar ahora</a></div>\n</div>\n\n\n\n<div style=\"height:7.5vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:73:\"core/button,core/buttons,core/cover,core/group,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:6412:\"<!-- wp:cover {\"customOverlayColor\":\"#36220c\",\"contentPosition\":\"top center\",\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"5vw\",\"right\":\"5vw\",\"bottom\":\"5vw\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull has-custom-content-position is-position-top-center\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#36220c\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"3vw\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"stretch\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group\"><!-- wp:cover {\"url\":\"https://pd.w.org/2023/04/654642d52f20d6367.57324872.jpg\",\"id\":334,\"dimRatio\":50,\"minHeight\":75,\"minHeightUnit\":\"vh\",\"contentPosition\":\"top right\",\"isDark\":false,\"style\":{\"layout\":{\"selfStretch\":\"fill\"},\"spacing\":{\"padding\":{\"top\":\"4vw\",\"right\":\"4vw\",\"bottom\":\"4vw\",\"left\":\"4vw\"}},\"color\":{\"duotone\":[\"rgb(137, 75, 0)\",\"rgb(210, 210, 210)\"]}}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-right\" style=\"padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:75vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-334\" alt=\"\" src=\"https://pd.w.org/2023/04/654642d52f20d6367.57324872.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"140px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"800\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-6px\"},\"color\":{\"text\":\"#e5683a\"}}} -->\n<p class=\"has-text-color\" style=\"color:#e5683a;font-size:140px;font-style:normal;font-weight:800;letter-spacing:-6px;line-height:0.8;text-transform:uppercase\">Wardell</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"130px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"800\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-6px\"},\"color\":{\"text\":\"#e5683a\"}}} -->\n<p class=\"has-text-color\" style=\"color:#e5683a;font-size:130px;font-style:normal;font-weight:800;letter-spacing:-6px;line-height:0.8;text-transform:uppercase\">gris</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Escribe el título…\",\"style\":{\"typography\":{\"fontSize\":\"90px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"800\",\"letterSpacing\":\"0px\",\"lineHeight\":\"1\"},\"color\":{\"text\":\"#d09c9c\"}}} -->\n<p class=\"has-text-align-center has-text-color\" style=\"color:#d09c9c;font-size:90px;font-style:normal;font-weight:800;letter-spacing:0px;line-height:1;text-transform:uppercase\">Plays</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Escribe el título…\",\"style\":{\"typography\":{\"fontSize\":\"90px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"800\",\"letterSpacing\":\"0px\",\"lineHeight\":\"0.8\"},\"color\":{\"text\":\"#e59937\"}}} -->\n<p class=\"has-text-align-center has-text-color\" style=\"color:#e59937;font-size:90px;font-style:normal;font-weight:800;letter-spacing:0px;line-height:0.8;text-transform:uppercase\">Bebop &amp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Escribe el título…\",\"style\":{\"typography\":{\"fontSize\":\"90px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"800\",\"letterSpacing\":\"0px\",\"lineHeight\":\"1\"},\"color\":{\"text\":\"#e59937\"}}} -->\n<p class=\"has-text-align-center has-text-color\" style=\"color:#e59937;font-size:90px;font-style:normal;font-weight:800;letter-spacing:0px;line-height:1;text-transform:uppercase\">SWING</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"420px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"bottom\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"18px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"1.7\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"color\":{\"text\":\"#e59937\"}}} -->\n<p class=\"has-text-color\" style=\"color:#e59937;font-size:18px;font-style:normal;font-weight:400;letter-spacing:0px;line-height:1.7\">Wardell Gray nació en Oklahoma City, el menor de cuatro hermanos. Pasó los primeros años de su infancia en Oklahoma, antes de trasladarse con su familia a Detroit en 1929. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"18px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"1.7\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"color\":{\"text\":\"#e59937\"}}} -->\n<p class=\"has-text-color\" style=\"color:#e59937;font-size:18px;font-style:normal;font-weight:400;letter-spacing:0px;line-height:1.7\">A principios de 1935, Gray empezó a asistir al instituto Northeastern High School, y luego se trasladó al instituto Cass Technical High School, que destaca por tener como antiguos alumnos a Donald Byrd, Lucky Thompson y Al McKibbon. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"color\":{\"text\":\"#e59937\"},\"border\":{\"radius\":\"0px\"},\"spacing\":{\"padding\":{\"top\":\"16px\",\"right\":\"32px\",\"bottom\":\"16px\",\"left\":\"32px\"}},\"typography\":{\"fontSize\":\"16px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"letterSpacing\":\"0px\"}},\"className\":\"is-style-outline\"} -->\n<div class=\"wp-block-button has-custom-font-size is-style-outline\" style=\"font-size:16px;font-style:normal;font-weight:700;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-text-color wp-element-button\" style=\"border-radius:0px;color:#e59937;padding-top:16px;padding-right:32px;padding-bottom:16px;padding-left:32px\">Escuchar ahora</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {\"height\":\"7.5vw\"} -->\n<div style=\"height:7.5vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:2;O:8:\"stdClass\":7:{s:2:\"id\";i:309977;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:33:\"Imagen centrada con fondo bicolor\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1336:\"\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw;min-height:66vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(90deg,rgb(35,74,20) 50%,rgb(225,137,116) 50%)\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group wp-container-content-3 is-layout-constrained wp-container-core-group-is-layout-6 wp-block-group-is-layout-constrained\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default wp-duotone-000000-ffffff-3\"><img decoding=\"async\" src=\"https://pd.w.org/2022/03/3866241b433db4ee2.96648572.jpeg\" alt=\"\" /></figure>\n\n\n\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading alignwide has-text-align-center has-white-color has-text-color\" style=\"padding-left:32px;font-size:50px;font-style:normal;font-weight:400;letter-spacing:32px;line-height:1;text-transform:uppercase\">Etcétera</h2>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:18:\"Gradiente, Bicolor\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:57:\"core/cover,core/group,core/heading,core/image,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:3:{i:0;s:6:\"banner\";i:1;s:6:\"images\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2135:\"<!-- wp:cover {\"minHeight\":66,\"minHeightUnit\":\"vh\",\"customGradient\":\"linear-gradient(90deg,rgb(35,74,20) 50%,rgb(225,137,116) 50%)\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"5vw\",\"right\":\"5vw\",\"bottom\":\"5vw\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(90deg,rgb(35,74,20) 50%,rgb(225,137,116) 50%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"600px\",\"wideSize\":\"1200px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"style\":{\"color\":{\"duotone\":[\"#000000\",\"#ffffff\"]}},\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://pd.w.org/2022/03/3866241b433db4ee2.96648572.jpeg\" alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"48px\"} -->\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"50px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"32px\",\"lineHeight\":\"1\"},\"spacing\":{\"padding\":{\"left\":\"32px\"}}},\"textColor\":\"white\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-center has-white-color has-text-color\" style=\"padding-left:32px;font-size:50px;font-style:normal;font-weight:400;letter-spacing:32px;line-height:1;text-transform:uppercase\">Etcétera</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:3;O:8:\"stdClass\":7:{s:2:\"id\";i:416395;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:68:\"Banner oscuro de ancho completo con encabezado arriba a la izquierda\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1094:\"\n<div class=\"wp-block-cover alignfull has-custom-content-position is-position-top-left\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw;min-height:50vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-90 has-background-dim\" style=\"background-color:#141414\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-333\" alt=\"\" src=\"https://pd.w.org/2022/07/87262c92d42acd1c3.73206444.jpg\" style=\"object-position:50% 0%\" data-object-fit=\"cover\" data-object-position=\"50% 0%\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group wp-container-content-4 is-vertical is-nowrap is-layout-flex wp-container-core-group-is-layout-7 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-left has-text-color has-source-serif-pro-font-family\" style=\"color:#d8a557;font-size:160px;font-style:italic;font-weight:900;letter-spacing:-4px;line-height:0.8;text-transform:none\">¡colega!</p>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:20:\"Jazz, Ancho completo\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:36:\"core/cover,core/group,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1702:\"<!-- wp:cover {\"url\":\"https://pd.w.org/2022/07/87262c92d42acd1c3.73206444.jpg\",\"id\":333,\"dimRatio\":90,\"customOverlayColor\":\"#141414\",\"focalPoint\":{\"x\":0.5,\"y\":0},\"minHeight\":50,\"minHeightUnit\":\"vh\",\"contentPosition\":\"top left\",\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"5vw\",\"right\":\"5vw\",\"bottom\":\"5vw\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull has-custom-content-position is-position-top-left\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw;min-height:50vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-90 has-background-dim\" style=\"background-color:#141414\"></span><img class=\"wp-block-cover__image-background wp-image-333\" alt=\"\" src=\"https://pd.w.org/2022/07/87262c92d42acd1c3.73206444.jpg\" style=\"object-position:50% 0%\" data-object-fit=\"cover\" data-object-position=\"50% 0%\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"160px\",\"fontStyle\":\"italic\",\"fontWeight\":\"900\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\",\"textTransform\":\"none\"},\"color\":{\"text\":\"#d8a557\"}},\"fontFamily\":\"source-serif-pro\"} -->\n<p class=\"has-text-align-left has-text-color has-source-serif-pro-font-family\" style=\"color:#d8a557;font-size:160px;font-style:italic;font-weight:900;letter-spacing:-4px;line-height:0.8;text-transform:none\">¡colega!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:4;O:8:\"stdClass\":7:{s:2:\"id\";i:310043;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:58:\"Bold Heading on Left, Paragraph and Button on bottom right\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2191:\"\n<div class=\"wp-block-cover alignfull\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#d1362a\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-layout-flex wp-container-core-group-is-layout-10 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group wp-container-content-5 is-layout-flow wp-container-core-group-is-layout-8 wp-block-group-is-layout-flow\">\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-4px;line-height:0.9;text-transform:none\">Comin&#8217;<br>Home<br>Baby</p>\n\n\n\n<p class=\"has-text-align-left has-white-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-4px;line-height:0.9;text-transform:none\">— Mel<br>Torme</p>\n</div>\n\n\n\n<div class=\"wp-block-group wp-container-content-7 is-vertical is-nowrap is-layout-flex wp-container-core-group-is-layout-9 wp-block-group-is-layout-flex\">\n<p style=\"font-size:17px;font-style:normal;font-weight:500;letter-spacing:0px;line-height:1.4;text-decoration:none;text-transform:none\">Featuring Tormé&#8217;s smooth vocal style backed by a small jazz ensemble that includes saxophonist Al Cohn, guitarist Joe Puma, and pianist Hank Jones.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size\" style=\"font-size:20px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:none\"><a class=\"wp-block-button__link has-white-color has-black-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;border-top-style:none;border-top-width:0px;border-right-style:none;border-right-width:0px;border-bottom-style:none;border-bottom-width:0px;border-left-style:none;border-left-width:0px;padding-top:24px;padding-right:36px;padding-bottom:24px;padding-left:36px\">Escuchar ahora</a></div>\n</div>\n</div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:21:\"Jazz, negrita, grande\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:61:\"core/button,core/buttons,core/cover,core/group,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:3:{i:0;s:6:\"banner\";i:1;s:14:\"call-to-action\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3735:\"<!-- wp:cover {\"customOverlayColor\":\"#d1362a\",\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"5vw\",\"right\":\"5vw\",\"bottom\":\"5vw\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#d1362a\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"48px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"bottom\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"none\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.9\",\"letterSpacing\":\"-4px\"}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-4px;line-height:0.9;text-transform:none\">Comin\'<br>Home<br>Baby</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"none\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.9\",\"letterSpacing\":\"-4px\"}},\"textColor\":\"white\"} -->\n<p class=\"has-text-align-left has-white-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-4px;line-height:0.9;text-transform:none\">— Mel<br>Torme</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"340px\"},\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"top\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"flexSize\":\"330px\"},\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"lineHeight\":\"1.4\",\"textTransform\":\"none\",\"textDecoration\":\"none\",\"letterSpacing\":\"0px\"}}} -->\n<p style=\"font-size:17px;font-style:normal;font-weight:500;letter-spacing:0px;line-height:1.4;text-decoration:none;text-transform:none\">Featuring Tormé\'s smooth vocal style backed by a small jazz ensemble that includes saxophonist Al Cohn, guitarist Joe Puma, and pianist Hank Jones.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"black\",\"textColor\":\"white\",\"style\":{\"typography\":{\"fontSize\":\"20px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"textDecoration\":\"none\",\"textTransform\":\"none\",\"letterSpacing\":\"0px\"},\"spacing\":{\"padding\":{\"top\":\"24px\",\"bottom\":\"24px\",\"left\":\"36px\",\"right\":\"36px\"}},\"border\":{\"radius\":\"0px\",\"top\":{\"width\":\"0px\",\"style\":\"none\"},\"right\":{\"width\":\"0px\",\"style\":\"none\"},\"bottom\":{\"width\":\"0px\",\"style\":\"none\"},\"left\":{\"width\":\"0px\",\"style\":\"none\"}}}} -->\n<div class=\"wp-block-button has-custom-font-size\" style=\"font-size:20px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:none\"><a class=\"wp-block-button__link has-white-color has-black-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;border-top-style:none;border-top-width:0px;border-right-style:none;border-right-width:0px;border-bottom-style:none;border-bottom-width:0px;border-left-style:none;border-left-width:0px;padding-top:24px;padding-right:36px;padding-bottom:24px;padding-left:36px\">Escuchar ahora</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:5;O:8:\"stdClass\":7:{s:2:\"id\";i:309310;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:54:\"Portada de ancho completo con texto degradado repetido\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1744:\"\n<div class=\"wp-block-cover alignfull is-light wp-duotone-36345d-abaaaa-4\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\" style=\"background-color:#c2b7a4\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-334\" alt=\"\" src=\"https://pd.w.org/2022/01/95161f850d22f0c06.37817431.jpg\" style=\"object-position:50% 5%\" data-object-fit=\"cover\" data-object-position=\"50% 5%\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-nowrap is-layout-flex wp-container-core-group-is-layout-11 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-right has-text-color\" style=\"color:#c8c4d3;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n\n\n\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ac94b2;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n\n\n\n<p class=\"has-text-align-right has-text-color\" style=\"color:#71689c;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n\n\n\n<p class=\"has-text-align-right has-text-color\" style=\"color:#444178;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n</div>\n\n\n\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:54:\"Ancho completo, Imagen de fondo, Gradiente, Mayúscula\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:48:\"core/cover,core/group,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3135:\"<!-- wp:cover {\"url\":\"https://pd.w.org/2022/01/95161f850d22f0c06.37817431.jpg\",\"id\":334,\"dimRatio\":60,\"customOverlayColor\":\"#c2b7a4\",\"focalPoint\":{\"x\":0.5,\"y\":0.05},\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"5vw\",\"right\":\"5vw\",\"bottom\":\"5vw\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}},\"color\":{\"duotone\":[\"#36345d\",\"#abaaaa\"]}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\" style=\"background-color:#c2b7a4\"></span><img class=\"wp-block-cover__image-background wp-image-334\" alt=\"\" src=\"https://pd.w.org/2022/01/95161f850d22f0c06.37817431.jpg\" style=\"object-position:50% 5%\" data-object-fit=\"cover\" data-object-position=\"50% 5%\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer {\"height\":\"48px\"} -->\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"},\"color\":{\"text\":\"#c8c4d3\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#c8c4d3;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"},\"color\":{\"text\":\"#ac94b2\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ac94b2;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"},\"color\":{\"text\":\"#71689c\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#71689c;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"},\"color\":{\"text\":\"#444178\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#444178;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"48px\"} -->\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover -->\";}i:6;O:8:\"stdClass\":7:{s:2:\"id\";i:309415;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:93:\"Título de ancho completo alineado verticalmente a la derecha con descripción a la izquierda\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2200:\"\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#e68b14\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-layout-flex wp-container-core-group-is-layout-14 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group wp-container-content-9 is-layout-flow wp-container-core-group-is-layout-12 wp-block-group-is-layout-flow\">\n<p class=\"wp-container-content-8\" style=\"font-size:17px;font-style:normal;font-weight:300;letter-spacing:0px;line-height:1.4;text-decoration:none;text-transform:none\">Let &#8216;em Roll es un álbum del organista estadounidense Big John Patton grabado en 1965 y lanzado con el sello Blue Note.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-black-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;border-top-style:none;border-top-width:0px;border-right-style:none;border-right-width:0px;border-bottom-style:none;border-bottom-width:0px;border-left-style:none;border-left-width:0px;padding-top:14px;padding-right:36px;padding-bottom:14px;padding-left:36px\">Compra ahora</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-group wp-container-content-10 is-layout-flow wp-container-core-group-is-layout-13 wp-block-group-is-layout-flow\">\n<p class=\"has-text-align-right has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">Let<br>&#8216;EM<br>Roll</p>\n\n\n\n<p class=\"has-text-align-right has-white-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">Big<br>John<br>Patton</p>\n</div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:93:\"verticalmente, negrita, Jazz, tienda, tienda, titular, Sección a pantalla completa, Producto\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:61:\"core/button,core/buttons,core/cover,core/group,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:14:\"call-to-action\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3735:\"<!-- wp:cover {\"customOverlayColor\":\"#e68b14\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"5vw\",\"right\":\"5vw\",\"bottom\":\"5vw\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#e68b14\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"320px\"},\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"330px\"},\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"1.4\",\"textTransform\":\"none\",\"textDecoration\":\"none\",\"letterSpacing\":\"0px\"}}} -->\n<p style=\"font-size:17px;font-style:normal;font-weight:300;letter-spacing:0px;line-height:1.4;text-decoration:none;text-transform:none\">Let \'em Roll es un álbum del organista estadounidense Big John Patton grabado en 1965 y lanzado con el sello Blue Note.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"black\",\"textColor\":\"white\",\"style\":{\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"textDecoration\":\"none\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"},\"spacing\":{\"padding\":{\"top\":\"14px\",\"bottom\":\"14px\",\"left\":\"36px\",\"right\":\"36px\"}},\"border\":{\"radius\":\"0px\",\"top\":{\"radius\":\"0px\",\"width\":\"0px\",\"style\":\"none\"},\"right\":{\"radius\":\"0px\",\"width\":\"0px\",\"style\":\"none\"},\"bottom\":{\"radius\":\"0px\",\"width\":\"0px\",\"style\":\"none\"},\"left\":{\"radius\":\"0px\",\"width\":\"0px\",\"style\":\"none\"}}}} -->\n<div class=\"wp-block-button has-custom-font-size\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-black-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;border-top-style:none;border-top-width:0px;border-right-style:none;border-right-width:0px;border-bottom-style:none;border-bottom-width:0px;border-left-style:none;border-left-width:0px;padding-top:14px;padding-right:36px;padding-bottom:14px;padding-left:36px\">Compra ahora</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-right has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">Let<br>\'EM<br>Roll</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"}},\"textColor\":\"white\"} -->\n<p class=\"has-text-align-right has-white-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">Big<br>John<br>Patton</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:7;O:8:\"stdClass\":7:{s:2:\"id\";i:309475;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:69:\"Titular de ancho completo con enlaces y fondo desplazado en degradado\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2041:\"\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:48px;padding-right:5vw;padding-bottom:48px;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(180deg,rgb(0,0,0) 39%,rgb(83,80,123) 39%)\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-18 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group wp-container-content-11 is-layout-flow wp-container-core-group-is-layout-15 wp-block-group-is-layout-flow\">\n<p class=\"has-text-align-left has-white-color has-text-color has-link-color wp-elements-813e1e29f27114e23aaab76889d4126c\" style=\"font-size:172px;font-style:normal;font-weight:700;letter-spacing:-10px;line-height:0.7;text-transform:uppercase\"><strong>MONJE</strong>.</p>\n</div>\n\n\n\n<div class=\"wp-block-group wp-container-content-12 is-layout-flow wp-container-core-group-is-layout-17 wp-block-group-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-right is-nowrap is-layout-flex wp-container-core-group-is-layout-16 wp-block-group-is-layout-flex\">\n<p class=\"has-white-color has-text-color has-link-color wp-elements-84cc25867400e60efa9ee9451025aba9\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\">Una nueva colección</p>\n\n\n\n<p class=\"has-white-color has-text-color has-link-color wp-elements-4186f1a15fb1bb8208e1efef4339a499\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\">Aprende más <span aria-hidden=\"true\" class=\"wp-exclude-emoji\">→</span> </p>\n</div>\n</div>\n</div>\n\n\n\n<div style=\"height:260px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:52:\"Compensar, Gradiente, Jazz, titular, Característica\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:48:\"core/cover,core/group,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3202:\"<!-- wp:cover {\"customGradient\":\"linear-gradient(180deg,rgb(0,0,0) 39%,rgb(83,80,123) 39%)\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"48px\",\"right\":\"5vw\",\"bottom\":\"48px\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:48px;padding-right:5vw;padding-bottom:48px;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(180deg,rgb(0,0,0) 39%,rgb(83,80,123) 39%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"48px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"top\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"172px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.7\",\"letterSpacing\":\"-10px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}}},\"textColor\":\"white\"} -->\n<p class=\"has-text-align-left has-white-color has-text-color has-link-color\" style=\"font-size:172px;font-style:normal;font-weight:700;letter-spacing:-10px;line-height:0.7;text-transform:uppercase\"><strong>MONJE</strong>.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"400px\"},\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"48px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"textDecoration\":\"none\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}}},\"textColor\":\"white\"} -->\n<p class=\"has-white-color has-text-color has-link-color\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\">Una nueva colección</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"textDecoration\":\"none\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}}},\"textColor\":\"white\"} -->\n<p class=\"has-white-color has-text-color has-link-color\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\">Aprende más → </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"260px\"} -->\n<div style=\"height:260px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover -->\";}i:8;O:8:\"stdClass\":7:{s:2:\"id\";i:309042;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:46:\"Encabezado, Párrafo, Botón con dos imágenes\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2651:\"\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#eb4c77\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-center is-layout-flex wp-container-core-group-is-layout-22 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group alignwide wp-container-content-13 is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-19 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading alignwide has-text-align-left has-contrast-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:500;line-height:0.9;text-transform:none\">Es hora de aventuras</h2>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-align-left has-contrast-color has-text-color\">Explora nuestra red de senderos que conducen a través de una variedad de hábitats boscosos y observa la diversa flora que llama hogar a esta área. </p>\n\n\n\n<div style=\"height:60px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-left is-nowrap is-layout-flex wp-container-core-buttons-is-layout-5 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size is-style-fill\" style=\"font-size:16px;font-style:normal;font-weight:500;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-contrast-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Regístrate</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-group is-content-justification-right is-nowrap is-layout-flex wp-container-core-group-is-layout-21 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group wp-container-content-15 is-layout-flow wp-block-group-is-layout-flow\">\n<div style=\"height:8vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large wp-container-content-14 wp-duotone-rgb000-rgb21788120-5\"><img decoding=\"async\" src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></figure>\n</div>\n\n\n\n<figure class=\"wp-block-image size-large wp-container-content-16 wp-duotone-rgb000-rgb21788120-6\"><img decoding=\"async\" src=\"https://pd.w.org/2022/01/21261f60ba46147b0.97888240.jpg\" alt=\"\" /></figure>\n</div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:97:\"core/button,core/buttons,core/cover,core/group,core/heading,core/image,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:14:\"call-to-action\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:4120:\"<!-- wp:cover {\"customOverlayColor\":\"#eb4c77\",\"contentPosition\":\"center center\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"6vw\",\"right\":\"6vw\",\"bottom\":\"6vw\",\"left\":\"6vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#eb4c77\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0vw\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\",\"contentSize\":\"600px\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:heading {\"textAlign\":\"left\",\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"100px\",\"textTransform\":\"none\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"lineHeight\":\"0.9\"}},\"textColor\":\"contrast\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-left has-contrast-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:500;line-height:0.9;text-transform:none\">Es hora de aventuras</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color\">Explora nuestra red de senderos que conducen a través de una variedad de hábitats boscosos y observa la diversa flora que llama hogar a esta área. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"60px\"} -->\n<div style=\"height:60px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"contrast\",\"textColor\":\"base\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"24px\",\"right\":\"48px\",\"bottom\":\"24px\",\"left\":\"48px\"}},\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"},\"border\":{\"radius\":\"0px\"}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-font-size is-style-fill\" style=\"font-size:16px;font-style:normal;font-weight:500;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-contrast-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Regístrate</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null},\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"50%\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:spacer {\"height\":\"8vw\"} -->\n<div style=\"height:8vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"50%\"},\"color\":{\"duotone\":[\"rgb(0, 0, 0)\",\"rgb(217, 88, 120)\"]}}} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"50%\"},\"color\":{\"duotone\":[\"rgb(0, 0, 0)\",\"rgb(217, 88, 120)\"]}}} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://pd.w.org/2022/01/21261f60ba46147b0.97888240.jpg\" alt=\"\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:9;O:8:\"stdClass\":7:{s:2:\"id\";i:309129;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:51:\"Banner atrevido de descuentos con fondo geométrico\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1760:\"\n<div class=\"wp-block-cover alignfull wp-duotone-rgb4448102-ffb23d-7\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:50vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-90 has-background-dim\" style=\"background-color:#2c3066\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-334\" alt=\"\" src=\"https://pd.w.org/2022/01/2661f82cd1ba9172.16386413.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-layout-flow wp-container-core-group-is-layout-23 wp-block-group-is-layout-flow\">\n<p class=\"has-text-align-center has-text-color\" style=\"color:#ffb23d;font-size:160px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">Disfruta</p>\n\n\n\n<p class=\"has-text-align-center has-text-color\" style=\"color:#ffb23d;font-size:160px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">20% de descuento</p>\n\n\n\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-6 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size\" style=\"font-size:20px;font-style:normal;font-weight:700;letter-spacing:1px;text-transform:uppercase\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#2c3066;background-color:#ffb23d;padding-top:32px;padding-right:48px;padding-bottom:32px;padding-left:48px\">Compra ahora</a></div>\n</div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:45:\"tienda, tienda, Cupón, Jazz, Imagen de fondo\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:73:\"core/button,core/buttons,core/cover,core/group,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:14:\"call-to-action\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2835:\"<!-- wp:cover {\"url\":\"https://pd.w.org/2022/01/2661f82cd1ba9172.16386413.jpg\",\"id\":334,\"dimRatio\":90,\"customOverlayColor\":\"#2c3066\",\"minHeight\":50,\"minHeightUnit\":\"vh\",\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"4vw\",\"right\":\"4vw\",\"bottom\":\"4vw\",\"left\":\"4vw\"},\"margin\":{\"top\":\"0\"}},\"color\":{\"duotone\":[\"rgb(44, 48, 102)\",\"#ffb23d\"]}}} -->\n<div class=\"wp-block-cover alignfull\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:50vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-90 has-background-dim\" style=\"background-color:#2c3066\"></span><img class=\"wp-block-cover__image-background wp-image-334\" alt=\"\" src=\"https://pd.w.org/2022/01/2661f82cd1ba9172.16386413.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"160px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.9\",\"letterSpacing\":\"-2px\"},\"color\":{\"text\":\"#ffb23d\"}}} -->\n<p class=\"has-text-align-center has-text-color\" style=\"color:#ffb23d;font-size:160px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">Disfruta</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"160px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.9\",\"letterSpacing\":\"-2px\"},\"color\":{\"text\":\"#ffb23d\"}}} -->\n<p class=\"has-text-align-center has-text-color\" style=\"color:#ffb23d;font-size:160px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">20% de descuento</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"48px\"} -->\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"color\":{\"background\":\"#ffb23d\",\"text\":\"#2c3066\"},\"spacing\":{\"padding\":{\"top\":\"32px\",\"right\":\"48px\",\"bottom\":\"32px\",\"left\":\"48px\"}},\"typography\":{\"fontSize\":\"20px\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"1px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} -->\n<div class=\"wp-block-button has-custom-font-size\" style=\"font-size:20px;font-style:normal;font-weight:700;letter-spacing:1px;text-transform:uppercase\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#2c3066;background-color:#ffb23d;padding-top:32px;padding-right:48px;padding-bottom:32px;padding-left:48px\">Compra ahora</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:10;O:8:\"stdClass\":7:{s:2:\"id\";i:311922;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:60:\"Desplazar texto de párrafo en negrita con opacidad variable\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1662:\"\n<div class=\"wp-block-cover alignfull has-white-color has-text-color\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:66vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-24 wp-block-group-is-layout-constrained\">\n<p class=\"has-text-align-left has-text-color\" style=\"color:#ffffff61;font-size:120px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">Embarcar</p>\n\n\n\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ffffff73;font-size:72px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\"><strong>DE SENDERISMO</strong></p>\n\n\n\n<p class=\"has-text-align-left has-text-color\" style=\"color:#ffffffad;font-size:72px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">aventúrate y explora la belleza de lo mejor de la naturaleza…</p>\n\n\n\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ffffffd1;font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">En el</p>\n\n\n\n<p class=\"has-text-align-left has-text-color\" style=\"color:#fffffff5;font-size:162px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">MADERAS</p>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:36:\"core/cover,core/group,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3068:\"<!-- wp:cover {\"overlayColor\":\"black\",\"minHeight\":66,\"minHeightUnit\":\"vh\",\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"4vw\",\"right\":\"4vw\",\"bottom\":\"4vw\",\"left\":\"4vw\"},\"margin\":{\"top\":\"0\"}}},\"textColor\":\"white\"} -->\n<div class=\"wp-block-cover alignfull has-white-color has-text-color\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"wideSize\":\"700px\",\"contentSize\":\"700px\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"120px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1\",\"letterSpacing\":\"-2px\"},\"color\":{\"text\":\"#ffffff61\"}}} -->\n<p class=\"has-text-align-left has-text-color\" style=\"color:#ffffff61;font-size:120px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">Embarcar</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"72px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1\",\"letterSpacing\":\"0px\"},\"color\":{\"text\":\"#ffffff73\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ffffff73;font-size:72px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\"><strong>DE SENDERISMO</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"72px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1\",\"letterSpacing\":\"0px\"},\"color\":{\"text\":\"#ffffffad\"}}} -->\n<p class=\"has-text-align-left has-text-color\" style=\"color:#ffffffad;font-size:72px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">aventúrate y explora la belleza de lo mejor de la naturaleza…</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1\",\"letterSpacing\":\"-2px\"},\"color\":{\"text\":\"#ffffffd1\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ffffffd1;font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">En el</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"162px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1\",\"letterSpacing\":\"-2px\"},\"color\":{\"text\":\"#fffffff5\"}}} -->\n<p class=\"has-text-align-left has-text-color\" style=\"color:#fffffff5;font-size:162px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">MADERAS</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:11;O:8:\"stdClass\":7:{s:2:\"id\";i:309542;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:36:\"Texto separado con un diseño brutal\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1451:\"\n<div class=\"wp-block-cover alignfull is-light has-black-color has-text-color\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#ffb43c\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-layout-constrained wp-container-core-group-is-layout-25 wp-block-group-is-layout-constrained\">\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\"><mark style=\"color:#a65a00\" class=\"has-inline-color\">✴︎</mark> Paseo</p>\n\n\n\n<p class=\"has-text-align-right has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">En el</p>\n\n\n\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">Parque</p>\n\n\n\n<p class=\"has-text-align-center has-text-color\" style=\"color:#a65a00;font-size:140px;font-style:italic;font-weight:200;letter-spacing:0px;line-height:0.9;text-transform:uppercase\">—01.03</p>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:36:\"core/cover,core/group,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2633:\"<!-- wp:cover {\"customOverlayColor\":\"#ffb43c\",\"minHeight\":66,\"minHeightUnit\":\"vh\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"48px\",\"right\":\"48px\",\"bottom\":\"48px\",\"left\":\"48px\"},\"margin\":{\"top\":\"0\"}}},\"textColor\":\"black\"} -->\n<div class=\"wp-block-cover alignfull is-light has-black-color has-text-color\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#ffb43c\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"wideSize\":\"1200px\",\"contentSize\":\"800px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.9\",\"letterSpacing\":\"-2px\"}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\"><mark style=\"color:#a65a00\" class=\"has-inline-color\">✴︎</mark> Paseo</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.9\",\"letterSpacing\":\"-2px\"}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-right has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">En el</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.9\",\"letterSpacing\":\"-2px\"}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">Parque</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"140px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"italic\",\"fontWeight\":\"200\",\"letterSpacing\":\"0px\",\"lineHeight\":\"0.9\"},\"color\":{\"text\":\"#a65a00\"}}} -->\n<p class=\"has-text-align-center has-text-color\" style=\"color:#a65a00;font-size:140px;font-style:italic;font-weight:200;letter-spacing:0px;line-height:0.9;text-transform:uppercase\">—01.03</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:12;O:8:\"stdClass\":7:{s:2:\"id\";i:311960;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:62:\"Imagen a pantalla completa con área de contenido a la derecha\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2117:\"\n<div class=\"wp-block-cover alignfull\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#376a23\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-left is-layout-flex wp-container-core-group-is-layout-27 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-large wp-container-content-18\"><img decoding=\"async\" src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></figure>\n\n\n\n<div class=\"wp-block-group alignwide wp-container-content-19 is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-26 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading alignwide has-text-align-left has-black-color has-text-color\" style=\"font-size:80px;font-style:italic;font-weight:700;line-height:1.0;text-transform:uppercase\">vagando por el bosque</h2>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:18px;font-style:italic;font-weight:600\">Explora nuestra red de senderos que conducen a través de una variedad de hábitats boscosos y observa la diversa flora que llama hogar a esta área. </p>\n\n\n\n<div style=\"height:60px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-left is-nowrap is-layout-flex wp-container-core-buttons-is-layout-7 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size is-style-fill\" style=\"font-size:18px;font-style:italic;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-black-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Regístrate</a></div>\n</div>\n</div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:97:\"core/button,core/buttons,core/cover,core/group,core/heading,core/image,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3274:\"<!-- wp:cover {\"customOverlayColor\":\"#376a23\",\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"4vw\",\"right\":\"4vw\",\"bottom\":\"4vw\",\"left\":\"4vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#376a23\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4vw\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"sizeSlug\":\"large\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"50%\"}}} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\",\"contentSize\":\"600px\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:heading {\"textAlign\":\"left\",\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"80px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"italic\",\"fontWeight\":\"700\",\"lineHeight\":\"1.0\"}},\"textColor\":\"black\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-left has-black-color has-text-color\" style=\"font-size:80px;font-style:italic;font-weight:700;line-height:1.0;text-transform:uppercase\">vagando por el bosque</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"italic\",\"fontWeight\":\"600\"}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:18px;font-style:italic;font-weight:600\">Explora nuestra red de senderos que conducen a través de una variedad de hábitats boscosos y observa la diversa flora que llama hogar a esta área. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"60px\"} -->\n<div style=\"height:60px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"black\",\"textColor\":\"white\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"24px\",\"right\":\"48px\",\"bottom\":\"24px\",\"left\":\"48px\"}},\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"italic\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"},\"border\":{\"radius\":\"0px\"}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-font-size is-style-fill\" style=\"font-size:18px;font-style:italic;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-black-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Regístrate</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:13;O:8:\"stdClass\":7:{s:2:\"id\";i:311988;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:52:\"Fullscreen Cover with Heading, Paragraph, and Button\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1837:\"\n<div class=\"wp-block-cover alignfull is-light wp-duotone-000000-rgb6288225-9\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:100vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-30 has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-335\" alt=\"\" src=\"https://pd.w.org/2021/12/75561b91dac277de8.51291940.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group alignwide is-layout-constrained wp-container-core-group-is-layout-28 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading alignwide has-text-align-center has-white-color has-text-color\" style=\"font-size:160px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">In the woods</h2>\n\n\n\n<p class=\"has-text-align-center has-white-color has-text-color\">Explore our network of trails that lead through a variety of woodland habitats and observe the diverse flora and fauna that call this area home.</p>\n</div>\n\n\n\n<div style=\"height:60px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-nowrap is-layout-flex wp-container-core-buttons-is-layout-8 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size is-style-outline is-style-outline--8\" style=\"font-size:16px;font-style:normal;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-text-color wp-element-button\" style=\"border-radius:100px;padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Regístrate</a></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:86:\"core/button,core/buttons,core/cover,core/group,core/heading,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2770:\"<!-- wp:cover {\"url\":\"https://pd.w.org/2021/12/75561b91dac277de8.51291940.jpg\",\"id\":335,\"dimRatio\":30,\"minHeight\":100,\"minHeightUnit\":\"vh\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"48px\",\"right\":\"48px\",\"bottom\":\"48px\",\"left\":\"48px\"},\"margin\":{\"top\":\"0\"}},\"color\":{\"duotone\":[\"#000000\",\"rgb(62, 88, 225)\"]}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:100vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-30 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-335\" alt=\"\" src=\"https://pd.w.org/2021/12/75561b91dac277de8.51291940.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:heading {\"textAlign\":\"center\",\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"160px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"letterSpacing\":\"0px\",\"lineHeight\":\"1\"}},\"textColor\":\"white\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-center has-white-color has-text-color\" style=\"font-size:160px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">In the woods</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"textColor\":\"white\"} -->\n<p class=\"has-text-align-center has-white-color has-text-color\">Explore our network of trails that lead through a variety of woodland habitats and observe the diverse flora and fauna that call this area home.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"60px\"} -->\n<div style=\"height:60px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textColor\":\"white\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"24px\",\"right\":\"48px\",\"bottom\":\"24px\",\"left\":\"48px\"}},\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"},\"border\":{\"radius\":\"100px\"}},\"className\":\"is-style-outline\"} -->\n<div class=\"wp-block-button has-custom-font-size is-style-outline\" style=\"font-size:16px;font-style:normal;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-text-color wp-element-button\" style=\"border-radius:100px;padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Regístrate</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:cover -->\";}i:14;O:8:\"stdClass\":7:{s:2:\"id\";i:312020;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:63:\"Imagen de portada con encabezado y botón en negrita, izquierda\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1629:\"\n<div class=\"wp-block-cover alignfull is-light wp-duotone-094850-f9644e-11\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-30 has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-335\" alt=\"\" src=\"https://pd.w.org/2021/12/12261b91fba359867.64939140.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-29 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading has-text-align-left has-white-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">Haz una caminata y pasea por el bosque.</h2>\n</div>\n\n\n\n<div style=\"height:72px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-left is-nowrap is-layout-flex wp-container-core-buttons-is-layout-9 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size is-style-outline is-style-outline--10\" style=\"font-size:16px;font-style:normal;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-text-color wp-element-button\" style=\"padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Explorar </a></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:71:\"core/button,core/buttons,core/cover,core/group,core/heading,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2444:\"<!-- wp:cover {\"url\":\"https://pd.w.org/2021/12/12261b91fba359867.64939140.jpg\",\"id\":335,\"dimRatio\":30,\"minHeight\":66,\"minHeightUnit\":\"vh\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"48px\",\"right\":\"48px\",\"bottom\":\"48px\",\"left\":\"48px\"},\"margin\":{\"top\":\"0\"}},\"color\":{\"duotone\":[\"#094850\",\"#f9644e\"]}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-30 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-335\" alt=\"\" src=\"https://pd.w.org/2021/12/12261b91fba359867.64939140.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"48px\"}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"75%\",\"justifyContent\":\"left\",\"wideSize\":\"75%\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"100px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"letterSpacing\":\"0px\",\"lineHeight\":\"1\"}},\"textColor\":\"white\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-white-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">Haz una caminata y pasea por el bosque.</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"72px\"} -->\n<div style=\"height:72px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textColor\":\"white\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"24px\",\"right\":\"48px\",\"bottom\":\"24px\",\"left\":\"48px\"}},\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"}},\"className\":\"is-style-outline\"} -->\n<div class=\"wp-block-button has-custom-font-size is-style-outline\" style=\"font-size:16px;font-style:normal;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-text-color wp-element-button\" style=\"padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Explorar </a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:cover -->\";}i:15;O:8:\"stdClass\":7:{s:2:\"id\";i:312056;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:52:\"Imagen de portada con encabezado y botón en negrita\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1647:\"\n<div class=\"wp-block-cover alignfull is-light wp-duotone-rgb4247103-rgb21419442-13\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-30 has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-335\" alt=\"\" src=\"https://pd.w.org/2022/01/26061d763eca13bb6.11341561.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-layout-constrained wp-container-core-group-is-layout-30 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading has-text-align-center has-white-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">Embárcate en una aventura de senderismo y explora la belleza del bosque.</h2>\n</div>\n\n\n\n<div style=\"height:72px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-nowrap is-layout-flex wp-container-core-buttons-is-layout-10 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size is-style-outline is-style-outline--12\" style=\"font-size:16px;font-style:normal;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-text-color wp-element-button\" style=\"padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Explorar </a></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:71:\"core/button,core/buttons,core/cover,core/group,core/heading,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2459:\"<!-- wp:cover {\"url\":\"https://pd.w.org/2022/01/26061d763eca13bb6.11341561.jpg\",\"id\":335,\"dimRatio\":30,\"minHeight\":66,\"minHeightUnit\":\"vh\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"48px\",\"right\":\"48px\",\"bottom\":\"48px\",\"left\":\"48px\"},\"margin\":{\"top\":\"0\"}},\"color\":{\"duotone\":[\"rgb(42, 47, 103)\",\"rgb(214, 194, 42)\"]}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-30 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-335\" alt=\"\" src=\"https://pd.w.org/2022/01/26061d763eca13bb6.11341561.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"48px\"}},\"layout\":{\"type\":\"constrained\",\"wideSize\":\"80%\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"100px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"letterSpacing\":\"0px\",\"lineHeight\":\"1\"}},\"textColor\":\"white\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-white-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">Embárcate en una aventura de senderismo y explora la belleza del bosque.</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"72px\"} -->\n<div style=\"height:72px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textColor\":\"white\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"24px\",\"right\":\"48px\",\"bottom\":\"24px\",\"left\":\"48px\"}},\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"}},\"className\":\"is-style-outline\"} -->\n<div class=\"wp-block-button has-custom-font-size is-style-outline\" style=\"font-size:16px;font-style:normal;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-text-color wp-element-button\" style=\"padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Explorar </a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:cover -->\";}i:16;O:8:\"stdClass\":7:{s:2:\"id\";i:306739;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:55:\"Galería de imágenes de la portada a pantalla completa\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:955:\"\n<div class=\"wp-block-cover alignfull\" style=\"padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:66vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-center is-nowrap is-layout-flex wp-container-core-group-is-layout-31 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><a href=\"https://thato.test/?page_id=28\"><img decoding=\"async\" src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></a></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://thato.test/?page_id=28\"><img decoding=\"async\" src=\"https://pd.w.org/2022/01/21261f60ba46147b0.97888240.jpg\" alt=\"\" /></a></figure>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:43:\"Galería, imágenes, Columnas, fondo, Fondo\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:32:\"core/cover,core/group,core/image\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:7:\"gallery\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1259:\"<!-- wp:cover {\"overlayColor\":\"black\",\"minHeight\":66,\"minHeightUnit\":\"vh\",\"contentPosition\":\"center center\",\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"4vw\",\"right\":\"4vw\",\"bottom\":\"4vw\",\"left\":\"4vw\"}}}} -->\n<div class=\"wp-block-cover alignfull\" style=\"padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4vw\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://thato.test/?page_id=28\"><img src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://thato.test/?page_id=28\"><img src=\"https://pd.w.org/2022/01/21261f60ba46147b0.97888240.jpg\" alt=\"\" /></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:17;O:8:\"stdClass\":7:{s:2:\"id\";i:277421;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:54:\"Entradas de ancho completo con títulos en mayúsculas\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:498:\"\n<div class=\"wp-block-query alignfull is-layout-flow wp-block-query-is-layout-flow\">\n<div class=\"wp-block-group alignfull is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"></div>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--30);padding-right:16px;padding-bottom:var(--wp--preset--spacing--30);padding-left:16px\"></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:40:\"estrella, Entradas, Bucle, BLOG, Índice\";s:16:\"wpop_description\";s:82:\"Un patrón de entradas de ancho completo con títulos grandes y acentos de inicio.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:10:\"core/query\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:182:\"core/group,core/paragraph,core/post-date,core/post-template,core/post-terms,core/post-title,core/query,core/query-pagination,core/query-pagination-next,core/query-pagination-previous\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:5:\"query\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3502:\"<!-- wp:query {\"queryId\":31,\"query\":{\"perPage\":3,\"pages\":0,\"offset\":0,\"postType\":\"post\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false},\"align\":\"full\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-query alignfull\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:post-template {\"style\":{\"typography\":{\"textTransform\":\"none\"}}} -->\n<!-- wp:group {\"style\":{\"border\":{\"bottom\":{\"color\":\"var:preset|color|contrast\",\"width\":\"1px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\" style=\"border-bottom-color:var(--wp--preset--color--contrast);border-bottom-width:1px\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"16px\",\"right\":\"16px\",\"bottom\":\"16px\",\"left\":\"16px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:16px;padding-right:16px;padding-bottom:16px;padding-left:16px\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p>✴︎</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:post-date {\"textAlign\":\"left\",\"format\":\"M j, Y\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"typography\":{\"textTransform\":\"uppercase\"}},\"textColor\":\"contrast\",\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:post-terms {\"term\":\"category\",\"prefix\":\"✴︎ \",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"typography\":{\"textTransform\":\"uppercase\"}},\"textColor\":\"contrast\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"16px\",\"bottom\":\"var:preset|spacing|70\",\"right\":\"16px\",\"left\":\"16px\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:16px;padding-right:16px;padding-bottom:var(--wp--preset--spacing--70);padding-left:16px\"><!-- wp:post-title {\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}},\"layout\":{\"selfStretch\":\"fit\"},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"lineHeight\":\"1.1\",\"textTransform\":\"uppercase\",\"fontSize\":\"5.2rem\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\"} /--></div>\n<!-- /wp:group -->\n<!-- /wp:post-template --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"right\":\"16px\",\"left\":\"16px\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--30);padding-right:16px;padding-bottom:var(--wp--preset--spacing--30);padding-left:16px\"><!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n<!-- wp:query-pagination-previous {\"label\":\"Previous\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}},\"fontSize\":\"small\"} /-->\n\n<!-- wp:query-pagination-next {\"label\":\"Next\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}},\"fontSize\":\"small\"} /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:group --></div>\n<!-- /wp:query -->\";}i:18;O:8:\"stdClass\":7:{s:2:\"id\";i:277497;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:33:\"Entradas alineadas a la izquierda\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:718:\"\n<div class=\"wp-block-query alignfull is-layout-flow wp-block-query-is-layout-flow\">\n<div class=\"wp-block-group alignfull is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"></div>\n\n\n\n<div class=\"wp-block-group is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-35 wp-block-group-is-layout-constrained\" style=\"margin-top:0;margin-bottom:0;padding-top:0;padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:40:\"Entradas, Consulta, Bucle, BLOG, Índice\";s:16:\"wpop_description\";s:107:\"Un patrón de entradas de ancho completo, alineado a la izquierda, con títulos grandes, extractos y fecha.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:10:\"core/query\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:169:\"core/group,core/post-date,core/post-excerpt,core/post-template,core/post-title,core/query,core/query-pagination,core/query-pagination-next,core/query-pagination-previous\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:5:\"query\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3327:\"<!-- wp:query {\"queryId\":31,\"query\":{\"perPage\":3,\"pages\":0,\"offset\":0,\"postType\":\"post\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false},\"align\":\"full\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-query alignfull\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:post-template {\"style\":{\"typography\":{\"textTransform\":\"none\"}}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"780px\",\"justifyContent\":\"left\",\"wideSize\":\"780px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"20px\",\"padding\":{\"bottom\":\"var:preset|spacing|80\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\" style=\"padding-bottom:var(--wp--preset--spacing--80)\"><!-- wp:post-date {\"textAlign\":\"left\",\"format\":\"n/j/Y\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"typography\":{\"letterSpacing\":\"1px\",\"fontSize\":\"0.9rem\"}},\"textColor\":\"contrast\"} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:post-title {\"isLink\":true,\"style\":{\"layout\":{\"selfStretch\":\"fit\"},\"typography\":{\"lineHeight\":\"1\",\"fontSize\":\"4.6rem\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\"} /-->\n\n<!-- wp:post-excerpt {\"style\":{\"typography\":{\"lineHeight\":\"1.7\"}},\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n<!-- /wp:post-template --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\",\"contentSize\":\"780px\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0;padding-top:0;padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n<!-- wp:query-pagination-previous {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"typography\":{\"letterSpacing\":\"1px\",\"fontSize\":\"0.9rem\",\"textTransform\":\"uppercase\"}}} /-->\n\n<!-- wp:query-pagination-next {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"typography\":{\"letterSpacing\":\"1px\",\"fontSize\":\"0.9rem\",\"textTransform\":\"uppercase\"}}} /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:group --></div>\n<!-- /wp:query -->\";}i:19;O:8:\"stdClass\":7:{s:2:\"id\";i:277187;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:49:\"Títulos de entradas de ancho completo con fechas\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:637:\"\n<div class=\"wp-block-query alignfull is-layout-flow wp-block-query-is-layout-flow\">\n<div class=\"wp-block-group alignfull is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:0;padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"></div>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:40:\"Entradas, consulta, Bucle, BLOG, Índice\";s:16:\"wpop_description\";s:82:\"Un patrón de entradas de ancho completo con títulos grandes y fechas numéricas.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:10:\"core/query\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:151:\"core/group,core/post-date,core/post-template,core/post-title,core/query,core/query-pagination,core/query-pagination-next,core/query-pagination-previous\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:5:\"query\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3583:\"<!-- wp:query {\"queryId\":1,\"query\":{\"perPage\":3,\"pages\":0,\"offset\":0,\"postType\":\"post\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false},\"align\":\"full\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-query alignfull\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:0;padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:post-template {\"align\":\"full\",\"style\":{\"typography\":{\"textTransform\":\"none\"}}} -->\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"bottom\":\"var:preset|spacing|50\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\" style=\"padding-bottom:var(--wp--preset--spacing--50)\"><!-- wp:group {\"style\":{\"border\":{\"bottom\":{\"color\":\"var:preset|color|contrast\",\"width\":\"4px\"}},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"0\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group\" style=\"border-bottom-color:var(--wp--preset--color--contrast);border-bottom-width:4px;padding-top:var(--wp--preset--spacing--30);padding-right:0;padding-bottom:var(--wp--preset--spacing--30);padding-left:0\"><!-- wp:post-date {\"textAlign\":\"left\",\"format\":\"m.j\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"typography\":{\"letterSpacing\":\"1px\",\"fontSize\":\"2rem\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"textColor\":\"contrast\"} /-->\n\n<!-- wp:post-date {\"textAlign\":\"left\",\"format\":\"Y\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"typography\":{\"letterSpacing\":\"1px\",\"fontSize\":\"2rem\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"textColor\":\"contrast\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:post-title {\"isLink\":true,\"style\":{\"layout\":{\"selfStretch\":\"fit\"},\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"4.6rem\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\"}}},\"textColor\":\"contrast\"} /--></div>\n<!-- /wp:group -->\n<!-- /wp:post-template --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<!-- wp:query-pagination-previous {\"style\":{\"typography\":{\"fontSize\":\"2rem\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"1px\"}}} /-->\n\n<!-- wp:query-pagination-next {\"style\":{\"typography\":{\"fontSize\":\"2rem\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"1px\"}}} /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:group --></div>\n<!-- /wp:query -->\";}i:20;O:8:\"stdClass\":7:{s:2:\"id\";i:304225;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:52:\"Cabecera dentro de imagen de fondo de ancho completo\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4806:\"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-cover alignfull is-light\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30);min-height:50px;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-61\" alt=\"\" src=\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&amp;h=1200&amp;fit=clip&amp;crop=default&amp;dpr=1&amp;q=75&amp;vib=3&amp;con=3&amp;usm=15&amp;cs=srgb&amp;bg=F4F4F3&amp;ixlib=js-2.2.1&amp;s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\" style=\"object-position:50% 50%\" data-object-fit=\"cover\" data-object-position=\"50% 50%\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group alignwide has-base-color has-text-color has-link-color wp-elements-a5c55c350363e1349d710a58148fd7b6 is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-39 wp-block-group-is-layout-flex\" style=\"margin-top:0;margin-bottom:0\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><div class=\"is-default-size is-style-default wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Logotipo del sitio\"></span></div>\n\n<h1 class=\"has-link-color wp-elements-8500967d37da86b97bb53ecc0a52ca72 wp-block-site-title has-text-color has-white-color has-medium-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Patrones</a></h1></div>\n\n\n<nav class=\"has-text-color has-white-color is-responsive items-justified-right wp-block-navigation is-content-justification-right is-layout-flex wp-container-core-navigation-is-layout-1 wp-block-navigation-is-layout-flex\" \n		 data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"Men\\u00fa\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Abrir el menú\" class=\"wp-block-navigation__responsive-container-open \" \n				data-wp-on-async--click=\"actions.openMenuOnClick\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n			><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n				<div class=\"wp-block-navigation__responsive-container  \"  id=\"modal-14\" \n				data-wp-class--has-modal-open=\"state.isMenuOpen\"\n				data-wp-class--is-menu-open=\"state.isMenuOpen\"\n				data-wp-watch=\"callbacks.initMenu\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n				data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n				tabindex=\"-1\"\n			>\n					<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n						<div class=\"wp-block-navigation__responsive-dialog\" \n				data-wp-bind--aria-modal=\"state.ariaModal\"\n				data-wp-bind--aria-label=\"state.ariaLabel\"\n				data-wp-bind--role=\"state.roleAttribute\"\n			>\n							<button aria-label=\"Cerrar el menú\" class=\"wp-block-navigation__responsive-container-close\" \n				data-wp-on-async--click=\"actions.closeMenuOnClick\"\n			><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"m13.06 12 6.47-6.47-1.06-1.06L12 10.94 5.53 4.47 4.47 5.53 10.94 12l-6.47 6.47 1.06 1.06L12 13.06l6.47 6.47 1.06-1.06L13.06 12Z\"></path></svg></button>\n							<div class=\"wp-block-navigation__responsive-container-content\" \n				data-wp-watch=\"callbacks.focusFirstElement\"\n			 id=\"modal-14-content\">\n								<ul class=\"wp-block-navigation__container has-text-color has-white-color is-responsive items-justified-right wp-block-navigation\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n							</div>\n						</div>\n					</div>\n				</div></nav></div>\n\n\n\n<div style=\"height:33vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:129:\"Cabecera sencilla con logotipo, título del sitio, navegación y una imagen de fondo de ancho completo con superposición oscura.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:80:\"core/cover,core/group,core/navigation,core/site-logo,core/site-title,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"header\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2554:\"<!-- wp:group {\"align\":\"full\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\"><!-- wp:cover {\"url\":\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&h=1200&fit=clip&crop=default&dpr=1&q=75&vib=3&con=3&usm=15&cs=srgb&bg=F4F4F3&ixlib=js-2.2.1&s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\",\"id\":61,\"dimRatio\":50,\"overlayColor\":\"black\",\"focalPoint\":{\"x\":0.5,\"y\":0.5},\"minHeight\":50,\"contentPosition\":\"center center\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30);min-height:50px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-61\" alt=\"\" src=\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&amp;h=1200&amp;fit=clip&amp;crop=default&amp;dpr=1&amp;q=75&amp;vib=3&amp;con=3&amp;usm=15&amp;cs=srgb&amp;bg=F4F4F3&amp;ixlib=js-2.2.1&amp;s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\" style=\"object-position:50% 50%\" data-object-fit=\"cover\" data-object-position=\"50% 50%\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"textColor\":\"base\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide has-base-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"className\":\"is-style-default\"} /-->\n\n<!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}},\"textColor\":\"white\",\"fontSize\":\"medium\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"textColor\":\"white\",\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"33vw\"} -->\n<div style=\"height:33vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:group -->\";}i:21;O:8:\"stdClass\":7:{s:2:\"id\";i:304229;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:34:\"Cabecera sencilla con fondo oscuro\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3957:\"\n<div class=\"wp-block-group alignfull has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color wp-elements-602186720dd7d9bef283ca8cacce4883 is-layout-constrained wp-container-core-group-is-layout-44 wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-43 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Logotipo del sitio\"></span></div>\n\n<h1 class=\"has-link-color wp-elements-141496dd038caa4dcf40174bef55cbbe wp-block-site-title\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Patrones</a></h1></div>\n\n\n\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><nav class=\"is-responsive items-justified-right wp-block-navigation is-content-justification-right is-layout-flex wp-container-core-navigation-is-layout-2 wp-block-navigation-is-layout-flex\" \n		 data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"Men\\u00fa\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Abrir el menú\" class=\"wp-block-navigation__responsive-container-open \" \n				data-wp-on-async--click=\"actions.openMenuOnClick\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n			><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n				<div class=\"wp-block-navigation__responsive-container  \"  id=\"modal-15\" \n				data-wp-class--has-modal-open=\"state.isMenuOpen\"\n				data-wp-class--is-menu-open=\"state.isMenuOpen\"\n				data-wp-watch=\"callbacks.initMenu\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n				data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n				tabindex=\"-1\"\n			>\n					<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n						<div class=\"wp-block-navigation__responsive-dialog\" \n				data-wp-bind--aria-modal=\"state.ariaModal\"\n				data-wp-bind--aria-label=\"state.ariaLabel\"\n				data-wp-bind--role=\"state.roleAttribute\"\n			>\n							<button aria-label=\"Cerrar el menú\" class=\"wp-block-navigation__responsive-container-close\" \n				data-wp-on-async--click=\"actions.closeMenuOnClick\"\n			><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"m13.06 12 6.47-6.47-1.06-1.06L12 10.94 5.53 4.47 4.47 5.53 10.94 12l-6.47 6.47 1.06 1.06L12 13.06l6.47 6.47 1.06-1.06L13.06 12Z\"></path></svg></button>\n							<div class=\"wp-block-navigation__responsive-container-content\" \n				data-wp-watch=\"callbacks.focusFirstElement\"\n			 id=\"modal-15-content\">\n								<ul class=\"wp-block-navigation__container is-responsive items-justified-right wp-block-navigation\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n							</div>\n						</div>\n					</div>\n				</div></nav></div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:89:\"Cabecera sencilla con logotipo, título del sitio, enlaces de navegación y fondo oscuro.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:57:\"core/group,core/navigation,core/site-logo,core/site-title\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1497:\"<!-- wp:group {\"metadata\":{\"categories\":[\"header\",\"wireframe\"],\"patternName\":\"core/simple-header-with-dark-background\",\"name\":\"Simple header with dark background\"},\"align\":\"full\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"backgroundColor\":\"black\",\"textColor\":\"white\",\"className\":\"has-background-color\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:22;O:8:\"stdClass\":7:{s:2:\"id\";i:304233;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:43:\"Cabecera sólo texto con descripción corta\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3627:\"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-container-core-group-is-layout-47 wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-46 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><h1 class=\"has-link-color wp-elements-74d9c587c704a765f018836daab4c876 wp-block-site-title\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Patrones</a></h1>\n\n<p class=\"wp-block-site-tagline\">Beautifully designed patterns ready to go with a simple copy/paste</p></div>\n\n\n<nav class=\"is-responsive items-justified-right wp-block-navigation is-content-justification-right is-layout-flex wp-container-core-navigation-is-layout-3 wp-block-navigation-is-layout-flex\" \n		 data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"Men\\u00fa\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Abrir el menú\" class=\"wp-block-navigation__responsive-container-open \" \n				data-wp-on-async--click=\"actions.openMenuOnClick\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n			><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n				<div class=\"wp-block-navigation__responsive-container  \"  id=\"modal-16\" \n				data-wp-class--has-modal-open=\"state.isMenuOpen\"\n				data-wp-class--is-menu-open=\"state.isMenuOpen\"\n				data-wp-watch=\"callbacks.initMenu\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n				data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n				tabindex=\"-1\"\n			>\n					<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n						<div class=\"wp-block-navigation__responsive-dialog\" \n				data-wp-bind--aria-modal=\"state.ariaModal\"\n				data-wp-bind--aria-label=\"state.ariaLabel\"\n				data-wp-bind--role=\"state.roleAttribute\"\n			>\n							<button aria-label=\"Cerrar el menú\" class=\"wp-block-navigation__responsive-container-close\" \n				data-wp-on-async--click=\"actions.closeMenuOnClick\"\n			><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"m13.06 12 6.47-6.47-1.06-1.06L12 10.94 5.53 4.47 4.47 5.53 10.94 12l-6.47 6.47 1.06 1.06L12 13.06l6.47 6.47 1.06-1.06L13.06 12Z\"></path></svg></button>\n							<div class=\"wp-block-navigation__responsive-container-content\" \n				data-wp-watch=\"callbacks.focusFirstElement\"\n			 id=\"modal-16-content\">\n								<ul class=\"wp-block-navigation__container is-responsive items-justified-right wp-block-navigation\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n							</div>\n						</div>\n					</div>\n				</div></nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:76:\"Cabecera con título del sitio, descripción corta y enlaces de navegación.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:60:\"core/group,core/navigation,core/site-tagline,core/site-title\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:966:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}}} /-->\n\n<!-- wp:site-tagline /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:23;O:8:\"stdClass\":7:{s:2:\"id\";i:304237;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:40:\"Cabecera sencilla con descripción corta\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4225:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color wp-elements-7479bd1e590756c4aa927894dbdbef4e is-layout-constrained wp-container-core-group-is-layout-51 wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-50 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-container-core-group-is-layout-49 wp-block-group-is-layout-flex\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Logotipo del sitio\"></span></div>\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-48 wp-block-group-is-layout-flex\"><h1 class=\"has-link-color wp-elements-d6577b4021234b9631cf15d9d1fea330 wp-block-site-title\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Patrones</a></h1>\n\n<p class=\"wp-block-site-tagline has-small-font-size\">Beautifully designed patterns ready to go with a simple copy/paste</p></div>\n</div>\n\n\n<nav class=\"has-small-font-size is-responsive items-justified-right wp-block-navigation is-content-justification-right is-layout-flex wp-container-core-navigation-is-layout-4 wp-block-navigation-is-layout-flex\" \n		 data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"Men\\u00fa\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Abrir el menú\" class=\"wp-block-navigation__responsive-container-open \" \n				data-wp-on-async--click=\"actions.openMenuOnClick\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n			><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n				<div class=\"wp-block-navigation__responsive-container  \"  id=\"modal-17\" \n				data-wp-class--has-modal-open=\"state.isMenuOpen\"\n				data-wp-class--is-menu-open=\"state.isMenuOpen\"\n				data-wp-watch=\"callbacks.initMenu\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n				data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n				tabindex=\"-1\"\n			>\n					<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n						<div class=\"wp-block-navigation__responsive-dialog\" \n				data-wp-bind--aria-modal=\"state.ariaModal\"\n				data-wp-bind--aria-label=\"state.ariaLabel\"\n				data-wp-bind--role=\"state.roleAttribute\"\n			>\n							<button aria-label=\"Cerrar el menú\" class=\"wp-block-navigation__responsive-container-close\" \n				data-wp-on-async--click=\"actions.closeMenuOnClick\"\n			><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"m13.06 12 6.47-6.47-1.06-1.06L12 10.94 5.53 4.47 4.47 5.53 10.94 12l-6.47 6.47 1.06 1.06L12 13.06l6.47 6.47 1.06-1.06L13.06 12Z\"></path></svg></button>\n							<div class=\"wp-block-navigation__responsive-container-content\" \n				data-wp-watch=\"callbacks.focusFirstElement\"\n			 id=\"modal-17-content\">\n								<ul class=\"wp-block-navigation__container has-small-font-size is-responsive items-justified-right wp-block-navigation has-small-font-size\"><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n							</div>\n						</div>\n					</div>\n				</div></nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:117:\"Cabecera con el logotipo del sitio, el título y el eslogan a la izquierda y con enlaces de navegación a la derecha.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:75:\"core/group,core/navigation,core/site-logo,core/site-tagline,core/site-title\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1389:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}}} /-->\n\n<!-- wp:site-tagline {\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"},\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:24;O:8:\"stdClass\":7:{s:2:\"id\";i:303589;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:53:\"Título del sitio de ancho completo y botón de menú\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3362:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color wp-elements-e0434f7bbe3c9d87e2f1562e19b734da is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-52 wp-block-group-is-layout-flex\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><h1 class=\"wp-block-site-title\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Patrones</a></h1>\n\n<nav class=\"is-responsive items-justified-right wp-block-navigation is-content-justification-right is-layout-flex wp-container-core-navigation-is-layout-5 wp-block-navigation-is-layout-flex\" \n		 data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"Men\\u00fa\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Abrir el menú\" class=\"wp-block-navigation__responsive-container-open always-shown\" \n				data-wp-on-async--click=\"actions.openMenuOnClick\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n			><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n				<div class=\"wp-block-navigation__responsive-container hidden-by-default \"  id=\"modal-18\" \n				data-wp-class--has-modal-open=\"state.isMenuOpen\"\n				data-wp-class--is-menu-open=\"state.isMenuOpen\"\n				data-wp-watch=\"callbacks.initMenu\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n				data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n				tabindex=\"-1\"\n			>\n					<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n						<div class=\"wp-block-navigation__responsive-dialog\" \n				data-wp-bind--aria-modal=\"state.ariaModal\"\n				data-wp-bind--aria-label=\"state.ariaLabel\"\n				data-wp-bind--role=\"state.roleAttribute\"\n			>\n							<button aria-label=\"Cerrar el menú\" class=\"wp-block-navigation__responsive-container-close\" \n				data-wp-on-async--click=\"actions.closeMenuOnClick\"\n			><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"m13.06 12 6.47-6.47-1.06-1.06L12 10.94 5.53 4.47 4.47 5.53 10.94 12l-6.47 6.47 1.06 1.06L12 13.06l6.47 6.47 1.06-1.06L13.06 12Z\"></path></svg></button>\n							<div class=\"wp-block-navigation__responsive-container-content\" \n				data-wp-watch=\"callbacks.focusFirstElement\"\n			 id=\"modal-18-content\">\n								<ul class=\"wp-block-navigation__container is-responsive items-justified-right wp-block-navigation\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n							</div>\n						</div>\n					</div>\n				</div></nav></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:67:\"Cabecera con el título del sitio y un botón de menú hamburguesa.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:42:\"core/group,core/navigation,core/site-title\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:794:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:site-title /-->\n\n<!-- wp:navigation {\"overlayMenu\":\"always\",\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group -->\";}i:25;O:8:\"stdClass\":7:{s:2:\"id\";i:231696;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:47:\"Cabecera de ancho completo con imagen principal\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4778:\"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-group alignfull is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-55 wp-block-group-is-layout-flex\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group is-layout-flex wp-container-core-group-is-layout-54 wp-block-group-is-layout-flex\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Logotipo del sitio\"></span></div>\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-53 wp-block-group-is-layout-flex\"><h1 class=\"has-link-color wp-elements-f7ec64f471b5bfcc0be230aa4daa838e wp-block-site-title has-medium-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Patrones</a></h1></div>\n</div>\n\n\n<nav class=\"is-responsive items-justified-right wp-block-navigation is-content-justification-right is-layout-flex wp-container-core-navigation-is-layout-6 wp-block-navigation-is-layout-flex\" \n		 data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"Men\\u00fa\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Abrir el menú\" class=\"wp-block-navigation__responsive-container-open \" \n				data-wp-on-async--click=\"actions.openMenuOnClick\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n			><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n				<div class=\"wp-block-navigation__responsive-container  \"  id=\"modal-19\" \n				data-wp-class--has-modal-open=\"state.isMenuOpen\"\n				data-wp-class--is-menu-open=\"state.isMenuOpen\"\n				data-wp-watch=\"callbacks.initMenu\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n				data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n				tabindex=\"-1\"\n			>\n					<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n						<div class=\"wp-block-navigation__responsive-dialog\" \n				data-wp-bind--aria-modal=\"state.ariaModal\"\n				data-wp-bind--aria-label=\"state.ariaLabel\"\n				data-wp-bind--role=\"state.roleAttribute\"\n			>\n							<button aria-label=\"Cerrar el menú\" class=\"wp-block-navigation__responsive-container-close\" \n				data-wp-on-async--click=\"actions.closeMenuOnClick\"\n			><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"m13.06 12 6.47-6.47-1.06-1.06L12 10.94 5.53 4.47 4.47 5.53 10.94 12l-6.47 6.47 1.06 1.06L12 13.06l6.47 6.47 1.06-1.06L13.06 12Z\"></path></svg></button>\n							<div class=\"wp-block-navigation__responsive-container-content\" \n				data-wp-watch=\"callbacks.focusFirstElement\"\n			 id=\"modal-19-content\">\n								<ul class=\"wp-block-navigation__container is-responsive items-justified-right wp-block-navigation\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n							</div>\n						</div>\n					</div>\n				</div></nav></div>\n\n\n\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;min-height:40vw;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-0 has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-61\" alt=\"\" src=\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&amp;h=1200&amp;fit=clip&amp;crop=default&amp;dpr=1&amp;q=75&amp;vib=3&amp;con=3&amp;usm=15&amp;cs=srgb&amp;bg=F4F4F3&amp;ixlib=js-2.2.1&amp;s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\" style=\"object-position:50% 50%\" data-object-fit=\"cover\" data-object-position=\"50% 50%\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:78:\"Cabecera sobre fondo blanco seguida de una imagen principal de ancho completo.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:80:\"core/cover,core/group,core/navigation,core/site-logo,core/site-title,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"header\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2566:\"<!-- wp:group {\"align\":\"full\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"fontSize\":\"medium\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:cover {\"url\":\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&h=1200&fit=clip&crop=default&dpr=1&q=75&vib=3&con=3&usm=15&cs=srgb&bg=F4F4F3&ixlib=js-2.2.1&s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\",\"id\":61,\"dimRatio\":0,\"overlayColor\":\"black\",\"focalPoint\":{\"x\":0.5,\"y\":0.5},\"minHeight\":40,\"minHeightUnit\":\"vw\",\"contentPosition\":\"center center\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;min-height:40vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-61\" alt=\"\" src=\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&amp;h=1200&amp;fit=clip&amp;crop=default&amp;dpr=1&amp;q=75&amp;vib=3&amp;con=3&amp;usm=15&amp;cs=srgb&amp;bg=F4F4F3&amp;ixlib=js-2.2.1&amp;s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\" style=\"object-position:50% 50%\" data-object-fit=\"cover\" data-object-position=\"50% 50%\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer {\"height\":\"50px\"} -->\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:group -->\";}i:26;O:8:\"stdClass\":7:{s:2:\"id\";i:304242;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:30:\"Cabecera centrada con logotipo\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3703:\"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-container-core-group-is-layout-58 wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-57 wp-block-group-is-layout-flex\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Logotipo del sitio\"></span></div>\n\n<h1 class=\"has-link-color wp-elements-7b215d308770124d58b518591412dff8 wp-block-site-title has-text-color has-contrast-color has-large-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Patrones</a></h1>\n\n<nav class=\"is-responsive items-justified-center wp-block-navigation is-content-justification-center is-layout-flex wp-container-core-navigation-is-layout-7 wp-block-navigation-is-layout-flex\" \n		 data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"Men\\u00fa\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Abrir el menú\" class=\"wp-block-navigation__responsive-container-open \" \n				data-wp-on-async--click=\"actions.openMenuOnClick\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n			><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n				<div class=\"wp-block-navigation__responsive-container  \"  id=\"modal-20\" \n				data-wp-class--has-modal-open=\"state.isMenuOpen\"\n				data-wp-class--is-menu-open=\"state.isMenuOpen\"\n				data-wp-watch=\"callbacks.initMenu\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n				data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n				tabindex=\"-1\"\n			>\n					<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n						<div class=\"wp-block-navigation__responsive-dialog\" \n				data-wp-bind--aria-modal=\"state.ariaModal\"\n				data-wp-bind--aria-label=\"state.ariaLabel\"\n				data-wp-bind--role=\"state.roleAttribute\"\n			>\n							<button aria-label=\"Cerrar el menú\" class=\"wp-block-navigation__responsive-container-close\" \n				data-wp-on-async--click=\"actions.closeMenuOnClick\"\n			><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"m13.06 12 6.47-6.47-1.06-1.06L12 10.94 5.53 4.47 4.47 5.53 10.94 12l-6.47 6.47 1.06 1.06L12 13.06l6.47 6.47 1.06-1.06L13.06 12Z\"></path></svg></button>\n							<div class=\"wp-block-navigation__responsive-container-content\" \n				data-wp-watch=\"callbacks.focusFirstElement\"\n			 id=\"modal-20-content\">\n								<ul class=\"wp-block-navigation__container is-responsive items-justified-center wp-block-navigation\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n							</div>\n						</div>\n					</div>\n				</div></nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:85:\"Cabecera alineada al centro con logotipo, título del sitio y enlaces de navegación.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:57:\"core/group,core/navigation,core/site-logo,core/site-title\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:926:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:site-logo /-->\n\n<!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\",\"fontSize\":\"large\"} /-->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"center\"}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:27;O:8:\"stdClass\":7:{s:2:\"id\";i:303595;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:55:\"Cabecera de ancho completo con tamaño de fuente grande\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3470:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color wp-elements-4b5a1e7a31f9f44eaeb3ab45e5ae60f1 is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-59 wp-block-group-is-layout-flex\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><h1 class=\"wp-block-site-title has-large-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Patrones</a></h1>\n\n<nav class=\"has-large-font-size is-responsive items-justified-right wp-block-navigation is-content-justification-right is-layout-flex wp-container-core-navigation-is-layout-8 wp-block-navigation-is-layout-flex\" \n		 data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"Men\\u00fa\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Abrir el menú\" class=\"wp-block-navigation__responsive-container-open \" \n				data-wp-on-async--click=\"actions.openMenuOnClick\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n			><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n				<div class=\"wp-block-navigation__responsive-container  \"  id=\"modal-21\" \n				data-wp-class--has-modal-open=\"state.isMenuOpen\"\n				data-wp-class--is-menu-open=\"state.isMenuOpen\"\n				data-wp-watch=\"callbacks.initMenu\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n				data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n				tabindex=\"-1\"\n			>\n					<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n						<div class=\"wp-block-navigation__responsive-dialog\" \n				data-wp-bind--aria-modal=\"state.ariaModal\"\n				data-wp-bind--aria-label=\"state.ariaLabel\"\n				data-wp-bind--role=\"state.roleAttribute\"\n			>\n							<button aria-label=\"Cerrar el menú\" class=\"wp-block-navigation__responsive-container-close\" \n				data-wp-on-async--click=\"actions.closeMenuOnClick\"\n			><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"m13.06 12 6.47-6.47-1.06-1.06L12 10.94 5.53 4.47 4.47 5.53 10.94 12l-6.47 6.47 1.06 1.06L12 13.06l6.47 6.47 1.06-1.06L13.06 12Z\"></path></svg></button>\n							<div class=\"wp-block-navigation__responsive-container-content\" \n				data-wp-watch=\"callbacks.focusFirstElement\"\n			 id=\"modal-21-content\">\n								<ul class=\"wp-block-navigation__container has-large-font-size is-responsive items-justified-right wp-block-navigation has-large-font-size\"><li class=\"has-large-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-large-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-large-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n							</div>\n						</div>\n					</div>\n				</div></nav></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:102:\"Cabecera con un título grande del sitio y enlaces de navegación en el mismo tamaño de letra grande.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:42:\"core/group,core/navigation,core/site-title\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:811:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:site-title {\"fontSize\":\"large\"} /-->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"},\"fontSize\":\"large\"} /--></div>\n<!-- /wp:group -->\";}i:28;O:8:\"stdClass\":7:{s:2:\"id\";i:304247;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:15:\"Cabecera simple\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3759:\"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-container-core-group-is-layout-62 wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-61 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-container-core-group-is-layout-60 wp-block-group-is-layout-flex\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Logotipo del sitio\"></span></div>\n\n<h1 class=\"has-link-color wp-elements-74d9c587c704a765f018836daab4c876 wp-block-site-title\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Patrones</a></h1></div>\n\n\n<nav class=\"is-responsive items-justified-right wp-block-navigation is-content-justification-right is-layout-flex wp-container-core-navigation-is-layout-9 wp-block-navigation-is-layout-flex\" \n		 data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"Men\\u00fa\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Abrir el menú\" class=\"wp-block-navigation__responsive-container-open \" \n				data-wp-on-async--click=\"actions.openMenuOnClick\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n			><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n				<div class=\"wp-block-navigation__responsive-container  \"  id=\"modal-22\" \n				data-wp-class--has-modal-open=\"state.isMenuOpen\"\n				data-wp-class--is-menu-open=\"state.isMenuOpen\"\n				data-wp-watch=\"callbacks.initMenu\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n				data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n				tabindex=\"-1\"\n			>\n					<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n						<div class=\"wp-block-navigation__responsive-dialog\" \n				data-wp-bind--aria-modal=\"state.ariaModal\"\n				data-wp-bind--aria-label=\"state.ariaLabel\"\n				data-wp-bind--role=\"state.roleAttribute\"\n			>\n							<button aria-label=\"Cerrar el menú\" class=\"wp-block-navigation__responsive-container-close\" \n				data-wp-on-async--click=\"actions.closeMenuOnClick\"\n			><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"m13.06 12 6.47-6.47-1.06-1.06L12 10.94 5.53 4.47 4.47 5.53 10.94 12l-6.47 6.47 1.06 1.06L12 13.06l6.47 6.47 1.06-1.06L13.06 12Z\"></path></svg></button>\n							<div class=\"wp-block-navigation__responsive-container-content\" \n				data-wp-watch=\"callbacks.focusFirstElement\"\n			 id=\"modal-22-content\">\n								<ul class=\"wp-block-navigation__container is-responsive items-justified-right wp-block-navigation\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n							</div>\n						</div>\n					</div>\n				</div></nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:64:\"Cabecera sencilla con logotipo, título del sitio y navegación.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:57:\"core/group,core/navigation,core/site-logo,core/site-title\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1021:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:29;O:8:\"stdClass\":7:{s:2:\"id\";i:303599;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:44:\"Pie de página centrado con enlaces sociales\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4246:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-64 wp-block-group-is-layout-flex\" style=\"min-height:30vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--50)\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-63 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-center\">Funciona gracias a <a href=\"https://wordpress.org\">WordPress</a></p>\n\n\n\n<ul class=\"wp-block-social-links has-small-icon-size is-style-logos-only is-nowrap is-layout-flex wp-container-core-social-links-is-layout-1 wp-block-social-links-is-layout-flex\"><li class=\"wp-social-link wp-social-link-twitter  wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitter</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-instagram  wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Instagram</span></a></li></ul>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:89:\"Pie de página centrado con la frase «Funciona gracias a WordPress» y enlaces sociales.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:60:\"core/group,core/paragraph,core/social-link,core/social-links\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1495:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|60\",\"left\":\"var:preset|spacing|50\",\"top\":\"var:preset|spacing|60\"},\"blockGap\":\"var:preset|spacing|40\",\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"dimensions\":{\"minHeight\":\"30vh\"}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color\" style=\"min-height:30vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--50)\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Funciona gracias a <a href=\"https://wordpress.org\">WordPress</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:social-links {\"size\":\"has-small-icon-size\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"8px\",\"left\":\"8px\"}}},\"className\":\"is-style-logos-only\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<ul class=\"wp-block-social-links has-small-icon-size is-style-logos-only\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"twitter\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"instagram\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:30;O:8:\"stdClass\":7:{s:2:\"id\";i:295890;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:68:\"Pie de página con búsqueda, título del sitio y línea de crédito\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3115:\"\n<div class=\"wp-block-group alignfull has-background is-layout-constrained wp-container-core-group-is-layout-72 wp-block-group-is-layout-constrained\" style=\"background-color:#00000008;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--40)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-69 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group wp-container-content-20 is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-65 wp-block-group-is-layout-constrained\">\n<p class=\"has-text-align-left\" style=\"font-size:0.9rem;font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase\">Buscar</p>\n\n\n<form role=\"search\" method=\"get\" action=\"https://wordpress.org/patterns/\" class=\"wp-block-search__button-outside wp-block-search__icon-button wp-block-search\"    ><label class=\"wp-block-search__label screen-reader-text\" for=\"wp-block-search__input-23\" >Search</label><div class=\"wp-block-search__inside-wrapper \"  style=\"width: 100%\"><input class=\"wp-block-search__input\" id=\"wp-block-search__input-23\" placeholder=\"\" value=\"\" type=\"search\" name=\"s\" required  style=\"border-width: 1px\"/><button aria-label=\"Search\" class=\"wp-block-search__button has-icon wp-element-button\" type=\"submit\"  style=\"border-width: 1px\"><svg class=\"search-icon\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\">\n					<path d=\"M13 5c-3.3 0-6 2.7-6 6 0 1.4.5 2.7 1.3 3.7l-3.8 3.8 1.1 1.1 3.8-3.8c1 .8 2.3 1.3 3.7 1.3 3.3 0 6-2.7 6-6S16.3 5 13 5zm0 10.5c-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5 4.5 2 4.5 4.5-2 4.5-4.5 4.5z\"></path>\n				</svg></button></div></form></div>\n\n\n\n<div class=\"wp-block-group is-content-justification-right is-nowrap is-layout-flex wp-container-core-group-is-layout-68 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-67 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-left\" style=\"font-size:0.9rem;font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase\">Social</p>\n\n\n\n<div class=\"wp-block-group has-small-font-size is-vertical is-content-justification-left is-layout-flex wp-container-core-group-is-layout-66 wp-block-group-is-layout-flex\">\n<p><a href=\"#\">Facebook</a></p>\n\n\n\n<p><a href=\"#\">Instagram</a></p>\n\n\n\n<p><a href=\"#\">Twitter</a></p>\n</div>\n</div>\n</div>\n</div>\n\n\n\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-71 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><h1 class=\"wp-block-site-title has-small-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Patrones</a></h1></div>\n\n\n\n<p class=\"has-small-font-size\"> Orgullosamente impulsado por <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:127:\"Pie de página con el campo de búsqueda y el título del sitio a la izquierda, y una pequeña línea de crédito a la derecha.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:65:\"core/group,core/paragraph,core/search,core/site-title,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:3264:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"top\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|50\"}},\"color\":{\"background\":\"#00000008\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#00000008;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|60\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontSize\":\"0.9rem\",\"letterSpacing\":\"1px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} -->\n<p class=\"has-text-align-left\" style=\"font-size:0.9rem;font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase\">Buscar</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:search {\"label\":\"Search\",\"showLabel\":false,\"width\":100,\"widthUnit\":\"%\",\"buttonText\":\"Search\",\"buttonUseIcon\":true,\"style\":{\"border\":{\"width\":\"1px\"}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":[]},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontSize\":\"0.9rem\",\"letterSpacing\":\"1px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} -->\n<p class=\"has-text-align-left\" style=\"font-size:0.9rem;font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase\">Social</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"},\"fontSize\":\"small\"} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:paragraph -->\n<p><a href=\"#\">Facebook</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Instagram</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Twitter</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"48px\"} -->\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\"> Orgullosamente impulsado por <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:31;O:8:\"stdClass\":7:{s:2:\"id\";i:303605;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:63:\"Pie de página con el título del sitio y la línea de crédito\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:892:\"\n<div class=\"wp-block-group alignfull has-background-color is-layout-constrained wp-container-core-group-is-layout-75 wp-block-group-is-layout-constrained\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-74 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><h1 class=\"wp-block-site-title has-small-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Patrones</a></h1></div>\n\n\n\n<p class=\"has-small-font-size\"> Orgullosamente impulsado por <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:92:\"Pie de página con el título del sitio a la izquierda y la línea de crédito a la derecha.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:41:\"core/group,core/paragraph,core/site-title\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1105:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|30\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"has-background-color\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-background-color\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\"> Orgullosamente impulsado por <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:32;O:8:\"stdClass\":7:{s:2:\"id\";i:303609;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:51:\"Pie de página con navegación y línea de crédito\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3639:\"\n<div class=\"wp-block-group alignfull has-background-color is-layout-constrained wp-container-core-group-is-layout-78 wp-block-group-is-layout-constrained\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-77 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><nav class=\"has-small-font-size is-responsive items-justified-left wp-block-navigation is-content-justification-left is-layout-flex wp-container-core-navigation-is-layout-10 wp-block-navigation-is-layout-flex\" \n		 data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"Men\\u00fa\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Abrir el menú\" class=\"wp-block-navigation__responsive-container-open \" \n				data-wp-on-async--click=\"actions.openMenuOnClick\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n			><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n				<div class=\"wp-block-navigation__responsive-container  \"  id=\"modal-24\" \n				data-wp-class--has-modal-open=\"state.isMenuOpen\"\n				data-wp-class--is-menu-open=\"state.isMenuOpen\"\n				data-wp-watch=\"callbacks.initMenu\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n				data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n				tabindex=\"-1\"\n			>\n					<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n						<div class=\"wp-block-navigation__responsive-dialog\" \n				data-wp-bind--aria-modal=\"state.ariaModal\"\n				data-wp-bind--aria-label=\"state.ariaLabel\"\n				data-wp-bind--role=\"state.roleAttribute\"\n			>\n							<button aria-label=\"Cerrar el menú\" class=\"wp-block-navigation__responsive-container-close\" \n				data-wp-on-async--click=\"actions.closeMenuOnClick\"\n			><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"m13.06 12 6.47-6.47-1.06-1.06L12 10.94 5.53 4.47 4.47 5.53 10.94 12l-6.47 6.47 1.06 1.06L12 13.06l6.47 6.47 1.06-1.06L13.06 12Z\"></path></svg></button>\n							<div class=\"wp-block-navigation__responsive-container-content\" \n				data-wp-watch=\"callbacks.focusFirstElement\"\n			 id=\"modal-24-content\">\n								<ul class=\"wp-block-navigation__container has-small-font-size is-responsive items-justified-left wp-block-navigation has-small-font-size\"><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n							</div>\n						</div>\n					</div>\n				</div></nav></div>\n\n\n\n<p class=\"has-small-font-size\"> Orgullosamente impulsado por <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:80:\"Pie de página con navegación a la izquierda y línea de crédito a la derecha.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:41:\"core/group,core/navigation,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1184:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|30\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"has-background-color\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-background-color\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"left\"},\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\"> Orgullosamente impulsado por <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:33;O:8:\"stdClass\":7:{s:2:\"id\";i:290136;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:67:\"Pie de página de ancho completo con color de fondo y tres columnas\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3022:\"\n<div class=\"wp-block-group alignfull has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color wp-elements-0006ff2ac7cc821bae96e1ca53609845 is-vertical is-content-justification-stretch is-layout-flex wp-container-core-group-is-layout-81 wp-block-group-is-layout-flex\" style=\"min-height:40vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--40)\">\n<div class=\"wp-block-columns alignwide has-small-font-size is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-align-center\">Ubicación</p>\n\n\n\n<p class=\"has-text-align-center\">2020 Lomita Blvd, <br>Torrance, CA 90101<br>Estados Unidos</p>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-align-center\">Páginas</p>\n\n\n<nav class=\"has-small-font-size items-justified-center is-vertical no-wrap wp-block-navigation is-content-justification-center is-nowrap is-layout-flex wp-container-core-navigation-is-layout-11 wp-block-navigation-is-layout-flex\"><ul class=\"wp-block-navigation__container has-small-font-size items-justified-center is-vertical no-wrap wp-block-navigation has-small-font-size\"><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul></nav>\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-align-center\">Síguenos</p>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-79 wp-block-group-is-layout-flex\">\n<p><a href=\"#\">Facebook</a></p>\n\n\n\n<p><a href=\"#\">Instagram</a></p>\n\n\n\n<p><a href=\"#\">Twitter</a></p>\n</div>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-group alignwide is-content-justification-center is-layout-flex wp-container-core-group-is-layout-80 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-center has-small-font-size\"> Orgullosamente impulsado por <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:65:\"Pie de página de sólo texto con color de fondo y tres columnas.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:78:\"core/column,core/columns,core/group,core/navigation,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:3236:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|60\",\"right\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|60\",\"left\":\"var:preset|spacing|40\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"var:preset|spacing|30\"},\"dimensions\":{\"minHeight\":\"40vh\"}},\"backgroundColor\":\"black\",\"textColor\":\"white\",\"className\":\"has-background-color\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-group alignfull has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color\" style=\"min-height:40vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:columns {\"align\":\"wide\",\"fontSize\":\"small\"} -->\n<div class=\"wp-block-columns alignwide has-small-font-size\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Ubicación</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">2020 Lomita Blvd, <br>Torrance, CA 90101<br>Estados Unidos</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Páginas</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:navigation {\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"flexWrap\":\"nowrap\"},\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"fontSize\":\"small\"} /-->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Síguenos</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p><a href=\"#\">Facebook</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Instagram</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Twitter</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-center has-small-font-size\"> Orgullosamente impulsado por <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:34;O:8:\"stdClass\":7:{s:2:\"id\";i:304261;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:44:\"Pie de página centrado con enlaces sociales\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4175:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-82 wp-block-group-is-layout-flex\" style=\"min-height:40vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--50)\"><div style=\"margin-bottom:6px;\" class=\"is-default-size aligncenter wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Logotipo del sitio\"></span></div>\n\n\n<p class=\"has-text-align-center has-medium-font-size\">Funciona gracias a <a href=\"https://wordpress.org\">WordPress</a></p>\n\n\n\n<ul class=\"wp-block-social-links has-normal-icon-size is-style-logos-only is-nowrap is-layout-flex wp-container-core-social-links-is-layout-2 wp-block-social-links-is-layout-flex\"><li class=\"wp-social-link wp-social-link-facebook  wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12 2C6.5 2 2 6.5 2 12c0 5 3.7 9.1 8.4 9.9v-7H7.9V12h2.5V9.8c0-2.5 1.5-3.9 3.8-3.9 1.1 0 2.2.2 2.2.2v2.5h-1.3c-1.2 0-1.6.8-1.6 1.6V12h2.8l-.4 2.9h-2.3v7C18.3 21.1 22 17 22 12c0-5.5-4.5-10-10-10z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Facebook</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-twitter  wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitter</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-wordpress  wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12.158,12.786L9.46,20.625c0.806,0.237,1.657,0.366,2.54,0.366c1.047,0,2.051-0.181,2.986-0.51 c-0.024-0.038-0.046-0.079-0.065-0.124L12.158,12.786z M3.009,12c0,3.559,2.068,6.634,5.067,8.092L3.788,8.341 C3.289,9.459,3.009,10.696,3.009,12z M18.069,11.546c0-1.112-0.399-1.881-0.741-2.48c-0.456-0.741-0.883-1.368-0.883-2.109 c0-0.826,0.627-1.596,1.51-1.596c0.04,0,0.078,0.005,0.116,0.007C16.472,3.904,14.34,3.009,12,3.009 c-3.141,0-5.904,1.612-7.512,4.052c0.211,0.007,0.41,0.011,0.579,0.011c0.94,0,2.396-0.114,2.396-0.114 C7.947,6.93,8.004,7.642,7.52,7.699c0,0-0.487,0.057-1.029,0.085l3.274,9.739l1.968-5.901l-1.401-3.838 C9.848,7.756,9.389,7.699,9.389,7.699C8.904,7.67,8.961,6.93,9.446,6.958c0,0,1.484,0.114,2.368,0.114 c0.94,0,2.397-0.114,2.397-0.114c0.485-0.028,0.542,0.684,0.057,0.741c0,0-0.488,0.057-1.029,0.085l3.249,9.665l0.897-2.996 C17.841,13.284,18.069,12.316,18.069,11.546z M19.889,7.686c0.039,0.286,0.06,0.593,0.06,0.924c0,0.912-0.171,1.938-0.684,3.22 l-2.746,7.94c2.673-1.558,4.47-4.454,4.47-7.771C20.991,10.436,20.591,8.967,19.889,7.686z M12,22C6.486,22,2,17.514,2,12 C2,6.486,6.486,2,12,2c5.514,0,10,4.486,10,10C22,17.514,17.514,22,12,22z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">WordPress</span></a></li></ul>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:97:\"Pie de página con el título del sitio centrado, eslogan, enlaces sociales y línea de crédito.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:75:\"core/group,core/paragraph,core/site-logo,core/social-link,core/social-links\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1532:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|60\",\"left\":\"var:preset|spacing|50\",\"top\":\"var:preset|spacing|60\"},\"blockGap\":\"var:preset|spacing|40\",\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"dimensions\":{\"minHeight\":\"40vh\"}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color\" style=\"min-height:40vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--50)\"><!-- wp:site-logo {\"align\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"6px\"}}}} /-->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\"} -->\n<p class=\"has-text-align-center has-medium-font-size\">Funciona gracias a <a href=\"https://wordpress.org\">WordPress</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:social-links {\"size\":\"has-normal-icon-size\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"12px\",\"left\":\"12px\"}}},\"className\":\"is-style-logos-only\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<ul class=\"wp-block-social-links has-normal-icon-size is-style-logos-only\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"twitter\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"wordpress\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group -->\";}i:35;O:8:\"stdClass\":7:{s:2:\"id\";i:303615;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:76:\"Pie de página de ancho completo con navegación, créditos y redes sociales\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4655:\"\n<div class=\"wp-block-group alignfull has-background-color is-layout-flow wp-block-group-is-layout-flow\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignfull has-small-font-size is-content-justification-space-between is-nowrap is-layout-flex wp-container-core-group-is-layout-84 wp-block-group-is-layout-flex\"><h1 class=\"wp-block-site-title has-small-font-size wp-container-content-21\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Patrones</a></h1>\n\n\n<div class=\"wp-block-group wp-container-content-22 is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-83 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-center has-small-font-size\"> Orgullosamente impulsado por <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n\n\n\n<ul class=\"wp-block-social-links has-small-icon-size is-style-logos-only wp-container-content-23 is-content-justification-right is-nowrap is-layout-flex wp-container-core-social-links-is-layout-3 wp-block-social-links-is-layout-flex\"><li class=\"wp-social-link wp-social-link-twitter  wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitter</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-instagram  wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Instagram</span></a></li></ul>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:119:\"Pie de página con el título del sitio a la izquierda, los créditos en el centro y los enlaces sociales a la derecha.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:76:\"core/group,core/paragraph,core/site-title,core/social-link,core/social-links\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1879:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"has-background-color\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull has-background-color\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"nowrap\"},\"fontSize\":\"small\"} -->\n<div class=\"wp-block-group alignfull has-small-font-size\"><!-- wp:site-title {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"25%\"}},\"fontSize\":\"small\"} /-->\n\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-center has-small-font-size\"> Orgullosamente impulsado por <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:social-links {\"size\":\"has-small-icon-size\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"12px\"}},\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"25%\"}},\"className\":\"is-style-logos-only\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<ul class=\"wp-block-social-links has-small-icon-size is-style-logos-only\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"twitter\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"instagram\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:36;O:8:\"stdClass\":7:{s:2:\"id\";i:290202;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:38:\"Pie de página alineado a la izquierda\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2915:\"\n<div class=\"wp-block-group alignfull is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-91 wp-block-group-is-layout-flex\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group wp-container-content-24 is-vertical is-layout-flex wp-container-core-group-is-layout-86 wp-block-group-is-layout-flex\"><h1 class=\"wp-block-site-title has-medium-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Patrones</a></h1>\n\n\n<p class=\"has-text-align-left\">2020 Lomita Blvd, <br>Torrance, CA 90101<br>Estados Unidos</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\">Orgullosamente impulsado por <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\n\n\n<div class=\"wp-block-group is-content-justification-right is-layout-flex wp-container-core-group-is-layout-90 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-87 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-left\">Páginas</p>\n\n\n<nav class=\"has-small-font-size items-justified-left is-vertical no-wrap wp-block-navigation is-content-justification-left is-nowrap is-layout-flex wp-container-core-navigation-is-layout-12 wp-block-navigation-is-layout-flex\"><ul class=\"wp-block-navigation__container has-small-font-size items-justified-left is-vertical no-wrap wp-block-navigation has-small-font-size\"><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul></nav>\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-89 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-left\">Social</p>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-left is-layout-flex wp-container-core-group-is-layout-88 wp-block-group-is-layout-flex\">\n<p><a href=\"#\">Facebook</a></p>\n\n\n\n<p><a href=\"#\">Instagram</a></p>\n\n\n\n<p><a href=\"#\">Twitter</a></p>\n</div>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:72:\"Pie de página alineado a la izquierda con sólo una línea de crédito.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:69:\"core/group,core/navigation,core/paragraph,core/site-title,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2948:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"fontSize\":\"medium\"} /-->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">2020 Lomita Blvd, <br>Torrance, CA 90101<br>Estados Unidos</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-left has-small-font-size\">Orgullosamente impulsado por <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">Páginas</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:navigation {\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\",\"flexWrap\":\"nowrap\"},\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"fontSize\":\"small\"} /-->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">Social</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p><a href=\"#\">Facebook</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Instagram</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Twitter</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:37;O:8:\"stdClass\":7:{s:2:\"id\";i:1452;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:45:\"Tres columnas con imágenes con compensación\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1388:\"\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-3 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:25%\">\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-01.jpg\" alt=\"Primer plano, vista abstracta de una arquitectura geométrica.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:25%\">\n<div style=\"height:500px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-02.jpg\" alt=\"Primer plano, vista en ángulo de una ventana en un edificio blanco.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:45%\">\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-03.jpg\" alt=\"Primer plano de la esquina de un edificio blanco y geométrico con puntas afiladas y esquinas redondeadas.\" /></figure>\n\n\n\n<div style=\"height:285px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:46:\"Tres columnas con imágenes con compensación.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:47:\"core/column,core/columns,core/image,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"gallery\";i:1;s:6:\"images\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1790:\"<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"25%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:25%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://s.w.org/images/core/5.8/architecture-01.jpg\" alt=\"Primer plano, vista abstracta de una arquitectura geométrica.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"25%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:25%\"><!-- wp:spacer {\"height\":500} -->\n<div style=\"height:500px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:spacer {\"height\":150} -->\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/architecture-02.jpg\" alt=\"Primer plano, vista en ángulo de una ventana en un edificio blanco.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"45%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:45%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://s.w.org/images/core/5.8/architecture-03.jpg\" alt=\"Primer plano de la esquina de un edificio blanco y geométrico con puntas afiladas y esquinas redondeadas.\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":285} -->\n<div style=\"height:285px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:38;O:8:\"stdClass\":7:{s:2:\"id\";i:1453;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:22:\"Tres columnas de texto\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1311:\"\n<div class=\"wp-block-columns alignfull has-text-color has-background is-layout-flex wp-container-core-columns-is-layout-4 wp-block-columns-is-layout-flex\" style=\"background-color:#ffffff;color:#000000\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\" style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://es.wordpress.org\">Visita virtual <span aria-hidden=\"true\" class=\"wp-exclude-emoji\">↗</span></a></strong></h3>\n\n\n\n<p>Haz una visita virtual al museo. Ideal para colegios y eventos.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\" style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://es.wordpress.org\">Eventos en curso <span aria-hidden=\"true\" class=\"wp-exclude-emoji\">↗</span></a></strong></h3>\n\n\n\n<p>Mantente al día y consulta aquí nuestras exposiciones actuales.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\" style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://es.wordpress.org\">Información útil <span aria-hidden=\"true\" class=\"wp-exclude-emoji\">↗</span></a></strong></h3>\n\n\n\n<p>Conoce nuestros horarios, precios de las entradas y descuentos.</p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:23:\"Tres columnas de texto.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:52:\"core/column,core/columns,core/heading,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1537:\"<!-- wp:columns {\"align\":\"full\",\"style\":{\"color\":{\"text\":\"#000000\",\"background\":\"#ffffff\"}}} -->\n<div class=\"wp-block-columns alignfull has-text-color has-background\" style=\"background-color:#ffffff;color:#000000\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://es.wordpress.org\">Visita virtual ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Haz una visita virtual al museo. Ideal para colegios y eventos.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://es.wordpress.org\">Eventos en curso ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Mantente al día y consulta aquí nuestras exposiciones actuales.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://es.wordpress.org\">Información útil ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Conoce nuestros horarios, precios de las entradas y descuentos.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:39;O:8:\"stdClass\":7:{s:2:\"id\";i:1454;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:35:\"Tres columnas con imágenes y texto\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3663:\"\n<div class=\"wp-block-group alignfull has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"background-color:#f5eac1;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw\">\n<div class=\"wp-block-group is-vertical is-nowrap is-layout-flex wp-container-core-group-is-layout-92 wp-block-group-is-layout-flex\" style=\"padding-right:0;padding-left:0\">\n<h6 class=\"wp-block-heading has-text-color\" id=\"ecosystem\" style=\"color:#000000;font-size:16px\">ECOSISTEMA</h6>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:6vw;font-style:normal;font-weight:700;letter-spacing:0px;line-height:0.9;text-decoration:none;text-transform:none\">Crecimiento positivo.</p>\n</div>\n\n\n\n<div style=\"height:1vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group alignwide is-vertical is-nowrap is-layout-flex wp-container-core-group-is-layout-93 wp-block-group-is-layout-flex\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-5 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.38%\">\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\"><em>Naturaleza</em>, en el sentido común, se refiere a esencias no modificadas por el hombre; el espacio, el aire, el río, la hoja&nbsp;<em>Arte</em>&nbsp;se aplica a la mezcla de su voluntad con las mismas cosas, como en una casa, un canal, una estatua, un cuadro. </p>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Pero tus operaciones en conjunto son tan insignificantes (un poco de picar, hornear, parchar y lavar) que en una impresión tan grande como la del mundo en la mente humana, no varían el resultado.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33%\">\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"La puesta de sol a través de un denso bosque.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.62%\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Aerogeneradores en una llanura de hierba, con un cielo azul.\" /></figure>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-6 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:69%\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"El sol brilla sobre una cresta que desciende hacia la costa. A lo lejos, un coche circula por una carretera.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33%\">\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Sin duda, no tenemos que hacer preguntas que no tengan respuesta. Debemos confiar en la perfección de la creación hasta el punto de creer que cualquier curiosidad que el orden de las cosas haya despertado en nuestra mente, el orden de las cosas puede satisfacerla. La condición de todo hombre es una solución en jeroglífico a las preguntas que él mismo se plantea.</p>\n</div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:87:\"Tres columnas con imágenes y texto, con espaciado vertical para un aspecto desplazado.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:86:\"core/column,core/columns,core/group,core/heading,core/image,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:4:{i:0;s:7:\"columns\";i:1;s:7:\"gallery\";i:2;s:6:\"images\";i:3;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:5215:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#f5eac1\"},\"spacing\":{\"padding\":{\"top\":\"6vw\",\"bottom\":\"6vw\",\"left\":\"6vw\",\"right\":\"6vw\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#f5eac1;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"16px\",\"padding\":{\"right\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\" style=\"padding-right:0;padding-left:0\"><!-- wp:heading {\"level\":6,\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"16px\"}},\"anchor\":\"ecosystem\"} -->\n<h6 class=\"wp-block-heading has-text-color\" id=\"ecosystem\" style=\"color:#000000;font-size:16px\">ECOSISTEMA</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"0.9\",\"fontSize\":\"6vw\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"textTransform\":\"none\",\"textDecoration\":\"none\",\"letterSpacing\":\"0px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:6vw;font-style:normal;font-weight:700;letter-spacing:0px;line-height:0.9;text-decoration:none;text-transform:none\">Crecimiento positivo.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"1vw\"} -->\n<div style=\"height:1vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"3vw\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"3vw\",\"left\":\"3vw\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"33.38%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.38%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"17px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\"><em>Naturaleza</em>, en el sentido común, se refiere a esencias no modificadas por el hombre; el espacio, el aire, el río, la hoja&nbsp;<em>Arte</em>&nbsp;se aplica a la mezcla de su voluntad con las mismas cosas, como en una casa, un canal, una estatua, un cuadro. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"17px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Pero tus operaciones en conjunto son tan insignificantes (un poco de picar, hornear, parchar y lavar) que en una impresión tan grande como la del mundo en la mente humana, no varían el resultado.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33%\"><!-- wp:spacer {\"height\":\"2vw\"} -->\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"La puesta de sol a través de un denso bosque.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.62%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.62%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Aerogeneradores en una llanura de hierba, con un cielo azul.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"3vw\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"69%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:69%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"El sol brilla sobre una cresta que desciende hacia la costa. A lo lejos, un coche circula por una carretera.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33%\"><!-- wp:spacer {\"height\":\"2vw\"} -->\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"17px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Sin duda, no tenemos que hacer preguntas que no tengan respuesta. Debemos confiar en la perfección de la creación hasta el punto de creer que cualquier curiosidad que el orden de las cosas haya despertado en nuestra mente, el orden de las cosas puede satisfacerla. La condición de todo hombre es una solución en jeroglífico a las preguntas que él mismo se plantea.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:40;O:8:\"stdClass\":7:{s:2:\"id\";i:1455;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:54:\"Dos columnas de texto con encabezado con compensación\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2407:\"\n<div class=\"wp-block-group alignfull has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"background-color:#f2f0e9\">\n<div style=\"height:70px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center is-layout-flex wp-container-core-columns-is-layout-7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<p class=\"has-text-color\" style=\"color:#000000;font-size:30px;line-height:1.1\"><strong>Inspiración oceánica</strong></p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<hr class=\"wp-block-separator has-text-color has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-8 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Enrollando los velos alrededor de sus cabezas, las mujeres subieron a cubierta. Ahora avanzaban con paso firme por el río, pasando por las formas oscuras de los barcos anclados, y Londres era un enjambre de luces con un dosel amarillo pálido que caía por encima. Estaban las luces de los grandes teatros, las luces de las largas calles, las luces que indicaban enormes plazas de confort doméstico, las luces que colgaban en el aire.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Ninguna oscuridad se asentaría jamás sobre aquellas lámparas, como ninguna oscuridad se había asentado sobre ellas durante cientos de años. Parecía espantoso que la ciudad ardiera para siempre en el mismo lugar; espantoso al menos para la gente que se alejaba para aventurarse en el mar, y la contemplaba como un montículo circunscrito, eternamente quemado, eternamente marcado. Desde la cubierta del barco, la gran ciudad aparecía como una figura agazapada y cobarde, un miserable sedentario.</p>\n</div>\n</div>\n\n\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:55:\"Dos columnas de texto con encabezado con compensación.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:77:\"core/column,core/columns,core/group,core/paragraph,core/separator,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2962:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#f2f0e9\"}}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#f2f0e9\"><!-- wp:spacer {\"height\":70} -->\n<div style=\"height:70px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"30px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:30px;line-height:1.1\"><strong>Inspiración oceánica</strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:separator {\"customColor\":\"#000000\",\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-text-color has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n<!-- /wp:separator --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Enrollando los velos alrededor de sus cabezas, las mujeres subieron a cubierta. Ahora avanzaban con paso firme por el río, pasando por las formas oscuras de los barcos anclados, y Londres era un enjambre de luces con un dosel amarillo pálido que caía por encima. Estaban las luces de los grandes teatros, las luces de las largas calles, las luces que indicaban enormes plazas de confort doméstico, las luces que colgaban en el aire.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Ninguna oscuridad se asentaría jamás sobre aquellas lámparas, como ninguna oscuridad se había asentado sobre ellas durante cientos de años. Parecía espantoso que la ciudad ardiera para siempre en el mismo lugar; espantoso al menos para la gente que se alejaba para aventurarse en el mar, y la contemplaba como un montículo circunscrito, eternamente quemado, eternamente marcado. Desde la cubierta del barco, la gran ciudad aparecía como una figura agazapada y cobarde, un miserable sedentario.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":40} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";}i:41;O:8:\"stdClass\":7:{s:2:\"id\";i:1456;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:50:\"Medios y texto en un contenedor de altura completa\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1550:\"\n<div class=\"wp-block-cover alignfull is-light\" style=\"min-height:100vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#ffffff\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center is-image-fill\" style=\"grid-template-columns:56% auto\"><figure class=\"wp-block-media-text__media\" style=\"background-image:url(https://s.w.org/images/core/5.8/soil.jpg);background-position:50% 50%\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/soil.jpg\" alt=\"Primer plano de tierra seca y agrietada.\" /></figure><div class=\"wp-block-media-text__content\">\n<h2 class=\"wp-block-heading has-text-color\" style=\"color:#000000;font-size:32px\"><strong>¿Qué problema hay?</strong></h2>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Los árboles son hoy más importantes que nunca. Se dice que más de 10.000 productos se fabrican con árboles. A través de la química, el humilde montón de madera está produciendo productos químicos, plásticos y tejidos que no se podían comprender cuando un hacha derribó por primera vez un árbol de Andalucía.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">aprende más</a></div>\n</div>\n</div></div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:81:\"Bloque de medios y texto con imagen a la izquierda y texto y botón a la derecha.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:79:\"core/button,core/buttons,core/cover,core/heading,core/media-text,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2087:\"<!-- wp:cover {\"customOverlayColor\":\"#ffffff\",\"minHeight\":100,\"minHeightUnit\":\"vh\",\"contentPosition\":\"center center\",\"isDark\":false,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"min-height:100vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#ffffff\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:media-text {\"mediaLink\":\"https://s.w.org/images/core/5.8/soil.jpg\",\"mediaType\":\"image\",\"mediaWidth\":56,\"verticalAlignment\":\"center\",\"imageFill\":true} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center is-image-fill\" style=\"grid-template-columns:56% auto\"><figure class=\"wp-block-media-text__media\" style=\"background-image:url(https://s.w.org/images/core/5.8/soil.jpg);background-position:50% 50%\"><img src=\"https://s.w.org/images/core/5.8/soil.jpg\" alt=\"Primer plano de tierra seca y agrietada.\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"32px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<h2 class=\"wp-block-heading has-text-color\" style=\"color:#000000;font-size:32px\"><strong>¿Qué problema hay?</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"17px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Los árboles son hoy más importantes que nunca. Se dice que más de 10.000 productos se fabrican con árboles. A través de la química, el humilde montón de madera está produciendo productos químicos, plásticos y tejidos que no se podían comprender cuando un hacha derribó por primera vez un árbol de Andalucía.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">aprende más</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:media-text --></div></div>\n<!-- /wp:cover -->\";}i:42;O:8:\"stdClass\":7:{s:2:\"id\";i:1457;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:38:\"Medios y texto con imagen a la derecha\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:754:\"\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center is-style-default\" style=\"grid-template-columns:auto 56%\"><div class=\"wp-block-media-text__content\">\n<h2 class=\"wp-block-heading has-text-color\" style=\"color:#000000\"><strong>Orilla con mar azul</strong></h2>\n\n\n\n<p class=\"has-text-color\" style=\"color:#636363;font-size:17px;line-height:1.1\">Eleanor Harris&nbsp;(Estadounidense, 1901-1942)</p>\n</div><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/art-02.jpg\" alt=\"Un paisaje rural verde y marrón que desemboca en un océano azul brillante y un cielo ligeramente nublado, realizado con pinturas al óleo.\" /></figure></div>\n\n\n\n<p></p>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:72:\"Bloque de medios y texto con imagen a la derecha y texto a la izquierda.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:43:\"core/heading,core/media-text,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1190:\"<!-- wp:media-text {\"align\":\"full\",\"mediaPosition\":\"right\",\"mediaLink\":\"#\",\"mediaType\":\"image\",\"mediaWidth\":56,\"verticalAlignment\":\"center\",\"className\":\"is-style-default\"} -->\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center is-style-default\" style=\"grid-template-columns:auto 56%\"><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h2 class=\"wp-block-heading has-text-color\" style=\"color:#000000\"><strong>Orilla con mar azul</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"17px\"},\"color\":{\"text\":\"#636363\"}}} -->\n<p class=\"has-text-color\" style=\"color:#636363;font-size:17px;line-height:1.1\">Eleanor Harris&nbsp;(Estadounidense, 1901-1942)</p>\n<!-- /wp:paragraph --></div><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/images/core/5.8/art-02.jpg\" alt=\"Un paisaje rural verde y marrón que desemboca en un océano azul brillante y un cielo ligeramente nublado, realizado con pinturas al óleo.\" /></figure></div>\n<!-- /wp:media-text -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\";}i:43;O:8:\"stdClass\":7:{s:2:\"id\";i:1459;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:40:\"Medios y texto con imagen a la izquierda\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:628:\"\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Primer plano, vista abstracta de arquitectura.\" /></figure><div class=\"wp-block-media-text__content\">\n<h3 class=\"wp-block-heading has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Espacios abiertos</strong></h3>\n\n\n\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">Ver estudio de caso <span aria-hidden=\"true\" class=\"wp-exclude-emoji\">↗</span></a></p>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:72:\"Bloque de medios y texto con imagen a la izquierda y texto a la derecha.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:43:\"core/heading,core/media-text,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:861:\"<!-- wp:media-text {\"align\":\"full\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Primer plano, vista abstracta de arquitectura.\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h3 class=\"wp-block-heading has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Espacios abiertos</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">Ver estudio de caso ↗</a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\";}i:44;O:8:\"stdClass\":7:{s:2:\"id\";i:1461;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Cabecera grande con texto y un botón\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1589:\"\n<div class=\"wp-block-cover alignfull has-parallax\" style=\"min-height:100vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-40 has-background-dim\" style=\"background-color:#000000\"></span><div role=\"img\" class=\"wp-block-cover__image-background has-parallax\" style=\"background-position:50% 50%;background-image:url(https://s.w.org/images/core/5.8/art-01.jpg)\"></div><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<h2 class=\"wp-block-heading alignwide has-white-color has-text-color\" style=\"font-size:48px;line-height:1.2\"><strong><em>Ultramar:</em></strong><br><strong><em>1500 — 1960</em></strong></h2>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-9 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:60%\">\n<p class=\"has-text-color\" style=\"color:#ffffff\">Una exposición sobre las diferentes representaciones del océano a lo largo del tiempo, entre el siglo XVI y el XX. Tiene lugar en nuestra sala abierta de la <em>planta 2</em>.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-outline is-style-outline--25\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#ffffff;background-color:#000000\">VISITAR</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:76:\"Cabecera grande con imagen de fondo y texto y un botón en la parte superior\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:88:\"core/button,core/buttons,core/column,core/columns,core/cover,core/heading,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2053:\"<!-- wp:cover {\"url\":\"https://s.w.org/images/core/5.8/art-01.jpg\",\"hasParallax\":true,\"dimRatio\":40,\"customOverlayColor\":\"#000000\",\"minHeight\":100,\"minHeightUnit\":\"vh\",\"contentPosition\":\"center center\",\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull has-parallax\" style=\"min-height:100vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-40 has-background-dim\" style=\"background-color:#000000\"></span><div role=\"img\" class=\"wp-block-cover__image-background has-parallax\" style=\"background-position:50% 50%;background-image:url(https://s.w.org/images/core/5.8/art-01.jpg)\"></div><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"48px\",\"lineHeight\":\"1.2\"}},\"className\":\"alignwide has-white-color has-text-color\"} -->\n<h2 class=\"wp-block-heading alignwide has-white-color has-text-color\" style=\"font-size:48px;line-height:1.2\"><strong><em>Ultramar:</em></strong><br><strong><em>1500 — 1960</em></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"60%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:60%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffffff\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffffff\">Una exposición sobre las diferentes representaciones del océano a lo largo del tiempo, entre el siglo XVI y el XX. Tiene lugar en nuestra sala abierta de la <em>planta 2</em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"color\":{\"text\":\"#ffffff\",\"background\":\"#000000\"}},\"className\":\"is-style-outline\"} -->\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#ffffff;background-color:#000000\">VISITAR</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\";}i:45;O:8:\"stdClass\":7:{s:2:\"id\";i:1463;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:49:\"Cabecera grande con texto alineado a la izquierda\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1434:\"\n<div class=\"wp-block-cover alignfull\" style=\"min-height:800px;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<h2 class=\"wp-block-heading alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Bosque.</h2>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-10 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:55%\">\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Hasta un niño sabe lo valioso que es el bosque. El fresco e impresionante olor de los árboles. El eco de los pájaros volando por encima de esa densa magnitud. Un clima estable, una vida diversa y sostenible y una fuente de cultura. Sin embargo, los bosques y otros ecosistemas penden de un hilo, amenazados de convertirse en tierras de cultivo, pastos y plantaciones.</em></p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:35:\"Imagen de fondo con cita sobre ella\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/column,core/columns,core/cover,core/heading,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1750:\"<!-- wp:cover {\"url\":\"https://s.w.org/images/core/5.8/forest.jpg\",\"dimRatio\":60,\"minHeight\":800,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:800px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"align\":\"wide\",\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"fontSize\":\"64px\"}}} -->\n<h2 class=\"wp-block-heading alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Bosque.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"55%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:55%\"><!-- wp:spacer {\"height\":\"330px\"} -->\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"lineHeight\":\"1.3\",\"fontSize\":\"12px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Hasta un niño sabe lo valioso que es el bosque. El fresco e impresionante olor de los árboles. El eco de los pájaros volando por encima de esa densa magnitud. Un clima estable, una vida diversa y sostenible y una fuente de cultura. Sin embargo, los bosques y otros ecosistemas penden de un hilo, amenazados de convertirse en tierras de cultivo, pastos y plantaciones.</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\";}i:46;O:8:\"stdClass\":7:{s:2:\"id\";i:1464;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:10:\"encabezado\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:539:\"\n<h2 class=\"alignwide wp-block-heading\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">Somos un estudio de Madrid con práctica internacional en arquitectura, urbanismo y diseño de interiores. Creemos en el intercambio de conocimientos y en el fomento del diálogo para aumentar el potencial creativo de la colaboración.</h2>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:21:\"texto grande, TÍTULO\";s:16:\"wpop_description\";s:20:\"Texto del encabezado\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:12:\"core/heading\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:12:\"core/heading\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:640:\"<!-- wp:heading {\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"48px\",\"lineHeight\":\"1.1\"}}} -->\n<h2 class=\"alignwide\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">Somos un estudio de Madrid con práctica internacional en arquitectura, urbanismo y diseño de interiores. Creemos en el intercambio de conocimientos y en el fomento del diálogo para aumentar el potencial creativo de la colaboración.</h2>\n<!-- /wp:heading -->\";}i:47;O:8:\"stdClass\":7:{s:2:\"id\";i:1468;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:4:\"cita\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:732:\"\n<hr class=\"wp-block-separator has-css-opacity is-style-default\" />\n\n\n\n<figure class=\"wp-block-image aligncenter size-large is-resized is-style-rounded\"><img loading=\"lazy\" decoding=\"async\" src=\"https://s.w.org/images/core/5.8/portrait.jpg\" alt=\"Perfil lateral de una mujer con un jersey de cuello alto de color rojizo y un bolso blanco. Mira hacia arriba con los ojos cerrados.\" width=\"150\" height=\"150\" /></figure>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center is-style-large is-layout-flow wp-block-quote-is-layout-flow\">\n<p>«Contribuir me hace sentir que soy útil al planeta.»</p>\n<cite>— Anna Wong, <em>Voluntario</em></cite></blockquote>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-default\" />\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:10:\"core/quote\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:51:\"core/image,core/paragraph,core/quote,core/separator\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:12:\"testimonials\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1119:\"<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-default\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-default\" />\n<!-- /wp:separator -->\n\n<!-- wp:image {\"align\":\"center\",\"width\":150,\"height\":150,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-rounded\"} -->\n<figure class=\"wp-block-image aligncenter size-large is-resized is-style-rounded\"><img src=\"https://s.w.org/images/core/5.8/portrait.jpg\" alt=\"Perfil lateral de una mujer con un jersey de cuello alto de color rojizo y un bolso blanco. Mira hacia arriba con los ojos cerrados.\" width=\"150\" height=\"150\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote {\"align\":\"center\",\"className\":\"is-style-large\"} -->\n<blockquote class=\"wp-block-quote has-text-align-center is-style-large\"><!-- wp:paragraph -->\n<p>«Contribuir me hace sentir que soy útil al planeta.»</p>\n<!-- /wp:paragraph --><cite>— Anna Wong, <em>Voluntario</em></cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-default\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-default\" />\n<!-- /wp:separator -->\";}i:48;O:8:\"stdClass\":7:{s:2:\"id\";i:1471;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:32:\"Dos columnas con texto y título\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1663:\"\n<h2 class=\"wp-block-heading\" style=\"font-size:38px;line-height:1.4\"><strong>El viaje había comenzado, y había comenzado felizmente con un suave cielo azul y un mar en calma.</strong></h2>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-11 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"font-size:18px\">La siguieron hasta la cubierta. Todo el humo y las casas habían desaparecido y el barco se encontraba en un amplio espacio de mar muy fresco y limpio, aunque pálido a la luz del amanecer. Habían dejado a Londres sentado sobre su barro. Una delgadísima línea de sombra se estrechaba en el horizonte, apenas lo suficientemente gruesa para soportar el peso de París que, sin embargo, descansaba sobre ella. Estaban libres de caminos, libres de la humanidad y el mismo regocijo por su libertad los recorría a todos.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"font-size:18px\">El barco avanzaba con paso firme a través de pequeñas olas que lo abofeteaban y, luego, se desvanecían como agua efervescente, dejando un pequeño borde de burbujas y espuma a ambos lados. El cielo incoloro de octubre estaba ligeramente nublado, como si se tratara de un rastro de humo de una hoguera, y el aire era maravillosamente salado y enérgico. De hecho, hacía demasiado frío para quedarse quieto. La Sra. Ambrose se abrazó a su marido y, mientras se alejaban, se podía ver, por la forma en que su mejilla inclinada se acercaba a la de él, que tenía algo privado que comunicarle.</p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:57:\"Dos columnas de texto precedidas por un encabezado largo.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:52:\"core/column,core/columns,core/heading,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1840:\"<!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":38,\"lineHeight\":\"1.4\"}}} -->\n<h2 style=\"font-size:38px;line-height:1.4\"><strong>El viaje había comenzado, y había comenzado felizmente con un suave cielo azul y un mar en calma.</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":18}}} -->\n<p style=\"font-size:18px\">La siguieron hasta la cubierta. Todo el humo y las casas habían desaparecido y el barco se encontraba en un amplio espacio de mar muy fresco y limpio, aunque pálido a la luz del amanecer. Habían dejado a Londres sentado sobre su barro. Una delgadísima línea de sombra se estrechaba en el horizonte, apenas lo suficientemente gruesa para soportar el peso de París que, sin embargo, descansaba sobre ella. Estaban libres de caminos, libres de la humanidad y el mismo regocijo por su libertad los recorría a todos.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":18}}} -->\n<p style=\"font-size:18px\">El barco avanzaba con paso firme a través de pequeñas olas que lo abofeteaban y, luego, se desvanecían como agua efervescente, dejando un pequeño borde de burbujas y espuma a ambos lados. El cielo incoloro de octubre estaba ligeramente nublado, como si se tratara de un rastro de humo de una hoguera, y el aire era maravillosamente salado y enérgico. De hecho, hacía demasiado frío para quedarse quieto. La Sra. Ambrose se abrazó a su marido y, mientras se alejaban, se podía ver, por la forma en que su mejilla inclinada se acercaba a la de él, que tenía algo privado que comunicarle.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:49;O:8:\"stdClass\":7:{s:2:\"id\";i:1473;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:36:\"Dos imágenes una al lado de la otra\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:589:\"\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped wp-block-gallery-26 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/nature-above-01.jpg\" alt=\"Una vista aérea de las olas chocando contra la orilla.\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/nature-above-02.jpg\" alt=\"Una vista aérea de un campo. Una carretera atraviesa la esquina superior derecha.\" /></figure>\n</figure>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:55:\"Una galería de imágenes con dos imágenes de ejemplo.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:23:\"core/gallery,core/image\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:7:\"gallery\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:722:\"<!-- wp:gallery {\"linkTo\":\"none\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/nature-above-01.jpg\" alt=\"Una vista aérea de las olas chocando contra la orilla.\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/nature-above-02.jpg\" alt=\"Una vista aérea de un campo. Una carretera atraviesa la esquina superior derecha.\" /></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\";}i:50;O:8:\"stdClass\":7:{s:2:\"id\";i:514958;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:33:\"Intro area with heading and image\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1687:\"\n<div class=\"wp-block-group alignfull is-content-justification-center is-layout-constrained wp-block-group-is-layout-constrained\" style=\"margin-top:0;margin-bottom:0\">\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group alignwide is-layout-flow wp-block-group-is-layout-flow\">\n<div class=\"wp-block-columns alignwide are-vertically-aligned-top is-layout-flex wp-container-core-columns-is-layout-12 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-top is-content-justification-left is-layout-constrained wp-container-core-column-is-layout-28 wp-block-column-is-layout-constrained\">\n<h2 class=\"wp-block-heading\">Uncover a realm of opportunities.</h2>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-top is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:40%\">\n<p>Exploring life&#8217;s complex tapestry, options reveal routes to the exceptional, requiring innovation, inquisitiveness, and bravery for a deeply satisfying voyage.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div>\n</div>\n</div>\n</div>\n\n\n\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://pd.w.org/2023/07/44364b18862589f06.53436652.jpg\" alt=\"\" style=\"aspect-ratio:16/9;object-fit:cover\" /></figure>\n</div>\n\n\n\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:4:\"hero\";s:16:\"wpop_description\";s:93:\"Two columns of text, left with a heading and right with a paragraph, with a wide image below.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.5\";s:25:\"wpop_contains_block_types\";s:111:\"core/button,core/buttons,core/column,core/columns,core/group,core/heading,core/image,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:5:\"about\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2422:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Contents\"},\"align\":\"wide\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-top\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\",\"contentSize\":\"450px\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Uncover a realm of opportunities.</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"40%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:40%\"><!-- wp:paragraph -->\n<p>Exploring life\'s complex tapestry, options reveal routes to the exceptional, requiring innovation, inquisitiveness, and bravery for a deeply satisfying voyage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"aspectRatio\":\"16/9\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://pd.w.org/2023/07/44364b18862589f06.53436652.jpg\" alt=\"\" style=\"aspect-ratio:16/9;object-fit:cover\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";}i:51;O:8:\"stdClass\":7:{s:2:\"id\";i:309935;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:45:\"Centered image with two-tone background color\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1338:\"\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw;min-height:66vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(90deg,rgb(35,74,20) 50%,rgb(225,137,116) 50%)\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group wp-container-content-25 is-layout-constrained wp-container-core-group-is-layout-98 wp-block-group-is-layout-constrained\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default wp-duotone-000000-ffffff-27\"><img decoding=\"async\" src=\"https://pd.w.org/2022/03/3866241b433db4ee2.96648572.jpeg\" alt=\"\" /></figure>\n\n\n\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading alignwide has-text-align-center has-white-color has-text-color\" style=\"padding-left:32px;font-size:50px;font-style:normal;font-weight:400;letter-spacing:32px;line-height:1;text-transform:uppercase\">Etcetera</h2>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:18:\"Gradient, Two-Tone\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:57:\"core/cover,core/group,core/heading,core/image,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:3:{i:0;s:6:\"banner\";i:1;s:6:\"images\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2134:\"<!-- wp:cover {\"minHeight\":66,\"minHeightUnit\":\"vh\",\"customGradient\":\"linear-gradient(90deg,rgb(35,74,20) 50%,rgb(225,137,116) 50%)\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"5vw\",\"right\":\"5vw\",\"bottom\":\"5vw\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(90deg,rgb(35,74,20) 50%,rgb(225,137,116) 50%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"600px\",\"wideSize\":\"1200px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"style\":{\"color\":{\"duotone\":[\"#000000\",\"#ffffff\"]}},\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://pd.w.org/2022/03/3866241b433db4ee2.96648572.jpeg\" alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"48px\"} -->\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"50px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"32px\",\"lineHeight\":\"1\"},\"spacing\":{\"padding\":{\"left\":\"32px\"}}},\"textColor\":\"white\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-center has-white-color has-text-color\" style=\"padding-left:32px;font-size:50px;font-style:normal;font-weight:400;letter-spacing:32px;line-height:1;text-transform:uppercase\">Etcetera</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:52;O:8:\"stdClass\":7:{s:2:\"id\";i:309925;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:43:\"Fullwidth Dark Banner with Heading Top Left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1091:\"\n<div class=\"wp-block-cover alignfull has-custom-content-position is-position-top-left\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw;min-height:50vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-90 has-background-dim\" style=\"background-color:#141414\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-333\" alt=\"\" src=\"https://pd.w.org/2022/07/87262c92d42acd1c3.73206444.jpg\" style=\"object-position:50% 0%\" data-object-fit=\"cover\" data-object-position=\"50% 0%\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group wp-container-content-26 is-vertical is-nowrap is-layout-flex wp-container-core-group-is-layout-99 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-left has-text-color has-source-serif-pro-font-family\" style=\"color:#d8a557;font-size:160px;font-style:italic;font-weight:900;letter-spacing:-4px;line-height:0.8;text-transform:none\">bud!</p>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:16:\"Jazz, Fulllwidth\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:36:\"core/cover,core/group,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1697:\"<!-- wp:cover {\"url\":\"https://pd.w.org/2022/07/87262c92d42acd1c3.73206444.jpg\",\"id\":333,\"dimRatio\":90,\"customOverlayColor\":\"#141414\",\"focalPoint\":{\"x\":0.5,\"y\":0},\"minHeight\":50,\"minHeightUnit\":\"vh\",\"contentPosition\":\"top left\",\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"5vw\",\"right\":\"5vw\",\"bottom\":\"5vw\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull has-custom-content-position is-position-top-left\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw;min-height:50vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-90 has-background-dim\" style=\"background-color:#141414\"></span><img class=\"wp-block-cover__image-background wp-image-333\" alt=\"\" src=\"https://pd.w.org/2022/07/87262c92d42acd1c3.73206444.jpg\" style=\"object-position:50% 0%\" data-object-fit=\"cover\" data-object-position=\"50% 0%\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"160px\",\"fontStyle\":\"italic\",\"fontWeight\":\"900\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\",\"textTransform\":\"none\"},\"color\":{\"text\":\"#d8a557\"}},\"fontFamily\":\"source-serif-pro\"} -->\n<p class=\"has-text-align-left has-text-color has-source-serif-pro-font-family\" style=\"color:#d8a557;font-size:160px;font-style:italic;font-weight:900;letter-spacing:-4px;line-height:0.8;text-transform:none\">bud!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:53;O:8:\"stdClass\":7:{s:2:\"id\";i:309230;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:44:\"Fullwidth cover with repeating gradient text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1746:\"\n<div class=\"wp-block-cover alignfull is-light wp-duotone-36345d-abaaaa-28\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\" style=\"background-color:#c2b7a4\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-334\" alt=\"\" src=\"https://pd.w.org/2022/01/95161f850d22f0c06.37817431.jpg\" style=\"object-position:50% 5%\" data-object-fit=\"cover\" data-object-position=\"50% 5%\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-nowrap is-layout-flex wp-container-core-group-is-layout-100 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-right has-text-color\" style=\"color:#c8c4d3;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n\n\n\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ac94b2;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n\n\n\n<p class=\"has-text-align-right has-text-color\" style=\"color:#71689c;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n\n\n\n<p class=\"has-text-align-right has-text-color\" style=\"color:#444178;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n</div>\n\n\n\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:48:\"Fullwidth, Background Image, Gradient, Uppercase\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:48:\"core/cover,core/group,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3135:\"<!-- wp:cover {\"url\":\"https://pd.w.org/2022/01/95161f850d22f0c06.37817431.jpg\",\"id\":334,\"dimRatio\":60,\"customOverlayColor\":\"#c2b7a4\",\"focalPoint\":{\"x\":0.5,\"y\":0.05},\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"5vw\",\"right\":\"5vw\",\"bottom\":\"5vw\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}},\"color\":{\"duotone\":[\"#36345d\",\"#abaaaa\"]}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\" style=\"background-color:#c2b7a4\"></span><img class=\"wp-block-cover__image-background wp-image-334\" alt=\"\" src=\"https://pd.w.org/2022/01/95161f850d22f0c06.37817431.jpg\" style=\"object-position:50% 5%\" data-object-fit=\"cover\" data-object-position=\"50% 5%\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer {\"height\":\"48px\"} -->\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"},\"color\":{\"text\":\"#c8c4d3\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#c8c4d3;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"},\"color\":{\"text\":\"#ac94b2\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ac94b2;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"},\"color\":{\"text\":\"#71689c\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#71689c;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"},\"color\":{\"text\":\"#444178\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#444178;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"48px\"} -->\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover -->\";}i:54;O:8:\"stdClass\":7:{s:2:\"id\";i:309224;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:72:\"Fullwidth, vertically aligned headline on right with description on left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2196:\"\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#e68b14\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-layout-flex wp-container-core-group-is-layout-103 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group wp-container-content-28 is-layout-flow wp-container-core-group-is-layout-101 wp-block-group-is-layout-flow\">\n<p class=\"wp-container-content-27\" style=\"font-size:17px;font-style:normal;font-weight:300;letter-spacing:0px;line-height:1.4;text-decoration:none;text-transform:none\">Let &#8216;em Roll is an album by American organist Big John Patton recorded in 1965 and released on the Blue Note label.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-black-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;border-top-style:none;border-top-width:0px;border-right-style:none;border-right-width:0px;border-bottom-style:none;border-bottom-width:0px;border-left-style:none;border-left-width:0px;padding-top:14px;padding-right:36px;padding-bottom:14px;padding-left:36px\">Shop Now</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-group wp-container-content-29 is-layout-flow wp-container-core-group-is-layout-102 wp-block-group-is-layout-flow\">\n<p class=\"has-text-align-right has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">Let<br>&#8216;EM<br>Roll</p>\n\n\n\n<p class=\"has-text-align-right has-white-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">Big<br>John<br>Patton</p>\n</div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:60:\"vertically, bold, jazz, shop, store, headline, hero, product\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:61:\"core/button,core/buttons,core/cover,core/group,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:14:\"call-to-action\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3726:\"<!-- wp:cover {\"customOverlayColor\":\"#e68b14\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"5vw\",\"right\":\"5vw\",\"bottom\":\"5vw\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#e68b14\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"320px\"},\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"330px\"},\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"1.4\",\"textTransform\":\"none\",\"textDecoration\":\"none\",\"letterSpacing\":\"0px\"}}} -->\n<p style=\"font-size:17px;font-style:normal;font-weight:300;letter-spacing:0px;line-height:1.4;text-decoration:none;text-transform:none\">Let \'em Roll is an album by American organist Big John Patton recorded in 1965 and released on the Blue Note label.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"black\",\"textColor\":\"white\",\"style\":{\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"textDecoration\":\"none\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"},\"spacing\":{\"padding\":{\"top\":\"14px\",\"bottom\":\"14px\",\"left\":\"36px\",\"right\":\"36px\"}},\"border\":{\"radius\":\"0px\",\"top\":{\"radius\":\"0px\",\"width\":\"0px\",\"style\":\"none\"},\"right\":{\"radius\":\"0px\",\"width\":\"0px\",\"style\":\"none\"},\"bottom\":{\"radius\":\"0px\",\"width\":\"0px\",\"style\":\"none\"},\"left\":{\"radius\":\"0px\",\"width\":\"0px\",\"style\":\"none\"}}}} -->\n<div class=\"wp-block-button has-custom-font-size\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-black-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;border-top-style:none;border-top-width:0px;border-right-style:none;border-right-width:0px;border-bottom-style:none;border-bottom-width:0px;border-left-style:none;border-left-width:0px;padding-top:14px;padding-right:36px;padding-bottom:14px;padding-left:36px\">Shop Now</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-right has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">Let<br>\'EM<br>Roll</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"}},\"textColor\":\"white\"} -->\n<p class=\"has-text-align-right has-white-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">Big<br>John<br>Patton</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:55;O:8:\"stdClass\":7:{s:2:\"id\";i:309236;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:60:\"Fullwidth headline with links and gradient offset background\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2038:\"\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:48px;padding-right:5vw;padding-bottom:48px;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(180deg,rgb(0,0,0) 39%,rgb(83,80,123) 39%)\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-107 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group wp-container-content-30 is-layout-flow wp-container-core-group-is-layout-104 wp-block-group-is-layout-flow\">\n<p class=\"has-text-align-left has-white-color has-text-color has-link-color wp-elements-45f800048fc9de7cd05017eb73b2d5ab\" style=\"font-size:172px;font-style:normal;font-weight:700;letter-spacing:-10px;line-height:0.7;text-transform:uppercase\"><strong>MONK</strong>.</p>\n</div>\n\n\n\n<div class=\"wp-block-group wp-container-content-31 is-layout-flow wp-container-core-group-is-layout-106 wp-block-group-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-right is-nowrap is-layout-flex wp-container-core-group-is-layout-105 wp-block-group-is-layout-flex\">\n<p class=\"has-white-color has-text-color has-link-color wp-elements-fcaed05d2b63cfab14801929208209cc\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\">A new collection</p>\n\n\n\n<p class=\"has-white-color has-text-color has-link-color wp-elements-9052d836cb5172aae9b2f2bc27ee61c0\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\">Learn More <span aria-hidden=\"true\" class=\"wp-exclude-emoji\">→</span> </p>\n</div>\n</div>\n</div>\n\n\n\n<div style=\"height:260px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:41:\"Offset, Gradient, Jazz, Headline, Feature\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:48:\"core/cover,core/group,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3195:\"<!-- wp:cover {\"customGradient\":\"linear-gradient(180deg,rgb(0,0,0) 39%,rgb(83,80,123) 39%)\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"48px\",\"right\":\"5vw\",\"bottom\":\"48px\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:48px;padding-right:5vw;padding-bottom:48px;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(180deg,rgb(0,0,0) 39%,rgb(83,80,123) 39%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"48px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"top\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"172px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.7\",\"letterSpacing\":\"-10px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}}},\"textColor\":\"white\"} -->\n<p class=\"has-text-align-left has-white-color has-text-color has-link-color\" style=\"font-size:172px;font-style:normal;font-weight:700;letter-spacing:-10px;line-height:0.7;text-transform:uppercase\"><strong>MONK</strong>.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"400px\"},\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"48px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"textDecoration\":\"none\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}}},\"textColor\":\"white\"} -->\n<p class=\"has-white-color has-text-color has-link-color\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\">A new collection</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"textDecoration\":\"none\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}}},\"textColor\":\"white\"} -->\n<p class=\"has-white-color has-text-color has-link-color\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\">Learn More → </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"260px\"} -->\n<div style=\"height:260px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover -->\";}i:56;O:8:\"stdClass\":7:{s:2:\"id\";i:308937;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:42:\"Heading, Paragraph, Button with Two Images\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2639:\"\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#eb4c77\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-center is-layout-flex wp-container-core-group-is-layout-111 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group alignwide wp-container-content-32 is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-108 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading alignwide has-text-align-left has-contrast-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:500;line-height:0.9;text-transform:none\">Time for an adventure</h2>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-align-left has-contrast-color has-text-color\">Explore our network of trails that lead through a variety of woodland habitats and observe the diverse flora that call this area home. </p>\n\n\n\n<div style=\"height:60px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-left is-nowrap is-layout-flex wp-container-core-buttons-is-layout-15 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size is-style-fill\" style=\"font-size:16px;font-style:normal;font-weight:500;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-contrast-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Sign up</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-group is-content-justification-right is-nowrap is-layout-flex wp-container-core-group-is-layout-110 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group wp-container-content-34 is-layout-flow wp-block-group-is-layout-flow\">\n<div style=\"height:8vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large wp-container-content-33 wp-duotone-rgb000-rgb21788120-29\"><img decoding=\"async\" src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></figure>\n</div>\n\n\n\n<figure class=\"wp-block-image size-large wp-container-content-35 wp-duotone-rgb000-rgb21788120-30\"><img decoding=\"async\" src=\"https://pd.w.org/2022/01/21261f60ba46147b0.97888240.jpg\" alt=\"\" /></figure>\n</div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:97:\"core/button,core/buttons,core/cover,core/group,core/heading,core/image,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:14:\"call-to-action\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:4102:\"<!-- wp:cover {\"customOverlayColor\":\"#eb4c77\",\"contentPosition\":\"center center\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"6vw\",\"right\":\"6vw\",\"bottom\":\"6vw\",\"left\":\"6vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#eb4c77\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0vw\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\",\"contentSize\":\"600px\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:heading {\"textAlign\":\"left\",\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"100px\",\"textTransform\":\"none\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"lineHeight\":\"0.9\"}},\"textColor\":\"contrast\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-left has-contrast-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:500;line-height:0.9;text-transform:none\">Time for an adventure</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color\">Explore our network of trails that lead through a variety of woodland habitats and observe the diverse flora that call this area home. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"60px\"} -->\n<div style=\"height:60px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"contrast\",\"textColor\":\"base\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"24px\",\"right\":\"48px\",\"bottom\":\"24px\",\"left\":\"48px\"}},\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"},\"border\":{\"radius\":\"0px\"}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-font-size is-style-fill\" style=\"font-size:16px;font-style:normal;font-weight:500;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-contrast-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Sign up</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null},\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"50%\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:spacer {\"height\":\"8vw\"} -->\n<div style=\"height:8vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"50%\"},\"color\":{\"duotone\":[\"rgb(0, 0, 0)\",\"rgb(217, 88, 120)\"]}}} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"50%\"},\"color\":{\"duotone\":[\"rgb(0, 0, 0)\",\"rgb(217, 88, 120)\"]}}} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://pd.w.org/2022/01/21261f60ba46147b0.97888240.jpg\" alt=\"\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:57;O:8:\"stdClass\":7:{s:2:\"id\";i:308949;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:42:\"Bold sale banner with geometric background\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1747:\"\n<div class=\"wp-block-cover alignfull wp-duotone-rgb4448102-ffb23d-31\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:50vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-90 has-background-dim\" style=\"background-color:#2c3066\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-334\" alt=\"\" src=\"https://pd.w.org/2022/01/2661f82cd1ba9172.16386413.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-layout-flow wp-container-core-group-is-layout-112 wp-block-group-is-layout-flow\">\n<p class=\"has-text-align-center has-text-color\" style=\"color:#ffb23d;font-size:160px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">Enjoy</p>\n\n\n\n<p class=\"has-text-align-center has-text-color\" style=\"color:#ffb23d;font-size:160px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">20% Off</p>\n\n\n\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-16 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size\" style=\"font-size:20px;font-style:normal;font-weight:700;letter-spacing:1px;text-transform:uppercase\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#2c3066;background-color:#ffb23d;padding-top:32px;padding-right:48px;padding-bottom:32px;padding-left:48px\">Shop Now</a></div>\n</div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:43:\"store, shop, coupon, jazz, background image\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:73:\"core/button,core/buttons,core/cover,core/group,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:14:\"call-to-action\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2819:\"<!-- wp:cover {\"url\":\"https://pd.w.org/2022/01/2661f82cd1ba9172.16386413.jpg\",\"id\":334,\"dimRatio\":90,\"customOverlayColor\":\"#2c3066\",\"minHeight\":50,\"minHeightUnit\":\"vh\",\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"4vw\",\"right\":\"4vw\",\"bottom\":\"4vw\",\"left\":\"4vw\"},\"margin\":{\"top\":\"0\"}},\"color\":{\"duotone\":[\"rgb(44, 48, 102)\",\"#ffb23d\"]}}} -->\n<div class=\"wp-block-cover alignfull\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:50vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-90 has-background-dim\" style=\"background-color:#2c3066\"></span><img class=\"wp-block-cover__image-background wp-image-334\" alt=\"\" src=\"https://pd.w.org/2022/01/2661f82cd1ba9172.16386413.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"160px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.9\",\"letterSpacing\":\"-2px\"},\"color\":{\"text\":\"#ffb23d\"}}} -->\n<p class=\"has-text-align-center has-text-color\" style=\"color:#ffb23d;font-size:160px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">Enjoy</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"160px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.9\",\"letterSpacing\":\"-2px\"},\"color\":{\"text\":\"#ffb23d\"}}} -->\n<p class=\"has-text-align-center has-text-color\" style=\"color:#ffb23d;font-size:160px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">20% Off</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"48px\"} -->\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"color\":{\"background\":\"#ffb23d\",\"text\":\"#2c3066\"},\"spacing\":{\"padding\":{\"top\":\"32px\",\"right\":\"48px\",\"bottom\":\"32px\",\"left\":\"48px\"}},\"typography\":{\"fontSize\":\"20px\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"1px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} -->\n<div class=\"wp-block-button has-custom-font-size\" style=\"font-size:20px;font-style:normal;font-weight:700;letter-spacing:1px;text-transform:uppercase\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#2c3066;background-color:#ffb23d;padding-top:32px;padding-right:48px;padding-bottom:32px;padding-left:48px\">Shop Now</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:58;O:8:\"stdClass\":7:{s:2:\"id\";i:308924;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:47:\"Offset bold paragraph text with varying opacity\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1653:\"\n<div class=\"wp-block-cover alignfull has-white-color has-text-color\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:66vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-113 wp-block-group-is-layout-constrained\">\n<p class=\"has-text-align-left has-text-color\" style=\"color:#ffffff61;font-size:120px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">Embark</p>\n\n\n\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ffffff73;font-size:72px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\"><strong>ON A HIKING</strong></p>\n\n\n\n<p class=\"has-text-align-left has-text-color\" style=\"color:#ffffffad;font-size:72px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">adventure and explore the beauty of nature&#8217;s best…</p>\n\n\n\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ffffffd1;font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">In the</p>\n\n\n\n<p class=\"has-text-align-left has-text-color\" style=\"color:#fffffff5;font-size:162px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">WOODS.</p>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:36:\"core/cover,core/group,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3052:\"<!-- wp:cover {\"overlayColor\":\"black\",\"minHeight\":66,\"minHeightUnit\":\"vh\",\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"4vw\",\"right\":\"4vw\",\"bottom\":\"4vw\",\"left\":\"4vw\"},\"margin\":{\"top\":\"0\"}}},\"textColor\":\"white\"} -->\n<div class=\"wp-block-cover alignfull has-white-color has-text-color\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"wideSize\":\"700px\",\"contentSize\":\"700px\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"120px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1\",\"letterSpacing\":\"-2px\"},\"color\":{\"text\":\"#ffffff61\"}}} -->\n<p class=\"has-text-align-left has-text-color\" style=\"color:#ffffff61;font-size:120px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">Embark</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"72px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1\",\"letterSpacing\":\"0px\"},\"color\":{\"text\":\"#ffffff73\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ffffff73;font-size:72px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\"><strong>ON A HIKING</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"72px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1\",\"letterSpacing\":\"0px\"},\"color\":{\"text\":\"#ffffffad\"}}} -->\n<p class=\"has-text-align-left has-text-color\" style=\"color:#ffffffad;font-size:72px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">adventure and explore the beauty of nature\'s best…</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1\",\"letterSpacing\":\"-2px\"},\"color\":{\"text\":\"#ffffffd1\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ffffffd1;font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">In the</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"162px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1\",\"letterSpacing\":\"-2px\"},\"color\":{\"text\":\"#fffffff5\"}}} -->\n<p class=\"has-text-align-left has-text-color\" style=\"color:#fffffff5;font-size:162px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">WOODS.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:59;O:8:\"stdClass\":7:{s:2:\"id\";i:308916;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:40:\"Offset text with a brutalist design vibe\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1450:\"\n<div class=\"wp-block-cover alignfull is-light has-black-color has-text-color\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#ffb43c\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-layout-constrained wp-container-core-group-is-layout-114 wp-block-group-is-layout-constrained\">\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\"><mark style=\"color:#a65a00\" class=\"has-inline-color\">✴︎</mark> Walk</p>\n\n\n\n<p class=\"has-text-align-right has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">In the</p>\n\n\n\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">Park</p>\n\n\n\n<p class=\"has-text-align-center has-text-color\" style=\"color:#a65a00;font-size:140px;font-style:italic;font-weight:200;letter-spacing:0px;line-height:0.9;text-transform:uppercase\">—01.03</p>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:36:\"core/cover,core/group,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2631:\"<!-- wp:cover {\"customOverlayColor\":\"#ffb43c\",\"minHeight\":66,\"minHeightUnit\":\"vh\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"48px\",\"right\":\"48px\",\"bottom\":\"48px\",\"left\":\"48px\"},\"margin\":{\"top\":\"0\"}}},\"textColor\":\"black\"} -->\n<div class=\"wp-block-cover alignfull is-light has-black-color has-text-color\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#ffb43c\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"wideSize\":\"1200px\",\"contentSize\":\"800px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.9\",\"letterSpacing\":\"-2px\"}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\"><mark style=\"color:#a65a00\" class=\"has-inline-color\">✴︎</mark> Walk</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.9\",\"letterSpacing\":\"-2px\"}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-right has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">In the</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.9\",\"letterSpacing\":\"-2px\"}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">Park</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"140px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"italic\",\"fontWeight\":\"200\",\"letterSpacing\":\"0px\",\"lineHeight\":\"0.9\"},\"color\":{\"text\":\"#a65a00\"}}} -->\n<p class=\"has-text-align-center has-text-color\" style=\"color:#a65a00;font-size:140px;font-style:italic;font-weight:200;letter-spacing:0px;line-height:0.9;text-transform:uppercase\">—01.03</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:60;O:8:\"stdClass\":7:{s:2:\"id\";i:308901;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:40:\"Fullscreen image with right content area\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2107:\"\n<div class=\"wp-block-cover alignfull\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#376a23\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-left is-layout-flex wp-container-core-group-is-layout-116 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-large wp-container-content-37\"><img decoding=\"async\" src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></figure>\n\n\n\n<div class=\"wp-block-group alignwide wp-container-content-38 is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-115 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading alignwide has-text-align-left has-black-color has-text-color\" style=\"font-size:80px;font-style:italic;font-weight:700;line-height:1.0;text-transform:uppercase\">wAndering through the woods</h2>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:18px;font-style:italic;font-weight:600\">Explore our network of trails that lead through a variety of woodland habitats and observe the diverse flora that call this area home. </p>\n\n\n\n<div style=\"height:60px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-left is-nowrap is-layout-flex wp-container-core-buttons-is-layout-17 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size is-style-fill\" style=\"font-size:18px;font-style:italic;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-black-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Sign up</a></div>\n</div>\n</div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:97:\"core/button,core/buttons,core/cover,core/group,core/heading,core/image,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3261:\"<!-- wp:cover {\"customOverlayColor\":\"#376a23\",\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"4vw\",\"right\":\"4vw\",\"bottom\":\"4vw\",\"left\":\"4vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#376a23\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4vw\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"sizeSlug\":\"large\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"50%\"}}} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\",\"contentSize\":\"600px\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:heading {\"textAlign\":\"left\",\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"80px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"italic\",\"fontWeight\":\"700\",\"lineHeight\":\"1.0\"}},\"textColor\":\"black\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-left has-black-color has-text-color\" style=\"font-size:80px;font-style:italic;font-weight:700;line-height:1.0;text-transform:uppercase\">wAndering through the woods</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"italic\",\"fontWeight\":\"600\"}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:18px;font-style:italic;font-weight:600\">Explore our network of trails that lead through a variety of woodland habitats and observe the diverse flora that call this area home. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"60px\"} -->\n<div style=\"height:60px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"black\",\"textColor\":\"white\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"24px\",\"right\":\"48px\",\"bottom\":\"24px\",\"left\":\"48px\"}},\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"italic\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"},\"border\":{\"radius\":\"0px\"}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-font-size is-style-fill\" style=\"font-size:18px;font-style:italic;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-black-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Sign up</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:61;O:8:\"stdClass\":7:{s:2:\"id\";i:308871;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:46:\"Cover Image with Bold Heading and Button, Left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1630:\"\n<div class=\"wp-block-cover alignfull is-light wp-duotone-094850-f9644e-33\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-30 has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-335\" alt=\"\" src=\"https://pd.w.org/2021/12/12261b91fba359867.64939140.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-117 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading has-text-align-left has-white-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">Take a hike and wAnder through the woods</h2>\n</div>\n\n\n\n<div style=\"height:72px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-left is-nowrap is-layout-flex wp-container-core-buttons-is-layout-18 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size is-style-outline is-style-outline--32\" style=\"font-size:16px;font-style:normal;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-text-color wp-element-button\" style=\"padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Explore</a></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:71:\"core/button,core/buttons,core/cover,core/group,core/heading,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2443:\"<!-- wp:cover {\"url\":\"https://pd.w.org/2021/12/12261b91fba359867.64939140.jpg\",\"id\":335,\"dimRatio\":30,\"minHeight\":66,\"minHeightUnit\":\"vh\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"48px\",\"right\":\"48px\",\"bottom\":\"48px\",\"left\":\"48px\"},\"margin\":{\"top\":\"0\"}},\"color\":{\"duotone\":[\"#094850\",\"#f9644e\"]}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-30 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-335\" alt=\"\" src=\"https://pd.w.org/2021/12/12261b91fba359867.64939140.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"48px\"}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"75%\",\"justifyContent\":\"left\",\"wideSize\":\"75%\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"100px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"letterSpacing\":\"0px\",\"lineHeight\":\"1\"}},\"textColor\":\"white\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-white-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">Take a hike and wAnder through the woods</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"72px\"} -->\n<div style=\"height:72px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textColor\":\"white\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"24px\",\"right\":\"48px\",\"bottom\":\"24px\",\"left\":\"48px\"}},\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"}},\"className\":\"is-style-outline\"} -->\n<div class=\"wp-block-button has-custom-font-size is-style-outline\" style=\"font-size:16px;font-style:normal;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-text-color wp-element-button\" style=\"padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Explore</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:cover -->\";}i:62;O:8:\"stdClass\":7:{s:2:\"id\";i:308868;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:40:\"Cover Image with Bold Heading and Button\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1638:\"\n<div class=\"wp-block-cover alignfull is-light wp-duotone-rgb4247103-rgb21419442-35\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-30 has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-335\" alt=\"\" src=\"https://pd.w.org/2022/01/26061d763eca13bb6.11341561.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-layout-constrained wp-container-core-group-is-layout-118 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading has-text-align-center has-white-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">Embark on a hiking adventure and explore the beauty of the woods.</h2>\n</div>\n\n\n\n<div style=\"height:72px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-nowrap is-layout-flex wp-container-core-buttons-is-layout-19 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size is-style-outline is-style-outline--34\" style=\"font-size:16px;font-style:normal;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-text-color wp-element-button\" style=\"padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Explore</a></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:71:\"core/button,core/buttons,core/cover,core/group,core/heading,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2449:\"<!-- wp:cover {\"url\":\"https://pd.w.org/2022/01/26061d763eca13bb6.11341561.jpg\",\"id\":335,\"dimRatio\":30,\"minHeight\":66,\"minHeightUnit\":\"vh\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"48px\",\"right\":\"48px\",\"bottom\":\"48px\",\"left\":\"48px\"},\"margin\":{\"top\":\"0\"}},\"color\":{\"duotone\":[\"rgb(42, 47, 103)\",\"rgb(214, 194, 42)\"]}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-30 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-335\" alt=\"\" src=\"https://pd.w.org/2022/01/26061d763eca13bb6.11341561.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"48px\"}},\"layout\":{\"type\":\"constrained\",\"wideSize\":\"80%\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"100px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"letterSpacing\":\"0px\",\"lineHeight\":\"1\"}},\"textColor\":\"white\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-white-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">Embark on a hiking adventure and explore the beauty of the woods.</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"72px\"} -->\n<div style=\"height:72px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textColor\":\"white\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"24px\",\"right\":\"48px\",\"bottom\":\"24px\",\"left\":\"48px\"}},\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"}},\"className\":\"is-style-outline\"} -->\n<div class=\"wp-block-button has-custom-font-size is-style-outline\" style=\"font-size:16px;font-style:normal;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-text-color wp-element-button\" style=\"padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Explore</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:cover -->\";}i:63;O:8:\"stdClass\":7:{s:2:\"id\";i:303828;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:30:\"Fullscreen cover image gallery\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:956:\"\n<div class=\"wp-block-cover alignfull\" style=\"padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:66vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-center is-nowrap is-layout-flex wp-container-core-group-is-layout-119 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><a href=\"https://thato.test/?page_id=28\"><img decoding=\"async\" src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></a></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://thato.test/?page_id=28\"><img decoding=\"async\" src=\"https://pd.w.org/2022/01/21261f60ba46147b0.97888240.jpg\" alt=\"\" /></a></figure>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:43:\"gallery, images, columns, background, cover\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:32:\"core/cover,core/group,core/image\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:7:\"gallery\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1259:\"<!-- wp:cover {\"overlayColor\":\"black\",\"minHeight\":66,\"minHeightUnit\":\"vh\",\"contentPosition\":\"center center\",\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"4vw\",\"right\":\"4vw\",\"bottom\":\"4vw\",\"left\":\"4vw\"}}}} -->\n<div class=\"wp-block-cover alignfull\" style=\"padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4vw\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://thato.test/?page_id=28\"><img src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://thato.test/?page_id=28\"><img src=\"https://pd.w.org/2022/01/21261f60ba46147b0.97888240.jpg\" alt=\"\" /></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:64;O:8:\"stdClass\":7:{s:2:\"id\";i:277265;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Fullwidth posts with uppercase titles\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:498:\"\n<div class=\"wp-block-query alignfull is-layout-flow wp-block-query-is-layout-flow\">\n<div class=\"wp-block-group alignfull is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"></div>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--30);padding-right:16px;padding-bottom:var(--wp--preset--spacing--30);padding-left:16px\"></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:30:\"star, posts, loop, blog, index\";s:16:\"wpop_description\";s:62:\"A fullwidth posts pattern with large titles and start accents.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:10:\"core/query\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:182:\"core/group,core/paragraph,core/post-date,core/post-template,core/post-terms,core/post-title,core/query,core/query-pagination,core/query-pagination-next,core/query-pagination-previous\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:5:\"query\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3502:\"<!-- wp:query {\"queryId\":31,\"query\":{\"perPage\":3,\"pages\":0,\"offset\":0,\"postType\":\"post\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false},\"align\":\"full\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-query alignfull\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:post-template {\"style\":{\"typography\":{\"textTransform\":\"none\"}}} -->\n<!-- wp:group {\"style\":{\"border\":{\"bottom\":{\"color\":\"var:preset|color|contrast\",\"width\":\"1px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\" style=\"border-bottom-color:var(--wp--preset--color--contrast);border-bottom-width:1px\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"16px\",\"right\":\"16px\",\"bottom\":\"16px\",\"left\":\"16px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:16px;padding-right:16px;padding-bottom:16px;padding-left:16px\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p>✴︎</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:post-date {\"textAlign\":\"left\",\"format\":\"M j, Y\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"typography\":{\"textTransform\":\"uppercase\"}},\"textColor\":\"contrast\",\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:post-terms {\"term\":\"category\",\"prefix\":\"✴︎ \",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"typography\":{\"textTransform\":\"uppercase\"}},\"textColor\":\"contrast\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"16px\",\"bottom\":\"var:preset|spacing|70\",\"right\":\"16px\",\"left\":\"16px\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:16px;padding-right:16px;padding-bottom:var(--wp--preset--spacing--70);padding-left:16px\"><!-- wp:post-title {\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}},\"layout\":{\"selfStretch\":\"fit\"},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"lineHeight\":\"1.1\",\"textTransform\":\"uppercase\",\"fontSize\":\"5.2rem\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\"} /--></div>\n<!-- /wp:group -->\n<!-- /wp:post-template --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"right\":\"16px\",\"left\":\"16px\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--30);padding-right:16px;padding-bottom:var(--wp--preset--spacing--30);padding-left:16px\"><!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n<!-- wp:query-pagination-previous {\"label\":\"Previous\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}},\"fontSize\":\"small\"} /-->\n\n<!-- wp:query-pagination-next {\"label\":\"Next\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}},\"fontSize\":\"small\"} /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:group --></div>\n<!-- /wp:query -->\";}i:65;O:8:\"stdClass\":7:{s:2:\"id\";i:277127;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:33:\"Fullwidth posts titles with dates\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:637:\"\n<div class=\"wp-block-query alignfull is-layout-flow wp-block-query-is-layout-flow\">\n<div class=\"wp-block-group alignfull is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:0;padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"></div>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:31:\"Posts, Query, Loop, Blog, Index\";s:16:\"wpop_description\";s:62:\"A fullwidth posts pattern with large titles and numeral dates.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:10:\"core/query\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:151:\"core/group,core/post-date,core/post-template,core/post-title,core/query,core/query-pagination,core/query-pagination-next,core/query-pagination-previous\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:5:\"query\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3583:\"<!-- wp:query {\"queryId\":1,\"query\":{\"perPage\":3,\"pages\":0,\"offset\":0,\"postType\":\"post\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false},\"align\":\"full\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-query alignfull\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:0;padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:post-template {\"align\":\"full\",\"style\":{\"typography\":{\"textTransform\":\"none\"}}} -->\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"bottom\":\"var:preset|spacing|50\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\" style=\"padding-bottom:var(--wp--preset--spacing--50)\"><!-- wp:group {\"style\":{\"border\":{\"bottom\":{\"color\":\"var:preset|color|contrast\",\"width\":\"4px\"}},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"0\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group\" style=\"border-bottom-color:var(--wp--preset--color--contrast);border-bottom-width:4px;padding-top:var(--wp--preset--spacing--30);padding-right:0;padding-bottom:var(--wp--preset--spacing--30);padding-left:0\"><!-- wp:post-date {\"textAlign\":\"left\",\"format\":\"m.j\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"typography\":{\"letterSpacing\":\"1px\",\"fontSize\":\"2rem\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"textColor\":\"contrast\"} /-->\n\n<!-- wp:post-date {\"textAlign\":\"left\",\"format\":\"Y\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"typography\":{\"letterSpacing\":\"1px\",\"fontSize\":\"2rem\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"textColor\":\"contrast\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:post-title {\"isLink\":true,\"style\":{\"layout\":{\"selfStretch\":\"fit\"},\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"4.6rem\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\"}}},\"textColor\":\"contrast\"} /--></div>\n<!-- /wp:group -->\n<!-- /wp:post-template --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<!-- wp:query-pagination-previous {\"style\":{\"typography\":{\"fontSize\":\"2rem\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"1px\"}}} /-->\n\n<!-- wp:query-pagination-next {\"style\":{\"typography\":{\"fontSize\":\"2rem\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"1px\"}}} /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:group --></div>\n<!-- /wp:query -->\";}i:66;O:8:\"stdClass\":7:{s:2:\"id\";i:229092;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:41:\"Header inside full-width background image\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4808:\"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-cover alignfull is-light\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30);min-height:50px;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-61\" alt=\"\" src=\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&amp;h=1200&amp;fit=clip&amp;crop=default&amp;dpr=1&amp;q=75&amp;vib=3&amp;con=3&amp;usm=15&amp;cs=srgb&amp;bg=F4F4F3&amp;ixlib=js-2.2.1&amp;s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\" style=\"object-position:50% 50%\" data-object-fit=\"cover\" data-object-position=\"50% 50%\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group alignwide has-base-color has-text-color has-link-color wp-elements-a5c55c350363e1349d710a58148fd7b6 is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-125 wp-block-group-is-layout-flex\" style=\"margin-top:0;margin-bottom:0\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><div class=\"is-default-size is-style-default wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Logotipo del sitio\"></span></div>\n\n<h1 class=\"has-link-color wp-elements-8500967d37da86b97bb53ecc0a52ca72 wp-block-site-title has-text-color has-white-color has-medium-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Patrones</a></h1></div>\n\n\n<nav class=\"has-text-color has-white-color is-responsive items-justified-right wp-block-navigation is-content-justification-right is-layout-flex wp-container-core-navigation-is-layout-13 wp-block-navigation-is-layout-flex\" \n		 data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"Men\\u00fa\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Abrir el menú\" class=\"wp-block-navigation__responsive-container-open \" \n				data-wp-on-async--click=\"actions.openMenuOnClick\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n			><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n				<div class=\"wp-block-navigation__responsive-container  \"  id=\"modal-36\" \n				data-wp-class--has-modal-open=\"state.isMenuOpen\"\n				data-wp-class--is-menu-open=\"state.isMenuOpen\"\n				data-wp-watch=\"callbacks.initMenu\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n				data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n				tabindex=\"-1\"\n			>\n					<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n						<div class=\"wp-block-navigation__responsive-dialog\" \n				data-wp-bind--aria-modal=\"state.ariaModal\"\n				data-wp-bind--aria-label=\"state.ariaLabel\"\n				data-wp-bind--role=\"state.roleAttribute\"\n			>\n							<button aria-label=\"Cerrar el menú\" class=\"wp-block-navigation__responsive-container-close\" \n				data-wp-on-async--click=\"actions.closeMenuOnClick\"\n			><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"m13.06 12 6.47-6.47-1.06-1.06L12 10.94 5.53 4.47 4.47 5.53 10.94 12l-6.47 6.47 1.06 1.06L12 13.06l6.47 6.47 1.06-1.06L13.06 12Z\"></path></svg></button>\n							<div class=\"wp-block-navigation__responsive-container-content\" \n				data-wp-watch=\"callbacks.focusFirstElement\"\n			 id=\"modal-36-content\">\n								<ul class=\"wp-block-navigation__container has-text-color has-white-color is-responsive items-justified-right wp-block-navigation\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n							</div>\n						</div>\n					</div>\n				</div></nav></div>\n\n\n\n<div style=\"height:33vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:100:\"Simple header with logo, site title, navigation and a full-width background image with dark overlay.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:80:\"core/cover,core/group,core/navigation,core/site-logo,core/site-title,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"header\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2554:\"<!-- wp:group {\"align\":\"full\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\"><!-- wp:cover {\"url\":\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&h=1200&fit=clip&crop=default&dpr=1&q=75&vib=3&con=3&usm=15&cs=srgb&bg=F4F4F3&ixlib=js-2.2.1&s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\",\"id\":61,\"dimRatio\":50,\"overlayColor\":\"black\",\"focalPoint\":{\"x\":0.5,\"y\":0.5},\"minHeight\":50,\"contentPosition\":\"center center\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30);min-height:50px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-61\" alt=\"\" src=\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&amp;h=1200&amp;fit=clip&amp;crop=default&amp;dpr=1&amp;q=75&amp;vib=3&amp;con=3&amp;usm=15&amp;cs=srgb&amp;bg=F4F4F3&amp;ixlib=js-2.2.1&amp;s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\" style=\"object-position:50% 50%\" data-object-fit=\"cover\" data-object-position=\"50% 50%\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"textColor\":\"base\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide has-base-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"className\":\"is-style-default\"} /-->\n\n<!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}},\"textColor\":\"white\",\"fontSize\":\"medium\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"textColor\":\"white\",\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"33vw\"} -->\n<div style=\"height:33vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:group -->\";}i:67;O:8:\"stdClass\":7:{s:2:\"id\";i:229097;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:34:\"Simple header with dark background\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3960:\"\n<div class=\"wp-block-group alignfull has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color wp-elements-602186720dd7d9bef283ca8cacce4883 is-layout-constrained wp-container-core-group-is-layout-130 wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-129 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Logotipo del sitio\"></span></div>\n\n<h1 class=\"has-link-color wp-elements-141496dd038caa4dcf40174bef55cbbe wp-block-site-title\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Patrones</a></h1></div>\n\n\n\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><nav class=\"is-responsive items-justified-right wp-block-navigation is-content-justification-right is-layout-flex wp-container-core-navigation-is-layout-14 wp-block-navigation-is-layout-flex\" \n		 data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"Men\\u00fa\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Abrir el menú\" class=\"wp-block-navigation__responsive-container-open \" \n				data-wp-on-async--click=\"actions.openMenuOnClick\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n			><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n				<div class=\"wp-block-navigation__responsive-container  \"  id=\"modal-37\" \n				data-wp-class--has-modal-open=\"state.isMenuOpen\"\n				data-wp-class--is-menu-open=\"state.isMenuOpen\"\n				data-wp-watch=\"callbacks.initMenu\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n				data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n				tabindex=\"-1\"\n			>\n					<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n						<div class=\"wp-block-navigation__responsive-dialog\" \n				data-wp-bind--aria-modal=\"state.ariaModal\"\n				data-wp-bind--aria-label=\"state.ariaLabel\"\n				data-wp-bind--role=\"state.roleAttribute\"\n			>\n							<button aria-label=\"Cerrar el menú\" class=\"wp-block-navigation__responsive-container-close\" \n				data-wp-on-async--click=\"actions.closeMenuOnClick\"\n			><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"m13.06 12 6.47-6.47-1.06-1.06L12 10.94 5.53 4.47 4.47 5.53 10.94 12l-6.47 6.47 1.06 1.06L12 13.06l6.47 6.47 1.06-1.06L13.06 12Z\"></path></svg></button>\n							<div class=\"wp-block-navigation__responsive-container-content\" \n				data-wp-watch=\"callbacks.focusFirstElement\"\n			 id=\"modal-37-content\">\n								<ul class=\"wp-block-navigation__container is-responsive items-justified-right wp-block-navigation\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n							</div>\n						</div>\n					</div>\n				</div></nav></div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:76:\"Simple header with logo, site title, navigation links and a dark background.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:57:\"core/group,core/navigation,core/site-logo,core/site-title\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1497:\"<!-- wp:group {\"metadata\":{\"categories\":[\"header\",\"wireframe\"],\"patternName\":\"core/simple-header-with-dark-background\",\"name\":\"Simple header with dark background\"},\"align\":\"full\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"backgroundColor\":\"black\",\"textColor\":\"white\",\"className\":\"has-background-color\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:68;O:8:\"stdClass\":7:{s:2:\"id\";i:229101;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:29:\"Text-only header with tagline\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3630:\"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-container-core-group-is-layout-133 wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-132 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><h1 class=\"has-link-color wp-elements-74d9c587c704a765f018836daab4c876 wp-block-site-title\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Patrones</a></h1>\n\n<p class=\"wp-block-site-tagline\">Beautifully designed patterns ready to go with a simple copy/paste</p></div>\n\n\n<nav class=\"is-responsive items-justified-right wp-block-navigation is-content-justification-right is-layout-flex wp-container-core-navigation-is-layout-15 wp-block-navigation-is-layout-flex\" \n		 data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"Men\\u00fa\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Abrir el menú\" class=\"wp-block-navigation__responsive-container-open \" \n				data-wp-on-async--click=\"actions.openMenuOnClick\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n			><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n				<div class=\"wp-block-navigation__responsive-container  \"  id=\"modal-38\" \n				data-wp-class--has-modal-open=\"state.isMenuOpen\"\n				data-wp-class--is-menu-open=\"state.isMenuOpen\"\n				data-wp-watch=\"callbacks.initMenu\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n				data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n				tabindex=\"-1\"\n			>\n					<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n						<div class=\"wp-block-navigation__responsive-dialog\" \n				data-wp-bind--aria-modal=\"state.ariaModal\"\n				data-wp-bind--aria-label=\"state.ariaLabel\"\n				data-wp-bind--role=\"state.roleAttribute\"\n			>\n							<button aria-label=\"Cerrar el menú\" class=\"wp-block-navigation__responsive-container-close\" \n				data-wp-on-async--click=\"actions.closeMenuOnClick\"\n			><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"m13.06 12 6.47-6.47-1.06-1.06L12 10.94 5.53 4.47 4.47 5.53 10.94 12l-6.47 6.47 1.06 1.06L12 13.06l6.47 6.47 1.06-1.06L13.06 12Z\"></path></svg></button>\n							<div class=\"wp-block-navigation__responsive-container-content\" \n				data-wp-watch=\"callbacks.focusFirstElement\"\n			 id=\"modal-38-content\">\n								<ul class=\"wp-block-navigation__container is-responsive items-justified-right wp-block-navigation\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n							</div>\n						</div>\n					</div>\n				</div></nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:53:\"Header with site title, tagline and navigation links.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:60:\"core/group,core/navigation,core/site-tagline,core/site-title\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:966:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}}} /-->\n\n<!-- wp:site-tagline /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:69;O:8:\"stdClass\":7:{s:2:\"id\";i:229105;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:26:\"Simple header with tagline\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4230:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color wp-elements-7479bd1e590756c4aa927894dbdbef4e is-layout-constrained wp-container-core-group-is-layout-137 wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-136 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-container-core-group-is-layout-135 wp-block-group-is-layout-flex\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Logotipo del sitio\"></span></div>\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-134 wp-block-group-is-layout-flex\"><h1 class=\"has-link-color wp-elements-d6577b4021234b9631cf15d9d1fea330 wp-block-site-title\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Patrones</a></h1>\n\n<p class=\"wp-block-site-tagline has-small-font-size\">Beautifully designed patterns ready to go with a simple copy/paste</p></div>\n</div>\n\n\n<nav class=\"has-small-font-size is-responsive items-justified-right wp-block-navigation is-content-justification-right is-layout-flex wp-container-core-navigation-is-layout-16 wp-block-navigation-is-layout-flex\" \n		 data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"Men\\u00fa\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Abrir el menú\" class=\"wp-block-navigation__responsive-container-open \" \n				data-wp-on-async--click=\"actions.openMenuOnClick\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n			><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n				<div class=\"wp-block-navigation__responsive-container  \"  id=\"modal-39\" \n				data-wp-class--has-modal-open=\"state.isMenuOpen\"\n				data-wp-class--is-menu-open=\"state.isMenuOpen\"\n				data-wp-watch=\"callbacks.initMenu\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n				data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n				tabindex=\"-1\"\n			>\n					<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n						<div class=\"wp-block-navigation__responsive-dialog\" \n				data-wp-bind--aria-modal=\"state.ariaModal\"\n				data-wp-bind--aria-label=\"state.ariaLabel\"\n				data-wp-bind--role=\"state.roleAttribute\"\n			>\n							<button aria-label=\"Cerrar el menú\" class=\"wp-block-navigation__responsive-container-close\" \n				data-wp-on-async--click=\"actions.closeMenuOnClick\"\n			><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"m13.06 12 6.47-6.47-1.06-1.06L12 10.94 5.53 4.47 4.47 5.53 10.94 12l-6.47 6.47 1.06 1.06L12 13.06l6.47 6.47 1.06-1.06L13.06 12Z\"></path></svg></button>\n							<div class=\"wp-block-navigation__responsive-container-content\" \n				data-wp-watch=\"callbacks.focusFirstElement\"\n			 id=\"modal-39-content\">\n								<ul class=\"wp-block-navigation__container has-small-font-size is-responsive items-justified-right wp-block-navigation has-small-font-size\"><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n							</div>\n						</div>\n					</div>\n				</div></nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:92:\"Header with site logo, title and tagline on the left and with navigation links on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:75:\"core/group,core/navigation,core/site-logo,core/site-tagline,core/site-title\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1389:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}}} /-->\n\n<!-- wp:site-tagline {\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"},\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:70;O:8:\"stdClass\":7:{s:2:\"id\";i:229111;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:36:\"Fullwidth site title and menu button\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3364:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color wp-elements-e0434f7bbe3c9d87e2f1562e19b734da is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-138 wp-block-group-is-layout-flex\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><h1 class=\"wp-block-site-title\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Patrones</a></h1>\n\n<nav class=\"is-responsive items-justified-right wp-block-navigation is-content-justification-right is-layout-flex wp-container-core-navigation-is-layout-17 wp-block-navigation-is-layout-flex\" \n		 data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"Men\\u00fa\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Abrir el menú\" class=\"wp-block-navigation__responsive-container-open always-shown\" \n				data-wp-on-async--click=\"actions.openMenuOnClick\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n			><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n				<div class=\"wp-block-navigation__responsive-container hidden-by-default \"  id=\"modal-40\" \n				data-wp-class--has-modal-open=\"state.isMenuOpen\"\n				data-wp-class--is-menu-open=\"state.isMenuOpen\"\n				data-wp-watch=\"callbacks.initMenu\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n				data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n				tabindex=\"-1\"\n			>\n					<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n						<div class=\"wp-block-navigation__responsive-dialog\" \n				data-wp-bind--aria-modal=\"state.ariaModal\"\n				data-wp-bind--aria-label=\"state.ariaLabel\"\n				data-wp-bind--role=\"state.roleAttribute\"\n			>\n							<button aria-label=\"Cerrar el menú\" class=\"wp-block-navigation__responsive-container-close\" \n				data-wp-on-async--click=\"actions.closeMenuOnClick\"\n			><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"m13.06 12 6.47-6.47-1.06-1.06L12 10.94 5.53 4.47 4.47 5.53 10.94 12l-6.47 6.47 1.06 1.06L12 13.06l6.47 6.47 1.06-1.06L13.06 12Z\"></path></svg></button>\n							<div class=\"wp-block-navigation__responsive-container-content\" \n				data-wp-watch=\"callbacks.focusFirstElement\"\n			 id=\"modal-40-content\">\n								<ul class=\"wp-block-navigation__container is-responsive items-justified-right wp-block-navigation\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n							</div>\n						</div>\n					</div>\n				</div></nav></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:51:\"Header with site title and a hamburger menu button.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:42:\"core/group,core/navigation,core/site-title\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:794:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:site-title /-->\n\n<!-- wp:navigation {\"overlayMenu\":\"always\",\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group -->\";}i:71;O:8:\"stdClass\":7:{s:2:\"id\";i:229116;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:32:\"Fullwidth header with hero image\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4782:\"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-group alignfull is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-141 wp-block-group-is-layout-flex\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group is-layout-flex wp-container-core-group-is-layout-140 wp-block-group-is-layout-flex\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Logotipo del sitio\"></span></div>\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-139 wp-block-group-is-layout-flex\"><h1 class=\"has-link-color wp-elements-f7ec64f471b5bfcc0be230aa4daa838e wp-block-site-title has-medium-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Patrones</a></h1></div>\n</div>\n\n\n<nav class=\"is-responsive items-justified-right wp-block-navigation is-content-justification-right is-layout-flex wp-container-core-navigation-is-layout-18 wp-block-navigation-is-layout-flex\" \n		 data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"Men\\u00fa\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Abrir el menú\" class=\"wp-block-navigation__responsive-container-open \" \n				data-wp-on-async--click=\"actions.openMenuOnClick\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n			><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n				<div class=\"wp-block-navigation__responsive-container  \"  id=\"modal-41\" \n				data-wp-class--has-modal-open=\"state.isMenuOpen\"\n				data-wp-class--is-menu-open=\"state.isMenuOpen\"\n				data-wp-watch=\"callbacks.initMenu\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n				data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n				tabindex=\"-1\"\n			>\n					<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n						<div class=\"wp-block-navigation__responsive-dialog\" \n				data-wp-bind--aria-modal=\"state.ariaModal\"\n				data-wp-bind--aria-label=\"state.ariaLabel\"\n				data-wp-bind--role=\"state.roleAttribute\"\n			>\n							<button aria-label=\"Cerrar el menú\" class=\"wp-block-navigation__responsive-container-close\" \n				data-wp-on-async--click=\"actions.closeMenuOnClick\"\n			><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"m13.06 12 6.47-6.47-1.06-1.06L12 10.94 5.53 4.47 4.47 5.53 10.94 12l-6.47 6.47 1.06 1.06L12 13.06l6.47 6.47 1.06-1.06L13.06 12Z\"></path></svg></button>\n							<div class=\"wp-block-navigation__responsive-container-content\" \n				data-wp-watch=\"callbacks.focusFirstElement\"\n			 id=\"modal-41-content\">\n								<ul class=\"wp-block-navigation__container is-responsive items-justified-right wp-block-navigation\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n							</div>\n						</div>\n					</div>\n				</div></nav></div>\n\n\n\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;min-height:40vw;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-0 has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-61\" alt=\"\" src=\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&amp;h=1200&amp;fit=clip&amp;crop=default&amp;dpr=1&amp;q=75&amp;vib=3&amp;con=3&amp;usm=15&amp;cs=srgb&amp;bg=F4F4F3&amp;ixlib=js-2.2.1&amp;s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\" style=\"object-position:50% 50%\" data-object-fit=\"cover\" data-object-position=\"50% 50%\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:65:\"Header on a white background followed by a full-width hero image.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:80:\"core/cover,core/group,core/navigation,core/site-logo,core/site-title,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"header\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2566:\"<!-- wp:group {\"align\":\"full\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"fontSize\":\"medium\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:cover {\"url\":\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&h=1200&fit=clip&crop=default&dpr=1&q=75&vib=3&con=3&usm=15&cs=srgb&bg=F4F4F3&ixlib=js-2.2.1&s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\",\"id\":61,\"dimRatio\":0,\"overlayColor\":\"black\",\"focalPoint\":{\"x\":0.5,\"y\":0.5},\"minHeight\":40,\"minHeightUnit\":\"vw\",\"contentPosition\":\"center center\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;min-height:40vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-61\" alt=\"\" src=\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&amp;h=1200&amp;fit=clip&amp;crop=default&amp;dpr=1&amp;q=75&amp;vib=3&amp;con=3&amp;usm=15&amp;cs=srgb&amp;bg=F4F4F3&amp;ixlib=js-2.2.1&amp;s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\" style=\"object-position:50% 50%\" data-object-fit=\"cover\" data-object-position=\"50% 50%\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer {\"height\":\"50px\"} -->\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:group -->\";}i:72;O:8:\"stdClass\":7:{s:2:\"id\";i:229080;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:25:\"Centered header with logo\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3706:\"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-container-core-group-is-layout-144 wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-143 wp-block-group-is-layout-flex\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Logotipo del sitio\"></span></div>\n\n<h1 class=\"has-link-color wp-elements-7b215d308770124d58b518591412dff8 wp-block-site-title has-text-color has-contrast-color has-large-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Patrones</a></h1>\n\n<nav class=\"is-responsive items-justified-center wp-block-navigation is-content-justification-center is-layout-flex wp-container-core-navigation-is-layout-19 wp-block-navigation-is-layout-flex\" \n		 data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"Men\\u00fa\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Abrir el menú\" class=\"wp-block-navigation__responsive-container-open \" \n				data-wp-on-async--click=\"actions.openMenuOnClick\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n			><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n				<div class=\"wp-block-navigation__responsive-container  \"  id=\"modal-42\" \n				data-wp-class--has-modal-open=\"state.isMenuOpen\"\n				data-wp-class--is-menu-open=\"state.isMenuOpen\"\n				data-wp-watch=\"callbacks.initMenu\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n				data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n				tabindex=\"-1\"\n			>\n					<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n						<div class=\"wp-block-navigation__responsive-dialog\" \n				data-wp-bind--aria-modal=\"state.ariaModal\"\n				data-wp-bind--aria-label=\"state.ariaLabel\"\n				data-wp-bind--role=\"state.roleAttribute\"\n			>\n							<button aria-label=\"Cerrar el menú\" class=\"wp-block-navigation__responsive-container-close\" \n				data-wp-on-async--click=\"actions.closeMenuOnClick\"\n			><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"m13.06 12 6.47-6.47-1.06-1.06L12 10.94 5.53 4.47 4.47 5.53 10.94 12l-6.47 6.47 1.06 1.06L12 13.06l6.47 6.47 1.06-1.06L13.06 12Z\"></path></svg></button>\n							<div class=\"wp-block-navigation__responsive-container-content\" \n				data-wp-watch=\"callbacks.focusFirstElement\"\n			 id=\"modal-42-content\">\n								<ul class=\"wp-block-navigation__container is-responsive items-justified-center wp-block-navigation\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n							</div>\n						</div>\n					</div>\n				</div></nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:65:\"Center aligned header with logo, site title and navigation links.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:57:\"core/group,core/navigation,core/site-logo,core/site-title\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:926:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:site-logo /-->\n\n<!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\",\"fontSize\":\"large\"} /-->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"center\"}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:73;O:8:\"stdClass\":7:{s:2:\"id\";i:229084;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Fullwidth header with large font size\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3472:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color wp-elements-4b5a1e7a31f9f44eaeb3ab45e5ae60f1 is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-145 wp-block-group-is-layout-flex\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><h1 class=\"wp-block-site-title has-large-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Patrones</a></h1>\n\n<nav class=\"has-large-font-size is-responsive items-justified-right wp-block-navigation is-content-justification-right is-layout-flex wp-container-core-navigation-is-layout-20 wp-block-navigation-is-layout-flex\" \n		 data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"Men\\u00fa\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Abrir el menú\" class=\"wp-block-navigation__responsive-container-open \" \n				data-wp-on-async--click=\"actions.openMenuOnClick\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n			><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n				<div class=\"wp-block-navigation__responsive-container  \"  id=\"modal-43\" \n				data-wp-class--has-modal-open=\"state.isMenuOpen\"\n				data-wp-class--is-menu-open=\"state.isMenuOpen\"\n				data-wp-watch=\"callbacks.initMenu\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n				data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n				tabindex=\"-1\"\n			>\n					<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n						<div class=\"wp-block-navigation__responsive-dialog\" \n				data-wp-bind--aria-modal=\"state.ariaModal\"\n				data-wp-bind--aria-label=\"state.ariaLabel\"\n				data-wp-bind--role=\"state.roleAttribute\"\n			>\n							<button aria-label=\"Cerrar el menú\" class=\"wp-block-navigation__responsive-container-close\" \n				data-wp-on-async--click=\"actions.closeMenuOnClick\"\n			><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"m13.06 12 6.47-6.47-1.06-1.06L12 10.94 5.53 4.47 4.47 5.53 10.94 12l-6.47 6.47 1.06 1.06L12 13.06l6.47 6.47 1.06-1.06L13.06 12Z\"></path></svg></button>\n							<div class=\"wp-block-navigation__responsive-container-content\" \n				data-wp-watch=\"callbacks.focusFirstElement\"\n			 id=\"modal-43-content\">\n								<ul class=\"wp-block-navigation__container has-large-font-size is-responsive items-justified-right wp-block-navigation has-large-font-size\"><li class=\"has-large-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-large-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-large-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n							</div>\n						</div>\n					</div>\n				</div></nav></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:80:\"Header with a large site title and navigation links in the same large font size.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:42:\"core/group,core/navigation,core/site-title\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:811:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:site-title {\"fontSize\":\"large\"} /-->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"},\"fontSize\":\"large\"} /--></div>\n<!-- /wp:group -->\";}i:74;O:8:\"stdClass\":7:{s:2:\"id\";i:229088;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:13:\"Simple header\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3763:\"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-container-core-group-is-layout-148 wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-147 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-container-core-group-is-layout-146 wp-block-group-is-layout-flex\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Logotipo del sitio\"></span></div>\n\n<h1 class=\"has-link-color wp-elements-74d9c587c704a765f018836daab4c876 wp-block-site-title\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Patrones</a></h1></div>\n\n\n<nav class=\"is-responsive items-justified-right wp-block-navigation is-content-justification-right is-layout-flex wp-container-core-navigation-is-layout-21 wp-block-navigation-is-layout-flex\" \n		 data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"Men\\u00fa\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Abrir el menú\" class=\"wp-block-navigation__responsive-container-open \" \n				data-wp-on-async--click=\"actions.openMenuOnClick\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n			><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n				<div class=\"wp-block-navigation__responsive-container  \"  id=\"modal-44\" \n				data-wp-class--has-modal-open=\"state.isMenuOpen\"\n				data-wp-class--is-menu-open=\"state.isMenuOpen\"\n				data-wp-watch=\"callbacks.initMenu\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n				data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n				tabindex=\"-1\"\n			>\n					<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n						<div class=\"wp-block-navigation__responsive-dialog\" \n				data-wp-bind--aria-modal=\"state.ariaModal\"\n				data-wp-bind--aria-label=\"state.ariaLabel\"\n				data-wp-bind--role=\"state.roleAttribute\"\n			>\n							<button aria-label=\"Cerrar el menú\" class=\"wp-block-navigation__responsive-container-close\" \n				data-wp-on-async--click=\"actions.closeMenuOnClick\"\n			><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"m13.06 12 6.47-6.47-1.06-1.06L12 10.94 5.53 4.47 4.47 5.53 10.94 12l-6.47 6.47 1.06 1.06L12 13.06l6.47 6.47 1.06-1.06L13.06 12Z\"></path></svg></button>\n							<div class=\"wp-block-navigation__responsive-container-content\" \n				data-wp-watch=\"callbacks.focusFirstElement\"\n			 id=\"modal-44-content\">\n								<ul class=\"wp-block-navigation__container is-responsive items-justified-right wp-block-navigation\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n							</div>\n						</div>\n					</div>\n				</div></nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:51:\"Simple header with logo, site title and navigation.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:57:\"core/group,core/navigation,core/site-logo,core/site-title\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1021:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:75;O:8:\"stdClass\":7:{s:2:\"id\";i:229123;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:33:\"Centered footer with social links\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4248:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-150 wp-block-group-is-layout-flex\" style=\"min-height:30vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--50)\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-149 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-center\">Proudly powered by <a href=\"https://wordpress.org\">WordPress</a></p>\n\n\n\n<ul class=\"wp-block-social-links has-small-icon-size is-style-logos-only is-nowrap is-layout-flex wp-container-core-social-links-is-layout-4 wp-block-social-links-is-layout-flex\"><li class=\"wp-social-link wp-social-link-twitter  wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitter</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-instagram  wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Instagram</span></a></li></ul>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:82:\"Centered footer with the sentence \"Proudly powered by WordPress\" and social links.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:25:\"core/group,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1495:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|60\",\"left\":\"var:preset|spacing|50\",\"top\":\"var:preset|spacing|60\"},\"blockGap\":\"var:preset|spacing|40\",\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"dimensions\":{\"minHeight\":\"30vh\"}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color\" style=\"min-height:30vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--50)\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Proudly powered by <a href=\"https://wordpress.org\">WordPress</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:social-links {\"size\":\"has-small-icon-size\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"8px\",\"left\":\"8px\"}}},\"className\":\"is-style-logos-only\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<ul class=\"wp-block-social-links has-small-icon-size is-style-logos-only\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"twitter\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"instagram\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:76;O:8:\"stdClass\":7:{s:2:\"id\";i:229127;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:47:\"Footer with search, site title, and credit line\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3112:\"\n<div class=\"wp-block-group alignfull has-background is-layout-constrained wp-container-core-group-is-layout-158 wp-block-group-is-layout-constrained\" style=\"background-color:#00000008;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--40)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-155 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group wp-container-content-39 is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-151 wp-block-group-is-layout-constrained\">\n<p class=\"has-text-align-left\" style=\"font-size:0.9rem;font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase\">Search</p>\n\n\n<form role=\"search\" method=\"get\" action=\"https://wordpress.org/patterns/\" class=\"wp-block-search__button-outside wp-block-search__icon-button wp-block-search\"    ><label class=\"wp-block-search__label screen-reader-text\" for=\"wp-block-search__input-45\" >Search</label><div class=\"wp-block-search__inside-wrapper \"  style=\"width: 100%\"><input class=\"wp-block-search__input\" id=\"wp-block-search__input-45\" placeholder=\"\" value=\"\" type=\"search\" name=\"s\" required  style=\"border-width: 1px\"/><button aria-label=\"Search\" class=\"wp-block-search__button has-icon wp-element-button\" type=\"submit\"  style=\"border-width: 1px\"><svg class=\"search-icon\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\">\n					<path d=\"M13 5c-3.3 0-6 2.7-6 6 0 1.4.5 2.7 1.3 3.7l-3.8 3.8 1.1 1.1 3.8-3.8c1 .8 2.3 1.3 3.7 1.3 3.3 0 6-2.7 6-6S16.3 5 13 5zm0 10.5c-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5 4.5 2 4.5 4.5-2 4.5-4.5 4.5z\"></path>\n				</svg></button></div></form></div>\n\n\n\n<div class=\"wp-block-group is-content-justification-right is-nowrap is-layout-flex wp-container-core-group-is-layout-154 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-153 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-left\" style=\"font-size:0.9rem;font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase\">Social</p>\n\n\n\n<div class=\"wp-block-group has-small-font-size is-vertical is-content-justification-left is-layout-flex wp-container-core-group-is-layout-152 wp-block-group-is-layout-flex\">\n<p><a href=\"#\">Facebook</a></p>\n\n\n\n<p><a href=\"#\">Instagram</a></p>\n\n\n\n<p><a href=\"#\">Twitter</a></p>\n</div>\n</div>\n</div>\n</div>\n\n\n\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-157 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><h1 class=\"wp-block-site-title has-small-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Patrones</a></h1></div>\n\n\n\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:88:\"Footer with search field and site title on the left, and small credit line on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:65:\"core/group,core/paragraph,core/search,core/site-title,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:3254:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"top\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|50\"}},\"color\":{\"background\":\"#00000008\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#00000008;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|60\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontSize\":\"0.9rem\",\"letterSpacing\":\"1px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} -->\n<p class=\"has-text-align-left\" style=\"font-size:0.9rem;font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase\">Search</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:search {\"label\":\"Search\",\"showLabel\":false,\"width\":100,\"widthUnit\":\"%\",\"buttonText\":\"Search\",\"buttonUseIcon\":true,\"style\":{\"border\":{\"width\":\"1px\"}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":[]},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontSize\":\"0.9rem\",\"letterSpacing\":\"1px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} -->\n<p class=\"has-text-align-left\" style=\"font-size:0.9rem;font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase\">Social</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"},\"fontSize\":\"small\"} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:paragraph -->\n<p><a href=\"#\">Facebook</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Instagram</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Twitter</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"48px\"} -->\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:77;O:8:\"stdClass\":7:{s:2:\"id\";i:229131;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:38:\"Footer with site title and credit line\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:884:\"\n<div class=\"wp-block-group alignfull has-background-color is-layout-constrained wp-container-core-group-is-layout-161 wp-block-group-is-layout-constrained\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-160 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><h1 class=\"wp-block-site-title has-small-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Patrones</a></h1></div>\n\n\n\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:64:\"Footer with site title on the left and credit line on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:41:\"core/group,core/paragraph,core/site-title\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1095:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|30\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"has-background-color\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-background-color\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:78;O:8:\"stdClass\":7:{s:2:\"id\";i:229135;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:38:\"Footer with navigation and credit line\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3631:\"\n<div class=\"wp-block-group alignfull has-background-color is-layout-constrained wp-container-core-group-is-layout-164 wp-block-group-is-layout-constrained\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-163 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><nav class=\"has-small-font-size is-responsive items-justified-left wp-block-navigation is-content-justification-left is-layout-flex wp-container-core-navigation-is-layout-22 wp-block-navigation-is-layout-flex\" \n		 data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"Men\\u00fa\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Abrir el menú\" class=\"wp-block-navigation__responsive-container-open \" \n				data-wp-on-async--click=\"actions.openMenuOnClick\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n			><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n				<div class=\"wp-block-navigation__responsive-container  \"  id=\"modal-46\" \n				data-wp-class--has-modal-open=\"state.isMenuOpen\"\n				data-wp-class--is-menu-open=\"state.isMenuOpen\"\n				data-wp-watch=\"callbacks.initMenu\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n				data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n				tabindex=\"-1\"\n			>\n					<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n						<div class=\"wp-block-navigation__responsive-dialog\" \n				data-wp-bind--aria-modal=\"state.ariaModal\"\n				data-wp-bind--aria-label=\"state.ariaLabel\"\n				data-wp-bind--role=\"state.roleAttribute\"\n			>\n							<button aria-label=\"Cerrar el menú\" class=\"wp-block-navigation__responsive-container-close\" \n				data-wp-on-async--click=\"actions.closeMenuOnClick\"\n			><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"m13.06 12 6.47-6.47-1.06-1.06L12 10.94 5.53 4.47 4.47 5.53 10.94 12l-6.47 6.47 1.06 1.06L12 13.06l6.47 6.47 1.06-1.06L13.06 12Z\"></path></svg></button>\n							<div class=\"wp-block-navigation__responsive-container-content\" \n				data-wp-watch=\"callbacks.focusFirstElement\"\n			 id=\"modal-46-content\">\n								<ul class=\"wp-block-navigation__container has-small-font-size is-responsive items-justified-left wp-block-navigation has-small-font-size\"><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n							</div>\n						</div>\n					</div>\n				</div></nav></div>\n\n\n\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:64:\"Footer with navigation on the left and credit line on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:41:\"core/group,core/navigation,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1174:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|30\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"has-background-color\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-background-color\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"left\"},\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:79;O:8:\"stdClass\":7:{s:2:\"id\";i:229139;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:56:\"Fullwidth footer with background color and three columns\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3015:\"\n<div class=\"wp-block-group alignfull has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color wp-elements-8d0170a0199cafe7fbcba6c0b4dac464 is-vertical is-content-justification-stretch is-layout-flex wp-container-core-group-is-layout-167 wp-block-group-is-layout-flex\" style=\"min-height:40vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--40)\">\n<div class=\"wp-block-columns alignwide has-small-font-size is-layout-flex wp-container-core-columns-is-layout-13 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-align-center\">Location</p>\n\n\n\n<p class=\"has-text-align-center\">2020 Lomita Blvd,&nbsp;<br>Torrance, CA 90101<br>United States</p>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-align-center\">Pages</p>\n\n\n<nav class=\"has-small-font-size items-justified-center is-vertical no-wrap wp-block-navigation is-content-justification-center is-nowrap is-layout-flex wp-container-core-navigation-is-layout-23 wp-block-navigation-is-layout-flex\"><ul class=\"wp-block-navigation__container has-small-font-size items-justified-center is-vertical no-wrap wp-block-navigation has-small-font-size\"><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul></nav>\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-align-center\">Follow us</p>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-165 wp-block-group-is-layout-flex\">\n<p><a href=\"#\">Facebook</a></p>\n\n\n\n<p><a href=\"#\">Instagram</a></p>\n\n\n\n<p><a href=\"#\">Twitter</a></p>\n</div>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-group alignwide is-content-justification-center is-layout-flex wp-container-core-group-is-layout-166 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-center has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:57:\"Text-only footer with background color and three columns.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:78:\"core/column,core/columns,core/group,core/navigation,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:3225:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|60\",\"right\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|60\",\"left\":\"var:preset|spacing|40\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"var:preset|spacing|30\"},\"dimensions\":{\"minHeight\":\"40vh\"}},\"backgroundColor\":\"black\",\"textColor\":\"white\",\"className\":\"has-background-color\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-group alignfull has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color\" style=\"min-height:40vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:columns {\"align\":\"wide\",\"fontSize\":\"small\"} -->\n<div class=\"wp-block-columns alignwide has-small-font-size\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Location</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">2020 Lomita Blvd,&nbsp;<br>Torrance, CA 90101<br>United States</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Pages</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:navigation {\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"flexWrap\":\"nowrap\"},\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"fontSize\":\"small\"} /-->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Follow us</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p><a href=\"#\">Facebook</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Instagram</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Twitter</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-center has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:80;O:8:\"stdClass\":7:{s:2:\"id\";i:229143;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:33:\"Centered footer with social links\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4176:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-168 wp-block-group-is-layout-flex\" style=\"min-height:40vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--50)\"><div style=\"margin-bottom:6px;\" class=\"is-default-size aligncenter wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Logotipo del sitio\"></span></div>\n\n\n<p class=\"has-text-align-center has-medium-font-size\">Proudly powered by <a href=\"https://wordpress.org\">WordPress</a></p>\n\n\n\n<ul class=\"wp-block-social-links has-normal-icon-size is-style-logos-only is-nowrap is-layout-flex wp-container-core-social-links-is-layout-5 wp-block-social-links-is-layout-flex\"><li class=\"wp-social-link wp-social-link-facebook  wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12 2C6.5 2 2 6.5 2 12c0 5 3.7 9.1 8.4 9.9v-7H7.9V12h2.5V9.8c0-2.5 1.5-3.9 3.8-3.9 1.1 0 2.2.2 2.2.2v2.5h-1.3c-1.2 0-1.6.8-1.6 1.6V12h2.8l-.4 2.9h-2.3v7C18.3 21.1 22 17 22 12c0-5.5-4.5-10-10-10z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Facebook</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-twitter  wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitter</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-wordpress  wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12.158,12.786L9.46,20.625c0.806,0.237,1.657,0.366,2.54,0.366c1.047,0,2.051-0.181,2.986-0.51 c-0.024-0.038-0.046-0.079-0.065-0.124L12.158,12.786z M3.009,12c0,3.559,2.068,6.634,5.067,8.092L3.788,8.341 C3.289,9.459,3.009,10.696,3.009,12z M18.069,11.546c0-1.112-0.399-1.881-0.741-2.48c-0.456-0.741-0.883-1.368-0.883-2.109 c0-0.826,0.627-1.596,1.51-1.596c0.04,0,0.078,0.005,0.116,0.007C16.472,3.904,14.34,3.009,12,3.009 c-3.141,0-5.904,1.612-7.512,4.052c0.211,0.007,0.41,0.011,0.579,0.011c0.94,0,2.396-0.114,2.396-0.114 C7.947,6.93,8.004,7.642,7.52,7.699c0,0-0.487,0.057-1.029,0.085l3.274,9.739l1.968-5.901l-1.401-3.838 C9.848,7.756,9.389,7.699,9.389,7.699C8.904,7.67,8.961,6.93,9.446,6.958c0,0,1.484,0.114,2.368,0.114 c0.94,0,2.397-0.114,2.397-0.114c0.485-0.028,0.542,0.684,0.057,0.741c0,0-0.488,0.057-1.029,0.085l3.249,9.665l0.897-2.996 C17.841,13.284,18.069,12.316,18.069,11.546z M19.889,7.686c0.039,0.286,0.06,0.593,0.06,0.924c0,0.912-0.171,1.938-0.684,3.22 l-2.746,7.94c2.673-1.558,4.47-4.454,4.47-7.771C20.991,10.436,20.591,8.967,19.889,7.686z M12,22C6.486,22,2,17.514,2,12 C2,6.486,6.486,2,12,2c5.514,0,10,4.486,10,10C22,17.514,17.514,22,12,22z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">WordPress</span></a></li></ul>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:71:\"Footer with centered site title, tagline, social links and credit line.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:75:\"core/group,core/paragraph,core/site-logo,core/social-link,core/social-links\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1532:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|60\",\"left\":\"var:preset|spacing|50\",\"top\":\"var:preset|spacing|60\"},\"blockGap\":\"var:preset|spacing|40\",\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"dimensions\":{\"minHeight\":\"40vh\"}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color\" style=\"min-height:40vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--50)\"><!-- wp:site-logo {\"align\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"6px\"}}}} /-->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\"} -->\n<p class=\"has-text-align-center has-medium-font-size\">Proudly powered by <a href=\"https://wordpress.org\">WordPress</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:social-links {\"size\":\"has-normal-icon-size\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"12px\",\"left\":\"12px\"}}},\"className\":\"is-style-logos-only\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<ul class=\"wp-block-social-links has-normal-icon-size is-style-logos-only\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"twitter\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"wordpress\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group -->\";}i:81;O:8:\"stdClass\":7:{s:2:\"id\";i:229147;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:52:\"Fullwidth footer with navigation, credit, and social\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4647:\"\n<div class=\"wp-block-group alignfull has-background-color is-layout-flow wp-block-group-is-layout-flow\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignfull has-small-font-size is-content-justification-space-between is-nowrap is-layout-flex wp-container-core-group-is-layout-170 wp-block-group-is-layout-flex\"><h1 class=\"wp-block-site-title has-small-font-size wp-container-content-40\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Patrones</a></h1>\n\n\n<div class=\"wp-block-group wp-container-content-41 is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-169 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-center has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n\n\n\n<ul class=\"wp-block-social-links has-small-icon-size is-style-logos-only wp-container-content-42 is-content-justification-right is-nowrap is-layout-flex wp-container-core-social-links-is-layout-6 wp-block-social-links-is-layout-flex\"><li class=\"wp-social-link wp-social-link-twitter  wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitter</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-instagram  wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Instagram</span></a></li></ul>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:87:\"Footer with site title on the left, credit in the middle and social links on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:76:\"core/group,core/paragraph,core/site-title,core/social-link,core/social-links\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1869:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"has-background-color\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull has-background-color\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"nowrap\"},\"fontSize\":\"small\"} -->\n<div class=\"wp-block-group alignfull has-small-font-size\"><!-- wp:site-title {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"25%\"}},\"fontSize\":\"small\"} /-->\n\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-center has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:social-links {\"size\":\"has-small-icon-size\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"12px\"}},\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"25%\"}},\"className\":\"is-style-logos-only\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<ul class=\"wp-block-social-links has-small-icon-size is-style-logos-only\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"twitter\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"instagram\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:82;O:8:\"stdClass\":7:{s:2:\"id\";i:229151;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:19:\"Left-aligned footer\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2912:\"\n<div class=\"wp-block-group alignfull is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-177 wp-block-group-is-layout-flex\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group wp-container-content-43 is-vertical is-layout-flex wp-container-core-group-is-layout-172 wp-block-group-is-layout-flex\"><h1 class=\"wp-block-site-title has-medium-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Patrones</a></h1>\n\n\n<p class=\"has-text-align-left\">2020 Lomita Blvd,&nbsp;<br>Torrance, CA 90101<br>United States</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\">Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\n\n\n<div class=\"wp-block-group is-content-justification-right is-layout-flex wp-container-core-group-is-layout-176 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-173 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-left\">Pages</p>\n\n\n<nav class=\"has-small-font-size items-justified-left is-vertical no-wrap wp-block-navigation is-content-justification-left is-nowrap is-layout-flex wp-container-core-navigation-is-layout-24 wp-block-navigation-is-layout-flex\"><ul class=\"wp-block-navigation__container has-small-font-size items-justified-left is-vertical no-wrap wp-block-navigation has-small-font-size\"><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul></nav>\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-175 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-left\">Social</p>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-left is-layout-flex wp-container-core-group-is-layout-174 wp-block-group-is-layout-flex\">\n<p><a href=\"#\">Facebook</a></p>\n\n\n\n<p><a href=\"#\">Instagram</a></p>\n\n\n\n<p><a href=\"#\">Twitter</a></p>\n</div>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:44:\"Left-aligned footer with just a credit line.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:69:\"core/group,core/navigation,core/paragraph,core/site-title,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2939:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"fontSize\":\"medium\"} /-->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">2020 Lomita Blvd,&nbsp;<br>Torrance, CA 90101<br>United States</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-left has-small-font-size\">Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">Pages</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:navigation {\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\",\"flexWrap\":\"nowrap\"},\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"fontSize\":\"small\"} /-->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">Social</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p><a href=\"#\">Facebook</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Instagram</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Twitter</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:83;O:8:\"stdClass\":7:{s:2:\"id\";i:201;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:32:\"Three columns with offset images\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1352:\"\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-14 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:25%\">\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-01.jpg\" alt=\"Close-up, abstract view of geometric architecture.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:25%\">\n<div style=\"height:500px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-02.jpg\" alt=\"Close-up, angled view of a window on a white building.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:45%\">\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-03.jpg\" alt=\"Close-up of the corner of a white, geometric building with both sharp points and round corners.\" /></figure>\n\n\n\n<div style=\"height:285px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:33:\"Three columns with offset images.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:47:\"core/column,core/columns,core/image,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"gallery\";i:1;s:6:\"images\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1753:\"<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"25%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:25%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://s.w.org/images/core/5.8/architecture-01.jpg\" alt=\"Close-up, abstract view of geometric architecture.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"25%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:25%\"><!-- wp:spacer {\"height\":500} -->\n<div style=\"height:500px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:spacer {\"height\":150} -->\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/architecture-02.jpg\" alt=\"Close-up, angled view of a window on a white building.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"45%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:45%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://s.w.org/images/core/5.8/architecture-03.jpg\" alt=\"Close-up of the corner of a white, geometric building with both sharp points and round corners.\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":285} -->\n<div style=\"height:285px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:84;O:8:\"stdClass\":7:{s:2:\"id\";i:199;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:34:\"Three columns with images and text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3582:\"\n<div class=\"wp-block-group alignfull has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"background-color:#f5eac1;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw\">\n<div class=\"wp-block-group is-vertical is-nowrap is-layout-flex wp-container-core-group-is-layout-178 wp-block-group-is-layout-flex\" style=\"padding-right:0;padding-left:0\">\n<h6 class=\"wp-block-heading has-text-color\" id=\"ecosystem\" style=\"color:#000000;font-size:16px\">ECOSYSTEM</h6>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:6vw;font-style:normal;font-weight:700;letter-spacing:0px;line-height:0.9;text-decoration:none;text-transform:none\">Positive growth.</p>\n</div>\n\n\n\n<div style=\"height:1vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group alignwide is-vertical is-nowrap is-layout-flex wp-container-core-group-is-layout-179 wp-block-group-is-layout-flex\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-15 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.38%\">\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. </p>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33%\">\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.62%\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-16 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:69%\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33%\">\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man&#8217;s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n</div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:77:\"Three columns with images and text, with vertical spacing for an offset look.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:86:\"core/column,core/columns,core/group,core/heading,core/image,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:4:{i:0;s:7:\"columns\";i:1;s:7:\"gallery\";i:2;s:6:\"images\";i:3;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:5124:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#f5eac1\"},\"spacing\":{\"padding\":{\"top\":\"6vw\",\"bottom\":\"6vw\",\"left\":\"6vw\",\"right\":\"6vw\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#f5eac1;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"16px\",\"padding\":{\"right\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\" style=\"padding-right:0;padding-left:0\"><!-- wp:heading {\"level\":6,\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"16px\"}},\"anchor\":\"ecosystem\"} -->\n<h6 class=\"wp-block-heading has-text-color\" id=\"ecosystem\" style=\"color:#000000;font-size:16px\">ECOSYSTEM</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"0.9\",\"fontSize\":\"6vw\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"textTransform\":\"none\",\"textDecoration\":\"none\",\"letterSpacing\":\"0px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:6vw;font-style:normal;font-weight:700;letter-spacing:0px;line-height:0.9;text-decoration:none;text-transform:none\">Positive growth.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"1vw\"} -->\n<div style=\"height:1vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"3vw\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"3vw\",\"left\":\"3vw\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"33.38%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.38%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"17px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"17px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33%\"><!-- wp:spacer {\"height\":\"2vw\"} -->\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.62%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.62%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"3vw\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"69%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:69%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33%\"><!-- wp:spacer {\"height\":\"2vw\"} -->\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"17px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man\'s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:85;O:8:\"stdClass\":7:{s:2:\"id\";i:197;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:39:\"Two columns of text with offset heading\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2284:\"\n<div class=\"wp-block-group alignfull has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"background-color:#f2f0e9\">\n<div style=\"height:70px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center is-layout-flex wp-container-core-columns-is-layout-17 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<p class=\"has-text-color\" style=\"color:#000000;font-size:30px;line-height:1.1\"><strong>Oceanic Inspiration</strong></p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<hr class=\"wp-block-separator has-text-color has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-18 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Winding veils round their heads, the women walked on deck. They were now moving steadily down the river, passing the dark shapes of ships at anchor, and London was a swarm of lights with a pale yellow canopy drooping above it. There were the lights of the great theatres, the lights of the long streets, lights that indicated huge squares of domestic comfort, lights that hung high in air.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">No darkness would ever settle upon those lamps, as no darkness had settled upon them for hundreds of years. It seemed dreadful that the town should blaze for ever in the same spot; dreadful at least to people going away to adventure upon the sea, and beholding it as a circumscribed mound, eternally burnt, eternally scarred. From the deck of the ship the great city appeared a crouched and cowardly figure, a sedentary miser.</p>\n</div>\n</div>\n\n\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:43:\"Two columns of text with an offset heading.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:77:\"core/column,core/columns,core/group,core/paragraph,core/separator,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2837:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#f2f0e9\"}}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#f2f0e9\"><!-- wp:spacer {\"height\":70} -->\n<div style=\"height:70px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"30px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:30px;line-height:1.1\"><strong>Oceanic Inspiration</strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:separator {\"customColor\":\"#000000\",\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-text-color has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n<!-- /wp:separator --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Winding veils round their heads, the women walked on deck. They were now moving steadily down the river, passing the dark shapes of ships at anchor, and London was a swarm of lights with a pale yellow canopy drooping above it. There were the lights of the great theatres, the lights of the long streets, lights that indicated huge squares of domestic comfort, lights that hung high in air.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">No darkness would ever settle upon those lamps, as no darkness had settled upon them for hundreds of years. It seemed dreadful that the town should blaze for ever in the same spot; dreadful at least to people going away to adventure upon the sea, and beholding it as a circumscribed mound, eternally burnt, eternally scarred. From the deck of the ship the great city appeared a crouched and cowardly figure, a sedentary miser.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":40} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";}i:86;O:8:\"stdClass\":7:{s:2:\"id\";i:196;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:41:\"Media and text in a full height container\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1484:\"\n<div class=\"wp-block-cover alignfull is-light\" style=\"min-height:100vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#ffffff\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center is-image-fill\" style=\"grid-template-columns:56% auto\"><figure class=\"wp-block-media-text__media\" style=\"background-image:url(https://s.w.org/images/core/5.8/soil.jpg);background-position:50% 50%\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/soil.jpg\" alt=\"Close-up of dried, cracked earth.\" /></figure><div class=\"wp-block-media-text__content\">\n<h2 class=\"wp-block-heading has-text-color\" style=\"color:#000000;font-size:32px\"><strong>What&#8217;s the problem?</strong></h2>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Trees are more important today than ever before. More than 10,000 products are reportedly made from trees. Through chemistry, the humble woodpile is yielding chemicals, plastics and fabrics that were beyond comprehension when an axe first felled a Texas tree.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Learn more</a></div>\n</div>\n</div></div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:77:\"Media and text block with image to the left and text and button to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:79:\"core/button,core/buttons,core/cover,core/heading,core/media-text,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2015:\"<!-- wp:cover {\"customOverlayColor\":\"#ffffff\",\"minHeight\":100,\"minHeightUnit\":\"vh\",\"contentPosition\":\"center center\",\"isDark\":false,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"min-height:100vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#ffffff\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:media-text {\"mediaLink\":\"https://s.w.org/images/core/5.8/soil.jpg\",\"mediaType\":\"image\",\"mediaWidth\":56,\"verticalAlignment\":\"center\",\"imageFill\":true} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center is-image-fill\" style=\"grid-template-columns:56% auto\"><figure class=\"wp-block-media-text__media\" style=\"background-image:url(https://s.w.org/images/core/5.8/soil.jpg);background-position:50% 50%\"><img src=\"https://s.w.org/images/core/5.8/soil.jpg\" alt=\"Close-up of dried, cracked earth.\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"32px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<h2 class=\"wp-block-heading has-text-color\" style=\"color:#000000;font-size:32px\"><strong>What\'s the problem?</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"17px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Trees are more important today than ever before. More than 10,000 products are reportedly made from trees. Through chemistry, the humble woodpile is yielding chemicals, plastics and fabrics that were beyond comprehension when an axe first felled a Texas tree.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Learn more</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:media-text --></div></div>\n<!-- /wp:cover -->\";}i:87;O:8:\"stdClass\":7:{s:2:\"id\";i:195;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:38:\"Media and text with image on the right\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:719:\"\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center is-style-default\" style=\"grid-template-columns:auto 56%\"><div class=\"wp-block-media-text__content\">\n<h2 class=\"wp-block-heading has-text-color\" style=\"color:#000000\"><strong>Shore with Blue Sea</strong></h2>\n\n\n\n<p class=\"has-text-color\" style=\"color:#636363;font-size:17px;line-height:1.1\">Eleanor Harris&nbsp;(American, 1901-1942)</p>\n</div><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/art-02.jpg\" alt=\"A green and brown rural landscape leading into a bright blue ocean and slightly cloudy sky, done in oil paints.\" /></figure></div>\n\n\n\n<p></p>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:66:\"Media and text block with image to the right and text to the left.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:43:\"core/heading,core/media-text,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1155:\"<!-- wp:media-text {\"align\":\"full\",\"mediaPosition\":\"right\",\"mediaLink\":\"#\",\"mediaType\":\"image\",\"mediaWidth\":56,\"verticalAlignment\":\"center\",\"className\":\"is-style-default\"} -->\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center is-style-default\" style=\"grid-template-columns:auto 56%\"><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h2 class=\"wp-block-heading has-text-color\" style=\"color:#000000\"><strong>Shore with Blue Sea</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"17px\"},\"color\":{\"text\":\"#636363\"}}} -->\n<p class=\"has-text-color\" style=\"color:#636363;font-size:17px;line-height:1.1\">Eleanor Harris&nbsp;(American, 1901-1942)</p>\n<!-- /wp:paragraph --></div><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/images/core/5.8/art-02.jpg\" alt=\"A green and brown rural landscape leading into a bright blue ocean and slightly cloudy sky, done in oil paints.\" /></figure></div>\n<!-- /wp:media-text -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\";}i:88;O:8:\"stdClass\":7:{s:2:\"id\";i:192;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Media and text with image on the left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:611:\"\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\">\n<h3 class=\"wp-block-heading has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n\n\n\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study <span aria-hidden=\"true\" class=\"wp-exclude-emoji\">↗</span></a></p>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:66:\"Media and text block with image to the left and text to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:43:\"core/heading,core/media-text,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:844:\"<!-- wp:media-text {\"align\":\"full\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h3 class=\"wp-block-heading has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study ↗</a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\";}i:89;O:8:\"stdClass\":7:{s:2:\"id\";i:186;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:35:\"Large header with text and a button\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1590:\"\n<div class=\"wp-block-cover alignfull has-parallax\" style=\"min-height:100vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-40 has-background-dim\" style=\"background-color:#000000\"></span><div role=\"img\" class=\"wp-block-cover__image-background has-parallax\" style=\"background-position:50% 50%;background-image:url(https://s.w.org/images/core/5.8/art-01.jpg)\"></div><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<h2 class=\"wp-block-heading alignwide has-white-color has-text-color\" style=\"font-size:48px;line-height:1.2\"><strong><em>Overseas:</em></strong><br><strong><em>1500 — 1960</em></strong></h2>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-19 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:60%\">\n<p class=\"has-text-color\" style=\"color:#ffffff\">An exhibition about the different representations of the ocean throughout time, between the sixteenth and the twentieth century. Taking place in our Open Room in <em>Floor 2</em>.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-outline is-style-outline--47\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#ffffff;background-color:#000000\">Visit</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:62:\"Large header with background image and text and button on top.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:88:\"core/button,core/buttons,core/column,core/columns,core/cover,core/heading,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2053:\"<!-- wp:cover {\"url\":\"https://s.w.org/images/core/5.8/art-01.jpg\",\"hasParallax\":true,\"dimRatio\":40,\"customOverlayColor\":\"#000000\",\"minHeight\":100,\"minHeightUnit\":\"vh\",\"contentPosition\":\"center center\",\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull has-parallax\" style=\"min-height:100vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-40 has-background-dim\" style=\"background-color:#000000\"></span><div role=\"img\" class=\"wp-block-cover__image-background has-parallax\" style=\"background-position:50% 50%;background-image:url(https://s.w.org/images/core/5.8/art-01.jpg)\"></div><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"48px\",\"lineHeight\":\"1.2\"}},\"className\":\"alignwide has-white-color has-text-color\"} -->\n<h2 class=\"wp-block-heading alignwide has-white-color has-text-color\" style=\"font-size:48px;line-height:1.2\"><strong><em>Overseas:</em></strong><br><strong><em>1500 — 1960</em></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"60%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:60%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffffff\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffffff\">An exhibition about the different representations of the ocean throughout time, between the sixteenth and the twentieth century. Taking place in our Open Room in <em>Floor 2</em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"color\":{\"text\":\"#ffffff\",\"background\":\"#000000\"}},\"className\":\"is-style-outline\"} -->\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#ffffff;background-color:#000000\">Visit</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\";}i:90;O:8:\"stdClass\":7:{s:2:\"id\";i:185;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:35:\"Large header with left-aligned text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1382:\"\n<div class=\"wp-block-cover alignfull\" style=\"min-height:800px;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<h2 class=\"wp-block-heading alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-20 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:55%\">\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:29:\"Cover image with quote on top\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/column,core/columns,core/cover,core/heading,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1698:\"<!-- wp:cover {\"url\":\"https://s.w.org/images/core/5.8/forest.jpg\",\"dimRatio\":60,\"minHeight\":800,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:800px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"align\":\"wide\",\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"fontSize\":\"64px\"}}} -->\n<h2 class=\"wp-block-heading alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"55%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:55%\"><!-- wp:spacer {\"height\":\"330px\"} -->\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"lineHeight\":\"1.3\",\"fontSize\":\"12px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\";}i:91;O:8:\"stdClass\":7:{s:2:\"id\";i:184;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:7:\"Heading\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:526:\"\n<h2 class=\"alignwide wp-block-heading\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We&#8217;re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:17:\"large text, title\";s:16:\"wpop_description\";s:12:\"Heading text\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:12:\"core/heading\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:12:\"core/heading\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:621:\"<!-- wp:heading {\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"48px\",\"lineHeight\":\"1.1\"}}} -->\n<h2 class=\"alignwide\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We\'re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n<!-- /wp:heading -->\";}i:92;O:8:\"stdClass\":7:{s:2:\"id\";i:29;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:29:\"Two columns of text and title\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1540:\"\n<h2 class=\"wp-block-heading\" style=\"font-size:38px;line-height:1.4\"><strong>The voyage had begun, and had begun happily with a soft blue sky, and a calm sea.</strong></h2>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-21 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"font-size:18px\">They followed her on to the deck. All the smoke and the houses had disappeared, and the ship was out in a wide space of sea very fresh and clear though pale in the early light. They had left London sitting on its mud. A very thin line of shadow tapered on the horizon, scarcely thick enough to stand the burden of Paris, which nevertheless rested upon it. They were free of roads, free of mankind, and the same exhilaration at their freedom ran through them all.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"font-size:18px\">The ship was making her way steadily through small waves which slapped her and then fizzled like effervescing water, leaving a little border of bubbles and foam on either side. The colourless October sky above was thinly clouded as if by the trail of wood-fire smoke, and the air was wonderfully salt and brisk. Indeed it was too cold to stand still. Mrs. Ambrose drew her arm within her husband&#8217;s, and as they moved off it could be seen from the way in which her sloping cheek turned up to his that she had something private to communicate.</p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:47:\"Two columns of text preceded by a long heading.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:52:\"core/column,core/columns,core/heading,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1711:\"<!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":38,\"lineHeight\":\"1.4\"}}} -->\n<h2 style=\"font-size:38px;line-height:1.4\"><strong>The voyage had begun, and had begun happily with a soft blue sky, and a calm sea.</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":18}}} -->\n<p style=\"font-size:18px\">They followed her on to the deck. All the smoke and the houses had disappeared, and the ship was out in a wide space of sea very fresh and clear though pale in the early light. They had left London sitting on its mud. A very thin line of shadow tapered on the horizon, scarcely thick enough to stand the burden of Paris, which nevertheless rested upon it. They were free of roads, free of mankind, and the same exhilaration at their freedom ran through them all.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":18}}} -->\n<p style=\"font-size:18px\">The ship was making her way steadily through small waves which slapped her and then fizzled like effervescing water, leaving a little border of bubbles and foam on either side. The colourless October sky above was thinly clouded as if by the trail of wood-fire smoke, and the air was wonderfully salt and brisk. Indeed it was too cold to stand still. Mrs. Ambrose drew her arm within her husband\'s, and as they moved off it could be seen from the way in which her sloping cheek turned up to his that she had something private to communicate.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:93;O:8:\"stdClass\":7:{s:2:\"id\";i:19;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:23:\"Two images side by side\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:571:\"\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped wp-block-gallery-48 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/nature-above-01.jpg\" alt=\"An aerial view of waves crashing against a shore.\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/nature-above-02.jpg\" alt=\"An aerial view of a field. A road runs through the upper right corner.\" /></figure>\n</figure>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:41:\"An image gallery with two example images.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:23:\"core/gallery,core/image\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:7:\"gallery\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:704:\"<!-- wp:gallery {\"linkTo\":\"none\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/nature-above-01.jpg\" alt=\"An aerial view of waves crashing against a shore.\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/nature-above-02.jpg\" alt=\"An aerial view of a field. A road runs through the upper right corner.\" /></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\";}}', 'off');
INSERT INTO `wpht_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(217, '_kadence_starter_templates_old_customizer', 'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:15:\"initial_version\";s:5:\"1.2.9\";s:18:\"custom_css_post_id\";i:-1;}', 'auto'),
(219, 'wp_calendar_block_has_published_posts', '1', 'auto'),
(220, 'category_children', 'a:0:{}', 'auto'),
(221, 'elementor_library_category_children', 'a:0:{}', 'auto'),
(222, 'theme_mods_kadence', 'a:87:{s:15:\"initial_version\";s:5:\"1.2.9\";i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:4;s:6:\"mobile\";i:4;}s:18:\"custom_css_post_id\";i:-1;s:25:\"transparent_header_enable\";b:1;s:23:\"transparent_header_page\";b:0;s:23:\"transparent_header_post\";b:0;s:35:\"transparent_header_site_title_color\";a:2:{s:5:\"color\";s:0:\"\";s:5:\"hover\";s:0:\"\";}s:13:\"header_sticky\";s:4:\"main\";s:24:\"primary_navigation_color\";a:3:{s:5:\"color\";s:7:\"#051259\";s:5:\"hover\";s:17:\"palette-highlight\";s:6:\"active\";s:8:\"palette1\";}s:16:\"brand_typography\";a:15:{s:4:\"size\";a:2:{s:7:\"desktop\";i:26;s:6:\"mobile\";i:17;}s:10:\"lineHeight\";a:2:{s:7:\"desktop\";d:1.1999999999999999555910790149937383830547332763671875;s:6:\"mobile\";i:1;}s:6:\"family\";s:8:\"Overpass\";s:6:\"google\";b:1;s:6:\"weight\";s:3:\"700\";s:7:\"variant\";s:3:\"700\";s:5:\"color\";s:8:\"palette9\";s:8:\"sizeType\";s:2:\"px\";s:8:\"lineType\";s:1:\"-\";s:13:\"letterSpacing\";a:1:{s:7:\"desktop\";s:0:\"\";}s:11:\"spacingType\";s:2:\"em\";s:5:\"style\";s:6:\"normal\";s:9:\"transform\";s:0:\"\";s:4:\"flag\";b:0;s:8:\"fallback\";s:10:\"sans-serif\";}s:22:\"header_main_background\";a:2:{s:7:\"desktop\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:4:\"type\";s:5:\"color\";}s:4:\"flag\";b:0;}s:20:\"header_mobile_switch\";a:2:{s:4:\"size\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:29:\"transparent_header_background\";a:2:{s:7:\"desktop\";a:1:{s:5:\"color\";s:22:\"rgba(255,255,255,0.08)\";}s:4:\"flag\";b:1;}s:21:\"footer_bottom_columns\";s:1:\"2\";s:20:\"footer_bottom_layout\";a:4:{s:6:\"mobile\";s:3:\"row\";s:6:\"tablet\";s:0:\"\";s:7:\"desktop\";s:5:\"equal\";s:4:\"flag\";b:1;}s:18:\"footer_top_columns\";s:1:\"4\";s:17:\"footer_top_layout\";a:4:{s:6:\"mobile\";s:3:\"row\";s:6:\"tablet\";s:8:\"two-grid\";s:7:\"desktop\";s:5:\"equal\";s:4:\"flag\";b:0;}s:12:\"footer_items\";a:4:{s:3:\"top\";a:5:{s:5:\"top_1\";a:1:{i:0;s:14:\"footer-widget4\";}s:5:\"top_2\";a:1:{i:0;s:14:\"footer-widget1\";}s:5:\"top_3\";a:1:{i:0;s:14:\"footer-widget2\";}s:5:\"top_4\";a:1:{i:0;s:14:\"footer-widget3\";}s:5:\"top_5\";a:0:{}}s:6:\"middle\";a:5:{s:8:\"middle_1\";a:0:{}s:8:\"middle_2\";a:0:{}s:8:\"middle_3\";a:0:{}s:8:\"middle_4\";a:0:{}s:8:\"middle_5\";a:0:{}}s:6:\"bottom\";a:5:{s:8:\"bottom_1\";a:1:{i:0;s:11:\"footer-html\";}s:8:\"bottom_2\";a:1:{i:0;s:13:\"footer-social\";}s:8:\"bottom_3\";a:0:{}s:8:\"bottom_4\";a:0:{}s:8:\"bottom_5\";a:0:{}}s:4:\"flag\";b:0;}s:22:\"footer_wrap_background\";a:2:{s:7:\"desktop\";a:1:{s:5:\"color\";s:8:\"palette4\";}s:4:\"flag\";b:0;}s:22:\"footer_top_top_spacing\";a:3:{s:4:\"size\";a:3:{s:6:\"mobile\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:7:\"desktop\";i:90;}s:4:\"unit\";a:3:{s:6:\"mobile\";s:2:\"px\";s:6:\"tablet\";s:2:\"px\";s:7:\"desktop\";s:2:\"px\";}s:4:\"flag\";b:0;}s:23:\"footer_top_widget_title\";a:14:{s:4:\"size\";a:1:{s:7:\"desktop\";i:18;}s:10:\"lineHeight\";a:1:{s:7:\"desktop\";s:0:\"\";}s:6:\"family\";s:7:\"Raleway\";s:6:\"google\";b:1;s:6:\"weight\";s:3:\"700\";s:7:\"variant\";s:3:\"700\";s:5:\"color\";s:8:\"palette8\";s:8:\"sizeType\";s:2:\"px\";s:8:\"lineType\";s:1:\"-\";s:13:\"letterSpacing\";a:1:{s:7:\"desktop\";s:0:\"\";}s:11:\"spacingType\";s:2:\"em\";s:5:\"style\";s:6:\"normal\";s:9:\"transform\";s:10:\"capitalize\";s:4:\"flag\";b:0;}s:25:\"footer_top_widget_content\";a:14:{s:4:\"size\";a:1:{s:7:\"desktop\";i:14;}s:10:\"lineHeight\";a:1:{s:7:\"desktop\";s:0:\"\";}s:6:\"family\";s:7:\"inherit\";s:6:\"google\";b:0;s:6:\"weight\";s:0:\"\";s:7:\"variant\";s:0:\"\";s:5:\"color\";s:8:\"palette8\";s:8:\"sizeType\";s:2:\"px\";s:8:\"lineType\";s:1:\"-\";s:13:\"letterSpacing\";a:1:{s:7:\"desktop\";s:0:\"\";}s:11:\"spacingType\";s:2:\"em\";s:5:\"style\";s:6:\"normal\";s:9:\"transform\";s:0:\"\";s:4:\"flag\";b:0;}s:19:\"footer_social_align\";a:4:{s:6:\"mobile\";s:0:\"\";s:6:\"tablet\";s:4:\"left\";s:7:\"desktop\";s:5:\"right\";s:4:\"flag\";b:0;}s:23:\"footer_social_icon_size\";a:2:{s:4:\"size\";d:1.1799999999999999378275106209912337362766265869140625;s:4:\"unit\";s:2:\"em\";}s:19:\"footer_social_color\";a:2:{s:5:\"color\";s:8:\"palette6\";s:5:\"hover\";s:8:\"palette1\";}s:19:\"footer_social_style\";s:7:\"outline\";s:27:\"footer_social_border_radius\";a:2:{s:4:\"size\";i:0;s:4:\"unit\";s:2:\"px\";}s:19:\"footer_html_content\";s:131:\"{copyright} {year} {site-title} Powered by <a href=\"https://ejesrl.com/\" target=\"_blank\" rel=\"noopener\">EJE SRL</a> and LLAJUA CORP\";s:22:\"footer_html_typography\";a:14:{s:4:\"size\";a:1:{s:7:\"desktop\";i:13;}s:10:\"lineHeight\";a:1:{s:7:\"desktop\";s:0:\"\";}s:6:\"family\";s:7:\"inherit\";s:6:\"google\";b:0;s:6:\"weight\";s:0:\"\";s:7:\"variant\";s:0:\"\";s:5:\"color\";s:8:\"palette6\";s:8:\"sizeType\";s:2:\"px\";s:8:\"lineType\";s:1:\"-\";s:13:\"letterSpacing\";a:1:{s:7:\"desktop\";s:0:\"\";}s:11:\"spacingType\";s:2:\"em\";s:5:\"style\";s:6:\"normal\";s:9:\"transform\";s:0:\"\";s:4:\"flag\";b:0;}s:25:\"footer_top_column_spacing\";a:3:{s:4:\"size\";a:3:{s:6:\"mobile\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:7:\"desktop\";i:90;}s:4:\"unit\";a:3:{s:6:\"mobile\";s:2:\"px\";s:6:\"tablet\";s:2:\"px\";s:7:\"desktop\";s:2:\"px\";}s:4:\"flag\";b:1;}s:24:\"footer_top_bottom_border\";a:2:{s:7:\"desktop\";a:4:{s:5:\"width\";i:1;s:4:\"unit\";s:2:\"px\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:8:\"palette5\";}s:4:\"flag\";b:1;}s:9:\"scroll_up\";b:1;s:14:\"scroll_up_icon\";s:10:\"chevron-up\";s:23:\"scroll_up_border_colors\";a:2:{s:5:\"color\";s:21:\"rgba(132,144,158,0.5)\";s:5:\"hover\";s:0:\"\";}s:16:\"scroll_up_radius\";a:4:{s:4:\"size\";a:4:{i:0;i:3;i:1;i:3;i:2;i:3;i:3;i:3;}s:4:\"unit\";s:2:\"px\";s:6:\"locked\";b:1;s:4:\"flag\";b:1;}s:19:\"scroll_up_visiblity\";a:4:{s:7:\"desktop\";b:1;s:6:\"tablet\";b:0;s:6:\"mobile\";b:0;s:4:\"flag\";b:1;}s:15:\"scroll_up_color\";a:2:{s:5:\"color\";s:8:\"palette5\";s:5:\"hover\";s:0:\"\";}s:11:\"custom_logo\";i:1589;s:10:\"logo_width\";a:3:{s:4:\"size\";a:3:{s:6:\"mobile\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:7:\"desktop\";i:180;}s:4:\"unit\";a:3:{s:6:\"mobile\";s:2:\"px\";s:6:\"tablet\";s:2:\"px\";s:7:\"desktop\";s:2:\"px\";}s:4:\"flag\";b:0;}s:11:\"logo_layout\";a:3:{s:7:\"include\";a:3:{s:6:\"mobile\";s:0:\"\";s:6:\"tablet\";s:10:\"logo_title\";s:7:\"desktop\";s:9:\"logo_only\";}s:6:\"layout\";a:3:{s:6:\"mobile\";s:0:\"\";s:6:\"tablet\";s:8:\"standard\";s:7:\"desktop\";s:8:\"standard\";}s:4:\"flag\";b:0;}s:19:\"header_logo_padding\";a:4:{s:4:\"size\";a:1:{s:7:\"desktop\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}}s:4:\"unit\";a:1:{s:7:\"desktop\";s:2:\"px\";}s:6:\"locked\";a:1:{s:7:\"desktop\";b:0;}s:4:\"flag\";b:0;}s:29:\"primary_navigation_typography\";a:13:{s:4:\"size\";a:1:{s:7:\"desktop\";s:0:\"\";}s:10:\"lineHeight\";a:1:{s:7:\"desktop\";s:0:\"\";}s:6:\"family\";s:7:\"inherit\";s:6:\"google\";b:0;s:6:\"weight\";s:3:\"600\";s:7:\"variant\";s:3:\"600\";s:8:\"sizeType\";s:2:\"px\";s:8:\"lineType\";s:1:\"-\";s:13:\"letterSpacing\";a:1:{s:7:\"desktop\";s:0:\"\";}s:11:\"spacingType\";s:2:\"em\";s:5:\"style\";s:6:\"normal\";s:9:\"transform\";s:0:\"\";s:4:\"flag\";b:1;}s:22:\"footer_top_link_colors\";a:2:{s:5:\"color\";s:8:\"palette8\";s:5:\"hover\";s:8:\"palette1\";}s:9:\"base_font\";a:15:{s:4:\"size\";a:1:{s:7:\"desktop\";i:17;}s:10:\"lineHeight\";a:1:{s:7:\"desktop\";d:1.8000000000000000444089209850062616169452667236328125;}s:6:\"family\";s:8:\"Overpass\";s:6:\"google\";b:1;s:6:\"weight\";s:6:\"normal\";s:7:\"variant\";s:7:\"regular\";s:5:\"color\";s:8:\"palette4\";s:8:\"sizeType\";s:2:\"px\";s:8:\"lineType\";s:1:\"-\";s:13:\"letterSpacing\";a:1:{s:7:\"desktop\";s:0:\"\";}s:11:\"spacingType\";s:2:\"em\";s:5:\"style\";s:6:\"normal\";s:9:\"transform\";s:0:\"\";s:4:\"flag\";b:0;s:8:\"fallback\";s:10:\"sans-serif\";}s:12:\"heading_font\";a:5:{s:6:\"family\";s:10:\"Montserrat\";s:6:\"google\";b:1;s:7:\"variant\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:4:\"flag\";b:0;s:8:\"fallback\";s:10:\"sans-serif\";}s:7:\"h1_font\";a:14:{s:4:\"size\";a:3:{s:7:\"desktop\";i:65;s:6:\"mobile\";i:52;s:6:\"tablet\";i:60;}s:10:\"lineHeight\";a:1:{s:7:\"desktop\";i:1;}s:6:\"family\";s:7:\"inherit\";s:6:\"google\";b:0;s:6:\"weight\";s:3:\"600\";s:7:\"variant\";s:3:\"600\";s:5:\"color\";s:8:\"palette3\";s:8:\"sizeType\";s:2:\"px\";s:8:\"lineType\";s:1:\"-\";s:13:\"letterSpacing\";a:1:{s:7:\"desktop\";s:0:\"\";}s:11:\"spacingType\";s:2:\"em\";s:5:\"style\";s:6:\"normal\";s:9:\"transform\";s:0:\"\";s:4:\"flag\";b:1;}s:7:\"h2_font\";a:14:{s:4:\"size\";a:2:{s:7:\"desktop\";i:60;s:6:\"mobile\";i:45;}s:10:\"lineHeight\";a:1:{s:7:\"desktop\";i:1;}s:6:\"family\";s:7:\"inherit\";s:6:\"google\";b:0;s:6:\"weight\";s:3:\"600\";s:7:\"variant\";s:3:\"600\";s:5:\"color\";s:8:\"palette3\";s:8:\"sizeType\";s:2:\"px\";s:8:\"lineType\";s:1:\"-\";s:13:\"letterSpacing\";a:1:{s:7:\"desktop\";s:0:\"\";}s:11:\"spacingType\";s:2:\"em\";s:5:\"style\";s:6:\"normal\";s:9:\"transform\";s:0:\"\";s:4:\"flag\";b:0;}s:7:\"h3_font\";a:14:{s:4:\"size\";a:1:{s:7:\"desktop\";i:24;}s:10:\"lineHeight\";a:1:{s:7:\"desktop\";d:1.5;}s:6:\"family\";s:7:\"inherit\";s:6:\"google\";b:0;s:6:\"weight\";s:3:\"600\";s:7:\"variant\";s:3:\"600\";s:5:\"color\";s:8:\"palette3\";s:8:\"sizeType\";s:2:\"px\";s:8:\"lineType\";s:1:\"-\";s:13:\"letterSpacing\";a:1:{s:7:\"desktop\";s:0:\"\";}s:11:\"spacingType\";s:2:\"em\";s:5:\"style\";s:6:\"normal\";s:9:\"transform\";s:0:\"\";s:4:\"flag\";b:1;}s:7:\"h4_font\";a:14:{s:4:\"size\";a:1:{s:7:\"desktop\";i:18;}s:10:\"lineHeight\";a:1:{s:7:\"desktop\";d:1.5;}s:6:\"family\";s:7:\"inherit\";s:6:\"google\";b:0;s:6:\"weight\";s:3:\"400\";s:7:\"variant\";s:7:\"regular\";s:5:\"color\";s:8:\"palette4\";s:8:\"sizeType\";s:2:\"px\";s:8:\"lineType\";s:1:\"-\";s:13:\"letterSpacing\";a:1:{s:7:\"desktop\";s:0:\"\";}s:11:\"spacingType\";s:2:\"em\";s:5:\"style\";s:6:\"normal\";s:9:\"transform\";s:0:\"\";s:4:\"flag\";b:1;}s:7:\"h5_font\";a:14:{s:4:\"size\";a:1:{s:7:\"desktop\";i:16;}s:10:\"lineHeight\";a:1:{s:7:\"desktop\";d:1.5;}s:6:\"family\";s:7:\"inherit\";s:6:\"google\";b:0;s:6:\"weight\";s:3:\"400\";s:7:\"variant\";s:7:\"regular\";s:5:\"color\";s:8:\"palette4\";s:8:\"sizeType\";s:2:\"px\";s:8:\"lineType\";s:1:\"-\";s:13:\"letterSpacing\";a:1:{s:7:\"desktop\";s:0:\"\";}s:11:\"spacingType\";s:2:\"em\";s:5:\"style\";s:6:\"normal\";s:9:\"transform\";s:0:\"\";s:4:\"flag\";b:0;}s:7:\"h6_font\";a:14:{s:4:\"size\";a:1:{s:7:\"desktop\";i:11;}s:10:\"lineHeight\";a:1:{s:7:\"desktop\";d:1.5;}s:6:\"family\";s:7:\"inherit\";s:6:\"google\";b:0;s:6:\"weight\";s:3:\"400\";s:7:\"variant\";s:7:\"regular\";s:5:\"color\";s:8:\"palette5\";s:8:\"sizeType\";s:2:\"px\";s:8:\"lineType\";s:1:\"-\";s:13:\"letterSpacing\";a:1:{s:7:\"desktop\";s:0:\"\";}s:11:\"spacingType\";s:2:\"em\";s:5:\"style\";s:6:\"normal\";s:9:\"transform\";s:0:\"\";s:4:\"flag\";b:1;}s:25:\"post_archive_title_layout\";s:5:\"above\";s:29:\"post_archive_title_background\";a:2:{s:7:\"desktop\";a:3:{s:5:\"color\";s:8:\"palette4\";s:4:\"type\";s:5:\"image\";s:5:\"image\";a:1:{s:3:\"url\";s:87:\"https://startertemplatecloud.com/e10/wp-content/uploads/sites/23/2021/01/wave_tr_bg.png\";}}s:4:\"flag\";b:1;}s:19:\"post_archive_layout\";s:6:\"normal\";s:16:\"title_above_font\";a:14:{s:4:\"size\";a:2:{s:7:\"desktop\";i:65;s:6:\"tablet\";i:40;}s:10:\"lineHeight\";a:1:{s:7:\"desktop\";s:0:\"\";}s:6:\"family\";s:7:\"inherit\";s:6:\"google\";b:0;s:6:\"weight\";s:0:\"\";s:7:\"variant\";s:0:\"\";s:5:\"color\";s:8:\"palette8\";s:8:\"sizeType\";s:2:\"px\";s:8:\"lineType\";s:1:\"-\";s:13:\"letterSpacing\";a:1:{s:7:\"desktop\";s:0:\"\";}s:11:\"spacingType\";s:2:\"em\";s:5:\"style\";s:6:\"normal\";s:9:\"transform\";s:0:\"\";s:4:\"flag\";b:1;}s:18:\"post_archive_title\";b:1;s:31:\"post_archive_title_inner_layout\";s:8:\"standard\";s:26:\"post_archive_content_style\";s:5:\"boxed\";s:26:\"transparent_header_archive\";b:0;s:21:\"page_title_background\";a:2:{s:7:\"desktop\";a:1:{s:5:\"color\";s:0:\"\";}s:4:\"flag\";b:0;}s:25:\"page_title_featured_image\";b:0;s:24:\"page_title_overlay_color\";a:2:{s:5:\"color\";s:0:\"\";s:5:\"hover\";s:0:\"\";}s:23:\"page_title_inner_layout\";s:8:\"standard\";s:24:\"page_title_element_title\";a:2:{s:7:\"enabled\";b:1;s:4:\"flag\";b:0;}s:12:\"page_feature\";b:0;s:21:\"page_feature_position\";s:5:\"above\";s:25:\"post_archive_element_meta\";a:20:{s:2:\"id\";s:4:\"meta\";s:7:\"enabled\";b:0;s:7:\"divider\";s:3:\"dot\";s:6:\"author\";b:1;s:10:\"authorLink\";b:1;s:11:\"authorImage\";b:1;s:15:\"authorImageSize\";i:25;s:17:\"authorEnableLabel\";b:1;s:11:\"authorLabel\";s:0:\"\";s:4:\"date\";b:1;s:15:\"dateEnableLabel\";b:0;s:9:\"dateLabel\";s:0:\"\";s:11:\"dateUpdated\";b:0;s:22:\"dateUpdatedEnableLabel\";b:0;s:16:\"dateUpdatedLabel\";s:0:\"\";s:10:\"categories\";b:0;s:21:\"categoriesEnableLabel\";b:0;s:15:\"categoriesLabel\";s:0:\"\";s:8:\"comments\";b:0;s:4:\"flag\";b:1;}s:28:\"post_archive_item_title_font\";a:14:{s:4:\"size\";a:3:{s:7:\"desktop\";i:36;s:6:\"tablet\";i:30;s:6:\"mobile\";i:24;}s:10:\"lineHeight\";a:3:{s:7:\"desktop\";d:1.3000000000000000444089209850062616169452667236328125;s:6:\"tablet\";d:1.310000000000000053290705182007513940334320068359375;s:6:\"mobile\";d:1.399999999999999911182158029987476766109466552734375;}s:6:\"family\";s:0:\"\";s:6:\"google\";b:0;s:6:\"weight\";s:0:\"\";s:7:\"variant\";s:0:\"\";s:8:\"sizeType\";s:2:\"px\";s:8:\"lineType\";s:1:\"-\";s:13:\"letterSpacing\";a:1:{s:7:\"desktop\";s:0:\"\";}s:11:\"spacingType\";s:2:\"em\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:8:\"palette4\";s:9:\"transform\";s:0:\"\";s:4:\"flag\";b:0;}s:28:\"post_archive_element_excerpt\";a:4:{s:7:\"enabled\";b:1;s:5:\"words\";i:40;s:11:\"fullContent\";b:0;s:4:\"flag\";b:1;}s:17:\"post_title_layout\";s:6:\"normal\";s:11:\"post_layout\";s:6:\"normal\";s:21:\"post_feature_position\";s:6:\"behind\";s:18:\"post_feature_ratio\";s:3:\"1-2\";s:13:\"post_comments\";b:1;s:23:\"post_title_inner_layout\";s:8:\"standard\";s:21:\"post_vertical_padding\";s:4:\"hide\";s:18:\"post_feature_width\";s:4:\"full\";s:16:\"post_title_align\";a:4:{s:6:\"mobile\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:7:\"desktop\";s:6:\"center\";s:4:\"flag\";b:1;}s:15:\"post_title_font\";a:14:{s:4:\"size\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";i:40;s:6:\"mobile\";i:24;}s:10:\"lineHeight\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";d:1.600000000000000088817841970012523233890533447265625;s:6:\"tablet\";d:1.600000000000000088817841970012523233890533447265625;}s:6:\"family\";s:7:\"inherit\";s:6:\"google\";b:0;s:6:\"weight\";s:0:\"\";s:7:\"variant\";s:0:\"\";s:5:\"color\";s:0:\"\";s:8:\"sizeType\";s:2:\"px\";s:8:\"lineType\";s:1:\"-\";s:13:\"letterSpacing\";a:1:{s:7:\"desktop\";s:0:\"\";}s:11:\"spacingType\";s:2:\"em\";s:5:\"style\";s:6:\"normal\";s:9:\"transform\";s:0:\"\";s:4:\"flag\";b:0;}s:28:\"mobile_navigation_background\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"hover\";s:0:\"\";s:6:\"active\";s:0:\"\";}s:20:\"mobile_trigger_color\";a:2:{s:5:\"color\";s:8:\"palette8\";s:5:\"hover\";s:17:\"palette-highlight\";}s:30:\"dropdown_navigation_typography\";a:13:{s:4:\"size\";a:1:{s:7:\"desktop\";i:14;}s:10:\"lineHeight\";a:1:{s:7:\"desktop\";s:0:\"\";}s:6:\"family\";s:7:\"inherit\";s:6:\"google\";b:0;s:6:\"weight\";s:0:\"\";s:7:\"variant\";s:0:\"\";s:8:\"sizeType\";s:2:\"px\";s:8:\"lineType\";s:1:\"-\";s:13:\"letterSpacing\";a:1:{s:7:\"desktop\";s:0:\"\";}s:11:\"spacingType\";s:2:\"em\";s:5:\"style\";s:6:\"normal\";s:9:\"transform\";s:0:\"\";s:4:\"flag\";b:0;}s:35:\"transparent_header_navigation_color\";a:3:{s:5:\"color\";s:7:\"#051259\";s:5:\"hover\";s:8:\"palette1\";s:6:\"active\";s:8:\"palette1\";}s:28:\"header_main_trans_background\";a:2:{s:7:\"desktop\";a:2:{s:5:\"color\";s:22:\"rgba(255,255,255,0.88)\";s:4:\"type\";s:5:\"color\";}s:4:\"flag\";b:0;}s:19:\"footer_social_items\";a:2:{s:5:\"items\";a:1:{i:0;a:9:{s:2:\"id\";s:8:\"linkedin\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:7:\"imageid\";s:0:\"\";s:5:\"width\";i:24;s:4:\"icon\";s:8:\"linkedin\";s:5:\"label\";s:8:\"Linkedin\";s:3:\"svg\";s:0:\"\";}}s:4:\"flag\";b:0;}s:13:\"linkedin_link\";s:42:\"https://www.linkedin.com/company/samo-srl/\";}', 'auto'),
(223, 'site_logo', '1589', 'auto'),
(1914, '_transient_timeout_elementor_remote_templates_data_3.24.5', '1738042167', 'off');
INSERT INTO `wpht_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1915, '_transient_elementor_remote_templates_data_3.24.5', 'a:472:{i:0;a:20:{s:4:\"tmpl\";i:1536;s:2:\"id\";i:27005;s:5:\"title\";s:40:\"Wireframe &#8211; Home 1 &#8211; Flexbox\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-1.jpg\";s:12:\"tmpl_created\";i:1670399061;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/wireframe-home-1-flexbox/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:1;a:20:{s:4:\"tmpl\";i:1538;s:2:\"id\";i:25452;s:5:\"title\";s:48:\"Digital Course &#8211; eCommerce &#8211; Flexbox\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg\";s:12:\"tmpl_created\";i:1670399124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/digital-course-ecommerce-flexbox/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:67:\"[\"Course Online\",\"Ecommerce\",\"Flexbox\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:20:{s:4:\"tmpl\";i:1539;s:2:\"id\";i:27016;s:5:\"title\";s:43:\"Wireframe &#8211; Gallery 1 &#8211; Flexbox\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-1.jpg\";s:12:\"tmpl_created\";i:1670399140;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/wireframe-gallery-1-flexbox/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:20:{s:4:\"tmpl\";i:1541;s:2:\"id\";i:27024;s:5:\"title\";s:44:\"Online Training &#8211; Home &#8211; Flexbox\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg\";s:12:\"tmpl_created\";i:1670399202;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/online-training-home-flexbox/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Online\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:20:{s:4:\"tmpl\";i:1543;s:2:\"id\";i:26786;s:5:\"title\";s:56:\"Construction Project &#8211; Real Estate &#8211; Flexbox\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1670399351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/lp/construction-project-real-estate-flexbox/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:59:\"[\"Construction\",\"Landing Pages\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:20:{s:4:\"tmpl\";i:1547;s:2:\"id\";i:27033;s:5:\"title\";s:43:\"Doctors Online Consultation &#8211; Flexbox\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/12/4-Home-Doctors-Online-Consultation.jpg\";s:12:\"tmpl_created\";i:1670399449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/doctors-online-consultation-flexbox/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"App\",\"Health\",\"Medical\",\"Online\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:20:{s:4:\"tmpl\";i:1556;s:2:\"id\";i:28684;s:5:\"title\";s:46:\"Bottom Bar | Discount  | Ecommerce Wireframe 2\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/10/ecommerce-wireframe-2-popup-small.jpg\";s:12:\"tmpl_created\";i:1670399738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/bottom-bar-discount-ecommerce-wireframe-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:34:\"[\"Discount\",\"Ecommerce\",\"Flexbox\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:20:{s:4:\"tmpl\";i:1907;s:2:\"id\";i:31718;s:5:\"title\";s:19:\"CTA Shop Collection\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2024/08/CTA-shop-collection.jpg\";s:12:\"tmpl_created\";i:1723638104;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/floating-button/cta-shop-now/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"Floating Bar\";s:4:\"tags\";s:31:\"[\"cta\",\"Ecommerce\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.24.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:8;a:20:{s:4:\"tmpl\";i:1910;s:2:\"id\";i:31789;s:5:\"title\";s:39:\"CTA Career Opportunities View Positions\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2024/08/CTA-view-positions.jpg\";s:12:\"tmpl_created\";i:1723704641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:154:\"https://library.elementor.com/floating-button/cta-career-opportunities-view-positions/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"Floating Bar\";s:4:\"tags\";s:34:\"[\"cta\",\"Marketing\",\"Professional\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.24.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:9;a:20:{s:4:\"tmpl\";i:1911;s:2:\"id\";i:31753;s:5:\"title\";s:26:\"CTA Event Promo Learn More\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2024/08/CTA-learn-more.jpg\";s:12:\"tmpl_created\";i:1723704643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/floating-button/cta-event-promo-learn-more/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"Floating Bar\";s:4:\"tags\";s:49:\"[\"cta\",\"Event\",\"Events\",\"Exhibition\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.24.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:10;a:20:{s:4:\"tmpl\";i:1912;s:2:\"id\";i:31783;s:5:\"title\";s:14:\"CTA Free Trial\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2024/08/CTA-start-trial.jpg\";s:12:\"tmpl_created\";i:1723704645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/floating-button/cta-free-trial/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"Floating Bar\";s:4:\"tags\";s:42:\"[\"cta\",\"Free Trial\",\"Marketing\",\"Product\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.24.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:11;a:20:{s:4:\"tmpl\";i:1913;s:2:\"id\";i:31759;s:5:\"title\";s:30:\"CTA Membership Signup Join Now\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2024/08/CTA-join-now.jpg\";s:12:\"tmpl_created\";i:1723704648;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/floating-button/cta-membership-signup-join-now/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"Floating Bar\";s:4:\"tags\";s:31:\"[\"cta\",\"Ecommerce\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.24.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:12;a:20:{s:4:\"tmpl\";i:1914;s:2:\"id\";i:31806;s:5:\"title\";s:25:\"CTA Resource Download Now\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2024/08/CTA-download-now.jpg\";s:12:\"tmpl_created\";i:1723704650;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/floating-button/cta-resource-download-now/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"Floating Bar\";s:4:\"tags\";s:30:\"[\"cta\",\"download\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.24.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:13;a:20:{s:4:\"tmpl\";i:1915;s:2:\"id\";i:31747;s:5:\"title\";s:17:\"CTA Seasonal Sale\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2024/08/CTA-shop-sale.jpg\";s:12:\"tmpl_created\";i:1723704655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/floating-button/cta-seasonal-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"Floating Bar\";s:4:\"tags\";s:31:\"[\"cta\",\"Ecommerce\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.24.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:14;a:20:{s:4:\"tmpl\";i:1916;s:2:\"id\";i:31737;s:5:\"title\";s:12:\"CTA Shop Now\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2024/08/CTA-shop-now-1.jpg\";s:12:\"tmpl_created\";i:1723704663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/floating-button/cta-shop-now-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"Floating Bar\";s:4:\"tags\";s:31:\"[\"cta\",\"Ecommerce\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.24.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:15;a:20:{s:4:\"tmpl\";i:1917;s:2:\"id\";i:31800;s:5:\"title\";s:25:\"CTA Survey Share Feedback\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2024/08/CTA-share-feedback.jpg\";s:12:\"tmpl_created\";i:1723704666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/floating-button/cta-survey-share-feedback/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"Floating Bar\";s:4:\"tags\";s:19:\"[\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.24.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:16;a:20:{s:4:\"tmpl\";i:1918;s:2:\"id\";i:31774;s:5:\"title\";s:33:\"CTA Webinar Signup Save Your Spot\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2024/08/CTA-save-your-spot.jpg\";s:12:\"tmpl_created\";i:1723704666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/floating-button/cta-webinar-signup-save-your-spot/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"Floating Bar\";s:4:\"tags\";s:29:\"[\"cta\",\"Marketing\",\"Webinar\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.24.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:17;a:20:{s:4:\"tmpl\";i:1919;s:2:\"id\";i:31900;s:5:\"title\";s:28:\"Ticker Trust and Credibility\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2024/08/Ticker-trust-and-credibility.jpg\";s:12:\"tmpl_created\";i:1723716658;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:150:\"https://library.elementor.com/floating-button/ticker-ticker-trust-and-credibility/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"Floating Bar\";s:4:\"tags\";s:50:\"[\"Business\",\"Marketing\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.24.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:20:{s:4:\"tmpl\";i:1920;s:2:\"id\";i:31907;s:5:\"title\";s:21:\"Ticker Start for Free\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2024/08/Ticker-start-for-free.jpg\";s:12:\"tmpl_created\";i:1723716662;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/floating-button/ticker-start-for-free/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"Floating Bar\";s:4:\"tags\";s:48:\"[\"App\",\"cta\",\"Free Trial\",\"Marketing\",\"Product\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.24.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:20:{s:4:\"tmpl\";i:1921;s:2:\"id\";i:31876;s:5:\"title\";s:29:\"Ticker School and Educational\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2024/08/Ticker-education.jpg\";s:12:\"tmpl_created\";i:1723716666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/floating-button/ticker-school-and-educational/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"Floating Bar\";s:4:\"tags\";s:44:\"[\"Education\",\"Marketing\",\"School\",\"Teacher\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.24.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:20:{s:4:\"tmpl\";i:1922;s:2:\"id\";i:31842;s:5:\"title\";s:31:\"Ticker Promotions and Discounts\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2024/08/Ticker-promotions-and-discounts.jpg\";s:12:\"tmpl_created\";i:1723716674;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/floating-button/ticker-promotions-and-discounts/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"Floating Bar\";s:4:\"tags\";s:32:\"[\"Ecommerce\",\"Marketing\",\"Sale\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.24.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:20:{s:4:\"tmpl\";i:1923;s:2:\"id\";i:31812;s:5:\"title\";s:23:\"Ticker Product Benefits\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2024/08/Ticker-product-wireframe.jpg\";s:12:\"tmpl_created\";i:1723716680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/floating-button/ticker-product-benefits/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"Floating Bar\";s:4:\"tags\";s:23:\"[\"Marketing\",\"Product\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.24.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:20:{s:4:\"tmpl\";i:1924;s:2:\"id\";i:31852;s:5:\"title\";s:23:\"Ticker Medical Practice\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2024/08/Ticker-medical-practice-1.jpg\";s:12:\"tmpl_created\";i:1723716685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/floating-button/ticker-medical-practice/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"Floating Bar\";s:4:\"tags\";s:38:\"[\"Eye\",\"Health\",\"Marketing\",\"Medical\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.24.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:20:{s:4:\"tmpl\";i:1925;s:2:\"id\";i:31821;s:5:\"title\";s:20:\"Ticker Local Updates\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2024/08/Ticker-local-updates.jpg\";s:12:\"tmpl_created\";i:1723716687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/floating-button/ticker-local-updates/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"Floating Bar\";s:4:\"tags\";s:13:\"[\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.24.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:20:{s:4:\"tmpl\";i:1926;s:2:\"id\";i:31858;s:5:\"title\";s:33:\"Ticker Inspiration and Motivation\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2024/08/Ticker-inspiration-and-motivation.jpg\";s:12:\"tmpl_created\";i:1723716692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/floating-button/ticker-fashion-and-beauty/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"Floating Bar\";s:4:\"tags\";s:39:\"[\"Art\",\"Design\",\"Designer\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.24.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:20:{s:4:\"tmpl\";i:1927;s:2:\"id\";i:31882;s:5:\"title\";s:25:\"Ticker Fashion and Beauty\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2024/08/Ticker-fashion-and-beauty.jpg\";s:12:\"tmpl_created\";i:1723716696;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/floating-button/ticker-fashion-and-beauty-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"Floating Bar\";s:4:\"tags\";s:50:\"[\"Beauty\",\"Fashion\",\"Health\",\"Makeup\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.24.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:20:{s:4:\"tmpl\";i:1928;s:2:\"id\";i:31830;s:5:\"title\";s:26:\"Ticker Event Announcements\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2024/08/Ticker-event-annoucement.jpg\";s:12:\"tmpl_created\";i:1723716700;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/floating-button/ticker-event-annoucements/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"Floating Bar\";s:4:\"tags\";s:30:\"[\"Event\",\"Events\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.24.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:20:{s:4:\"tmpl\";i:1929;s:2:\"id\";i:31864;s:5:\"title\";s:23:\"Ticker Business Updates\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2024/08/Ticker-business-updates.jpg\";s:12:\"tmpl_created\";i:1723716706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/floating-button/ticker-business-updates/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"Floating Bar\";s:4:\"tags\";s:39:\"[\"Business\",\"Marketing\",\"Professional\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.24.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:20:{s:4:\"tmpl\";i:1930;s:2:\"id\";i:31869;s:5:\"title\";s:25:\"Ticker Bar and Restaurant\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2024/08/Ticker-bar-and-restaurant.jpg\";s:12:\"tmpl_created\";i:1723716708;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/floating-button/ticker-bar-and-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"Floating Bar\";s:4:\"tags\";s:50:\"[\"bar\",\"Business\",\"cafe\",\"Marketing\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.24.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:20:{s:4:\"tmpl\";i:1931;s:2:\"id\";i:31942;s:5:\"title\";s:18:\"Coupon First Order\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2024/08/Coupon-first-order.jpg\";s:12:\"tmpl_created\";i:1723727698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/floating-button/coupon-first-order/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"Floating Bar\";s:4:\"tags\";s:51:\"[\"Discount\",\"Ecommerce\",\"Marketing\",\"Sale\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.24.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:20:{s:4:\"tmpl\";i:1932;s:2:\"id\";i:31951;s:5:\"title\";s:20:\"Coupon Seasonal Sale\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2024/08/Coupon-seasonal-sale.jpg\";s:12:\"tmpl_created\";i:1723727702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/floating-button/coupon-seasonal-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"Floating Bar\";s:4:\"tags\";s:60:\"[\"Coupon\",\"Discount\",\"Ecommerce\",\"Marketing\",\"Sale\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.24.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:20:{s:4:\"tmpl\";i:1933;s:2:\"id\";i:31957;s:5:\"title\";s:22:\"Coupon Clearance Event\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2024/08/Coupon-clearance.jpg\";s:12:\"tmpl_created\";i:1723727704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/floating-button/coupon-clearance-event/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"Floating Bar\";s:4:\"tags\";s:60:\"[\"Coupon\",\"Discount\",\"Ecommerce\",\"Marketing\",\"Sale\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.24.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:20:{s:4:\"tmpl\";i:1934;s:2:\"id\";i:31969;s:5:\"title\";s:20:\"Coupon Birthday Sale\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2024/08/Coupon-birthday.jpg\";s:12:\"tmpl_created\";i:1723727709;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/floating-button/coupon-birthday-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"Floating Bar\";s:4:\"tags\";s:71:\"[\"Birthday\",\"Coupon\",\"Discount\",\"Ecommerce\",\"Marketing\",\"Sale\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.24.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:20:{s:4:\"tmpl\";i:1935;s:2:\"id\";i:31975;s:5:\"title\";s:17:\"Coupon Flash Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2024/08/Coupon-flash-sale.jpg\";s:12:\"tmpl_created\";i:1723727822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/floating-button/coupon-flash-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"Floating Bar\";s:4:\"tags\";s:60:\"[\"Coupon\",\"Discount\",\"Ecommerce\",\"Marketing\",\"Sale\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.24.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:20:{s:4:\"tmpl\";i:1936;s:2:\"id\";i:32001;s:5:\"title\";s:20:\"Coupon Free Shipping\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2024/08/Coupon-free-shipping.jpg\";s:12:\"tmpl_created\";i:1723727825;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/floating-button/coupon-free-shipping/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"Floating Bar\";s:4:\"tags\";s:60:\"[\"Coupon\",\"Discount\",\"Ecommerce\",\"Marketing\",\"Sale\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.24.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:20:{s:4:\"tmpl\";i:1937;s:2:\"id\";i:32011;s:5:\"title\";s:22:\"Coupon Holiday Special\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2024/08/Coupon-holiday.jpg\";s:12:\"tmpl_created\";i:1723728188;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/floating-button/coupon-holiday-special/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"Floating Bar\";s:4:\"tags\";s:60:\"[\"Coupon\",\"Discount\",\"Ecommerce\",\"Marketing\",\"Sale\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.24.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:20:{s:4:\"tmpl\";i:1938;s:2:\"id\";i:32006;s:5:\"title\";s:18:\"Coupon Bundle Deal\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2024/08/Coupon-bundle.jpg\";s:12:\"tmpl_created\";i:1723728234;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/floating-button/coupon-bundle-deal/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"Floating Bar\";s:4:\"tags\";s:60:\"[\"Coupon\",\"Discount\",\"Ecommerce\",\"Marketing\",\"Sale\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.24.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:20:{s:4:\"tmpl\";i:1939;s:2:\"id\";i:32016;s:5:\"title\";s:21:\"Coupon Back to School\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2024/08/Coupon-back-to-school.jpg\";s:12:\"tmpl_created\";i:1723728242;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/floating-button/coupon-back-to-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"Floating Bar\";s:4:\"tags\";s:60:\"[\"Coupon\",\"Discount\",\"Ecommerce\",\"Marketing\",\"Sale\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.24.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:20:{s:4:\"tmpl\";i:1940;s:2:\"id\";i:32021;s:5:\"title\";s:16:\"Coupon Free Gift\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2024/08/Coupon-free-gift.jpg\";s:12:\"tmpl_created\";i:1723728242;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/floating-button/coupon-free-gift/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"Floating Bar\";s:4:\"tags\";s:60:\"[\"Coupon\",\"Discount\",\"Ecommerce\",\"Marketing\",\"Sale\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.24.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:20:{s:4:\"tmpl\";i:1687;s:2:\"id\";i:26939;s:5:\"title\";s:43:\"Wireframe &#8211; Contact 5 &#8211; Flexbox\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-5.jpg\";s:12:\"tmpl_created\";i:1670408155;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/wireframe-contact-5-flexbox/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:20:{s:4:\"tmpl\";i:1692;s:2:\"id\";i:26934;s:5:\"title\";s:41:\"Wireframe &#8211; About 4 &#8211; Flexbox\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-4.jpg\";s:12:\"tmpl_created\";i:1670408273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/wireframe-about-4-flexbox/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:20:{s:4:\"tmpl\";i:1693;s:2:\"id\";i:26926;s:5:\"title\";s:40:\"Wireframe &#8211; Home 2 &#8211; Flexbox\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-2.jpg\";s:12:\"tmpl_created\";i:1670408321;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/wireframe-home-2-flexbox/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:20:{s:4:\"tmpl\";i:1460;s:2:\"id\";i:26748;s:5:\"title\";s:44:\"Wireframe &#8211; Services 1 &#8211; Flexbox\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1-2.jpg\";s:12:\"tmpl_created\";i:1670335603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/wireframe-services-1-flexbox/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:139:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:20:{s:4:\"tmpl\";i:1461;s:2:\"id\";i:26753;s:5:\"title\";s:44:\"Wireframe &#8211; Services 3 &#8211; Flexbox\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3-2.jpg\";s:12:\"tmpl_created\";i:1670337901;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/wireframe-services-3-flexbox/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:143:\"[\"About\",\"Agency\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Portfolio\",\"Professional\",\"Project\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:20:{s:4:\"tmpl\";i:1462;s:2:\"id\";i:26761;s:5:\"title\";s:43:\"Wireframe &#8211; Webinar 1 &#8211; Flexbox\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Webinar-1.jpg\";s:12:\"tmpl_created\";i:1670337974;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/wireframe-webinar-1-flexbox/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:145:\"[\"About\",\"Academy\",\"Booking\",\"Conference\",\"Course Online\",\"Education\",\"Features\",\"Footer\",\"Form\",\"Landing Pages\",\"Subscribe\",\"Virtual\",\"Webinar\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:20:{s:4:\"tmpl\";i:1471;s:2:\"id\";i:29025;s:5:\"title\";s:30:\"Candidate Recruitment Platform\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2022/11/30-Candidate-Recruitment-Platform-home.jpg\";s:12:\"tmpl_created\";i:1670342991;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/candidate-recruitment-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:44:\"[\"Advisor\",\"App\",\"Assistant\",\"HR\",\"Pricing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:20:{s:4:\"tmpl\";i:1472;s:2:\"id\";i:29055;s:5:\"title\";s:21:\"Menu &#8211; Bar/Cafe\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/11/34-Menu-BarCafe-page.jpg\";s:12:\"tmpl_created\";i:1670343252;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/menu-bar-cafe/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:62:\"[\"bar\",\"Chef\",\"Coffee\",\"Delivery Service\",\"menu\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:20:{s:4:\"tmpl\";i:1473;s:2:\"id\";i:29063;s:5:\"title\";s:24:\"Podcast Hosting Platform\";s:9:\"thumbnail\";s:100:\"https://library.elementor.com/wp-content/uploads/2022/11/95-Podcast-Hosting-Platform_home_screen.jpg\";s:12:\"tmpl_created\";i:1670351468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/podcast-hosting-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:46:\"[\"Business\",\"Flexbox\",\"Landing Pages\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:20:{s:4:\"tmpl\";i:1476;s:2:\"id\";i:28871;s:5:\"title\";s:42:\"Fly-In | Newsletter | Barbershop | Flexbox\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1670352233;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop-flexbox/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:38:\"[\"Barber Shop\",\"Barbershop\",\"Flexbox\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:20:{s:4:\"tmpl\";i:1477;s:2:\"id\";i:28876;s:5:\"title\";s:41:\"Fly-In | Contact | Beauty Salon | Flexbox\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg\";s:12:\"tmpl_created\";i:1670352301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/fly-in-contact-beauty-salon-flexbox/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"Beauty\",\"Beauty Salon\",\"salon\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:20:{s:4:\"tmpl\";i:1478;s:2:\"id\";i:28880;s:5:\"title\";s:43:\"Classic | Subscribe | Travel Blog | Flexbox\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1670352389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-subscribe-travel-blog-flexbox/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Blog\",\"Subscribe\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:20:{s:4:\"tmpl\";i:1479;s:2:\"id\";i:28884;s:5:\"title\";s:38:\"Classic | Menu | Photography | Flexbox\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1670352837;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-menu-photography-flexbox/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Flexbox\",\"menu\",\"Photography\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:20:{s:4:\"tmpl\";i:1480;s:2:\"id\";i:28888;s:5:\"title\";s:46:\"Classic | Japanese restaurant | Sale | Flexbox\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1670352899;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale-flexbox/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:39:\"[\"Flexbox\",\"Restaurant\",\"Sale\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:20:{s:4:\"tmpl\";i:1482;s:2:\"id\";i:26766;s:5:\"title\";s:42:\"Luxury Car &#8211; Product &#8211; Flexbox\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg\";s:12:\"tmpl_created\";i:1670353385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/luxury-car-product-flexbox/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:64:\"[\"car\",\"Ecommerce\",\"Flexbox\",\"Landing Pages\",\"Luxury\",\"Product\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:20:{s:4:\"tmpl\";i:1483;s:2:\"id\";i:28932;s:5:\"title\";s:42:\"Classic | Subscribe | Shoe Store | Flexbox\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/shoes-store-21.jpg\";s:12:\"tmpl_created\";i:1670396484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-subscribe-shoe-store-flexbox/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:46:\"[\"Flexbox\",\"Shoes\",\"Shop\",\"store\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:20:{s:4:\"tmpl\";i:1484;s:2:\"id\";i:28911;s:5:\"title\";s:45:\"Fly-In | Sign up | Flooring Company | Flexbox\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1670396617;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company-flexbox/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:30:\"[\"Flexbox\",\"Flooring company\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:20:{s:4:\"tmpl\";i:1485;s:2:\"id\";i:28936;s:5:\"title\";s:44:\"Slide-In | Menu | Flooring Company | Flexbox\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1670396668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/slide-in-menu-flooring-company-flexbox/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:37:\"[\"Flexbox\",\"Flooring company\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:20:{s:4:\"tmpl\";i:1486;s:2:\"id\";i:28928;s:5:\"title\";s:39:\"Classic | CTA | Online Course | Flexbox\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/online-course-2.jpg\";s:12:\"tmpl_created\";i:1670396845;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-cta-online-course-flexbox/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Course Online\",\"cta\",\"Flexbox\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:20:{s:4:\"tmpl\";i:1487;s:2:\"id\";i:28915;s:5:\"title\";s:40:\"Classic | Menu | Online Course | Flexbox\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1670396875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-menu-online-course-flexbox/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Course Online\",\"Flexbox\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:20:{s:4:\"tmpl\";i:1488;s:2:\"id\";i:28924;s:5:\"title\";s:42:\"Classic | Contact | Psychologist | Flexbox\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1670396956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-contact-psychologist-flexbox/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:36:\"[\"Contact\",\"Flexbox\",\"Psychologist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:20:{s:4:\"tmpl\";i:1489;s:2:\"id\";i:28940;s:5:\"title\";s:46:\"Classic | Digital Agency | Marketing | Flexbox\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2022/10/Popup-s.jpeg\";s:12:\"tmpl_created\";i:1670397033;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-digital-agency-marketing-flexbox/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:40:\"[\"Digital Agency\",\"Flexbox\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:20:{s:4:\"tmpl\";i:1490;s:2:\"id\";i:28920;s:5:\"title\";s:62:\"Classic | Newsletter | Subscribe | Magazine and Blog | Flexbox\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1670397088;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:160:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog-flexbox/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:41:\"[\"Blog\",\"Flexbox\",\"Magazine\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:20:{s:4:\"tmpl\";i:1491;s:2:\"id\";i:28900;s:5:\"title\";s:41:\"Fullscreen | Menu | Travel Blog | Flexbox\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1670397155;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog-flexbox/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:34:\"[\"Blog\",\"Flexbox\",\"menu\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:20:{s:4:\"tmpl\";i:1492;s:2:\"id\";i:28906;s:5:\"title\";s:43:\"Slide In | Law Firm | Information | Flexbox\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1670397299;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/slide-in-law-firm-information-flexbox/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:28:\"[\"Flexbox\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:20:{s:4:\"tmpl\";i:1494;s:2:\"id\";i:28896;s:5:\"title\";s:49:\"Slide-In | Contact | Luxury Real Estate | Flexbox\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1670397448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate-flexbox/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:57:\"[\"Contact\",\"Flexbox\",\"Luxury\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:20:{s:4:\"tmpl\";i:1495;s:2:\"id\";i:28892;s:5:\"title\";s:61:\"Classic | Contact | Classic Car Restoration Company | Flexbox\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/restoration-car-shop-37-small.jpg\";s:12:\"tmpl_created\";i:1670397513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:161:\"https://library.elementor.com/popups/classic-contact-classic-car-restoration-company-flexbox/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"car\",\"Contact\",\"Flexbox\",\"Form\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:20:{s:4:\"tmpl\";i:1508;s:2:\"id\";i:26944;s:5:\"title\";s:40:\"Wireframe &#8211; Home 3 &#8211; Flexbox\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-3.jpg\";s:12:\"tmpl_created\";i:1670398027;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/wireframe-home-3-flexbox/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:20:{s:4:\"tmpl\";i:1513;s:2:\"id\";i:26949;s:5:\"title\";s:43:\"Wireframe &#8211; Pricing 1 &#8211; Flexbox\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Pricing-1.jpg\";s:12:\"tmpl_created\";i:1670398125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/wireframe-pricing-1-flexbox/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"Booking\",\"Business\",\"Clients\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Online Service\",\"Pricing\",\"Products\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:20:{s:4:\"tmpl\";i:1516;s:2:\"id\";i:26957;s:5:\"title\";s:45:\"Interior Design &#8211; Home &#8211;  Flexbox\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg\";s:12:\"tmpl_created\";i:1670398317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/interior-design-home-flexbox/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Design\",\"Form\",\"Furniture Design\",\"Interior Design\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:20:{s:4:\"tmpl\";i:1517;s:2:\"id\";i:26966;s:5:\"title\";s:42:\"Conference &#8211; Contact &#8211; Flexbox\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg\";s:12:\"tmpl_created\";i:1670398421;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/conference-contact-flexbox/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:44:\"[\"Conference\",\"Contact\",\"Form\",\"Info\",\"Map\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:20:{s:4:\"tmpl\";i:1778;s:2:\"id\";i:29972;s:5:\"title\";s:28:\"Food Blog &#8211; Posts Loop\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/12/Food-Blog-Posts-Loop-Featured_Img.jpg\";s:12:\"tmpl_created\";i:1671108760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/loop-builders/food-blog-posts-loop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lb\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"post\";s:4:\"tags\";s:25:\"[\"Blog\",\"Flexbox\",\"Food\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:20:{s:4:\"tmpl\";i:1525;s:2:\"id\";i:26976;s:5:\"title\";s:58:\"Packing &#038; Moving Company &#8211; Home &#8211; Flexbox\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg\";s:12:\"tmpl_created\";i:1670398750;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/packing-moving-company-home-flexbox/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Movers\",\"Moving\",\"Storge\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:20:{s:4:\"tmpl\";i:1781;s:2:\"id\";i:30144;s:5:\"title\";s:44:\"Wireframe &#8211; Services 1 &#8211; Flexbox\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1.jpg\";s:12:\"tmpl_created\";i:1675009185;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/wireframe-services-1-flexbox/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Business\",\"Faq\",\"Footer\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:73;a:20:{s:4:\"tmpl\";i:1782;s:2:\"id\";i:30149;s:5:\"title\";s:43:\"Wireframe &#8211; Contact 2 &#8211; Flexbox\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-2.jpg\";s:12:\"tmpl_created\";i:1675009538;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/wireframe-contact-2-flexbox/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"Business\",\"Contact\",\"Footer\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:74;a:20:{s:4:\"tmpl\";i:1783;s:2:\"id\";i:30163;s:5:\"title\";s:43:\"Ecommerce Wireframe 1 &#8211; Products Loop\";s:9:\"thumbnail\";s:109:\"https://library.elementor.com/wp-content/uploads/2023/02/Ecommerce-Wireframe-1-Products-Loop-Featured_Img.jpg\";s:12:\"tmpl_created\";i:1675857130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/loop-builders/ecommerce-wireframe-1-products-loop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lb\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:7:\"product\";s:4:\"tags\";s:77:\"[\"Ecommerce\",\"Flexbox\",\"Online Shop\",\"Product\",\"Products\",\"Shop\",\"Wireframe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:20:{s:4:\"tmpl\";i:1784;s:2:\"id\";i:30180;s:5:\"title\";s:47:\"Digital Marketing Studio &#8211; Portfolio Loop\";s:9:\"thumbnail\";s:113:\"https://library.elementor.com/wp-content/uploads/2023/02/Digital-Marketing-Studio-Portfolio-Loop-Featured_Img.jpg\";s:12:\"tmpl_created\";i:1677427840;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/loop-builders/digital-marketing-studio-portfolio-loop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lb\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"post\";s:4:\"tags\";s:112:\"[\"Agency\",\"Business\",\"Creative Portfolio\",\"Design\",\"Digital Agency\",\"Flexbox\",\"Gallery\",\"Marketing\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:20:{s:4:\"tmpl\";i:1785;s:2:\"id\";i:30190;s:5:\"title\";s:43:\"Veterinary Center &#8211; Testimonials Loop\";s:9:\"thumbnail\";s:109:\"https://library.elementor.com/wp-content/uploads/2023/02/Veterinary-Center-Testimonials-Loop-Featured_Img.jpg\";s:12:\"tmpl_created\";i:1677430475;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/loop-builders/veterinary-center-testimonials-loop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lb\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"post\";s:4:\"tags\";s:68:\"[\"Dog\",\"Flexbox\",\"Health\",\"Medical\",\"Pets\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:20:{s:4:\"tmpl\";i:1786;s:2:\"id\";i:30199;s:5:\"title\";s:44:\"Mobile Payment App &#8211; Testimonials Loop\";s:9:\"thumbnail\";s:110:\"https://library.elementor.com/wp-content/uploads/2023/02/Mobile-Payment-App-Testimonials-Loop-Featured_Img.jpg\";s:12:\"tmpl_created\";i:1677437595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/loop-builders/mobile-payment-app-testimonials-loop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lb\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"post\";s:4:\"tags\";s:51:\"[\"App\",\"Computer\",\"Flexbox\",\"Mobile\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:20:{s:4:\"tmpl\";i:1787;s:2:\"id\";i:30212;s:5:\"title\";s:49:\"Fine Dining Restaurant  &#8211; Testimonials Loop\";s:9:\"thumbnail\";s:114:\"https://library.elementor.com/wp-content/uploads/2023/02/Fine-Dining-Restaurant-Testimonials-Loop-Featured_Img.jpg\";s:12:\"tmpl_created\";i:1677437929;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/loop-builders/fine-dining-restaurant-testimonials-loop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lb\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"post\";s:4:\"tags\";s:66:\"[\"Business\",\"Cooking\",\"Flexbox\",\"Food\",\"Restaurant\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:20:{s:4:\"tmpl\";i:1788;s:2:\"id\";i:30221;s:5:\"title\";s:45:\"Digital Marketing Agency 2 &#8211; Posts Loop\";s:9:\"thumbnail\";s:111:\"https://library.elementor.com/wp-content/uploads/2023/02/Digital-Marketing-Agency-2-Posts-Loop-Featured_Img.jpg\";s:12:\"tmpl_created\";i:1677438308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:150:\"https://library.elementor.com/loop-builders/digital-marketing-agency-2-posts-loop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lb\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"post\";s:4:\"tags\";s:63:\"[\"Agency\",\"Blog\",\"Digital Agency\",\"Flexbox\",\"Marketing\",\"Post\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:20:{s:4:\"tmpl\";i:1533;s:2:\"id\";i:26989;s:5:\"title\";s:44:\"Wireframe &#8211; Services 2 &#8211; Flexbox\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2.jpg\";s:12:\"tmpl_created\";i:1670399013;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/wireframe-services-2-flexbox/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:80:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:20:{s:4:\"tmpl\";i:1789;s:2:\"id\";i:30234;s:5:\"title\";s:39:\"Vases Online Shop &#8211; Products Loop\";s:9:\"thumbnail\";s:105:\"https://library.elementor.com/wp-content/uploads/2023/02/Vases-Online-Shop-Products-Loop-Featured_Img.jpg\";s:12:\"tmpl_created\";i:1677438685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/loop-builders/vases-online-shop-products-loop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lb\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:7:\"product\";s:4:\"tags\";s:148:\"[\"Art\",\"Business\",\"Colorful\",\"Design\",\"Ecommerce\",\"Flexbox\",\"Furniture Design\",\"Interior Design\",\"Modern\",\"Online Shop\",\"Product\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:20:{s:4:\"tmpl\";i:1790;s:2:\"id\";i:30249;s:5:\"title\";s:47:\"Houseplants Supplies Shop &#8211; Products Loop\";s:9:\"thumbnail\";s:113:\"https://library.elementor.com/wp-content/uploads/2023/02/Houseplants-Supplies-Shop-Products-Loop-Featured_Img.jpg\";s:12:\"tmpl_created\";i:1677597392;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/loop-builders/houseplants-supplies-shop-products-loop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lb\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:7:\"product\";s:4:\"tags\";s:111:\"[\"Ecommerce\",\"Flexbox\",\"Flower\",\"Furniture Design\",\"Interior Design\",\"Online Shop\",\"Product\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:20:{s:4:\"tmpl\";i:1791;s:2:\"id\";i:30258;s:5:\"title\";s:35:\"Swimwear Shop &#8211; Products Loop\";s:9:\"thumbnail\";s:101:\"https://library.elementor.com/wp-content/uploads/2023/02/Swimwear-Shop-Products-Loop-Featured_Img.jpg\";s:12:\"tmpl_created\";i:1677597738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/loop-builders/swimwear-shop-products-loop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lb\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:7:\"product\";s:4:\"tags\";s:99:\"[\"Ecommerce\",\"Fitness\",\"Flexbox\",\"Gym\",\"Online Shop\",\"Pilates\",\"Product\",\"Products\",\"Shop\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:20:{s:4:\"tmpl\";i:1792;s:2:\"id\";i:30370;s:5:\"title\";s:20:\"Single Chat WhatsApp\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2024/06/Single-Chat-WhatsApp_360.jpg\";s:12:\"tmpl_created\";i:1717917823;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/floating-button/single-chat-whatsapp/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:15:\"Floating Button\";s:4:\"tags\";s:43:\"[\"Contact\",\"Flexbox\",\"floating\",\"WhatsApp\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:85;a:20:{s:4:\"tmpl\";i:1587;s:2:\"id\";i:27051;s:5:\"title\";s:32:\"Marketing Agency &#8211; About 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2022/09/About-1.jpg\";s:12:\"tmpl_created\";i:1670403167;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/marketing-agency-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:19:\"[\"About\",\"Flexbox\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:20:{s:4:\"tmpl\";i:1552;s:2:\"id\";i:29198;s:5:\"title\";s:28:\"Live Music Venue &#8211; 404\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/11/16-Live-Music-Venue.jpg\";s:12:\"tmpl_created\";i:1670399593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/live-music-venue-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:32:\"[\"404\",\"Event\",\"Events\",\"Music\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:20:{s:4:\"tmpl\";i:1888;s:2:\"id\";i:31552;s:5:\"title\";s:22:\"Animated Classic Phone\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2024/06/Animated_Callnow_360.jpg\";s:12:\"tmpl_created\";i:1719224528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/floating-button/animated-classic-phone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:15:\"Floating Button\";s:4:\"tags\";s:39:\"[\"Animated\",\"Call\",\"Contact\",\"Flexbox\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:20:{s:4:\"tmpl\";i:1892;s:2:\"id\";i:31566;s:5:\"title\";s:21:\"Interactive eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2024/06/Interactive-Red_360.jpg\";s:12:\"tmpl_created\";i:1719230111;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/floating-button/interactive-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:15:\"Floating Button\";s:4:\"tags\";s:35:\"[\"Contact\",\"Flexbox\",\"Interactive\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:20:{s:4:\"tmpl\";i:1468;s:2:\"id\";i:27953;s:5:\"title\";s:43:\"Psychologist &#8211; Footer &#8211; Flexbox\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1670342099;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/psychologist-footer-flexbox/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:20:{s:4:\"tmpl\";i:1828;s:2:\"id\";i:31137;s:5:\"title\";s:22:\"Quick Access Bar Basic\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2024/06/Quick-access-bar-purple_360.jpg\";s:12:\"tmpl_created\";i:1718887011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/floating-button/quick-access-bar-classic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:15:\"Floating Button\";s:4:\"tags\";s:40:\"[\"Contact\",\"Flexbox\",\"Quick access bar\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:20:{s:4:\"tmpl\";i:1904;s:2:\"id\";i:31658;s:5:\"title\";s:26:\"Quick Access Bar Wireframe\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2024/06/Quick-access-bar-grey_360.jpg\";s:12:\"tmpl_created\";i:1719813003;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/floating-button/quick-access-bar-wireframe/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:15:\"Floating Button\";s:4:\"tags\";s:52:\"[\"Contact\",\"Flexbox\",\"Quick access bar\",\"Wireframe\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:20:{s:4:\"tmpl\";i:1481;s:2:\"id\";i:29172;s:5:\"title\";s:28:\"Delivery Company &#8211; 404\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/11/14-Delivery-Company.jpg\";s:12:\"tmpl_created\";i:1670353105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/delivery-company-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:48:\"[\"404\",\"Delivery\",\"Delivery Service\",\"Services\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:20:{s:4:\"tmpl\";i:1889;s:2:\"id\";i:31561;s:5:\"title\";s:21:\"Animated Classic Waze\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2024/06/Animated_Waze_360.jpg\";s:12:\"tmpl_created\";i:1719229884;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/floating-button/animated-classic-waze/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:15:\"Floating Button\";s:4:\"tags\";s:43:\"[\"Animated\",\"Contact\",\"Flexbox\",\"WhatsApp\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:94;a:20:{s:4:\"tmpl\";i:1664;s:2:\"id\";i:28386;s:5:\"title\";s:41:\"Local Services Wireframe 1 &#8211; Header\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2022/12/Wireframe1-header-350_31122023.jpg\";s:12:\"tmpl_created\";i:1670405300;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/blocks/local-services-wireframe-1-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:20:\"[\"Flexbox\",\"Header\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:20:{s:4:\"tmpl\";i:1794;s:2:\"id\";i:30386;s:5:\"title\";s:17:\"Single Chat Email\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2024/06/single-chat-mail_360.jpg\";s:12:\"tmpl_created\";i:1717933916;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/floating-button/single-chat-email/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:15:\"Floating Button\";s:4:\"tags\";s:29:\"[\"Contact\",\"Email\",\"Flexbox\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:96;a:20:{s:4:\"tmpl\";i:1561;s:2:\"id\";i:27881;s:5:\"title\";s:43:\"Dance Studio &#8211; Footer &#8211; Flexbox\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1670400220;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/dance-studio-footer-flexbox/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:20:\"[\"Flexbox\",\"Footer\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:20:{s:4:\"tmpl\";i:1560;s:2:\"id\";i:27891;s:5:\"title\";s:36:\"Beauty Salon -Footer &#8211; Flexbox\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1670400164;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/beauty-salon-footer-flexbox/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:42:\"[\"Beauty Salon\",\"Flexbox\",\"Footer\",\"Hair\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:20:{s:4:\"tmpl\";i:1887;s:2:\"id\";i:31436;s:5:\"title\";s:25:\"Animated Classic WhatsApp\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2024/06/Animated_WhatsApp_360.jpg\";s:12:\"tmpl_created\";i:1719224081;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/floating-button/animated-classic-whatsapp-new/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:15:\"Floating Button\";s:4:\"tags\";s:43:\"[\"Animated\",\"Contact\",\"Flexbox\",\"WhatsApp\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:20:{s:4:\"tmpl\";i:1890;s:2:\"id\";i:31572;s:5:\"title\";s:17:\"Interactive Basic\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2024/06/Interactive-Black_360.jpg\";s:12:\"tmpl_created\";i:1719229983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/floating-button/interactive-basic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:15:\"Floating Button\";s:4:\"tags\";s:35:\"[\"Contact\",\"Flexbox\",\"Interactive\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:20:{s:4:\"tmpl\";i:1903;s:2:\"id\";i:31586;s:5:\"title\";s:14:\"Classic Food 1\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2024/06/Classic-Food-cover.jpg\";s:12:\"tmpl_created\";i:1719289947;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/classic-food-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:32:\"[\"Flexbox\",\"Food\",\"Link in Bio\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:20:{s:4:\"tmpl\";i:1891;s:2:\"id\";i:31573;s:5:\"title\";s:21:\"Interactive Wireframe\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2024/06/Interactive-Blue_360.jpg\";s:12:\"tmpl_created\";i:1719229996;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/floating-button/interactive-wireframe/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:15:\"Floating Button\";s:4:\"tags\";s:35:\"[\"Contact\",\"Flexbox\",\"Interactive\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:20:{s:4:\"tmpl\";i:1902;s:2:\"id\";i:31349;s:5:\"title\";s:15:\"Showcase Food 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2024/06/Showcase-Food-cover-2.jpg\";s:12:\"tmpl_created\";i:1719230887;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/showcase-food-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:32:\"[\"Flexbox\",\"Food\",\"Link in Bio\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:20:{s:4:\"tmpl\";i:1804;s:2:\"id\";i:30893;s:5:\"title\";s:17:\"Classic Messenger\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2024/06/Classic-Messenger_360.jpg\";s:12:\"tmpl_created\";i:1718543871;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/floating-button/classic-messenger/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:15:\"Floating Button\";s:4:\"tags\";s:33:\"[\"Contact\",\"Flexbox\",\"Messenger\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:20:{s:4:\"tmpl\";i:1853;s:2:\"id\";i:31396;s:5:\"title\";s:31:\"Portfolio Health and Wellness 2\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2024/06/health-portfolio2-profile.jpg\";s:12:\"tmpl_created\";i:1719220628;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/blocks/portfolio-health-and-wellness-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:45:\"[\"Flexbox\",\"Health\",\"Link in Bio\",\"Wellness\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:20:{s:4:\"tmpl\";i:1847;s:2:\"id\";i:30584;s:5:\"title\";s:20:\"Services Education 1\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2024/06/Services-Education-cover-1.jpg\";s:12:\"tmpl_created\";i:1719219495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/services-education-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:37:\"[\"Education\",\"Flexbox\",\"Link in Bio\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:20:{s:4:\"tmpl\";i:1818;s:2:\"id\";i:31028;s:5:\"title\";s:11:\"Info Beauty\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2024/06/SC_green_360.jpg\";s:12:\"tmpl_created\";i:1718876522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/floating-button/info-beauty/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:15:\"Floating Button\";s:4:\"tags\";s:79:\"[\"Beauty\",\"Beauty Salon\",\"Contact\",\"Fashion\",\"Flexbox\",\"Info\",\"Spa\",\"Wellness\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:20:{s:4:\"tmpl\";i:1848;s:2:\"id\";i:30667;s:5:\"title\";s:23:\"Portfolio Photography 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2024/06/portfolio-photo-2.jpg\";s:12:\"tmpl_created\";i:1719219498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/portfolio-photography-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:39:\"[\"Flexbox\",\"Link in Bio\",\"Photography\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:20:{s:4:\"tmpl\";i:1803;s:2:\"id\";i:30887;s:5:\"title\";s:16:\"Classic WhatsApp\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2024/06/Classic-WhatsApp_360.jpg\";s:12:\"tmpl_created\";i:1718542661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/floating-button/classic-whatsapp/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:15:\"Floating Button\";s:4:\"tags\";s:22:\"[\"Flexbox\",\"WhatsApp\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:20:{s:4:\"tmpl\";i:1849;s:2:\"id\";i:31227;s:5:\"title\";s:29:\"Services Fashion and Beauty 2\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2024/06/fashion-services2-preview.jpg\";s:12:\"tmpl_created\";i:1719219505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/blocks/services-fashion-and-beauty-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:44:\"[\"Beauty\",\"Fashion\",\"Flexbox\",\"Link in Bio\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:20:{s:4:\"tmpl\";i:1820;s:2:\"id\";i:31059;s:5:\"title\";s:22:\"Info Creative Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2024/06/SC_purple_360.jpg\";s:12:\"tmpl_created\";i:1718878394;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/floating-button/info-creative-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:15:\"Floating Button\";s:4:\"tags\";s:61:\"[\"Contact\",\"Creative\",\"Designer\",\"Flexbox\",\"Info\",\"Services\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:20:{s:4:\"tmpl\";i:1850;s:2:\"id\";i:31354;s:5:\"title\";s:30:\"Services Health and Wellness 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2024/06/health-services1-preview.jpg\";s:12:\"tmpl_created\";i:1719219514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/services-health-and-wellness-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:45:\"[\"Flexbox\",\"Health\",\"Link in Bio\",\"Wellness\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:20:{s:4:\"tmpl\";i:1559;s:2:\"id\";i:27916;s:5:\"title\";s:47:\"Flooring Company &#8211; Footer &#8211; Flexbox\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1670400009;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/blocks/flooring-company-footer-flexbox/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Flexbox\",\"Flooring company\",\"Footer\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:20:{s:4:\"tmpl\";i:1822;s:2:\"id\";i:31074;s:5:\"title\";s:24:\"Info Creative Services 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2024/06/SC_white_360.jpg\";s:12:\"tmpl_created\";i:1718878957;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/floating-button/info-creative-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:15:\"Floating Button\";s:4:\"tags\";s:50:\"[\"Contact\",\"Creative\",\"Flexbox\",\"Info\",\"Services\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:20:{s:4:\"tmpl\";i:1823;s:2:\"id\";i:31088;s:5:\"title\";s:26:\"Info Professional Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2024/06/SC_orange_360.jpg\";s:12:\"tmpl_created\";i:1718879649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/floating-button/info-professional-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:15:\"Floating Button\";s:4:\"tags\";s:54:\"[\"Contact\",\"Flexbox\",\"Info\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:20:{s:4:\"tmpl\";i:1851;s:2:\"id\";i:31215;s:5:\"title\";s:29:\"Services Fashion and Beauty 1\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2024/06/fashion-services1-preview.jpg\";s:12:\"tmpl_created\";i:1719219536;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/blocks/services-fashion-and-beauty-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:44:\"[\"Beauty\",\"Fashion\",\"Flexbox\",\"Link in Bio\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:20:{s:4:\"tmpl\";i:1558;s:2:\"id\";i:27931;s:5:\"title\";s:25:\"Footer 04 &#8211; Flexbox\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1670399898;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/footer-04-flexbox/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:20:\"[\"Flexbox\",\"Footer\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:20:{s:4:\"tmpl\";i:1815;s:2:\"id\";i:31017;s:5:\"title\";s:14:\"Info Wireframe\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2024/06/SC_blue_360.jpg\";s:12:\"tmpl_created\";i:1718874492;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/floating-button/info-wireframe/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:15:\"Floating Button\";s:4:\"tags\";s:33:\"[\"Contact\",\"Flexbox\",\"Wireframe\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:20:{s:4:\"tmpl\";i:1827;s:2:\"id\";i:31120;s:5:\"title\";s:15:\"Mobile Bar Link\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2024/06/Mobile-bar-sale_360.jpg\";s:12:\"tmpl_created\";i:1718885351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/floating-button/mobile-bar-link/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:15:\"Floating Button\";s:4:\"tags\";s:34:\"[\"Contact\",\"Flexbox\",\"Mobile bar\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:119;a:20:{s:4:\"tmpl\";i:1852;s:2:\"id\";i:30850;s:5:\"title\";s:20:\"Services Education 2\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2024/06/Services-Education-cover-2.jpg\";s:12:\"tmpl_created\";i:1719219545;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/services-education-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:37:\"[\"Education\",\"Flexbox\",\"Link in Bio\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:120;a:20:{s:4:\"tmpl\";i:1805;s:2:\"id\";i:30899;s:5:\"title\";s:13:\"Classic Viber\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2024/06/Classic-Viber_360.jpg\";s:12:\"tmpl_created\";i:1718544687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/floating-button/classic-viber/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:15:\"Floating Button\";s:4:\"tags\";s:29:\"[\"Contact\",\"Flexbox\",\"Viber\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:20:{s:4:\"tmpl\";i:1854;s:2:\"id\";i:31381;s:5:\"title\";s:31:\"Portfolio Health and Wellness 1\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2024/06/health-portfolio1-preview.jpg\";s:12:\"tmpl_created\";i:1719220660;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/blocks/portfolio-health-and-wellness-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:44:\"[\"Beauty\",\"Fashion\",\"Flexbox\",\"Link in Bio\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:20:{s:4:\"tmpl\";i:1824;s:2:\"id\";i:31102;s:5:\"title\";s:23:\"Mobile Bar Phone Number\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2024/06/Mobile-bar-waze_360.jpg\";s:12:\"tmpl_created\";i:1718880257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/floating-button/mobile-bar-phone-number/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:15:\"Floating Button\";s:4:\"tags\";s:41:\"[\"Call\",\"Contact\",\"Flexbox\",\"Mobile bar\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:20:{s:4:\"tmpl\";i:1845;s:2:\"id\";i:30836;s:5:\"title\";s:16:\"Services Music 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2024/06/music-services-1.jpg\";s:12:\"tmpl_created\";i:1719219330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/services-music-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:33:\"[\"Flexbox\",\"Link in Bio\",\"Music\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;a:20:{s:4:\"tmpl\";i:1825;s:2:\"id\";i:31110;s:5:\"title\";s:19:\"Mobile Bar WhatsApp\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2024/06/Mobile-bar-whatsapp_360.jpg\";s:12:\"tmpl_created\";i:1718880569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/floating-button/mobile-bar-whatsapp/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:15:\"Floating Button\";s:4:\"tags\";s:45:\"[\"Contact\",\"Flexbox\",\"Mobile bar\",\"WhatsApp\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:125;a:20:{s:4:\"tmpl\";i:1855;s:2:\"id\";i:31251;s:5:\"title\";s:30:\"Portfolio Fashion and Beauty 2\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2024/06/fashion-portfolio2-preview.jpg\";s:12:\"tmpl_created\";i:1719220669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/portfolio-fashion-and-beauty-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:44:\"[\"Beauty\",\"Fashion\",\"Flexbox\",\"Link in Bio\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:126;a:20:{s:4:\"tmpl\";i:1817;s:2:\"id\";i:31032;s:5:\"title\";s:26:\"Multi Chat Account Manager\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2024/06/Multi-chat-Account-Manager_360.jpg\";s:12:\"tmpl_created\";i:1718875522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/floating-button/multi-chat-account-manager/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:15:\"Floating Button\";s:4:\"tags\";s:82:\"[\"Contact\",\"Email\",\"Flexbox\",\"Info\",\"Messenger\",\"Resources\",\"Services\",\"WhatsApp\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:20:{s:4:\"tmpl\";i:1856;s:2:\"id\";i:31237;s:5:\"title\";s:30:\"Portfolio Fashion and Beauty 1\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2024/06/fashion-portfolio1-preview.jpg\";s:12:\"tmpl_created\";i:1719220682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/portfolio-fashion-and-beauty-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:44:\"[\"Beauty\",\"Fashion\",\"Flexbox\",\"Link in Bio\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:128;a:20:{s:4:\"tmpl\";i:1821;s:2:\"id\";i:31069;s:5:\"title\";s:29:\"Multi Chat Education Director\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2024/06/Multi-chat-Education-Director_360.jpg\";s:12:\"tmpl_created\";i:1718878603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/floating-button/multi-chat-education-director/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:15:\"Floating Button\";s:4:\"tags\";s:94:\"[\"Contact\",\"Education\",\"Email\",\"Flexbox\",\"Info\",\"Messenger\",\"Resources\",\"Services\",\"WhatsApp\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:20:{s:4:\"tmpl\";i:1857;s:2:\"id\";i:30610;s:5:\"title\";s:25:\"Photography Business Card\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2024/06/business-card-photo.jpg\";s:12:\"tmpl_created\";i:1719220694;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/photography-business-card/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:39:\"[\"Flexbox\",\"Link in Bio\",\"Photography\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:130;a:20:{s:4:\"tmpl\";i:1829;s:2:\"id\";i:31142;s:5:\"title\";s:26:\"Quick Access Bar Messaging\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2024/06/Quick-access-bar-black_360.jpg\";s:12:\"tmpl_created\";i:1718888169;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/floating-button/quick-access-bar-messaging/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:15:\"Floating Button\";s:4:\"tags\";s:40:\"[\"Contact\",\"Flexbox\",\"Quick access bar\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:20:{s:4:\"tmpl\";i:1858;s:2:\"id\";i:30826;s:5:\"title\";s:11:\"Music Links\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2024/06/music-links.jpg\";s:12:\"tmpl_created\";i:1719220705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/music-links-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:33:\"[\"Flexbox\",\"Link in Bio\",\"Music\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;a:20:{s:4:\"tmpl\";i:1826;s:2:\"id\";i:31115;s:5:\"title\";s:15:\"Mobile Bar Waze\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2024/06/Mobile-bar-waze_360.jpg\";s:12:\"tmpl_created\";i:1718884885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/floating-button/mobile-bar-waze/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:15:\"Floating Button\";s:4:\"tags\";s:41:\"[\"Contact\",\"Flexbox\",\"Mobile bar\",\"Waze\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:20:{s:4:\"tmpl\";i:1859;s:2:\"id\";i:30430;s:5:\"title\";s:19:\"Music Business Card\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2024/06/music-businesscard.jpg\";s:12:\"tmpl_created\";i:1719220760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/music-links/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:33:\"[\"Flexbox\",\"Link in Bio\",\"Music\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:20:{s:4:\"tmpl\";i:1810;s:2:\"id\";i:30973;s:5:\"title\";s:19:\"Resources Ecommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2024/06/RB_purple_360.jpg\";s:12:\"tmpl_created\";i:1718867374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/floating-button/resources-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:15:\"Floating Button\";s:4:\"tags\";s:56:\"[\"Contact\",\"Ecommerce\",\"Flexbox\",\"Resources\",\"Services\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;a:20:{s:4:\"tmpl\";i:1860;s:2:\"id\";i:30391;s:5:\"title\";s:24:\"Minimalist Photography 2\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2024/06/minimalist-photo-feature.jpg\";s:12:\"tmpl_created\";i:1719221005;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/minimalist-music-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:39:\"[\"Flexbox\",\"Link in Bio\",\"Photography\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:136;a:20:{s:4:\"tmpl\";i:1813;s:2:\"id\";i:30994;s:5:\"title\";s:19:\"Resources Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2024/06/RB_yellow_360.jpg\";s:12:\"tmpl_created\";i:1718871626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/floating-button/resources-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:15:\"Floating Button\";s:4:\"tags\";s:54:\"[\"Contact\",\"Education\",\"Flexbox\",\"Resources\",\"School\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:20:{s:4:\"tmpl\";i:1846;s:2:\"id\";i:31365;s:5:\"title\";s:30:\"Services Health and Wellness 2\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2024/06/health-services2-preview.jpg\";s:12:\"tmpl_created\";i:1719219425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/services-health-and-wellness-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:45:\"[\"Flexbox\",\"Health\",\"Link in Bio\",\"Wellness\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:20:{s:4:\"tmpl\";i:1814;s:2:\"id\";i:31005;s:5:\"title\";s:20:\"Resources Healthcare\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2024/06/RB_orange_360.jpg\";s:12:\"tmpl_created\";i:1718873281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/floating-button/resources-healthcare/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:15:\"Floating Button\";s:4:\"tags\";s:64:\"[\"Contact\",\"Flexbox\",\"Health\",\"Resources\",\"Services\",\"Wellness\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:139;a:20:{s:4:\"tmpl\";i:1844;s:2:\"id\";i:30407;s:5:\"title\";s:16:\"Services Music 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2024/06/music-services-2.jpg\";s:12:\"tmpl_created\";i:1719219301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/minimalist-music-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:33:\"[\"Flexbox\",\"Link in Bio\",\"Music\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:140;a:20:{s:4:\"tmpl\";i:1812;s:2:\"id\";i:30985;s:5:\"title\";s:21:\"Resources Real Estate\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2024/06/RB_green_360.jpg\";s:12:\"tmpl_created\";i:1718870478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/floating-button/resources-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:15:\"Floating Button\";s:4:\"tags\";s:81:\"[\"Contact\",\"Flexbox\",\"Real estate\",\"Realestate\",\"realtor\",\"Resources\",\"Services\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:20:{s:4:\"tmpl\";i:1863;s:2:\"id\";i:31291;s:5:\"title\";s:32:\"Minimalist Health and Wellness 1\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2024/06/health-minimalist-preview.jpg\";s:12:\"tmpl_created\";i:1719221111;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/blocks/minimalist-health-and-wellness-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:45:\"[\"Flexbox\",\"Health\",\"Link in Bio\",\"Wellness\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:142;a:20:{s:4:\"tmpl\";i:1809;s:2:\"id\";i:30962;s:5:\"title\";s:23:\"Resources Travel Agency\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2024/06/RB_light-blue_360.jpg\";s:12:\"tmpl_created\";i:1718867329;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/floating-button/resources-travel-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:15:\"Floating Button\";s:4:\"tags\";s:42:\"[\"Contact\",\"Flexbox\",\"Resources\",\"Travel\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:143;a:20:{s:4:\"tmpl\";i:1835;s:2:\"id\";i:31305;s:5:\"title\";s:30:\"Showcase Health and Wellness 2\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2024/06/health-showcase2-preview.jpg\";s:12:\"tmpl_created\";i:1719218847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/showcase-health-and-wellness-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:45:\"[\"Flexbox\",\"Health\",\"Link in Bio\",\"Wellness\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:144;a:20:{s:4:\"tmpl\";i:1800;s:2:\"id\";i:30450;s:5:\"title\";s:17:\"Classic Education\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2024/06/Classic-Education-cover.jpg\";s:12:\"tmpl_created\";i:1718025729;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/classic-law/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:37:\"[\"Education\",\"Flexbox\",\"Link in Bio\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:145;a:20:{s:4:\"tmpl\";i:1808;s:2:\"id\";i:30929;s:5:\"title\";s:19:\"Resources Wireframe\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2024/06/RB_blue_360.jpg\";s:12:\"tmpl_created\";i:1718867101;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/floating-button/resources-wireframe/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:15:\"Floating Button\";s:4:\"tags\";s:45:\"[\"Contact\",\"Flexbox\",\"Resources\",\"Wireframe\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:20:{s:4:\"tmpl\";i:1793;s:2:\"id\";i:30372;s:5:\"title\";s:21:\"Single Chat Messenger\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2024/06/single-chat-messenger_360.jpg\";s:12:\"tmpl_created\";i:1717918600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/floating-button/single-chat-messenger/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:15:\"Floating Button\";s:4:\"tags\";s:44:\"[\"Contact\",\"Flexbox\",\"floating\",\"Messenger\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:147;a:20:{s:4:\"tmpl\";i:1830;s:2:\"id\";i:30422;s:5:\"title\";s:12:\"Classic Food\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2024/06/Classic-Food-cover.jpg\";s:12:\"tmpl_created\";i:1718894308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/minimalist-music-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:32:\"[\"Flexbox\",\"Food\",\"Link in Bio\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;a:20:{s:4:\"tmpl\";i:1807;s:2:\"id\";i:30917;s:5:\"title\";s:26:\"Vertical Links Help Center\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2024/06/Vertical-Links-Help-Center_360.jpg\";s:12:\"tmpl_created\";i:1718785988;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/floating-button/vertical-links-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:15:\"Floating Button\";s:4:\"tags\";s:74:\"[\"Business\",\"Contact\",\"Email\",\"Flexbox\",\"floating\",\"Messenger\",\"WhatsApp\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:20:{s:4:\"tmpl\";i:1831;s:2:\"id\";i:30725;s:5:\"title\";s:22:\"Showcase Photography 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2024/06/showcase-photo-2.jpg\";s:12:\"tmpl_created\";i:1719218258;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/showcase-photography-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:39:\"[\"Flexbox\",\"Link in Bio\",\"Photography\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:20:{s:4:\"tmpl\";i:1811;s:2:\"id\";i:30975;s:5:\"title\";s:25:\"Vertical Links My Account\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2024/06/Vertical-Links-My-Account_360.jpg\";s:12:\"tmpl_created\";i:1718867812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/floating-button/vertical-links-my-account/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:15:\"Floating Button\";s:4:\"tags\";s:56:\"[\"Contact\",\"Flexbox\",\"My Account\",\"Vertical\",\"WhatsApp\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:20:{s:4:\"tmpl\";i:1832;s:2:\"id\";i:30543;s:5:\"title\";s:16:\"Showcase Music 2\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2024/06/showcase-music-3-image.jpg\";s:12:\"tmpl_created\";i:1719218500;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/showcase-music-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:33:\"[\"Flexbox\",\"Link in Bio\",\"Music\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:20:{s:4:\"tmpl\";i:1806;s:2:\"id\";i:30905;s:5:\"title\";s:24:\"Vertical Links Wireframe\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2024/06/Vertical-Links_360.jpg\";s:12:\"tmpl_created\";i:1718613913;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/floating-button/vertical-links/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:15:\"Floating Button\";s:4:\"tags\";s:52:\"[\"Contact\",\"Email\",\"Flexbox\",\"Messenger\",\"WhatsApp\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:20:{s:4:\"tmpl\";i:1833;s:2:\"id\";i:30486;s:5:\"title\";s:14:\"Showcase Law 2\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2024/06/law-showcase-2-preview.jpg\";s:12:\"tmpl_created\";i:1719218648;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/showcase-law-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:42:\"[\"Flexbox\",\"Law\",\"Law Firm\",\"Link in Bio\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:154;a:20:{s:4:\"tmpl\";i:1819;s:2:\"id\";i:31048;s:5:\"title\";s:14:\"Info Ecommerce\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2024/06/SC_black_360.jpg\";s:12:\"tmpl_created\";i:1718877598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/floating-button/info-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:15:\"Floating Button\";s:4:\"tags\";s:66:\"[\"Contact\",\"Ecommerce\",\"Flexbox\",\"Info\",\"Services\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:20:{s:4:\"tmpl\";i:1834;s:2:\"id\";i:30470;s:5:\"title\";s:14:\"Showcase Law 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2024/06/law-showcase-1-preview-.jpg\";s:12:\"tmpl_created\";i:1719218765;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/showcase-law-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:42:\"[\"Flexbox\",\"Law\",\"Law Firm\",\"Link in Bio\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:20:{s:4:\"tmpl\";i:1816;s:2:\"id\";i:31020;s:5:\"title\";s:20:\"Multi Chat Wireframe\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2024/06/Multi-chat-wireframe_360.jpg\";s:12:\"tmpl_created\";i:1718874633;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/floating-button/multi-chat-wireframe/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:15:\"floating_button\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"Email\";s:4:\"tags\";s:32:\"[\"Contact\",\"Flexbox\",\"Services\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:20:{s:4:\"tmpl\";i:1836;s:2:\"id\";i:30657;s:5:\"title\";s:22:\"Showcase Photography 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2024/06/showcase-photo-1.jpg\";s:12:\"tmpl_created\";i:1719218917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/showcase-photography-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:39:\"[\"Flexbox\",\"Link in Bio\",\"Photography\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:20:{s:4:\"tmpl\";i:1843;s:2:\"id\";i:30696;s:5:\"title\";s:22:\"Services Photography 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2024/06/services-photo-1.jpg\";s:12:\"tmpl_created\";i:1719219290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/services-photography-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:39:\"[\"Flexbox\",\"Link in Bio\",\"Photography\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:159;a:20:{s:4:\"tmpl\";i:1837;s:2:\"id\";i:31319;s:5:\"title\";s:30:\"Showcase Health and Wellness 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2024/06/health-showcase1-preview.jpg\";s:12:\"tmpl_created\";i:1719219130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/showcase-health-and-wellness-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:45:\"[\"Flexbox\",\"Health\",\"Link in Bio\",\"Wellness\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:160;a:20:{s:4:\"tmpl\";i:1838;s:2:\"id\";i:31188;s:5:\"title\";s:29:\"Showcase Fashion and Beauty 2\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2024/06/fashion-showcase-2-preview.jpg\";s:12:\"tmpl_created\";i:1719219139;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/blocks/showcase-fashion-and-beauty-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:44:\"[\"Beauty\",\"Fashion\",\"Flexbox\",\"Link in Bio\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:20:{s:4:\"tmpl\";i:1839;s:2:\"id\";i:31173;s:5:\"title\";s:29:\"Showcase Fashion and Beauty 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2024/06/fashion-showcase-1-cover.jpg\";s:12:\"tmpl_created\";i:1719219145;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/blocks/showcase-fashion-and-beauty-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:44:\"[\"Beauty\",\"Fashion\",\"Flexbox\",\"Link in Bio\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:162;a:20:{s:4:\"tmpl\";i:1840;s:2:\"id\";i:30814;s:5:\"title\";s:20:\"Showcase Education 2\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2024/06/Showcase-Education-cover-2.jpg\";s:12:\"tmpl_created\";i:1719219163;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/showcase-education-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:37:\"[\"Education\",\"Flexbox\",\"Link in Bio\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:163;a:20:{s:4:\"tmpl\";i:1841;s:2:\"id\";i:30790;s:5:\"title\";s:20:\"Showcase Education 1\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2024/06/Showcase-Education-cover-1.jpg\";s:12:\"tmpl_created\";i:1719219189;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/showcase-education-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:37:\"[\"Education\",\"Flexbox\",\"Link in Bio\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:164;a:20:{s:4:\"tmpl\";i:1842;s:2:\"id\";i:30709;s:5:\"title\";s:22:\"Services Photography 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2024/06/services-photo-2.jpg\";s:12:\"tmpl_created\";i:1719219216;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/services-photography-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:39:\"[\"Flexbox\",\"Link in Bio\",\"Photography\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:165;a:20:{s:4:\"tmpl\";i:1862;s:2:\"id\";i:30565;s:5:\"title\";s:18:\"Minimalist Music 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2024/06/Design-1-image.jpg\";s:12:\"tmpl_created\";i:1719221042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/minimalist-music-2-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:33:\"[\"Flexbox\",\"Link in Bio\",\"Music\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:166;a:20:{s:4:\"tmpl\";i:1861;s:2:\"id\";i:30629;s:5:\"title\";s:24:\"Minimalist Photography 1\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2024/06/minimalist-photo-1.jpg\";s:12:\"tmpl_created\";i:1719221032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/minimalist-photography-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:39:\"[\"Flexbox\",\"Link in Bio\",\"Photography\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:167;a:20:{s:4:\"tmpl\";i:1864;s:2:\"id\";i:31299;s:5:\"title\";s:32:\"Minimalist Health and Wellness 2\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2024/06/health-minimalist2-preview.jpg\";s:12:\"tmpl_created\";i:1719221117;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/blocks/minimalist-health-and-wellness-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:45:\"[\"Flexbox\",\"Health\",\"Link in Bio\",\"Wellness\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:168;a:20:{s:4:\"tmpl\";i:1880;s:2:\"id\";i:31157;s:5:\"title\";s:11:\"Classic Law\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2024/06/law-classic-preview.jpg\";s:12:\"tmpl_created\";i:1719222615;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/classic-law-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:42:\"[\"Flexbox\",\"Law\",\"Law Firm\",\"Link in Bio\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:169;a:20:{s:4:\"tmpl\";i:1897;s:2:\"id\";i:31474;s:5:\"title\";s:16:\"Portfolio Food 1\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2024/06/Portfolio-Food-cover-1.jpg\";s:12:\"tmpl_created\";i:1719230665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/portfolio-food-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:44:\"[\"Flexbox\",\"Food\",\"Link in Bio\",\"Portfolio\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:170;a:20:{s:4:\"tmpl\";i:1896;s:2:\"id\";i:31181;s:5:\"title\";s:17:\"Minimalist Food 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2024/06/Minimalist-Food-cover-2.jpg\";s:12:\"tmpl_created\";i:1719230622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/minimalist-food-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:32:\"[\"Flexbox\",\"Food\",\"Link in Bio\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:171;a:20:{s:4:\"tmpl\";i:1895;s:2:\"id\";i:31169;s:5:\"title\";s:17:\"Minimalist Food 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2024/06/Minimalist-Food-cover-1.jpg\";s:12:\"tmpl_created\";i:1719230604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/minimalist-food-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:32:\"[\"Flexbox\",\"Food\",\"Link in Bio\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:172;a:20:{s:4:\"tmpl\";i:1894;s:2:\"id\";i:30591;s:5:\"title\";s:10:\"Food Links\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2024/06/Links-Food-cover-1.jpg\";s:12:\"tmpl_created\";i:1719230571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/food-links/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:32:\"[\"Flexbox\",\"Food\",\"Link in Bio\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:20:{s:4:\"tmpl\";i:1893;s:2:\"id\";i:31528;s:5:\"title\";s:18:\"Food Business Card\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2024/06/Business-card-Food-cover.jpg\";s:12:\"tmpl_created\";i:1719230215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/food-business-card/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:43:\"[\"Business\",\"Flexbox\",\"Food\",\"Link in Bio\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:174;a:20:{s:4:\"tmpl\";i:1900;s:2:\"id\";i:31462;s:5:\"title\";s:15:\"Services Food 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2024/06/Services-Food-cover-2.jpg\";s:12:\"tmpl_created\";i:1719230756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/services-food-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:43:\"[\"Flexbox\",\"Food\",\"Link in Bio\",\"Services\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:175;a:20:{s:4:\"tmpl\";i:1886;s:2:\"id\";i:30738;s:5:\"title\";s:23:\"Portfolio Photography 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2024/06/portfolio-photo-1.jpg\";s:12:\"tmpl_created\";i:1719222799;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/portfolio-photography-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:39:\"[\"Flexbox\",\"Link in Bio\",\"Photography\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:176;a:20:{s:4:\"tmpl\";i:1885;s:2:\"id\";i:30780;s:5:\"title\";s:26:\"Classic Fashion and Beauty\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2024/06/fashion-classic-preview1.jpg\";s:12:\"tmpl_created\";i:1719222642;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/classic-fashion-and-beauty/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:44:\"[\"Beauty\",\"Fashion\",\"Flexbox\",\"Link in Bio\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:177;a:20:{s:4:\"tmpl\";i:1884;s:2:\"id\";i:30638;s:5:\"title\";s:13:\"Classic Music\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2024/06/classic-music.jpg\";s:12:\"tmpl_created\";i:1719222626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/classic-music/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:33:\"[\"Flexbox\",\"Link in Bio\",\"Music\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:178;a:20:{s:4:\"tmpl\";i:1883;s:2:\"id\";i:30863;s:5:\"title\";s:23:\"Education Business Card\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2024/06/edu-card-preview.jpg\";s:12:\"tmpl_created\";i:1719222626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/education-business-card/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:37:\"[\"Education\",\"Flexbox\",\"Link in Bio\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:179;a:20:{s:4:\"tmpl\";i:1865;s:2:\"id\";i:30762;s:5:\"title\";s:18:\"Minimalist Music 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2024/06/Design-1-logo.jpg\";s:12:\"tmpl_created\";i:1719221170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/minimalist-music-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:33:\"[\"Flexbox\",\"Link in Bio\",\"Music\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:180;a:20:{s:4:\"tmpl\";i:1882;s:2:\"id\";i:31311;s:5:\"title\";s:19:\"Classic Photography\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2024/06/classic-photo.jpg\";s:12:\"tmpl_created\";i:1719222622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/classic-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:39:\"[\"Flexbox\",\"Link in Bio\",\"Photography\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:181;a:20:{s:4:\"tmpl\";i:1881;s:2:\"id\";i:31278;s:5:\"title\";s:27:\"Classic Health and Wellness\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2024/06/health-classic-preview.jpg\";s:12:\"tmpl_created\";i:1719222620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/classic-health-and-wellness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:45:\"[\"Flexbox\",\"Health\",\"Link in Bio\",\"Wellness\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:182;a:20:{s:4:\"tmpl\";i:1879;s:2:\"id\";i:31509;s:5:\"title\";s:24:\"Fashion and Beauty Links\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2024/06/fashion-links-preview.jpg\";s:12:\"tmpl_created\";i:1719222425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/fashion-and-beauty-links/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:44:\"[\"Beauty\",\"Fashion\",\"Flexbox\",\"Link in Bio\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:183;a:20:{s:4:\"tmpl\";i:1898;s:2:\"id\";i:31486;s:5:\"title\";s:16:\"Portfolio Food 2\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2024/06/Portfolio-Food-cover-2.jpg\";s:12:\"tmpl_created\";i:1719230679;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/portfolio-food-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:44:\"[\"Flexbox\",\"Food\",\"Link in Bio\",\"Portfolio\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:184;a:20:{s:4:\"tmpl\";i:1878;s:2:\"id\";i:31272;s:5:\"title\";s:32:\"Fashion and Beauty Business Card\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2024/06/fashion-card-preview.jpg\";s:12:\"tmpl_created\";i:1719222409;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/blocks/fashion-and-beauty-business-card/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:44:\"[\"Beauty\",\"Fashion\",\"Flexbox\",\"Link in Bio\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:185;a:20:{s:4:\"tmpl\";i:1877;s:2:\"id\";i:31408;s:5:\"title\";s:33:\"Health and Wellness Business Card\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2024/06/health-card-preview.jpg\";s:12:\"tmpl_created\";i:1719222401;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/blocks/health-and-wellness-business-card/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:45:\"[\"Flexbox\",\"Health\",\"Link in Bio\",\"Wellness\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:186;a:20:{s:4:\"tmpl\";i:1876;s:2:\"id\";i:30751;s:5:\"title\";s:17:\"Law Business Card\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2024/06/law-card-preview-1-1.jpg\";s:12:\"tmpl_created\";i:1719222395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/law-business-card/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:42:\"[\"Flexbox\",\"Law\",\"Law Firm\",\"Link in Bio\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:187;a:20:{s:4:\"tmpl\";i:1875;s:2:\"id\";i:31342;s:5:\"title\";s:25:\"Links Health and Wellness\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2024/06/Links-Food-cover.jpg\";s:12:\"tmpl_created\";i:1719222392;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/links-health-and-wellness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:45:\"[\"Flexbox\",\"Health\",\"Link in Bio\",\"Wellness\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:188;a:20:{s:4:\"tmpl\";i:1873;s:2:\"id\";i:31195;s:5:\"title\";s:9:\"Links Law\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2024/06/law-links-preview.jpg\";s:12:\"tmpl_created\";i:1719222389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/links-law/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:42:\"[\"Flexbox\",\"Law\",\"Law Firm\",\"Link in Bio\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:189;a:20:{s:4:\"tmpl\";i:1872;s:2:\"id\";i:30689;s:5:\"title\";s:17:\"Links Photography\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2024/06/links-photo.jpg\";s:12:\"tmpl_created\";i:1719222373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/links-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:39:\"[\"Flexbox\",\"Link in Bio\",\"Photography\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:190;a:20:{s:4:\"tmpl\";i:1871;s:2:\"id\";i:30622;s:5:\"title\";s:22:\"Minimalist Education 1\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2024/06/Minimalist-Education-cover-1.jpg\";s:12:\"tmpl_created\";i:1719222353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/minimalist-education-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:37:\"[\"Education\",\"Flexbox\",\"Link in Bio\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:191;a:20:{s:4:\"tmpl\";i:1870;s:2:\"id\";i:30620;s:5:\"title\";s:22:\"Minimalist Education 2\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2024/06/Minimalist-Education-cover-2.jpg\";s:12:\"tmpl_created\";i:1719222342;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/minimalist-education-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:37:\"[\"Education\",\"Flexbox\",\"Link in Bio\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:192;a:20:{s:4:\"tmpl\";i:1869;s:2:\"id\";i:30621;s:5:\"title\";s:31:\"Minimalist Fashion and Beauty 1\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2024/06/fashion-classic-preview-1.jpg\";s:12:\"tmpl_created\";i:1719221336;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/blocks/minimalist-fashion-and-beauty-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:44:\"[\"Beauty\",\"Fashion\",\"Flexbox\",\"Link in Bio\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:193;a:20:{s:4:\"tmpl\";i:1868;s:2:\"id\";i:30771;s:5:\"title\";s:31:\"Minimalist Fashion and Beauty 2\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2024/06/fashion-minimalist-preview-2.jpg\";s:12:\"tmpl_created\";i:1719221196;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/blocks/minimalist-fashion-and-beauty-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:44:\"[\"Beauty\",\"Fashion\",\"Flexbox\",\"Link in Bio\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:194;a:20:{s:4:\"tmpl\";i:1867;s:2:\"id\";i:30431;s:5:\"title\";s:16:\"Minimalist Law 1\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2024/06/law-minimalist-preview.jpg\";s:12:\"tmpl_created\";i:1719221186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/minimalist-law-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:42:\"[\"Flexbox\",\"Law\",\"Law Firm\",\"Link in Bio\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:195;a:20:{s:4:\"tmpl\";i:1866;s:2:\"id\";i:30443;s:5:\"title\";s:16:\"Minimalist Law 2\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2024/06/law-minimalist-2-preview.jpg\";s:12:\"tmpl_created\";i:1719221179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/minimalist-law-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:42:\"[\"Flexbox\",\"Law\",\"Law Firm\",\"Link in Bio\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:196;a:20:{s:4:\"tmpl\";i:1901;s:2:\"id\";i:31330;s:5:\"title\";s:15:\"Showcase Food 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2024/06/Showcase-Food-cover-1.jpg\";s:12:\"tmpl_created\";i:1719230867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/showcase-food-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:32:\"[\"Flexbox\",\"Food\",\"Link in Bio\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:197;a:20:{s:4:\"tmpl\";i:1899;s:2:\"id\";i:31438;s:5:\"title\";s:15:\"Services Food 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2024/06/Services-Food-cover-1.jpg\";s:12:\"tmpl_created\";i:1719230716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/services-food-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Link in Bio\";s:4:\"tags\";s:43:\"[\"Flexbox\",\"Food\",\"Link in Bio\",\"Services\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.23.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:198;a:20:{s:4:\"tmpl\";i:1665;s:2:\"id\";i:28399;s:5:\"title\";s:41:\"Local Services Wireframe 1 &#8211; Footer\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/10/Wireframe1-footer-350.jpg\";s:12:\"tmpl_created\";i:1670405320;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/blocks/local-services-wireframe-1-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:20:\"[\"Flexbox\",\"Footer\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:20:{s:4:\"tmpl\";i:1454;s:2:\"id\";i:27901;s:5:\"title\";s:41:\"Barbershop &#8211; Footer &#8211; Flexbox\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1670246294;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/barbershop-footer-flexbox/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:47:\"[\"Barber Shop\",\"Barbershop\",\"Flexbox\",\"Footer\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:200;a:20:{s:4:\"tmpl\";i:1455;s:2:\"id\";i:28010;s:5:\"title\";s:41:\"Barbershop &#8211; Header &#8211; Flexbox\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1670315823;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/barbershop-header-flexbox/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:47:\"[\"Barber Shop\",\"Barbershop\",\"Flexbox\",\"Header\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:201;a:20:{s:4:\"tmpl\";i:1463;s:2:\"id\";i:27994;s:5:\"title\";s:43:\"Dance Studio &#8211; Header &#8211; Flexbox\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1670340716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/dance-studio-header-flexbox/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Header\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:20:{s:4:\"tmpl\";i:1464;s:2:\"id\";i:28029;s:5:\"title\";s:50:\"Japanese Restaurant &#8211; Header &#8211; Flexbox\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1670341172;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/blocks/japanese-restaurant-header-flexbox/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"Header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:20:{s:4:\"tmpl\";i:1465;s:2:\"id\";i:28037;s:5:\"title\";s:23:\"Law Firm &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1670341270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/law-firm-header-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:204;a:20:{s:4:\"tmpl\";i:1549;s:2:\"id\";i:29161;s:5:\"title\";s:23:\"Recipe Blog &#8211; 404\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/11/15-Recipe-Blog.jpg\";s:12:\"tmpl_created\";i:1670399512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/recipe-blog-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:14:\"[\"404\",\"Blog\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;a:20:{s:4:\"tmpl\";i:1466;s:2:\"id\";i:28048;s:5:\"title\";s:34:\"Gym &#8211; Header &#8211; Flexbox\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1670341332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/gym-header-flexbox/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"Header\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;a:20:{s:4:\"tmpl\";i:1467;s:2:\"id\";i:27967;s:5:\"title\";s:37:\"Travel &#8211; Footer &#8211; Flexbox\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1670341944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-footer-flexbox/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:207;a:20:{s:4:\"tmpl\";i:1475;s:2:\"id\";i:29154;s:5:\"title\";s:22:\"Music Blog &#8211; 404\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2022/11/13-Music-Blog.jpg\";s:12:\"tmpl_created\";i:1670352130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/music-blog-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:32:\"[\"404\",\"Event\",\"Events\",\"Music\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:20:{s:4:\"tmpl\";i:1470;s:2:\"id\";i:27975;s:5:\"title\";s:49:\"Luxury Real Estate &#8211; Footer &#8211; Flexbox\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1670342352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/blocks/luxury-real-estate-footer-flexbox/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Footer\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:209;a:20:{s:4:\"tmpl\";i:1588;s:2:\"id\";i:27060;s:5:\"title\";s:32:\"Marketing Agency &#8211; About 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2022/09/About-2.jpg\";s:12:\"tmpl_created\";i:1670403186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/marketing-agency-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:19:\"[\"About\",\"Flexbox\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:20:{s:4:\"tmpl\";i:1469;s:2:\"id\";i:27938;s:5:\"title\";s:42:\"Travel Blog &#8211; Footer &#8211; Flexbox\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1670342307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/travel-blog-footer-flexbox/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"Blog\",\"Flexbox\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:211;a:20:{s:4:\"tmpl\";i:1764;s:2:\"id\";i:29370;s:5:\"title\";s:32:\"Interior Design Firm &#8211; 404\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/12/3-Interior-Design-Firm.jpg\";s:12:\"tmpl_created\";i:1670413998;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/interior-design-firm-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:111:\"[\"404\",\"Accommodation\",\"Art\",\"Creative\",\"Design\",\"Flexbox\",\"Furniture Design\",\"Interior Design\",\"Professional\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;a:20:{s:4:\"tmpl\";i:1710;s:2:\"id\";i:29325;s:5:\"title\";s:26:\"Clothing Store &#8211; 404\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/12/1-Clothing-Store.jpg\";s:12:\"tmpl_created\";i:1670409968;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/clothing-store-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:55:\"[\"404\",\"Ecommerce\",\"Fashion\",\"Flexbox\",\"Modern\",\"Shop\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:213;a:20:{s:4:\"tmpl\";i:1718;s:2:\"id\";i:29340;s:5:\"title\";s:25:\"Travel Agency &#8211; 404\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/12/2-Travel-Agency.jpg\";s:12:\"tmpl_created\";i:1670410699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/travel-agency-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Agency\",\"Travel\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:20:{s:4:\"tmpl\";i:1557;s:2:\"id\";i:29187;s:5:\"title\";s:27:\"Basic Wear Shop &#8211; 404\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/11/17-Basic-Wear-Shop.jpg\";s:12:\"tmpl_created\";i:1670399814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/basic-wear-shop-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:26:\"[\"404\",\"Ecommerce\",\"Shop\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:215;a:20:{s:4:\"tmpl\";i:1777;s:2:\"id\";i:28002;s:5:\"title\";s:43:\"Beauty Salon &#8211; Header &#8211; Flexbox\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1670415290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/beauty-salon-header-flexbox/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Hair\",\"Header\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:216;a:20:{s:4:\"tmpl\";i:1563;s:2:\"id\";i:28118;s:5:\"title\";s:38:\"Blog Wireframe 1 &#8211; Posts Archive\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/09/Blog-Wireframe1-Archive-350.jpg\";s:12:\"tmpl_created\";i:1670401388;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/blog-wireframe-1-posts-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:36:\"[\"Archive\",\"Blog\",\"Flexbox\",\"posts\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:217;a:20:{s:4:\"tmpl\";i:1672;s:2:\"id\";i:28108;s:5:\"title\";s:36:\"Blog Wireframe 1 &#8211; Single Post\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/09/Blog-Wireframe1-Single-350.jpg\";s:12:\"tmpl_created\";i:1670407389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/blog-wireframe-1-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Blog\",\"Flexbox\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:218;a:20:{s:4:\"tmpl\";i:1456;s:2:\"id\";i:25505;s:5:\"title\";s:15:\"Boxing Club 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2022/09/404-2.jpg\";s:12:\"tmpl_created\";i:1670332120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/boxing-club-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:17:\"[\"404\",\"Flexbox\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:219;a:20:{s:4:\"tmpl\";i:1458;s:2:\"id\";i:25519;s:5:\"title\";s:19:\"Boxing Club About 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2022/09/About-5.jpg\";s:12:\"tmpl_created\";i:1670333831;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/boxing-club-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:19:\"[\"About\",\"Flexbox\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:220;a:20:{s:4:\"tmpl\";i:1459;s:2:\"id\";i:25524;s:5:\"title\";s:19:\"Boxing Club About 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2022/09/About-6.jpg\";s:12:\"tmpl_created\";i:1670333989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/boxing-club-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:19:\"[\"About\",\"Flexbox\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:221;a:20:{s:4:\"tmpl\";i:1493;s:2:\"id\";i:25534;s:5:\"title\";s:19:\"Boxing Club About 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2022/09/About-4.jpg\";s:12:\"tmpl_created\";i:1670397426;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/boxing-club-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:19:\"[\"About\",\"Flexbox\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:20:{s:4:\"tmpl\";i:1496;s:2:\"id\";i:25543;s:5:\"title\";s:22:\"Boxing Club Benefits 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/09/Benefites-4.jpg\";s:12:\"tmpl_created\";i:1670397608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/boxing-club-benefits-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Benefits\";s:4:\"tags\";s:22:\"[\"Benefits\",\"Flexbox\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:223;a:20:{s:4:\"tmpl\";i:1497;s:2:\"id\";i:25549;s:5:\"title\";s:22:\"Boxing Club Benefits 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/09/Benefites-5.jpg\";s:12:\"tmpl_created\";i:1670397614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/boxing-club-benefits-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Benefits\";s:4:\"tags\";s:22:\"[\"Benefits\",\"Flexbox\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:224;a:20:{s:4:\"tmpl\";i:1498;s:2:\"id\";i:25558;s:5:\"title\";s:22:\"Boxing Club Benefits 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/09/Benefites-6.jpg\";s:12:\"tmpl_created\";i:1670397617;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/boxing-club-benefits-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Benefits\";s:4:\"tags\";s:22:\"[\"Benefits\",\"Flexbox\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:225;a:20:{s:4:\"tmpl\";i:1499;s:2:\"id\";i:25564;s:5:\"title\";s:21:\"Boxing Club Contact 1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2022/09/Contact-5.jpg\";s:12:\"tmpl_created\";i:1670397720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/boxing-club-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:28:\"[\"Contact\",\"Flexbox\",\"Form\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:226;a:20:{s:4:\"tmpl\";i:1500;s:2:\"id\";i:25573;s:5:\"title\";s:21:\"Boxing Club Contact 2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2022/09/Contact-6.jpg\";s:12:\"tmpl_created\";i:1670397726;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/boxing-club-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:28:\"[\"Contact\",\"Flexbox\",\"Form\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:20:{s:4:\"tmpl\";i:1501;s:2:\"id\";i:25633;s:5:\"title\";s:21:\"Boxing Club Contact 3\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2022/09/Contact-4.jpg\";s:12:\"tmpl_created\";i:1670397730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/boxing-club-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:21:\"[\"Contact\",\"Flexbox\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:228;a:20:{s:4:\"tmpl\";i:1502;s:2:\"id\";i:25640;s:5:\"title\";s:17:\"Boxing Club CTA 1\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2022/09/CTA-5.jpg\";s:12:\"tmpl_created\";i:1670397855;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/boxing-club-cta-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:17:\"[\"cta\",\"Flexbox\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:229;a:20:{s:4:\"tmpl\";i:1503;s:2:\"id\";i:25649;s:5:\"title\";s:17:\"Boxing Club CTA 2\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2022/09/CTA-7.jpg\";s:12:\"tmpl_created\";i:1670397860;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/boxing-club-cta-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:17:\"[\"cta\",\"Flexbox\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:230;a:20:{s:4:\"tmpl\";i:1504;s:2:\"id\";i:25658;s:5:\"title\";s:17:\"Boxing Club CTA 3\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2022/09/CTA-8.jpg\";s:12:\"tmpl_created\";i:1670397865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/boxing-club-cta-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:17:\"[\"cta\",\"Flexbox\"]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:231;a:20:{s:4:\"tmpl\";i:1505;s:2:\"id\";i:25664;s:5:\"title\";s:17:\"Boxing Club CTA 4\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2022/09/CTA-6.jpg\";s:12:\"tmpl_created\";i:1670397869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/boxing-club-cta-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:17:\"[\"cta\",\"Flexbox\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:232;a:20:{s:4:\"tmpl\";i:1509;s:2:\"id\";i:25673;s:5:\"title\";s:17:\"Boxing Club FAQ 1\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2022/09/FAQ-6.jpg\";s:12:\"tmpl_created\";i:1670398070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/boxing-club-faq-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:17:\"[\"Faq\",\"Flexbox\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:233;a:20:{s:4:\"tmpl\";i:1510;s:2:\"id\";i:25682;s:5:\"title\";s:17:\"Boxing Club FAQ 2\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2022/09/FAQ-5.jpg\";s:12:\"tmpl_created\";i:1670398076;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/boxing-club-faq-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:17:\"[\"Faq\",\"Flexbox\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:234;a:20:{s:4:\"tmpl\";i:1511;s:2:\"id\";i:25691;s:5:\"title\";s:17:\"Boxing Club FAQ 3\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2022/09/FAQ-7.jpg\";s:12:\"tmpl_created\";i:1670398080;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/boxing-club-faq-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:17:\"[\"Faq\",\"Flexbox\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:235;a:20:{s:4:\"tmpl\";i:1512;s:2:\"id\";i:25697;s:5:\"title\";s:17:\"Boxing Club FAQ 4\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2022/09/FAQ-8.jpg\";s:12:\"tmpl_created\";i:1670398084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/boxing-club-faq-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:17:\"[\"Faq\",\"Flexbox\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:236;a:20:{s:4:\"tmpl\";i:1506;s:2:\"id\";i:25703;s:5:\"title\";s:21:\"Boxing Club Gallery 1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2022/09/Gallery-3.jpg\";s:12:\"tmpl_created\";i:1670397973;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/boxing-club-gallery-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"Gallery\";s:4:\"tags\";s:21:\"[\"Flexbox\",\"Gallery\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:237;a:20:{s:4:\"tmpl\";i:1507;s:2:\"id\";i:25712;s:5:\"title\";s:21:\"Boxing Club Gallery 2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2022/09/Gallery-4.jpg\";s:12:\"tmpl_created\";i:1670397978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/boxing-club-gallery-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"Gallery\";s:4:\"tags\";s:21:\"[\"Flexbox\",\"Gallery\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:238;a:20:{s:4:\"tmpl\";i:1514;s:2:\"id\";i:25719;s:5:\"title\";s:18:\"Boxing Club Hero 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2022/09/Hero-11.jpg\";s:12:\"tmpl_created\";i:1670398227;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/boxing-club-hero-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:18:\"[\"Flexbox\",\"hero\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:239;a:20:{s:4:\"tmpl\";i:1540;s:2:\"id\";i:25613;s:5:\"title\";s:18:\"Boxing Club Hero 2\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2022/12/Hero-2.jpg\";s:12:\"tmpl_created\";i:1670399199;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/boxing-club-hero-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:11:\"[\"Flexbox\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:20:{s:4:\"tmpl\";i:1515;s:2:\"id\";i:25728;s:5:\"title\";s:18:\"Boxing Club Hero 3\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2022/09/Hero-4.jpg\";s:12:\"tmpl_created\";i:1670398296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/boxing-club-hero-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:18:\"[\"Flexbox\",\"hero\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:241;a:20:{s:4:\"tmpl\";i:1518;s:2:\"id\";i:25737;s:5:\"title\";s:21:\"Boxing Club Pricing 1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2022/09/Pricing-5.jpg\";s:12:\"tmpl_created\";i:1670398508;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/boxing-club-pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:21:\"[\"Flexbox\",\"Pricing\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:242;a:20:{s:4:\"tmpl\";i:1519;s:2:\"id\";i:25749;s:5:\"title\";s:21:\"Boxing Club Pricing 2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2022/09/Pricing-6.jpg\";s:12:\"tmpl_created\";i:1670398530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/boxing-club-pricing-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:21:\"[\"Flexbox\",\"Pricing\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:243;a:20:{s:4:\"tmpl\";i:1520;s:2:\"id\";i:25758;s:5:\"title\";s:21:\"Boxing Club Pricing 3\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2022/09/Pricing-8.jpg\";s:12:\"tmpl_created\";i:1670398568;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/boxing-club-pricing-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:21:\"[\"Flexbox\",\"Pricing\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:20:{s:4:\"tmpl\";i:1521;s:2:\"id\";i:25767;s:5:\"title\";s:21:\"Boxing Club Pricing 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/09/Pricing-8-1.jpg\";s:12:\"tmpl_created\";i:1670398580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/boxing-club-pricing-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:21:\"[\"Flexbox\",\"Pricing\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:245;a:20:{s:4:\"tmpl\";i:1522;s:2:\"id\";i:25774;s:5:\"title\";s:19:\"Boxing Club Quote 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2022/09/Quate-4.jpg\";s:12:\"tmpl_created\";i:1670398694;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/boxing-club-quote-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"Quote\";s:4:\"tags\";s:19:\"[\"Flexbox\",\"Quote\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:246;a:20:{s:4:\"tmpl\";i:1523;s:2:\"id\";i:25783;s:5:\"title\";s:19:\"Boxing Club Quote 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2022/09/Quate-2.jpg\";s:12:\"tmpl_created\";i:1670398699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/boxing-club-quote-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"Quote\";s:4:\"tags\";s:19:\"[\"Flexbox\",\"Quote\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;a:20:{s:4:\"tmpl\";i:1524;s:2:\"id\";i:25789;s:5:\"title\";s:19:\"Boxing Club Quote 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2022/09/Quate-5.jpg\";s:12:\"tmpl_created\";i:1670398703;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/boxing-club-quote-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"Quote\";s:4:\"tags\";s:19:\"[\"Flexbox\",\"Quote\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:248;a:20:{s:4:\"tmpl\";i:1526;s:2:\"id\";i:25798;s:5:\"title\";s:29:\"Boxing Club Service details 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/09/Service-details-4.jpg\";s:12:\"tmpl_created\";i:1670398800;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/blocks/boxing-club-service-details-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:15:\"Service Details\";s:4:\"tags\";s:40:\"[\"Flexbox\",\"Service details\",\"Services\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:249;a:20:{s:4:\"tmpl\";i:1527;s:2:\"id\";i:25807;s:5:\"title\";s:29:\"Boxing Club Service details 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/09/Service-details-5.jpg\";s:12:\"tmpl_created\";i:1670398803;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/blocks/boxing-club-service-details-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:15:\"Service Details\";s:4:\"tags\";s:40:\"[\"Flexbox\",\"Service details\",\"Services\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;a:20:{s:4:\"tmpl\";i:1528;s:2:\"id\";i:25816;s:5:\"title\";s:29:\"Boxing Club Service details 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/09/Service-details-6.jpg\";s:12:\"tmpl_created\";i:1670398808;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/blocks/boxing-club-service-details-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:15:\"Service Details\";s:4:\"tags\";s:40:\"[\"Flexbox\",\"Service details\",\"Services\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:251;a:20:{s:4:\"tmpl\";i:1529;s:2:\"id\";i:25828;s:5:\"title\";s:22:\"Boxing Club Services 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/09/Services-4.jpg\";s:12:\"tmpl_created\";i:1670398877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/boxing-club-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:22:\"[\"Flexbox\",\"Services\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:252;a:20:{s:4:\"tmpl\";i:1530;s:2:\"id\";i:25837;s:5:\"title\";s:22:\"Boxing Club Services 2\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/09/Services-2.jpg\";s:12:\"tmpl_created\";i:1670398900;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/boxing-club-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:22:\"[\"Flexbox\",\"Services\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:253;a:20:{s:4:\"tmpl\";i:1531;s:2:\"id\";i:25843;s:5:\"title\";s:22:\"Boxing Club Services 3\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/09/Services-3.jpg\";s:12:\"tmpl_created\";i:1670398925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/boxing-club-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:22:\"[\"Flexbox\",\"Services\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:254;a:20:{s:4:\"tmpl\";i:1532;s:2:\"id\";i:25849;s:5:\"title\";s:19:\"Boxing Club Stats 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2022/09/Stats-5.jpg\";s:12:\"tmpl_created\";i:1670399005;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/boxing-club-stats-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"Data\";s:4:\"tags\";s:19:\"[\"Flexbox\",\"Stats\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:255;a:20:{s:4:\"tmpl\";i:1534;s:2:\"id\";i:25855;s:5:\"title\";s:19:\"Boxing Club Stats 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2022/09/Stats-4.jpg\";s:12:\"tmpl_created\";i:1670399025;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/boxing-club-stats-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"Data\";s:4:\"tags\";s:19:\"[\"Flexbox\",\"Stats\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:256;a:20:{s:4:\"tmpl\";i:1535;s:2:\"id\";i:25867;s:5:\"title\";s:19:\"Boxing Club Stats 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2022/09/Stats-6.jpg\";s:12:\"tmpl_created\";i:1670399041;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/boxing-club-stats-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"Data\";s:4:\"tags\";s:19:\"[\"Flexbox\",\"Stats\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:20:{s:4:\"tmpl\";i:1537;s:2:\"id\";i:25876;s:5:\"title\";s:23:\"Boxing Club Subscribe 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/09/Subscribe-2.jpg\";s:12:\"tmpl_created\";i:1670399099;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/boxing-club-subscribe-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:23:\"[\"Flexbox\",\"Subscribe\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:258;a:20:{s:4:\"tmpl\";i:1542;s:2:\"id\";i:25885;s:5:\"title\";s:23:\"Boxing Club Subscribe 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/09/Subscirbe-2.jpg\";s:12:\"tmpl_created\";i:1670399292;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/boxing-club-subscribe-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:23:\"[\"Flexbox\",\"Subscribe\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:259;a:20:{s:4:\"tmpl\";i:1544;s:2:\"id\";i:25894;s:5:\"title\";s:18:\"Boxing Club Team 1\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2022/09/Team-5.jpg\";s:12:\"tmpl_created\";i:1670399395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/boxing-club-team-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:18:\"[\"Flexbox\",\"Team\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:260;a:20:{s:4:\"tmpl\";i:1673;s:2:\"id\";i:28075;s:5:\"title\";s:37:\"Ecommerce Wireframe 1 &#8211; Archive\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/09/Ecommerce-Wireframe-1-Archive-350.jpg\";s:12:\"tmpl_created\";i:1670407438;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/blocks/ecommerce-wireframe-1-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:32:\"[\"Archive\",\"Flexbox\",\"Products\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:261;a:20:{s:4:\"tmpl\";i:1545;s:2:\"id\";i:25900;s:5:\"title\";s:18:\"Boxing Club Team 2\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2022/09/Team-6.jpg\";s:12:\"tmpl_created\";i:1670399416;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/boxing-club-team-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:18:\"[\"Flexbox\",\"Team\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:262;a:20:{s:4:\"tmpl\";i:1674;s:2:\"id\";i:28065;s:5:\"title\";s:44:\"Ecommerce Wireframe 1 &#8211; Single Product\";s:9:\"thumbnail\";s:105:\"https://library.elementor.com/wp-content/uploads/2022/09/Ecommerce-Wireframe1-Single-Product-Page-350.jpg\";s:12:\"tmpl_created\";i:1670407478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/blocks/ecommerce-wireframe-1-single-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:42:\"[\"Ecommerce\",\"Flexbox\",\"Products\",\"singl\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:263;a:20:{s:4:\"tmpl\";i:1546;s:2:\"id\";i:25906;s:5:\"title\";s:18:\"Boxing Club Team 3\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2022/09/Team-7.jpg\";s:12:\"tmpl_created\";i:1670399434;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/boxing-club-team-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:18:\"[\"Flexbox\",\"Team\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:264;a:20:{s:4:\"tmpl\";i:1548;s:2:\"id\";i:25912;s:5:\"title\";s:18:\"Boxing Club Team 4\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2022/09/Team-8.jpg\";s:12:\"tmpl_created\";i:1670399483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/boxing-club-team-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:18:\"[\"Flexbox\",\"Team\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:20:{s:4:\"tmpl\";i:1676;s:2:\"id\";i:28146;s:5:\"title\";s:44:\"Ecommerce Wireframe 2 &#8211; Single Product\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/09/Home-Decor-Shop-single-product-350.jpg\";s:12:\"tmpl_created\";i:1670407530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/blocks/ecommerce-wireframe-2-single-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:46:\"[\"Ecommerce\",\"Flexbox\",\"Single\",\"woocommerce\"]\";s:10:\"menu_order\";i:145;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:266;a:20:{s:4:\"tmpl\";i:1550;s:2:\"id\";i:25927;s:5:\"title\";s:26:\"Boxing Club Testimonials 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/09/Testemonials-7.jpg\";s:12:\"tmpl_created\";i:1670399544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/boxing-club-testimonials-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:35:\"[\"Clients\",\"Flexbox\",\"Testimonial\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:267;a:20:{s:4:\"tmpl\";i:1551;s:2:\"id\";i:25951;s:5:\"title\";s:26:\"Boxing Club Testimonials 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/09/Testemonials-8.jpg\";s:12:\"tmpl_created\";i:1670399568;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/boxing-club-testimonials-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:35:\"[\"Clients\",\"Flexbox\",\"Testimonial\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:268;a:20:{s:4:\"tmpl\";i:1553;s:2:\"id\";i:25443;s:5:\"title\";s:26:\"Boxing Club Testimonials 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/09/Testemonials-9.jpg\";s:12:\"tmpl_created\";i:1670399593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/boxing-club-testimonials-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:25:\"[\"Flexbox\",\"Testimonial\"]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:269;a:20:{s:4:\"tmpl\";i:1554;s:2:\"id\";i:25957;s:5:\"title\";s:26:\"Boxing Club Testimonials 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/09/Testemonials-10.jpg\";s:12:\"tmpl_created\";i:1670399659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/boxing-club-testimonials-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:35:\"[\"Clients\",\"Flexbox\",\"Testimonial\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:270;a:20:{s:4:\"tmpl\";i:1555;s:2:\"id\";i:25977;s:5:\"title\";s:26:\"Boxing Club Testimonials 5\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/09/Testemonials-6.jpg\";s:12:\"tmpl_created\";i:1670399677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/boxing-club-testimonials-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:35:\"[\"Clients\",\"Flexbox\",\"Testimonial\"]\";s:10:\"menu_order\";i:150;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:271;a:20:{s:4:\"tmpl\";i:1570;s:2:\"id\";i:27546;s:5:\"title\";s:41:\"Business Consultant &#8211; 404 &#8211; 2\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2022/09/404-6.jpg\";s:12:\"tmpl_created\";i:1670402260;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/business-consultant-404-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:17:\"[\"404\",\"Flexbox\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:272;a:20:{s:4:\"tmpl\";i:1572;s:2:\"id\";i:27555;s:5:\"title\";s:41:\"Business Consultant &#8211; 404 &#8211; 3\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2022/09/404-5.jpg\";s:12:\"tmpl_created\";i:1670402296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/business-consultant-404-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:17:\"[\"404\",\"Flexbox\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:273;a:20:{s:4:\"tmpl\";i:1574;s:2:\"id\";i:27561;s:5:\"title\";s:35:\"Business Consultant &#8211; About 1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2022/09/About-5-3.jpg\";s:12:\"tmpl_created\";i:1670402343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/business-consultant-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:19:\"[\"About\",\"Flexbox\"]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:274;a:20:{s:4:\"tmpl\";i:1576;s:2:\"id\";i:27567;s:5:\"title\";s:35:\"Business Consultant &#8211; About 2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2022/09/About-6-2.jpg\";s:12:\"tmpl_created\";i:1670402443;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/business-consultant-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:19:\"[\"About\",\"Flexbox\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:275;a:20:{s:4:\"tmpl\";i:1578;s:2:\"id\";i:27573;s:5:\"title\";s:35:\"Business Consultant &#8211; About 3\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2022/09/About-7-1.jpg\";s:12:\"tmpl_created\";i:1670402589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/business-consultant-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:19:\"[\"About\",\"Flexbox\"]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:276;a:20:{s:4:\"tmpl\";i:1581;s:2:\"id\";i:27578;s:5:\"title\";s:35:\"Business Consultant &#8211; About 4\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2022/09/About-8.jpg\";s:12:\"tmpl_created\";i:1670402663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/business-consultant-about-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:19:\"[\"About\",\"Flexbox\"]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:277;a:20:{s:4:\"tmpl\";i:1612;s:2:\"id\";i:27590;s:5:\"title\";s:38:\"Business Consultant &#8211; Benefits 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2022/09/Benefites-6-2.jpg\";s:12:\"tmpl_created\";i:1670403994;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/business-consultant-benefits-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Benefits\";s:4:\"tags\";s:22:\"[\"Benefits\",\"Flexbox\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:278;a:20:{s:4:\"tmpl\";i:1614;s:2:\"id\";i:27596;s:5:\"title\";s:38:\"Business Consultant &#8211; Benefits 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2022/09/Benefites-7-1.jpg\";s:12:\"tmpl_created\";i:1670404086;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/business-consultant-benefits-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Benefits\";s:4:\"tags\";s:22:\"[\"Benefits\",\"Flexbox\"]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:279;a:20:{s:4:\"tmpl\";i:1615;s:2:\"id\";i:27602;s:5:\"title\";s:38:\"Business Consultant &#8211; Benefits 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2022/09/Benefites-8-1.jpg\";s:12:\"tmpl_created\";i:1670404131;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/business-consultant-benefits-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Benefits\";s:4:\"tags\";s:22:\"[\"Benefits\",\"Flexbox\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:280;a:20:{s:4:\"tmpl\";i:1618;s:2:\"id\";i:27608;s:5:\"title\";s:37:\"Business Consultant &#8211; Clients 1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2022/09/Clients-1.jpg\";s:12:\"tmpl_created\";i:1670404203;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/blocks/business-consultant-clients-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:21:\"[\"Clients\",\"Flexbox\"]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:281;a:20:{s:4:\"tmpl\";i:1620;s:2:\"id\";i:27614;s:5:\"title\";s:37:\"Business Consultant &#8211; Clients 2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2022/09/Clients-4.jpg\";s:12:\"tmpl_created\";i:1670404291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/blocks/business-consultant-clients-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:21:\"[\"Clients\",\"Flexbox\"]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:282;a:20:{s:4:\"tmpl\";i:1668;s:2:\"id\";i:27622;s:5:\"title\";s:37:\"Business Consultant &#8211; Clients 3\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2022/09/Clients-5.jpg\";s:12:\"tmpl_created\";i:1670406150;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/blocks/business-consultant-clients-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:21:\"[\"Clients\",\"Flexbox\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:283;a:20:{s:4:\"tmpl\";i:1669;s:2:\"id\";i:27631;s:5:\"title\";s:37:\"Business Consultant &#8211; Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/09/Contact-5-2.jpg\";s:12:\"tmpl_created\";i:1670406220;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/blocks/business-consultant-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:28:\"[\"Contact\",\"Flexbox\",\"Form\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:284;a:20:{s:4:\"tmpl\";i:1670;s:2:\"id\";i:27647;s:5:\"title\";s:37:\"Business Consultant &#8211; Contact 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/09/Contact-6-2.jpg\";s:12:\"tmpl_created\";i:1670406636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/blocks/business-consultant-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:28:\"[\"Contact\",\"Flexbox\",\"Form\"]\";s:10:\"menu_order\";i:164;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:285;a:20:{s:4:\"tmpl\";i:1671;s:2:\"id\";i:27653;s:5:\"title\";s:37:\"Business Consultant &#8211; Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/09/Contact-8-1.jpg\";s:12:\"tmpl_created\";i:1670407095;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/blocks/business-consultant-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:28:\"[\"Contact\",\"Flexbox\",\"Form\"]\";s:10:\"menu_order\";i:165;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:286;a:20:{s:4:\"tmpl\";i:1675;s:2:\"id\";i:27659;s:5:\"title\";s:37:\"Business Consultant &#8211; Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/09/Contact-7-1.jpg\";s:12:\"tmpl_created\";i:1670407484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/blocks/business-consultant-contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:28:\"[\"Contact\",\"Flexbox\",\"Form\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:287;a:20:{s:4:\"tmpl\";i:1679;s:2:\"id\";i:27666;s:5:\"title\";s:33:\"Business Consultant &#8211; CTA 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2022/09/CTA-4-2.jpg\";s:12:\"tmpl_created\";i:1670407895;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/business-consultant-cta-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:17:\"[\"cta\",\"Flexbox\"]\";s:10:\"menu_order\";i:167;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:288;a:20:{s:4:\"tmpl\";i:1680;s:2:\"id\";i:27672;s:5:\"title\";s:33:\"Business Consultant &#8211; CTA 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2022/09/CTA-6-3.jpg\";s:12:\"tmpl_created\";i:1670408012;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/business-consultant-cta-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:17:\"[\"cta\",\"Flexbox\"]\";s:10:\"menu_order\";i:168;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:289;a:20:{s:4:\"tmpl\";i:1681;s:2:\"id\";i:27678;s:5:\"title\";s:33:\"Business Consultant &#8211; CTA 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2022/09/CTA-5-3.jpg\";s:12:\"tmpl_created\";i:1670408032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/business-consultant-cta-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:17:\"[\"cta\",\"Flexbox\"]\";s:10:\"menu_order\";i:169;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:290;a:20:{s:4:\"tmpl\";i:1682;s:2:\"id\";i:27684;s:5:\"title\";s:33:\"Business Consultant &#8211; FAQ 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2022/09/FAQ-7-1.jpg\";s:12:\"tmpl_created\";i:1670408054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/business-consultant-faq-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:17:\"[\"Faq\",\"Flexbox\"]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:291;a:20:{s:4:\"tmpl\";i:1683;s:2:\"id\";i:27690;s:5:\"title\";s:33:\"Business Consultant &#8211; FAQ 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2022/09/FAQ-8-1.jpg\";s:12:\"tmpl_created\";i:1670408074;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/business-consultant-faq-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:17:\"[\"Faq\",\"Flexbox\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:292;a:20:{s:4:\"tmpl\";i:1684;s:2:\"id\";i:27699;s:5:\"title\";s:33:\"Business Consultant &#8211; FAQ 3\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2022/09/FAQ-9.jpg\";s:12:\"tmpl_created\";i:1670408094;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/business-consultant-faq-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:17:\"[\"Faq\",\"Flexbox\"]\";s:10:\"menu_order\";i:172;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:293;a:20:{s:4:\"tmpl\";i:1685;s:2:\"id\";i:27705;s:5:\"title\";s:33:\"Business Consultant &#8211; FAQ 4\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2022/09/FAQ-10.jpg\";s:12:\"tmpl_created\";i:1670408116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/business-consultant-faq-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:17:\"[\"Faq\",\"Flexbox\"]\";s:10:\"menu_order\";i:173;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:20:{s:4:\"tmpl\";i:1686;s:2:\"id\";i:27711;s:5:\"title\";s:33:\"Business Consultant &#8211; FAQ 5\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2022/09/FAQ-11.jpg\";s:12:\"tmpl_created\";i:1670408133;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/business-consultant-faq-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:17:\"[\"Faq\",\"Flexbox\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:295;a:20:{s:4:\"tmpl\";i:1688;s:2:\"id\";i:27717;s:5:\"title\";s:33:\"Business Consultant &#8211; FAQ 6\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2022/09/FAQ-12.jpg\";s:12:\"tmpl_created\";i:1670408193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/business-consultant-faq-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:17:\"[\"Faq\",\"Flexbox\"]\";s:10:\"menu_order\";i:175;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:296;a:20:{s:4:\"tmpl\";i:1689;s:2:\"id\";i:27723;s:5:\"title\";s:34:\"Business Consultant &#8211; Hero 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2022/09/Hero-5-1.jpg\";s:12:\"tmpl_created\";i:1670408212;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/business-consultant-hero-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:18:\"[\"Flexbox\",\"hero\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:20:{s:4:\"tmpl\";i:1690;s:2:\"id\";i:27729;s:5:\"title\";s:34:\"Business Consultant &#8211; Hero 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2022/09/Hero-6-1.jpg\";s:12:\"tmpl_created\";i:1670408236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/business-consultant-hero-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:18:\"[\"Flexbox\",\"hero\"]\";s:10:\"menu_order\";i:177;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:298;a:20:{s:4:\"tmpl\";i:1691;s:2:\"id\";i:27735;s:5:\"title\";s:34:\"Business Consultant &#8211; Hero 3\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2022/09/Hero-7.jpg\";s:12:\"tmpl_created\";i:1670408259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/business-consultant-hero-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:20:{s:4:\"tmpl\";i:1695;s:2:\"id\";i:27741;s:5:\"title\";s:35:\"Business Consultant &#8211; Quote 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2022/09/Quote-2.jpg\";s:12:\"tmpl_created\";i:1670408606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/business-consultant-quote-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"Quote\";s:4:\"tags\";s:19:\"[\"Flexbox\",\"Quote\"]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:20:{s:4:\"tmpl\";i:1696;s:2:\"id\";i:27750;s:5:\"title\";s:45:\"Business Consultant &#8211; Service Details 1\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/09/Service-Details-5-1.jpg\";s:12:\"tmpl_created\";i:1670408630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/blocks/business-consultant-service-details-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:15:\"Service Details\";s:4:\"tags\";s:40:\"[\"Flexbox\",\"Service details\",\"Services\"]\";s:10:\"menu_order\";i:180;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:301;a:20:{s:4:\"tmpl\";i:1697;s:2:\"id\";i:27756;s:5:\"title\";s:45:\"Business Consultant &#8211; Service Details 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/09/Service-Details-6-1.jpg\";s:12:\"tmpl_created\";i:1670408655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/blocks/business-consultant-service-details-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:15:\"Service Details\";s:4:\"tags\";s:40:\"[\"Flexbox\",\"Service details\",\"Services\"]\";s:10:\"menu_order\";i:181;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:20:{s:4:\"tmpl\";i:1698;s:2:\"id\";i:27762;s:5:\"title\";s:45:\"Business Consultant &#8211; Service Details 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/09/Service-Details-8.jpg\";s:12:\"tmpl_created\";i:1670408682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/blocks/business-consultant-service-details-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:15:\"Service Details\";s:4:\"tags\";s:40:\"[\"Flexbox\",\"Service details\",\"Services\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:20:{s:4:\"tmpl\";i:1699;s:2:\"id\";i:27769;s:5:\"title\";s:45:\"Business Consultant &#8211; Service Details 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/09/Service-Details-7.jpg\";s:12:\"tmpl_created\";i:1670409021;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/blocks/business-consultant-service-details-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:15:\"Service Details\";s:4:\"tags\";s:40:\"[\"Flexbox\",\"Service details\",\"Services\"]\";s:10:\"menu_order\";i:183;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:20:{s:4:\"tmpl\";i:1700;s:2:\"id\";i:27774;s:5:\"title\";s:38:\"Business Consultant &#8211; Services 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/09/Services-6-1.jpg\";s:12:\"tmpl_created\";i:1670409044;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/business-consultant-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:22:\"[\"Flexbox\",\"Services\"]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:305;a:20:{s:4:\"tmpl\";i:1701;s:2:\"id\";i:27780;s:5:\"title\";s:38:\"Business Consultant &#8211; Services 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/09/Services-7-1.jpg\";s:12:\"tmpl_created\";i:1670409126;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/business-consultant-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:22:\"[\"Flexbox\",\"Services\"]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:306;a:20:{s:4:\"tmpl\";i:1770;s:2:\"id\";i:28333;s:5:\"title\";s:31:\"Marketing Studio &#8211; Header\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2022/12/Marketing-Studio-header-350_31122023.jpg\";s:12:\"tmpl_created\";i:1670414929;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/marketing-studio-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:20:\"[\"Flexbox\",\"Header\"]\";s:10:\"menu_order\";i:186;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:307;a:20:{s:4:\"tmpl\";i:1702;s:2:\"id\";i:27786;s:5:\"title\";s:38:\"Business Consultant &#8211; Services 3\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/09/Services-8-1.jpg\";s:12:\"tmpl_created\";i:1670409204;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/business-consultant-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:22:\"[\"Flexbox\",\"Services\"]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:308;a:20:{s:4:\"tmpl\";i:1703;s:2:\"id\";i:27795;s:5:\"title\";s:38:\"Business Consultant &#8211; Services 4\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/09/Services-9.jpg\";s:12:\"tmpl_created\";i:1670409225;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/business-consultant-services-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:22:\"[\"Flexbox\",\"Services\"]\";s:10:\"menu_order\";i:188;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:309;a:20:{s:4:\"tmpl\";i:1704;s:2:\"id\";i:27801;s:5:\"title\";s:38:\"Business Consultant &#8211; Services 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/09/Services-10.jpg\";s:12:\"tmpl_created\";i:1670409263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/business-consultant-services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:22:\"[\"Flexbox\",\"Services\"]\";s:10:\"menu_order\";i:189;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:20:{s:4:\"tmpl\";i:1667;s:2:\"id\";i:28441;s:5:\"title\";s:36:\"Portfolio Wireframe 1 &#8211; Header\";s:9:\"thumbnail\";s:102:\"https://library.elementor.com/wp-content/uploads/2022/12/portfolio-wireframe-1-header-350_31122023.jpg\";s:12:\"tmpl_created\";i:1670405394;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/portfolio-wireframe-1-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:32:\"[\"Flexbox\",\"Header\",\"Portfolio\"]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:20:{s:4:\"tmpl\";i:1706;s:2:\"id\";i:27813;s:5:\"title\";s:35:\"Business Consultant &#8211; Stats 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2022/09/Stats-3.jpg\";s:12:\"tmpl_created\";i:1670409802;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/business-consultant-stats-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:19:\"[\"Flexbox\",\"Stats\"]\";s:10:\"menu_order\";i:191;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:20:{s:4:\"tmpl\";i:1707;s:2:\"id\";i:27819;s:5:\"title\";s:35:\"Business Consultant &#8211; Stats 2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2022/09/Stats-4-1.jpg\";s:12:\"tmpl_created\";i:1670409826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/business-consultant-stats-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:19:\"[\"Flexbox\",\"Stats\"]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:313;a:20:{s:4:\"tmpl\";i:1708;s:2:\"id\";i:27825;s:5:\"title\";s:39:\"Business Consultant &#8211; Subscribe 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2022/09/Subscribe-4-1.jpg\";s:12:\"tmpl_created\";i:1670409854;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/blocks/business-consultant-subscribe-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:30:\"[\"Flexbox\",\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:193;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:20:{s:4:\"tmpl\";i:1709;s:2:\"id\";i:27831;s:5:\"title\";s:39:\"Business Consultant &#8211; Subscribe 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/09/Subscribe-6.jpg\";s:12:\"tmpl_created\";i:1670409875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/blocks/business-consultant-subscribe-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:30:\"[\"Flexbox\",\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:315;a:20:{s:4:\"tmpl\";i:1711;s:2:\"id\";i:27843;s:5:\"title\";s:39:\"Business Consultant &#8211; Subscribe 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/09/Subscribe-5.jpg\";s:12:\"tmpl_created\";i:1670409985;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/blocks/business-consultant-subscribe-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:30:\"[\"Flexbox\",\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:195;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:316;a:20:{s:4:\"tmpl\";i:1712;s:2:\"id\";i:27849;s:5:\"title\";s:42:\"Business Consultant &#8211; Testimonials 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/09/Testimonials-6.jpg\";s:12:\"tmpl_created\";i:1670410010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/blocks/business-consultant-testimonials-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:25:\"[\"Flexbox\",\"Testimonial\"]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:20:{s:4:\"tmpl\";i:1713;s:2:\"id\";i:27855;s:5:\"title\";s:42:\"Business Consultant &#8211; Testimonials 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/09/Testimonials-7.jpg\";s:12:\"tmpl_created\";i:1670410147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/blocks/business-consultant-testimonials-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:25:\"[\"Flexbox\",\"Testimonial\"]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:318;a:20:{s:4:\"tmpl\";i:1767;s:2:\"id\";i:28287;s:5:\"title\";s:40:\"Vases Online Shop &#8211; Single Product\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/09/Vases-Online-Shop-Single-350.jpg\";s:12:\"tmpl_created\";i:1670414814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/blocks/vases-online-shop-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:44:\"[\"Decor\",\"Design\",\"Product\",\"Shop\",\"Single\"]\";s:10:\"menu_order\";i:198;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:319;a:20:{s:4:\"tmpl\";i:1714;s:2:\"id\";i:27861;s:5:\"title\";s:42:\"Business Consultant &#8211; Testimonials 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/09/Testimonials-8.jpg\";s:12:\"tmpl_created\";i:1670410193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/blocks/business-consultant-testimonials-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:25:\"[\"Flexbox\",\"Testimonial\"]\";s:10:\"menu_order\";i:199;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:320;a:20:{s:4:\"tmpl\";i:1715;s:2:\"id\";i:27867;s:5:\"title\";s:42:\"Business Consultant &#8211; Testimonials 4\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/09/Testimonials-9.jpg\";s:12:\"tmpl_created\";i:1670410279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/blocks/business-consultant-testimonials-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:25:\"[\"Flexbox\",\"Testimonial\"]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:321;a:20:{s:4:\"tmpl\";i:1780;s:2:\"id\";i:27873;s:5:\"title\";s:42:\"Business Consultant &#8211; Testimonials 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/09/Testimonials-10.jpg\";s:12:\"tmpl_created\";i:1673882267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/blocks/business-consultant-testimonials-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:25:\"[\"Flexbox\",\"Testimonial\"]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:322;a:20:{s:4:\"tmpl\";i:1716;s:2:\"id\";i:27540;s:5:\"title\";s:33:\"Business Consultant 404 &#8211; 1\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2022/09/404-4.jpg\";s:12:\"tmpl_created\";i:1670410345;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/business-consultant-404-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:17:\"[\"404\",\"Flexbox\"]\";s:10:\"menu_order\";i:202;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:323;a:20:{s:4:\"tmpl\";i:1774;s:2:\"id\";i:28211;s:5:\"title\";s:31:\"Business Consulting &#8211; 404\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/09/Business-Consulting-404-350.jpg\";s:12:\"tmpl_created\";i:1670415130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/business-consulting-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"404\",\"Consulting\",\"Flexbox\"]\";s:10:\"menu_order\";i:203;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:324;a:20:{s:4:\"tmpl\";i:1775;s:2:\"id\";i:28197;s:5:\"title\";s:41:\"Business Consulting &#8211; Posts Archive\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/09/Business-Consulting-Archive-350.jpg\";s:12:\"tmpl_created\";i:1670415171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/blocks/business-consulting-posts-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:26:\"[\"Archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:325;a:20:{s:4:\"tmpl\";i:1776;s:2:\"id\";i:28180;s:5:\"title\";s:39:\"Business Consulting &#8211; Single Post\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2022/09/Business-Consulting-Single-350.jpg\";s:12:\"tmpl_created\";i:1670415206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/blocks/business-consulting-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:51:\"[\"Business\",\"Consulting\",\"Flexbox\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:20:{s:4:\"tmpl\";i:1474;s:2:\"id\";i:29132;s:5:\"title\";s:29:\"Eco Friendly Blog &#8211; 404\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/11/12-Eco-Friendly-Blog.jpg\";s:12:\"tmpl_created\";i:1670352022;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/eco-friendly-blog-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:14:\"[\"404\",\"Blog\"]\";s:10:\"menu_order\";i:206;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:327;a:20:{s:4:\"tmpl\";i:1564;s:2:\"id\";i:28085;s:5:\"title\";s:33:\"Ecommerce Wireframe 1 &#8211; 404\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/09/Ecommerce-Wireframe-1-404-350.jpg\";s:12:\"tmpl_created\";i:1670401454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/ecommerce-wireframe-1-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:29:\"[\"404\",\"Ecommerce\",\"Flexbox\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:328;a:20:{s:4:\"tmpl\";i:1565;s:2:\"id\";i:28168;s:5:\"title\";s:33:\"Ecommerce Wireframe 2 &#8211; 404\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/12/404-ecommerce-2.jpg\";s:12:\"tmpl_created\";i:1670401499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/ecommerce-wireframe-2-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:17:\"[\"404\",\"Flexbox\"]\";s:10:\"menu_order\";i:208;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:329;a:20:{s:4:\"tmpl\";i:1566;s:2:\"id\";i:28678;s:5:\"title\";s:37:\"Ecommerce Wireframe 2 &#8211; Gallery\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/10/ecommerce-wireframe-2-gallery.jpg\";s:12:\"tmpl_created\";i:1670401696;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/blocks/ecommerce-wireframe-2-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"Gallery\";s:4:\"tags\";s:21:\"[\"Flexbox\",\"Gallery\"]\";s:10:\"menu_order\";i:209;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:20:{s:4:\"tmpl\";i:1575;s:2:\"id\";i:28668;s:5:\"title\";s:34:\"Ecommerce Wireframe 2 &#8211; Hero\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/12/Hero2wireframe.jpg\";s:12:\"tmpl_created\";i:1670402354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/ecommerce-wireframe-2-hero/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:18:\"[\"Flexbox\",\"hero\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:20:{s:4:\"tmpl\";i:1567;s:2:\"id\";i:28673;s:5:\"title\";s:35:\"Ecommerce Wireframe 2 &#8211; Quote\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/10/ecommerce-wireframe-2-quote.jpg\";s:12:\"tmpl_created\";i:1670402146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/ecommerce-wireframe-2-quote/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"Quote\";s:4:\"tags\";s:19:\"[\"Flexbox\",\"Quote\"]\";s:10:\"menu_order\";i:211;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:332;a:20:{s:4:\"tmpl\";i:1677;s:2:\"id\";i:28159;s:5:\"title\";s:46:\"Ecommerce Wireframe 2 &#8211; Products Archive\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/09/Ecommerce-Wireframe-2-Archive-350.jpg\";s:12:\"tmpl_created\";i:1670407570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/blocks/ecommerce-wireframe-2-products-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:32:\"[\"Archive\",\"Flexbox\",\"Products\"]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:333;a:20:{s:4:\"tmpl\";i:1771;s:2:\"id\";i:28258;s:5:\"title\";s:21:\"Food Blog &#8211; 404\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/09/Food-Blog-404-350.jpg\";s:12:\"tmpl_created\";i:1670414998;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/food-blog-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:17:\"[\"404\",\"Flexbox\"]\";s:10:\"menu_order\";i:213;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:20:{s:4:\"tmpl\";i:1772;s:2:\"id\";i:28246;s:5:\"title\";s:31:\"Food Blog &#8211; Posts Archive\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/09/Food-Blog-Archive-350.jpg\";s:12:\"tmpl_created\";i:1670415060;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/food-blog-posts-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Archive\",\"posts\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:335;a:20:{s:4:\"tmpl\";i:1773;s:2:\"id\";i:28237;s:5:\"title\";s:29:\"Food Blog &#8211; Single Post\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/09/Food-Blog-single-350.jpg\";s:12:\"tmpl_created\";i:1670415103;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/food-blog-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:31:\"[\"Blog\",\"Food\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:215;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:20:{s:4:\"tmpl\";i:1694;s:2:\"id\";i:27984;s:5:\"title\";s:50:\"Japanese Restaurant &#8211; Footer &#8211; Flexbox\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1670408457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/blocks/japanese-restaurant-footer-flexbox/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:51:\"[\"Flexbox\",\"Food\",\"Footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:20:{s:4:\"tmpl\";i:1568;s:2:\"id\";i:28425;s:5:\"title\";s:38:\"Local Services Wireframe 1 &#8211; 404\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/10/Wireframe1-404.jpg\";s:12:\"tmpl_created\";i:1670402188;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/local-services-wireframe-1-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:17:\"[\"404\",\"Flexbox\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:338;a:20:{s:4:\"tmpl\";i:1569;s:2:\"id\";i:28489;s:5:\"title\";s:42:\"Local Services Wireframe 1 &#8211; Benefit\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/10/Local-Services-Wirefram-1-Benefit.jpg\";s:12:\"tmpl_created\";i:1670402220;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/blocks/local-services-wireframe-1-benefit/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Benefits\";s:4:\"tags\";s:28:\"[\"Benefits\",\"cta\",\"Flexbox\"]\";s:10:\"menu_order\";i:218;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:20:{s:4:\"tmpl\";i:1571;s:2:\"id\";i:28495;s:5:\"title\";s:44:\"Local Services Wireframe 1 &#8211; Benefit 2\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/10/Local-Services-Wirefram-1-Benefit2.jpg\";s:12:\"tmpl_created\";i:1670402295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/blocks/local-services-wireframe-1-benefit-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Benefits\";s:4:\"tags\";s:22:\"[\"Benefits\",\"Flexbox\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:340;a:20:{s:4:\"tmpl\";i:1573;s:2:\"id\";i:28506;s:5:\"title\";s:42:\"Local Services Wireframe 1 &#8211; Clients\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/10/Local-Services-Wirefram-1-clients.jpg\";s:12:\"tmpl_created\";i:1670402315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/blocks/local-services-wireframe-1-clients/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:21:\"[\"Clients\",\"Flexbox\"]\";s:10:\"menu_order\";i:220;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:341;a:20:{s:4:\"tmpl\";i:1577;s:2:\"id\";i:28471;s:5:\"title\";s:39:\"Local Services Wireframe 1 &#8211; Hero\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/10/Local-Services-Wireframe-1-Hero.jpg\";s:12:\"tmpl_created\";i:1670402586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/blocks/local-services-wireframe-1-hero/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:29:\"[\"Flexbox\",\"hero\",\"Services\"]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:342;a:20:{s:4:\"tmpl\";i:1579;s:2:\"id\";i:28480;s:5:\"title\";s:47:\"Local Services Wireframe 1 &#8211; Our Services\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2022/10/Local-Services-Wirefram-1-our_services.jpg\";s:12:\"tmpl_created\";i:1670402623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/blocks/local-services-wireframe-1-our-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:40:\"[\"Flexbox\",\"Service details\",\"Services\"]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:20:{s:4:\"tmpl\";i:1580;s:2:\"id\";i:28500;s:5:\"title\";s:47:\"Local Services Wireframe 1 &#8211; Testimonials\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2022/10/Local-Services-Wirefram-1-Testimonials.jpg\";s:12:\"tmpl_created\";i:1670402653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/blocks/local-services-wireframe-1-testimonials/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:25:\"[\"Flexbox\",\"Testimonial\"]\";s:10:\"menu_order\";i:223;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:344;a:20:{s:4:\"tmpl\";i:1582;s:2:\"id\";i:28521;s:5:\"title\";s:35:\"Local Services Wireframe 1- Contact\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/10/Local-Services-Wirefram-1-contact.jpg\";s:12:\"tmpl_created\";i:1670402679;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/blocks/local-services-wireframe-1-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:28:\"[\"Contact\",\"Flexbox\",\"Form\"]\";s:10:\"menu_order\";i:224;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:20:{s:4:\"tmpl\";i:1583;s:2:\"id\";i:28512;s:5:\"title\";s:31:\"Local Services Wireframe 1- FAQ\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/10/Local-Services-Wirefram-1-faq.jpg\";s:12:\"tmpl_created\";i:1670402696;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/local-services-wireframe-1-faq/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:17:\"[\"Faq\",\"Flexbox\"]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:346;a:20:{s:4:\"tmpl\";i:1601;s:2:\"id\";i:28590;s:5:\"title\";s:38:\"Local Services Wireframe 4 &#8211; 404\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2022/10/local-services-wireframe-4-404.jpg\";s:12:\"tmpl_created\";i:1670403458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/local-services-wireframe-4-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:17:\"[\"404\",\"Flexbox\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:347;a:20:{s:4:\"tmpl\";i:1602;s:2:\"id\";i:28570;s:5:\"title\";s:42:\"Local Services Wireframe 4 &#8211; Contact\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/10/local-services-wireframe-4-contact.jpg\";s:12:\"tmpl_created\";i:1670403475;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/blocks/local-services-wireframe-4-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:28:\"[\"Contact\",\"Flexbox\",\"Form\"]\";s:10:\"menu_order\";i:227;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:348;a:20:{s:4:\"tmpl\";i:1593;s:2:\"id\";i:28576;s:5:\"title\";s:44:\"Local Services Wireframe 4 &#8211; Contact 2\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/10/local-services-wireframe-4-contact2.jpg\";s:12:\"tmpl_created\";i:1670403308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/blocks/local-services-wireframe-4-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:28:\"[\"Contact\",\"Flexbox\",\"Info\"]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:349;a:20:{s:4:\"tmpl\";i:1595;s:2:\"id\";i:28581;s:5:\"title\";s:44:\"Local Services Wireframe 4 &#8211; Contact 3\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2022/10/portfolio-wireframe-1-contact3.jpg\";s:12:\"tmpl_created\";i:1670403326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/blocks/local-services-wireframe-4-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:28:\"[\"Contact\",\"Flexbox\",\"Form\"]\";s:10:\"menu_order\";i:229;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:350;a:20:{s:4:\"tmpl\";i:1596;s:2:\"id\";i:28539;s:5:\"title\";s:38:\"Local Services Wireframe 4 &#8211; CTA\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2022/10/local-services-wireframe-4-cta.jpg\";s:12:\"tmpl_created\";i:1670403344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/local-services-wireframe-4-cta/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:17:\"[\"cta\",\"Flexbox\"]\";s:10:\"menu_order\";i:230;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:351;a:20:{s:4:\"tmpl\";i:1666;s:2:\"id\";i:28604;s:5:\"title\";s:41:\"Local Services Wireframe 4 &#8211; Footer\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2022/10/local-services-wireframe-4-footer-350.jpg\";s:12:\"tmpl_created\";i:1670405355;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/blocks/local-services-wireframe-4-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:20:\"[\"Flexbox\",\"Footer\"]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:352;a:20:{s:4:\"tmpl\";i:1678;s:2:\"id\";i:28455;s:5:\"title\";s:46:\"Local Services Wireframe 4 &#8211; Single Post\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2022/10/Local-Services-Wireframe-4-Single-350.jpg\";s:12:\"tmpl_created\";i:1670407618;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/blocks/local-services-wireframe-4-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Blog\",\"Flexbox\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:353;a:20:{s:4:\"tmpl\";i:1598;s:2:\"id\";i:28551;s:5:\"title\";s:40:\"Local Services Wireframe 4 &#8211; Stats\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/10/local-services-wireframe-4-numbers.jpg\";s:12:\"tmpl_created\";i:1670403361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/blocks/local-services-wireframe-4-stats/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:29:\"[\"Flexbox\",\"numbers\",\"Stats\"]\";s:10:\"menu_order\";i:233;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:354;a:20:{s:4:\"tmpl\";i:1611;s:2:\"id\";i:28596;s:5:\"title\";s:44:\"Local Services Wireframe 4 &#8211; Subscribe\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/12/Subscription.jpg\";s:12:\"tmpl_created\";i:1670403963;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/blocks/local-services-wireframe-4-subscribe/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:36:\"[\"cta\",\"Flexbox\",\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:234;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:355;a:20:{s:4:\"tmpl\";i:1599;s:2:\"id\";i:28561;s:5:\"title\";s:39:\"Local Services Wireframe 4 &#8211; Team\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/10/local-services-wireframe-4-team.jpg\";s:12:\"tmpl_created\";i:1670403423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/blocks/local-services-wireframe-4-team/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:18:\"[\"Flexbox\",\"Team\"]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:356;a:20:{s:4:\"tmpl\";i:1600;s:2:\"id\";i:28545;s:5:\"title\";s:47:\"Local Services Wireframe 4 &#8211; Testimonials\";s:9:\"thumbnail\";s:100:\"https://library.elementor.com/wp-content/uploads/2022/10/local-services-wireframe-4-Testimonials.jpg\";s:12:\"tmpl_created\";i:1670403441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/blocks/local-services-wireframe-4-testimonials/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:35:\"[\"Clients\",\"Flexbox\",\"Testimonial\"]\";s:10:\"menu_order\";i:236;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:357;a:20:{s:4:\"tmpl\";i:1584;s:2:\"id\";i:27042;s:5:\"title\";s:28:\"Marketing Agency &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2022/09/404.jpg\";s:12:\"tmpl_created\";i:1670403043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/marketing-agency-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:17:\"[\"404\",\"Flexbox\"]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;a:20:{s:4:\"tmpl\";i:1590;s:2:\"id\";i:27066;s:5:\"title\";s:32:\"Marketing Agency &#8211; About 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2022/09/About-3.jpg\";s:12:\"tmpl_created\";i:1670403271;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/marketing-agency-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:19:\"[\"About\",\"Flexbox\"]\";s:10:\"menu_order\";i:238;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:359;a:20:{s:4:\"tmpl\";i:1591;s:2:\"id\";i:27072;s:5:\"title\";s:32:\"Marketing Agency &#8211; About 4\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2022/09/About-4-2.jpg\";s:12:\"tmpl_created\";i:1670403290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/marketing-agency-about-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:19:\"[\"About\",\"Flexbox\"]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:360;a:20:{s:4:\"tmpl\";i:1592;s:2:\"id\";i:27081;s:5:\"title\";s:32:\"Marketing Agency &#8211; About 5\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2022/09/About-5-2.jpg\";s:12:\"tmpl_created\";i:1670403304;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/marketing-agency-about-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:19:\"[\"About\",\"Flexbox\"]\";s:10:\"menu_order\";i:240;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:361;a:20:{s:4:\"tmpl\";i:1597;s:2:\"id\";i:27087;s:5:\"title\";s:35:\"Marketing Agency &#8211; Benefits 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/09/Benefits-1.jpg\";s:12:\"tmpl_created\";i:1670403347;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/marketing-agency-benefits-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Benefits\";s:4:\"tags\";s:22:\"[\"Benefits\",\"Flexbox\"]\";s:10:\"menu_order\";i:241;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:362;a:20:{s:4:\"tmpl\";i:1609;s:2:\"id\";i:27093;s:5:\"title\";s:35:\"Marketing Agency &#8211; Benefits 2\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/09/Benefits-2.jpg\";s:12:\"tmpl_created\";i:1670403832;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/marketing-agency-benefits-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Benefits\";s:4:\"tags\";s:22:\"[\"Benefits\",\"Flexbox\"]\";s:10:\"menu_order\";i:242;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:363;a:20:{s:4:\"tmpl\";i:1608;s:2:\"id\";i:27099;s:5:\"title\";s:35:\"Marketing Agency &#8211; Benefits 3\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/09/Benefits-3.jpg\";s:12:\"tmpl_created\";i:1670403802;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/marketing-agency-benefits-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Benefits\";s:4:\"tags\";s:22:\"[\"Benefits\",\"Flexbox\"]\";s:10:\"menu_order\";i:243;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:364;a:20:{s:4:\"tmpl\";i:1606;s:2:\"id\";i:27105;s:5:\"title\";s:34:\"Marketing Agency &#8211; Clients 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2022/09/CTA-6-2.jpg\";s:12:\"tmpl_created\";i:1670403770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/marketing-agency-clients-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:21:\"[\"Clients\",\"Flexbox\"]\";s:10:\"menu_order\";i:244;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:20:{s:4:\"tmpl\";i:1605;s:2:\"id\";i:27111;s:5:\"title\";s:34:\"Marketing Agency &#8211; Clients 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2022/09/CTA-7-1.jpg\";s:12:\"tmpl_created\";i:1670403719;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/marketing-agency-clients-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:21:\"[\"Clients\",\"Flexbox\"]\";s:10:\"menu_order\";i:245;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:366;a:20:{s:4:\"tmpl\";i:1604;s:2:\"id\";i:27117;s:5:\"title\";s:34:\"Marketing Agency &#8211; Clients 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2022/09/CTA-8-1.jpg\";s:12:\"tmpl_created\";i:1670403691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/marketing-agency-clients-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:21:\"[\"Clients\",\"Flexbox\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:367;a:20:{s:4:\"tmpl\";i:1603;s:2:\"id\";i:27123;s:5:\"title\";s:34:\"Marketing Agency &#8211; Contact 1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2022/09/Contact-1.jpg\";s:12:\"tmpl_created\";i:1670403664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/marketing-agency-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:28:\"[\"Contact\",\"Flexbox\",\"Form\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:368;a:20:{s:4:\"tmpl\";i:1610;s:2:\"id\";i:27129;s:5:\"title\";s:34:\"Marketing Agency &#8211; Contact 2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2022/09/Contact-2.jpg\";s:12:\"tmpl_created\";i:1670403956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/marketing-agency-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:28:\"[\"Contact\",\"Flexbox\",\"Form\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:369;a:20:{s:4:\"tmpl\";i:1613;s:2:\"id\";i:27135;s:5:\"title\";s:34:\"Marketing Agency &#8211; Contact 3\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2022/09/Contact-3.jpg\";s:12:\"tmpl_created\";i:1670403999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/marketing-agency-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:28:\"[\"Contact\",\"Flexbox\",\"Form\"]\";s:10:\"menu_order\";i:249;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:370;a:20:{s:4:\"tmpl\";i:1616;s:2:\"id\";i:27141;s:5:\"title\";s:30:\"Marketing Agency &#8211; CTA 1\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2022/09/CTA.jpg\";s:12:\"tmpl_created\";i:1670404149;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/marketing-agency-cta-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:17:\"[\"cta\",\"Flexbox\"]\";s:10:\"menu_order\";i:250;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:371;a:20:{s:4:\"tmpl\";i:1617;s:2:\"id\";i:27150;s:5:\"title\";s:30:\"Marketing Agency &#8211; CTA 2\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2022/09/CTA-2.jpg\";s:12:\"tmpl_created\";i:1670404171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/marketing-agency-cta-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:17:\"[\"cta\",\"Flexbox\"]\";s:10:\"menu_order\";i:251;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:372;a:20:{s:4:\"tmpl\";i:1619;s:2:\"id\";i:27157;s:5:\"title\";s:30:\"Marketing Agency &#8211; CTA 3\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2022/09/CTA-3.jpg\";s:12:\"tmpl_created\";i:1670404220;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/marketing-agency-cta-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:17:\"[\"cta\",\"Flexbox\"]\";s:10:\"menu_order\";i:252;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:373;a:20:{s:4:\"tmpl\";i:1623;s:2:\"id\";i:27166;s:5:\"title\";s:30:\"Marketing Agency &#8211; CTA 4\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2022/09/CTA-4-1.jpg\";s:12:\"tmpl_created\";i:1670404328;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/marketing-agency-cta-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:17:\"[\"cta\",\"Flexbox\"]\";s:10:\"menu_order\";i:253;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:374;a:20:{s:4:\"tmpl\";i:1624;s:2:\"id\";i:27172;s:5:\"title\";s:30:\"Marketing Agency &#8211; CTA 5\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2022/09/CTA-5-2.jpg\";s:12:\"tmpl_created\";i:1670404354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/marketing-agency-cta-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:17:\"[\"cta\",\"Flexbox\"]\";s:10:\"menu_order\";i:254;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:375;a:20:{s:4:\"tmpl\";i:1626;s:2:\"id\";i:27178;s:5:\"title\";s:30:\"Marketing Agency &#8211; FAQ 1\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2022/09/FAQ.jpg\";s:12:\"tmpl_created\";i:1670404378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/marketing-agency-faq-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:17:\"[\"Faq\",\"Flexbox\"]\";s:10:\"menu_order\";i:255;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:376;a:20:{s:4:\"tmpl\";i:1628;s:2:\"id\";i:27187;s:5:\"title\";s:34:\"Marketing Agency &#8211; Gallery 1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2022/09/Gallery-1.jpg\";s:12:\"tmpl_created\";i:1670404403;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/marketing-agency-gallery-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"Gallery\";s:4:\"tags\";s:21:\"[\"Flexbox\",\"Gallery\"]\";s:10:\"menu_order\";i:256;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:20:{s:4:\"tmpl\";i:1631;s:2:\"id\";i:27193;s:5:\"title\";s:34:\"Marketing Agency &#8211; Gallery 2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2022/09/Gallery-2.jpg\";s:12:\"tmpl_created\";i:1670404428;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/marketing-agency-gallery-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"Gallery\";s:4:\"tags\";s:21:\"[\"Flexbox\",\"Gallery\"]\";s:10:\"menu_order\";i:257;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:378;a:20:{s:4:\"tmpl\";i:1633;s:2:\"id\";i:27199;s:5:\"title\";s:34:\"Marketing Agency &#8211; Gallery 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/09/Gallery-3-1.jpg\";s:12:\"tmpl_created\";i:1670404457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/marketing-agency-gallery-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"Gallery\";s:4:\"tags\";s:21:\"[\"Flexbox\",\"Gallery\"]\";s:10:\"menu_order\";i:258;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:379;a:20:{s:4:\"tmpl\";i:1634;s:2:\"id\";i:27205;s:5:\"title\";s:34:\"Marketing Agency &#8211; Gallery 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/09/Gallery-4-1.jpg\";s:12:\"tmpl_created\";i:1670404478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/marketing-agency-gallery-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"Gallery\";s:4:\"tags\";s:21:\"[\"Flexbox\",\"Gallery\"]\";s:10:\"menu_order\";i:259;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:380;a:20:{s:4:\"tmpl\";i:1635;s:2:\"id\";i:27211;s:5:\"title\";s:31:\"Marketing Agency &#8211; Hero 1\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2022/09/Hero-1.jpg\";s:12:\"tmpl_created\";i:1670404499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/marketing-agency-hero-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:18:\"[\"Flexbox\",\"hero\"]\";s:10:\"menu_order\";i:260;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;a:20:{s:4:\"tmpl\";i:1636;s:2:\"id\";i:27218;s:5:\"title\";s:31:\"Marketing Agency &#8211; Hero 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2022/09/Hero-2-1.jpg\";s:12:\"tmpl_created\";i:1670404524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/marketing-agency-hero-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:18:\"[\"Flexbox\",\"hero\"]\";s:10:\"menu_order\";i:261;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:382;a:20:{s:4:\"tmpl\";i:1637;s:2:\"id\";i:27224;s:5:\"title\";s:31:\"Marketing Agency &#8211; Hero 3\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2022/09/Hero-3.jpg\";s:12:\"tmpl_created\";i:1670404559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/marketing-agency-hero-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:18:\"[\"Flexbox\",\"hero\"]\";s:10:\"menu_order\";i:262;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:383;a:20:{s:4:\"tmpl\";i:1638;s:2:\"id\";i:27233;s:5:\"title\";s:31:\"Marketing Agency &#8211; Hero 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2022/09/Hero-4-2.jpg\";s:12:\"tmpl_created\";i:1670404581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/marketing-agency-hero-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:18:\"[\"Flexbox\",\"hero\"]\";s:10:\"menu_order\";i:263;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:20:{s:4:\"tmpl\";i:1639;s:2:\"id\";i:27278;s:5:\"title\";s:34:\"Marketing Agency &#8211; Service 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/09/Services-1.jpg\";s:12:\"tmpl_created\";i:1670404605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/marketing-agency-service-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:15:\"Service Details\";s:4:\"tags\";s:40:\"[\"Flexbox\",\"Service details\",\"Services\"]\";s:10:\"menu_order\";i:264;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:385;a:20:{s:4:\"tmpl\";i:1640;s:2:\"id\";i:27289;s:5:\"title\";s:34:\"Marketing Agency &#8211; Service 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/09/Services-2-1.jpg\";s:12:\"tmpl_created\";i:1670404628;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/marketing-agency-service-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:22:\"[\"Flexbox\",\"Services\"]\";s:10:\"menu_order\";i:265;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:386;a:20:{s:4:\"tmpl\";i:1641;s:2:\"id\";i:27301;s:5:\"title\";s:34:\"Marketing Agency &#8211; Service 3\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/09/Services-3-1.jpg\";s:12:\"tmpl_created\";i:1670404654;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/marketing-agency-service-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:22:\"[\"Flexbox\",\"Services\"]\";s:10:\"menu_order\";i:266;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:20:{s:4:\"tmpl\";i:1642;s:2:\"id\";i:27313;s:5:\"title\";s:34:\"Marketing Agency &#8211; Service 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/09/Services-4-1.jpg\";s:12:\"tmpl_created\";i:1670404674;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/marketing-agency-service-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:22:\"[\"Flexbox\",\"Services\"]\";s:10:\"menu_order\";i:267;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:388;a:20:{s:4:\"tmpl\";i:1643;s:2:\"id\";i:27239;s:5:\"title\";s:42:\"Marketing Agency &#8211; Service Details 1\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/09/Services-Details-1.jpg\";s:12:\"tmpl_created\";i:1670404697;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/blocks/marketing-agency-service-details-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:15:\"Service Details\";s:4:\"tags\";s:40:\"[\"Flexbox\",\"Service details\",\"Services\"]\";s:10:\"menu_order\";i:268;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:389;a:20:{s:4:\"tmpl\";i:1644;s:2:\"id\";i:27245;s:5:\"title\";s:42:\"Marketing Agency &#8211; Service Details 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/09/Services-Details-2.jpg\";s:12:\"tmpl_created\";i:1670404722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/blocks/marketing-agency-service-details-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:15:\"Service Details\";s:4:\"tags\";s:40:\"[\"Flexbox\",\"Service details\",\"Services\"]\";s:10:\"menu_order\";i:269;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:20:{s:4:\"tmpl\";i:1645;s:2:\"id\";i:27251;s:5:\"title\";s:42:\"Marketing Agency &#8211; Service Details 3\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/09/Services-Details-3.jpg\";s:12:\"tmpl_created\";i:1670404745;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/blocks/marketing-agency-service-details-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:15:\"Service Details\";s:4:\"tags\";s:40:\"[\"Flexbox\",\"Service details\",\"Services\"]\";s:10:\"menu_order\";i:270;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:391;a:20:{s:4:\"tmpl\";i:1648;s:2:\"id\";i:27257;s:5:\"title\";s:42:\"Marketing Agency &#8211; Service Details 4\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/09/Services-Details-4.jpg\";s:12:\"tmpl_created\";i:1670404826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/blocks/marketing-agency-service-details-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:15:\"Service Details\";s:4:\"tags\";s:40:\"[\"Flexbox\",\"Service details\",\"Services\"]\";s:10:\"menu_order\";i:271;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:20:{s:4:\"tmpl\";i:1651;s:2:\"id\";i:27263;s:5:\"title\";s:42:\"Marketing Agency &#8211; Service Details 5\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/09/Services-Details-5.jpg\";s:12:\"tmpl_created\";i:1670404847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/blocks/marketing-agency-service-details-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:15:\"Service Details\";s:4:\"tags\";s:40:\"[\"Flexbox\",\"Service details\",\"Services\"]\";s:10:\"menu_order\";i:272;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:20:{s:4:\"tmpl\";i:1652;s:2:\"id\";i:27272;s:5:\"title\";s:42:\"Marketing Agency &#8211; Service Details 6\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/09/Services-Details-6.jpg\";s:12:\"tmpl_created\";i:1670404955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/blocks/marketing-agency-service-details-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:15:\"Service Details\";s:4:\"tags\";s:40:\"[\"Flexbox\",\"Service details\",\"Services\"]\";s:10:\"menu_order\";i:273;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:394;a:20:{s:4:\"tmpl\";i:1653;s:2:\"id\";i:27322;s:5:\"title\";s:36:\"Marketing Agency &#8211; Subscribe 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/09/Subscribe-1.jpg\";s:12:\"tmpl_created\";i:1670404976;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/marketing-agency-subscribe-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:30:\"[\"Flexbox\",\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:274;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:20:{s:4:\"tmpl\";i:1654;s:2:\"id\";i:27328;s:5:\"title\";s:36:\"Marketing Agency &#8211; Subscribe 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2022/09/Subscribe-2-2.jpg\";s:12:\"tmpl_created\";i:1670404998;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/marketing-agency-subscribe-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:30:\"[\"Flexbox\",\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:275;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:396;a:20:{s:4:\"tmpl\";i:1655;s:2:\"id\";i:27334;s:5:\"title\";s:36:\"Marketing Agency &#8211; Subscribe 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2022/09/Subscribe-3-1.jpg\";s:12:\"tmpl_created\";i:1670405020;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/marketing-agency-subscribe-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:30:\"[\"Flexbox\",\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:276;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:397;a:20:{s:4:\"tmpl\";i:1656;s:2:\"id\";i:27340;s:5:\"title\";s:31:\"Marketing Agency &#8211; Team 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2022/09/Team-1-1.jpg\";s:12:\"tmpl_created\";i:1670405073;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/marketing-agency-team-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:18:\"[\"Flexbox\",\"Team\"]\";s:10:\"menu_order\";i:277;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:20:{s:4:\"tmpl\";i:1657;s:2:\"id\";i:27349;s:5:\"title\";s:31:\"Marketing Agency &#8211; Team 2\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2022/09/Team-2.jpg\";s:12:\"tmpl_created\";i:1670405098;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/marketing-agency-team-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:18:\"[\"Flexbox\",\"Team\"]\";s:10:\"menu_order\";i:278;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:399;a:20:{s:4:\"tmpl\";i:1658;s:2:\"id\";i:27355;s:5:\"title\";s:31:\"Marketing Agency &#8211; Team 3\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2022/09/Team-3.jpg\";s:12:\"tmpl_created\";i:1670405121;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/marketing-agency-team-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:18:\"[\"Flexbox\",\"Team\"]\";s:10:\"menu_order\";i:279;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:400;a:20:{s:4:\"tmpl\";i:1659;s:2:\"id\";i:27361;s:5:\"title\";s:39:\"Marketing Agency &#8211; Testimonials 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2022/09/Testimonial-1.jpg\";s:12:\"tmpl_created\";i:1670405143;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/blocks/marketing-agency-testimonials-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:25:\"[\"Flexbox\",\"Testimonial\"]\";s:10:\"menu_order\";i:280;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:20:{s:4:\"tmpl\";i:1660;s:2:\"id\";i:27367;s:5:\"title\";s:39:\"Marketing Agency &#8211; Testimonials 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2022/09/Testimonial-2.jpg\";s:12:\"tmpl_created\";i:1670405166;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/blocks/marketing-agency-testimonials-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:25:\"[\"Flexbox\",\"Testimonial\"]\";s:10:\"menu_order\";i:281;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:20:{s:4:\"tmpl\";i:1661;s:2:\"id\";i:27373;s:5:\"title\";s:39:\"Marketing Agency &#8211; Testimonials 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2022/09/Testimonial-6.jpg\";s:12:\"tmpl_created\";i:1670405187;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/blocks/marketing-agency-testimonials-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:25:\"[\"Flexbox\",\"Testimonial\"]\";s:10:\"menu_order\";i:282;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:20:{s:4:\"tmpl\";i:1662;s:2:\"id\";i:27379;s:5:\"title\";s:39:\"Marketing Agency &#8211; Testimonials 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2022/09/Testimonial-4.jpg\";s:12:\"tmpl_created\";i:1670405211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/blocks/marketing-agency-testimonials-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:25:\"[\"Flexbox\",\"Testimonial\"]\";s:10:\"menu_order\";i:283;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:404;a:20:{s:4:\"tmpl\";i:1663;s:2:\"id\";i:27385;s:5:\"title\";s:39:\"Marketing Agency &#8211; Testimonials 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2022/09/Testimonial-5.jpg\";s:12:\"tmpl_created\";i:1670405232;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/blocks/marketing-agency-testimonials-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:25:\"[\"Flexbox\",\"Testimonial\"]\";s:10:\"menu_order\";i:284;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:20:{s:4:\"tmpl\";i:1768;s:2:\"id\";i:28364;s:5:\"title\";s:28:\"Marketing Studio &#8211; 404\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/10/Marketing-Studio-404.jpg\";s:12:\"tmpl_created\";i:1670414864;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/marketing-studio-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Flexbox\",\"Marketing\",\"studio\"]\";s:10:\"menu_order\";i:285;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:406;a:20:{s:4:\"tmpl\";i:1769;s:2:\"id\";i:28345;s:5:\"title\";s:31:\"Marketing Studio &#8211; footer\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/10/Marketing-Studio-footer-350.jpg\";s:12:\"tmpl_created\";i:1670414886;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/marketing-studio-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:20:\"[\"Flexbox\",\"Footer\"]\";s:10:\"menu_order\";i:286;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:20:{s:4:\"tmpl\";i:1621;s:2:\"id\";i:28533;s:5:\"title\";s:35:\"Portfolio Wireframe 1 &#8211; About\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/10/portfolio-wireframe-1-about.jpg\";s:12:\"tmpl_created\";i:1670404294;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/portfolio-wireframe-1-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:19:\"[\"About\",\"Flexbox\"]\";s:10:\"menu_order\";i:287;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:408;a:20:{s:4:\"tmpl\";i:1622;s:2:\"id\";i:28527;s:5:\"title\";s:37:\"Portfolio Wireframe 1 &#8211; Contact\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/10/portfolio-wireframe-1-contact.jpg\";s:12:\"tmpl_created\";i:1670404312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/blocks/portfolio-wireframe-1-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:28:\"[\"Contact\",\"Flexbox\",\"Form\"]\";s:10:\"menu_order\";i:288;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:409;a:20:{s:4:\"tmpl\";i:1457;s:2:\"id\";i:29101;s:5:\"title\";s:45:\"Law Firm &#8211; Single Post &#8211;  Flexbox\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1670332878;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/law-firm-single-post-flexbox/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Flexbox\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:289;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:410;a:20:{s:4:\"tmpl\";i:1625;s:2:\"id\";i:28620;s:5:\"title\";s:36:\"Restaurant Wireframe 1 &#8211; About\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/10/restaurant-wireframe-1-about.jpg\";s:12:\"tmpl_created\";i:1670404370;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/restaurant-wireframe-1-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:19:\"[\"About\",\"Flexbox\"]\";s:10:\"menu_order\";i:290;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:411;a:20:{s:4:\"tmpl\";i:1627;s:2:\"id\";i:28644;s:5:\"title\";s:38:\"Restaurant Wireframe 1 &#8211; About 2\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/10/restaurant-wireframe-1-about2.jpg\";s:12:\"tmpl_created\";i:1670404389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/restaurant-wireframe-1-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:19:\"[\"About\",\"Flexbox\"]\";s:10:\"menu_order\";i:291;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:412;a:20:{s:4:\"tmpl\";i:1629;s:2:\"id\";i:28650;s:5:\"title\";s:38:\"Restaurant Wireframe 1 &#8211; About 3\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/10/restaurant-wireframe-1-about3.jpg\";s:12:\"tmpl_created\";i:1670404410;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/restaurant-wireframe-1-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:19:\"[\"About\",\"Flexbox\"]\";s:10:\"menu_order\";i:292;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:413;a:20:{s:4:\"tmpl\";i:1630;s:2:\"id\";i:28611;s:5:\"title\";s:35:\"Restaurant Wireframe 1 &#8211; Hero\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/10/restaurant-wireframe-1-hero.jpg\";s:12:\"tmpl_created\";i:1670404427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/restaurant-wireframe-1-hero/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:18:\"[\"Flexbox\",\"hero\"]\";s:10:\"menu_order\";i:293;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:414;a:20:{s:4:\"tmpl\";i:1632;s:2:\"id\";i:28638;s:5:\"title\";s:37:\"Restaurant Wireframe 1 &#8211; Hero 2\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/10/restaurant-wireframe-1-hero2.jpg\";s:12:\"tmpl_created\";i:1670404451;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/blocks/restaurant-wireframe-1-hero-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:18:\"[\"Flexbox\",\"hero\"]\";s:10:\"menu_order\";i:294;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:415;a:20:{s:4:\"tmpl\";i:1646;s:2:\"id\";i:28656;s:5:\"title\";s:35:\"Restaurant Wireframe 1 &#8211; Menu\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/10/restaurant-wireframe-1-menu.jpg\";s:12:\"tmpl_created\";i:1670404789;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/restaurant-wireframe-1-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:41:\"[\"Flexbox\",\"menu\",\"Pricing\",\"Restaurant\"]\";s:10:\"menu_order\";i:295;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:416;a:20:{s:4:\"tmpl\";i:1647;s:2:\"id\";i:28626;s:5:\"title\";s:38:\"Restaurant Wireframe 1 &#8211; Pricing\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2022/10/restaurant-wireframe-1-pricing.jpg\";s:12:\"tmpl_created\";i:1670404811;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/restaurant-wireframe-1-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:31:\"[\"Flexbox\",\"Pricing\",\"Product\"]\";s:10:\"menu_order\";i:296;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:417;a:20:{s:4:\"tmpl\";i:1649;s:2:\"id\";i:28662;s:5:\"title\";s:46:\"Restaurant Wireframe 1 &#8211; Service details\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/10/restaurant-wireframe-1-servives.jpg\";s:12:\"tmpl_created\";i:1670404828;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/blocks/restaurant-wireframe-1-service-details/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:15:\"Service Details\";s:4:\"tags\";s:40:\"[\"Flexbox\",\"Service details\",\"Services\"]\";s:10:\"menu_order\";i:297;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:418;a:20:{s:4:\"tmpl\";i:1650;s:2:\"id\";i:28632;s:5:\"title\";s:43:\"Restaurant Wireframe 1 &#8211; Testimonials\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/10/restaurant-wireframe-1-Testimonials.jpg\";s:12:\"tmpl_created\";i:1670404846;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/blocks/restaurant-wireframe-1-testimonials/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:35:\"[\"Clients\",\"Flexbox\",\"Testimonial\"]\";s:10:\"menu_order\";i:298;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:419;a:20:{s:4:\"tmpl\";i:1765;s:2:\"id\";i:28308;s:5:\"title\";s:29:\"Vases Online Shop &#8211; 404\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/09/Vases-Online-Shop-404.jpg\";s:12:\"tmpl_created\";i:1670414097;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/vases-online-shop-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:17:\"[\"404\",\"Flexbox\"]\";s:10:\"menu_order\";i:299;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:420;a:20:{s:4:\"tmpl\";i:1766;s:2:\"id\";i:28299;s:5:\"title\";s:39:\"Vases Online Shop &#8211; Posts Archive\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/09/Vases-Online-Shop-Archive-350.jpg\";s:12:\"tmpl_created\";i:1670414237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/blocks/vases-online-shop-posts-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:36:\"[\"Archive\",\"Blog\",\"Flexbox\",\"posts\"]\";s:10:\"menu_order\";i:300;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:421;a:20:{s:4:\"tmpl\";i:1717;s:2:\"id\";i:26157;s:5:\"title\";s:19:\"Workshop Center 404\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2022/09/404-2-1.jpg\";s:12:\"tmpl_created\";i:1670410685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/workshop-center-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:17:\"[\"404\",\"Flexbox\"]\";s:10:\"menu_order\";i:301;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:20:{s:4:\"tmpl\";i:1719;s:2:\"id\";i:26163;s:5:\"title\";s:23:\"Workshop Center About 1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2022/09/About-5-1.jpg\";s:12:\"tmpl_created\";i:1670410717;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/workshop-center-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:19:\"[\"About\",\"Flexbox\"]\";s:10:\"menu_order\";i:302;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:423;a:20:{s:4:\"tmpl\";i:1720;s:2:\"id\";i:26169;s:5:\"title\";s:23:\"Workshop Center About 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2022/09/About-7.jpg\";s:12:\"tmpl_created\";i:1670410808;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/workshop-center-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:19:\"[\"About\",\"Flexbox\"]\";s:10:\"menu_order\";i:303;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:424;a:20:{s:4:\"tmpl\";i:1721;s:2:\"id\";i:26175;s:5:\"title\";s:23:\"Workshop Center About 3\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2022/09/About-6-1.jpg\";s:12:\"tmpl_created\";i:1670410829;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/workshop-center-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:19:\"[\"About\",\"Flexbox\"]\";s:10:\"menu_order\";i:304;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:20:{s:4:\"tmpl\";i:1722;s:2:\"id\";i:26181;s:5:\"title\";s:23:\"Workshop Center About 4\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2022/09/About-4-1.jpg\";s:12:\"tmpl_created\";i:1670410861;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/workshop-center-about-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:19:\"[\"About\",\"Flexbox\"]\";s:10:\"menu_order\";i:305;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:426;a:20:{s:4:\"tmpl\";i:1723;s:2:\"id\";i:26193;s:5:\"title\";s:27:\"Workshop Center Benefites 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2022/09/Benefites-6-1.jpg\";s:12:\"tmpl_created\";i:1670411089;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/workshop-center-benefites-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Benefits\";s:4:\"tags\";s:22:\"[\"Benefits\",\"Flexbox\"]\";s:10:\"menu_order\";i:306;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:427;a:20:{s:4:\"tmpl\";i:1724;s:2:\"id\";i:26200;s:5:\"title\";s:27:\"Workshop Center Benefites 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/09/Benefites-8.jpg\";s:12:\"tmpl_created\";i:1670411139;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/workshop-center-benefites-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Benefits\";s:4:\"tags\";s:22:\"[\"Benefits\",\"Flexbox\"]\";s:10:\"menu_order\";i:307;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:428;a:20:{s:4:\"tmpl\";i:1725;s:2:\"id\";i:26187;s:5:\"title\";s:26:\"Workshop Center Benefits 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2022/09/Benefites-5-1.jpg\";s:12:\"tmpl_created\";i:1670411161;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/workshop-center-benefits-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Benefits\";s:4:\"tags\";s:22:\"[\"Benefits\",\"Flexbox\"]\";s:10:\"menu_order\";i:308;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:429;a:20:{s:4:\"tmpl\";i:1726;s:2:\"id\";i:26206;s:5:\"title\";s:26:\"Workshop Center Benefits 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/09/Benefites-7.jpg\";s:12:\"tmpl_created\";i:1670411187;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/workshop-center-benefits-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Benefits\";s:4:\"tags\";s:22:\"[\"Benefits\",\"Flexbox\"]\";s:10:\"menu_order\";i:309;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:430;a:20:{s:4:\"tmpl\";i:1727;s:2:\"id\";i:26212;s:5:\"title\";s:25:\"Workshop Center Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/09/Contact-5-1.jpg\";s:12:\"tmpl_created\";i:1670411217;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/workshop-center-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:21:\"[\"Contact\",\"Flexbox\"]\";s:10:\"menu_order\";i:310;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:20:{s:4:\"tmpl\";i:1728;s:2:\"id\";i:26219;s:5:\"title\";s:25:\"Workshop Center Contact 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/09/Contact-6-1.jpg\";s:12:\"tmpl_created\";i:1670411262;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/workshop-center-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:21:\"[\"Contact\",\"Flexbox\"]\";s:10:\"menu_order\";i:311;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:432;a:20:{s:4:\"tmpl\";i:1729;s:2:\"id\";i:26224;s:5:\"title\";s:25:\"Workshop Center Contact 3\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2022/09/Contact-7.jpg\";s:12:\"tmpl_created\";i:1670411289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/workshop-center-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:21:\"[\"Contact\",\"Flexbox\"]\";s:10:\"menu_order\";i:312;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:20:{s:4:\"tmpl\";i:1730;s:2:\"id\";i:26230;s:5:\"title\";s:25:\"Workshop Center Contact 4\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2022/09/Contact-8.jpg\";s:12:\"tmpl_created\";i:1670411357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/workshop-center-contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:21:\"[\"Contact\",\"Flexbox\"]\";s:10:\"menu_order\";i:313;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:434;a:20:{s:4:\"tmpl\";i:1731;s:2:\"id\";i:26236;s:5:\"title\";s:21:\"Workshop Center CTA 1\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2022/09/CTA-4.jpg\";s:12:\"tmpl_created\";i:1670411384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/workshop-center-cta-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:17:\"[\"cta\",\"Flexbox\"]\";s:10:\"menu_order\";i:314;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:435;a:20:{s:4:\"tmpl\";i:1732;s:2:\"id\";i:26242;s:5:\"title\";s:21:\"Workshop Center CTA 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2022/09/CTA-5-1.jpg\";s:12:\"tmpl_created\";i:1670411403;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/workshop-center-cta-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:17:\"[\"cta\",\"Flexbox\"]\";s:10:\"menu_order\";i:315;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:436;a:20:{s:4:\"tmpl\";i:1733;s:2:\"id\";i:26248;s:5:\"title\";s:21:\"Workshop Center CTA 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2022/09/CTA-6-1.jpg\";s:12:\"tmpl_created\";i:1670411431;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/workshop-center-cta-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:17:\"[\"cta\",\"Flexbox\"]\";s:10:\"menu_order\";i:316;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:20:{s:4:\"tmpl\";i:1734;s:2:\"id\";i:26254;s:5:\"title\";s:22:\"Workshop Center Data 1\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2022/09/Data1.jpg\";s:12:\"tmpl_created\";i:1670411450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/workshop-center-data-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"Data\";s:4:\"tags\";s:26:\"[\"Data\",\"Flexbox\",\"Stats\"]\";s:10:\"menu_order\";i:317;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:438;a:20:{s:4:\"tmpl\";i:1735;s:2:\"id\";i:26263;s:5:\"title\";s:22:\"Workshop Center Data 2\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2022/09/Data-3.jpg\";s:12:\"tmpl_created\";i:1670411468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/workshop-center-data-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"Data\";s:4:\"tags\";s:26:\"[\"Data\",\"Flexbox\",\"Stats\"]\";s:10:\"menu_order\";i:318;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:20:{s:4:\"tmpl\";i:1736;s:2:\"id\";i:26269;s:5:\"title\";s:25:\"Workshop Center Gallery 1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2022/09/Gallery-6.jpg\";s:12:\"tmpl_created\";i:1670411491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/workshop-center-gallery-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"Gallery\";s:4:\"tags\";s:21:\"[\"Flexbox\",\"Gallery\"]\";s:10:\"menu_order\";i:319;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:440;a:20:{s:4:\"tmpl\";i:1737;s:2:\"id\";i:26275;s:5:\"title\";s:25:\"Workshop Center Gallery 2\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/09/Gallery-10.jpg\";s:12:\"tmpl_created\";i:1670411522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/workshop-center-gallery-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"Gallery\";s:4:\"tags\";s:21:\"[\"Flexbox\",\"Gallery\"]\";s:10:\"menu_order\";i:320;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;a:20:{s:4:\"tmpl\";i:1738;s:2:\"id\";i:26281;s:5:\"title\";s:25:\"Workshop Center Gallery 3\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2022/09/Gallery-7.jpg\";s:12:\"tmpl_created\";i:1670411571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/workshop-center-gallery-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"Gallery\";s:4:\"tags\";s:21:\"[\"Flexbox\",\"Gallery\"]\";s:10:\"menu_order\";i:321;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:442;a:20:{s:4:\"tmpl\";i:1739;s:2:\"id\";i:26287;s:5:\"title\";s:25:\"Workshop Center Gallery 4\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2022/09/Gallery-9.jpg\";s:12:\"tmpl_created\";i:1670411592;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/workshop-center-gallery-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"Gallery\";s:4:\"tags\";s:21:\"[\"Flexbox\",\"Gallery\"]\";s:10:\"menu_order\";i:322;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:443;a:20:{s:4:\"tmpl\";i:1740;s:2:\"id\";i:26297;s:5:\"title\";s:25:\"Workshop Center Gallery 5\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2022/09/Gallery-8.jpg\";s:12:\"tmpl_created\";i:1670411976;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/workshop-center-gallery-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"Gallery\";s:4:\"tags\";s:21:\"[\"Flexbox\",\"Gallery\"]\";s:10:\"menu_order\";i:323;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:444;a:20:{s:4:\"tmpl\";i:1741;s:2:\"id\";i:26305;s:5:\"title\";s:22:\"Workshop Center Hero 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2022/09/Hero-4-1.jpg\";s:12:\"tmpl_created\";i:1670411991;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/workshop-center-hero-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:18:\"[\"Flexbox\",\"hero\"]\";s:10:\"menu_order\";i:324;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:445;a:20:{s:4:\"tmpl\";i:1742;s:2:\"id\";i:26314;s:5:\"title\";s:22:\"Workshop Center Hero 2\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2022/09/Hero-5.jpg\";s:12:\"tmpl_created\";i:1670412017;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/workshop-center-hero-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:18:\"[\"Flexbox\",\"hero\"]\";s:10:\"menu_order\";i:325;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:446;a:20:{s:4:\"tmpl\";i:1743;s:2:\"id\";i:26320;s:5:\"title\";s:22:\"Workshop Center Hero 3\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2022/09/Hero-6.jpg\";s:12:\"tmpl_created\";i:1670412103;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/workshop-center-hero-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:18:\"[\"Flexbox\",\"hero\"]\";s:10:\"menu_order\";i:326;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:447;a:20:{s:4:\"tmpl\";i:1744;s:2:\"id\";i:26326;s:5:\"title\";s:25:\"Workshop Center Pricing 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/09/Pricing-7-1.jpg\";s:12:\"tmpl_created\";i:1670412149;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/workshop-center-pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:21:\"[\"Flexbox\",\"Pricing\"]\";s:10:\"menu_order\";i:327;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:448;a:20:{s:4:\"tmpl\";i:1779;s:2:\"id\";i:26332;s:5:\"title\";s:25:\"Workshop Center Pricing 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/09/Pricing-8-2.jpg\";s:12:\"tmpl_created\";i:1673876437;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/workshop-center-pricing-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:21:\"[\"Flexbox\",\"Pricing\"]\";s:10:\"menu_order\";i:328;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:449;a:20:{s:4:\"tmpl\";i:1745;s:2:\"id\";i:26338;s:5:\"title\";s:25:\"Workshop Center Pricing 3\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/09/Pricing-12.jpg\";s:12:\"tmpl_created\";i:1670412538;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/workshop-center-pricing-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:21:\"[\"Flexbox\",\"Pricing\"]\";s:10:\"menu_order\";i:329;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:450;a:20:{s:4:\"tmpl\";i:1746;s:2:\"id\";i:26344;s:5:\"title\";s:25:\"Workshop Center Pricing 4\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2022/09/Pricing-9.jpg\";s:12:\"tmpl_created\";i:1670413253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/workshop-center-pricing-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:21:\"[\"Flexbox\",\"Pricing\"]\";s:10:\"menu_order\";i:330;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:451;a:20:{s:4:\"tmpl\";i:1747;s:2:\"id\";i:26350;s:5:\"title\";s:25:\"Workshop Center Pricing 5\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/09/Pricing-10.jpg\";s:12:\"tmpl_created\";i:1670413294;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/workshop-center-pricing-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:21:\"[\"Flexbox\",\"Pricing\"]\";s:10:\"menu_order\";i:331;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:20:{s:4:\"tmpl\";i:1758;s:2:\"id\";i:26366;s:5:\"title\";s:25:\"Workshop Center Pricing 6\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/09/Pricing-11.jpg\";s:12:\"tmpl_created\";i:1670413832;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/workshop-center-pricing-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:21:\"[\"Flexbox\",\"Pricing\"]\";s:10:\"menu_order\";i:332;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:453;a:20:{s:4:\"tmpl\";i:1759;s:2:\"id\";i:26372;s:5:\"title\";s:33:\"Workshop Center Service Details 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/09/Service-Details-4.jpg\";s:12:\"tmpl_created\";i:1670413855;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/blocks/workshop-center-service-details-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:15:\"Service Details\";s:4:\"tags\";s:40:\"[\"Flexbox\",\"Service details\",\"Services\"]\";s:10:\"menu_order\";i:333;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:454;a:20:{s:4:\"tmpl\";i:1760;s:2:\"id\";i:26378;s:5:\"title\";s:33:\"Workshop Center Service Details 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/09/Service-Details-5.jpg\";s:12:\"tmpl_created\";i:1670413873;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/blocks/workshop-center-service-details-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:15:\"Service Details\";s:4:\"tags\";s:40:\"[\"Flexbox\",\"Service details\",\"Services\"]\";s:10:\"menu_order\";i:334;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:455;a:20:{s:4:\"tmpl\";i:1761;s:2:\"id\";i:26384;s:5:\"title\";s:33:\"Workshop Center Service Details 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/09/Service-Details-6.jpg\";s:12:\"tmpl_created\";i:1670413890;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/blocks/workshop-center-service-details-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:15:\"Service Details\";s:4:\"tags\";s:40:\"[\"Flexbox\",\"Service details\",\"Services\"]\";s:10:\"menu_order\";i:335;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;a:20:{s:4:\"tmpl\";i:1762;s:2:\"id\";i:26394;s:5:\"title\";s:26:\"Workshop Center Services 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/09/Services-5.jpg\";s:12:\"tmpl_created\";i:1670413924;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/workshop-center-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:22:\"[\"Flexbox\",\"Services\"]\";s:10:\"menu_order\";i:336;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:457;a:20:{s:4:\"tmpl\";i:1763;s:2:\"id\";i:26400;s:5:\"title\";s:26:\"Workshop Center Services 2\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/09/Services-6.jpg\";s:12:\"tmpl_created\";i:1670413942;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/workshop-center-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:22:\"[\"Flexbox\",\"Services\"]\";s:10:\"menu_order\";i:337;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:20:{s:4:\"tmpl\";i:1748;s:2:\"id\";i:26406;s:5:\"title\";s:26:\"Workshop Center Services 3\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/09/Services-7.jpg\";s:12:\"tmpl_created\";i:1670413329;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/workshop-center-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:22:\"[\"Flexbox\",\"Services\"]\";s:10:\"menu_order\";i:338;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:459;a:20:{s:4:\"tmpl\";i:1749;s:2:\"id\";i:26415;s:5:\"title\";s:26:\"Workshop Center Services 4\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/09/Services-8.jpg\";s:12:\"tmpl_created\";i:1670413346;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/workshop-center-services-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:22:\"[\"Flexbox\",\"Services\"]\";s:10:\"menu_order\";i:339;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:460;a:20:{s:4:\"tmpl\";i:1750;s:2:\"id\";i:26421;s:5:\"title\";s:27:\"Workshop Center Subscribe 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/09/Subscribe-4.jpg\";s:12:\"tmpl_created\";i:1670413380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/workshop-center-subscribe-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:30:\"[\"Flexbox\",\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:340;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:461;a:20:{s:4:\"tmpl\";i:1751;s:2:\"id\";i:26427;s:5:\"title\";s:27:\"Workshop Center Subscribe 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2022/09/Subscribe-2-1.jpg\";s:12:\"tmpl_created\";i:1670413438;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/workshop-center-subscribe-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:30:\"[\"Flexbox\",\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:341;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:462;a:20:{s:4:\"tmpl\";i:1752;s:2:\"id\";i:26433;s:5:\"title\";s:27:\"Workshop Center Subscribe 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/09/Subscribe-3.jpg\";s:12:\"tmpl_created\";i:1670413502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/workshop-center-subscribe-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:30:\"[\"Flexbox\",\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:342;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:463;a:20:{s:4:\"tmpl\";i:1753;s:2:\"id\";i:26445;s:5:\"title\";s:22:\"Workshop Center Team 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2022/09/Team-6-1.jpg\";s:12:\"tmpl_created\";i:1670413564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/workshop-center-team-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:18:\"[\"Flexbox\",\"Team\"]\";s:10:\"menu_order\";i:343;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:464;a:20:{s:4:\"tmpl\";i:1754;s:2:\"id\";i:26451;s:5:\"title\";s:22:\"Workshop Center Team 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/12/Team3-workshop.jpg\";s:12:\"tmpl_created\";i:1670413681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/workshop-center-team-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:18:\"[\"Flexbox\",\"Team\"]\";s:10:\"menu_order\";i:344;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:465;a:20:{s:4:\"tmpl\";i:1755;s:2:\"id\";i:26439;s:5:\"title\";s:21:\"Workshop Center Team1\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2022/09/Team-4.jpg\";s:12:\"tmpl_created\";i:1670413698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/workshop-center-team1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:18:\"[\"Flexbox\",\"Team\"]\";s:10:\"menu_order\";i:345;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:466;a:20:{s:4:\"tmpl\";i:1585;s:2:\"id\";i:26493;s:5:\"title\";s:31:\"Workshop Center Testimonials 06\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/09/Testemonials-11.jpg\";s:12:\"tmpl_created\";i:1670403086;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/blocks/workshop-center-testimonials-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:25:\"[\"Flexbox\",\"Testimonial\"]\";s:10:\"menu_order\";i:346;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:467;a:20:{s:4:\"tmpl\";i:1756;s:2:\"id\";i:26456;s:5:\"title\";s:30:\"Workshop Center Testimonials 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/09/Testemonials-7-1.jpg\";s:12:\"tmpl_created\";i:1670413740;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/workshop-center-testimonials-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:25:\"[\"Flexbox\",\"Testimonial\"]\";s:10:\"menu_order\";i:347;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:468;a:20:{s:4:\"tmpl\";i:1757;s:2:\"id\";i:26463;s:5:\"title\";s:30:\"Workshop Center Testimonials 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/09/Testemonials-9-1.jpg\";s:12:\"tmpl_created\";i:1670413756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/workshop-center-testimonials-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:25:\"[\"Flexbox\",\"Testimonial\"]\";s:10:\"menu_order\";i:348;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:469;a:20:{s:4:\"tmpl\";i:1594;s:2:\"id\";i:26469;s:5:\"title\";s:30:\"Workshop Center Testimonials 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/09/Testemonials-8-1.jpg\";s:12:\"tmpl_created\";i:1670403314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/workshop-center-testimonials-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:25:\"[\"Flexbox\",\"Testimonial\"]\";s:10:\"menu_order\";i:349;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:470;a:20:{s:4:\"tmpl\";i:1589;s:2:\"id\";i:26475;s:5:\"title\";s:30:\"Workshop Center Testimonials 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/09/Testemonials-12.jpg\";s:12:\"tmpl_created\";i:1670403189;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/workshop-center-testimonials-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:25:\"[\"Flexbox\",\"Testimonial\"]\";s:10:\"menu_order\";i:350;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:471;a:20:{s:4:\"tmpl\";i:1586;s:2:\"id\";i:26481;s:5:\"title\";s:30:\"Workshop Center Testimonials 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/09/Testemonials-10-1.jpg\";s:12:\"tmpl_created\";i:1670403118;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/workshop-center-testimonials-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:25:\"[\"Flexbox\",\"Testimonial\"]\";s:10:\"menu_order\";i:351;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:17:\"container_flexbox\";s:15:\"minimum_version\";s:6:\"3.10.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}', 'off');
INSERT INTO `wpht_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1910, '_site_transient_timeout_wp_remote_block_patterns_e491ea4e19d0a491f0ba8b2891c7ad78', '1738001705', 'off');
INSERT INTO `wpht_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1911, '_site_transient_wp_remote_block_patterns_e491ea4e19d0a491f0ba8b2891c7ad78', 'a:28:{i:0;O:8:\"stdClass\":7:{s:2:\"id\";i:215783;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:13:\"enlace en bio\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:6693:\"\n<div class=\"wp-block-group has-white-background-color has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:var(--wp--preset--spacing--80);padding-right:0;padding-bottom:var(--wp--preset--spacing--80);padding-left:0\"><h1 style=\"font-style:normal;font-weight:700;\" class=\"has-text-align-center wp-block-site-title has-medium-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Patrones</a></h1>\n\n<p class=\"has-text-align-center wp-block-site-tagline\">Beautifully designed patterns ready to go with a simple copy/paste</p>\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-1 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Ver mis últimos vídeos</a></div>\n\n\n\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Comprar merchandising</a></div>\n\n\n\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Ayúdame en Patreon</a></div>\n\n\n\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Consigue entradas para mi espectáculo</a></div>\n</div>\n\n\n\n<ul class=\"wp-block-social-links has-normal-icon-size has-icon-color has-icon-background-color is-content-justification-center is-layout-flex wp-container-core-social-links-is-layout-1 wp-block-social-links-is-layout-flex\" style=\"padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)\"><li style=\"color: #000000; background-color: #ffffff; \" class=\"wp-social-link wp-social-link-instagram has-black-color has-white-background-color wp-block-social-link\"><a href=\"https://wordpress.org/patterns/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Instagram</span></a></li>\n\n<li style=\"color: #000000; background-color: #ffffff; \" class=\"wp-social-link wp-social-link-bandcamp has-black-color has-white-background-color wp-block-social-link\"><a href=\"https://wordpress.org/patterns/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M15.27 17.289 3 17.289 8.73 6.711 21 6.711 15.27 17.289\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Bandcamp</span></a></li>\n\n<li style=\"color: #000000; background-color: #ffffff; \" class=\"wp-social-link wp-social-link-twitter has-black-color has-white-background-color wp-block-social-link\"><a href=\"https://wordpress.org/patterns/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitter</span></a></li>\n\n<li style=\"color: #000000; background-color: #ffffff; \" class=\"wp-social-link wp-social-link-twitch has-black-color has-white-background-color wp-block-social-link\"><a href=\"https://wordpress.org/patterns/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M16.499,8.089h-1.636v4.91h1.636V8.089z M12,8.089h-1.637v4.91H12V8.089z M4.228,3.178L3,6.451v13.092h4.499V22h2.456 l2.454-2.456h3.681L21,14.636V3.178H4.228z M19.364,13.816l-2.864,2.865H12l-2.453,2.453V16.68H5.863V4.814h13.501V13.816z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitch</span></a></li></ul>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:116:\"core/button,core/buttons,core/group,core/site-tagline,core/site-title,core/social-link,core/social-links,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:14:\"call-to-action\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:2692:\"<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|80\",\"right\":\"0\",\"bottom\":\"var:preset|spacing|80\",\"left\":\"0\"}}},\"backgroundColor\":\"white\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-white-background-color has-background\" style=\"padding-top:var(--wp--preset--spacing--80);padding-right:0;padding-bottom:var(--wp--preset--spacing--80);padding-left:0\"><!-- wp:site-title {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} /-->\n\n<!-- wp:site-tagline {\"textAlign\":\"center\"} /-->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Ver mis últimos vídeos</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"width\":100} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Comprar merchandising</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"width\":100} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Ayúdame en Patreon</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"width\":100,\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Consigue entradas para mi espectáculo</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:social-links {\"iconColor\":\"black\",\"iconColorValue\":\"#000000\",\"iconBackgroundColor\":\"white\",\"iconBackgroundColorValue\":\"#ffffff\",\"size\":\"has-normal-icon-size\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"0\"},\"padding\":{\"top\":\"var:preset|spacing|60\",\"bottom\":\"var:preset|spacing|60\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<ul class=\"wp-block-social-links has-normal-icon-size has-icon-color has-icon-background-color\" style=\"padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)\"><!-- wp:social-link {\"url\":\"https://wordpress.org/patterns/\",\"service\":\"instagram\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://wordpress.org/patterns/\",\"service\":\"bandcamp\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://wordpress.org/patterns/\",\"service\":\"twitter\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://wordpress.org/patterns/\",\"service\":\"twitch\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group -->\";}i:1;O:8:\"stdClass\":7:{s:2:\"id\";i:1423;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:29:\"Llamada a la acción sencilla\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:994:\"\n<div class=\"wp-block-group alignfull has-text-color has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"background-color:#ffffff;color:#000000\">\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-align-center has-small-font-size\" style=\"line-height:.9\"><strong>Ponte en contacto</strong></p>\n\n\n\n<h2 class=\"has-text-align-center wp-block-heading\" id=\"schedule-a-visit\" style=\"font-size:59px;line-height:1.15\"><strong>Programa una visita</strong></h2>\n\n\n\n<div class=\"wp-block-buttons is-horizontal is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-2 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-text-color has-background\" style=\"border-radius:50px;background-color:#000000;color:#ffffff\">Contáctanos</a></div>\n</div>\n\n\n\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:91:\"Un contenedor con fondo blanco. Dentro hay un párrafo centrado, un encabezado y un botón.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/button,core/buttons,core/group,core/heading,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:7:\"buttons\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1516:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"text\":\"#000000\",\"background\":\"#ffffff\"}}} -->\n<div class=\"wp-block-group alignfull has-text-color has-background\" style=\"background-color:#ffffff;color:#000000\"><!-- wp:spacer {\"height\":64} -->\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"lineHeight\":\".9\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-center has-small-font-size\" style=\"line-height:.9\"><strong>Ponte en contacto</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontSize\":59,\"lineHeight\":\"1.15\"}}} -->\n<h2 class=\"has-text-align-center\" id=\"schedule-a-visit\" style=\"font-size:59px;line-height:1.15\"><strong>Programa una visita</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":50,\"style\":{\"color\":{\"background\":\"#000000\",\"text\":\"#ffffff\"},\"border\":{\"radius\":\"50px\"}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-text-color has-background\" style=\"border-radius:50px;background-color:#000000;color:#ffffff\">Contáctanos</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {\"height\":64} -->\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";}i:2;O:8:\"stdClass\":7:{s:2:\"id\";i:1428;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:33:\"Tabla de precios de tres columnas\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3956:\"\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\" style=\"margin-bottom:0\">\n<div class=\"wp-block-column has-text-color has-background has-link-color wp-elements-128006ec6390bc670505ac7e7bceed17 is-layout-flow wp-block-column-is-layout-flow\" style=\"color:#000000;background-color:#ffe97d;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 class=\"wp-block-heading\" id=\"single\" style=\"font-size:40px\"><strong>Individual</strong></h2>\n\n\n\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Enriquece nuestra creciente comunidad.</strong> </p>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-css-opacity has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n\n\n\n<ul class=\"has-normal-font-size wp-block-list\">\n<li>Entrada general y descuentos de miembro para un adulto</li>\n\n\n\n<li>Una entrada gratuita por exposición especial</li>\n\n\n\n<li>Dos pases de un solo uso para invitados por año</li>\n</ul>\n\n\n\n<div class=\"wp-block-buttons alignfull is-horizontal is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-3 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">110 € / año</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column has-text-color has-background has-link-color wp-elements-7e53fede344932d9506573f348af71d4 is-layout-flow wp-block-column-is-layout-flow\" style=\"color:#000000;background-color:#d1d1e1;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 class=\"wp-block-heading\" id=\"family\" style=\"font-size:40px\"><strong>Familiar</strong></h2>\n\n\n\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Apoya las exposiciones especiales.</strong></p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<ul class=\"has-normal-font-size wp-block-list\">\n<li>Entrada general y descuentos de miembro para dos adultos</li>\n\n\n\n<li>Cuatro entradas gratuitas por exposición especial</li>\n\n\n\n<li>Cuatro pases de un solo uso para invitados por año</li>\n</ul>\n\n\n\n<div class=\"wp-block-buttons alignfull is-horizontal is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-4 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">200 € / año</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column has-text-color has-background has-link-color wp-elements-b5152c267d6db79b39a32c08ace193c0 is-layout-flow wp-block-column-is-layout-flow\" style=\"color:#000000;background-color:#c0ebf1;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 class=\"wp-block-heading\" id=\"patron\" style=\"font-size:40px\"><strong>Patrono</strong></h2>\n\n\n\n<p class=\"has-normal-font-size\"><strong>Lleva el apoyo al siguiente nivel.</strong></p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<ul class=\"has-normal-font-size wp-block-list\">\n<li>Entrada general y descuentos de miembro para dos adultos</li>\n\n\n\n<li>Cinco entradas gratuitas por exposición especial</li>\n\n\n\n<li>Seis pases de un solo uso para invitados por año</li>\n</ul>\n\n\n\n<div class=\"wp-block-buttons alignfull is-horizontal is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-5 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">400 € / año</a></div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:300:\"Tres columnas de igual anchura configuradas como una tabla de precios. La columna de la izquierda tiene un fondo amarillo, la del medio tiene un fondo púrpura claro y la de la derecha tiene un fondo azul claro. Cada columna contiene un encabezado, un subtítulo, un separador, una lista y un botón.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:117:\"core/button,core/buttons,core/column,core/columns,core/heading,core/list,core/list-item,core/paragraph,core/separator\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:14:\"call-to-action\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:6232:\"<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"margin-bottom:0\"><!-- wp:column {\"style\":{\"color\":{\"background\":\"#ffe97d\",\"text\":\"#000000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#000000\"}}},\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-column has-text-color has-background has-link-color\" style=\"color:#000000;background-color:#ffe97d;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"40px\"}},\"anchor\":\"single\"} -->\n<h2 class=\"wp-block-heading\" id=\"single\" style=\"font-size:40px\"><strong>Individual</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.5\"}},\"fontSize\":\"normal\"} -->\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Enriquece nuestra creciente comunidad.</strong> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"style\":{\"color\":{\"background\":\"#000000\"}},\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-text-color has-css-opacity has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n<!-- /wp:separator -->\n\n<!-- wp:list {\"fontSize\":\"normal\"} -->\n<ul class=\"has-normal-font-size\"><!-- wp:list-item -->\n<li>Entrada general y descuentos de miembro para un adulto</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Una entrada gratuita por exposición especial</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dos pases de un solo uso para invitados por año</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons alignfull\"><!-- wp:button {\"textColor\":\"white\",\"width\":100,\"style\":{\"color\":{\"background\":\"#000000\"},\"border\":{\"radius\":0}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">110 € / año</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"color\":{\"background\":\"#d1d1e1\",\"text\":\"#000000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#000000\"}}},\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-column has-text-color has-background has-link-color\" style=\"color:#000000;background-color:#d1d1e1;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"40px\"}},\"anchor\":\"family\"} -->\n<h2 class=\"wp-block-heading\" id=\"family\" style=\"font-size:40px\"><strong>Familiar</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.5\"}},\"fontSize\":\"normal\"} -->\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Apoya las exposiciones especiales.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n<!-- /wp:separator -->\n\n<!-- wp:list {\"fontSize\":\"normal\"} -->\n<ul class=\"has-normal-font-size\"><!-- wp:list-item -->\n<li>Entrada general y descuentos de miembro para dos adultos</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Cuatro entradas gratuitas por exposición especial</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Cuatro pases de un solo uso para invitados por año</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons alignfull\"><!-- wp:button {\"textColor\":\"white\",\"width\":100,\"style\":{\"color\":{\"background\":\"#000000\"},\"border\":{\"radius\":0}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">200 € / año</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"color\":{\"background\":\"#c0ebf1\",\"text\":\"#000000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#000000\"}}},\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-column has-text-color has-background has-link-color\" style=\"color:#000000;background-color:#c0ebf1;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"40px\"}},\"anchor\":\"patron\"} -->\n<h2 class=\"wp-block-heading\" id=\"patron\" style=\"font-size:40px\"><strong>Patrono</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"fontSize\":\"normal\"} -->\n<p class=\"has-normal-font-size\"><strong>Lleva el apoyo al siguiente nivel.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n<!-- /wp:separator -->\n\n<!-- wp:list {\"fontSize\":\"normal\"} -->\n<ul class=\"has-normal-font-size\"><!-- wp:list-item -->\n<li>Entrada general y descuentos de miembro para dos adultos</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Cinco entradas gratuitas por exposición especial</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Seis pases de un solo uso para invitados por año</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons alignfull\"><!-- wp:button {\"textColor\":\"white\",\"width\":100,\"style\":{\"color\":{\"background\":\"#000000\"},\"border\":{\"radius\":0}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">400 € / año</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:3;O:8:\"stdClass\":7:{s:2:\"id\";i:1503;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:25:\"Imagen y cita en un fondo\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2298:\"\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#f1f5c7\"><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/pear-1-1024x1024.png\" alt=\"\" class=\"wp-image-5263 size-full\" srcset=\"https://s.w.org/patterns/files/2021/06/pear-1-1024x1024.png 1024w, https://s.w.org/patterns/files/2021/06/pear-1-300x300.png 300w, https://s.w.org/patterns/files/2021/06/pear-1-150x150.png 150w, https://s.w.org/patterns/files/2021/06/pear-1-768x768.png 768w, https://s.w.org/patterns/files/2021/06/pear-1.png 1300w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" /></figure><div class=\"wp-block-media-text__content\">\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<p style=\"font-size:36px;line-height:1.2\"><strong>Hasta la fruta más amarga tiene azúcar.</strong></p>\n\n\n\n<p class=\"has-extra-small-font-size\">– Terry a O&#8217;Neal</p>\n</div>\n</div></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#fffdea\"><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/pear-half-1024x1024.png\" alt=\"\" class=\"wp-image-673 size-full\" srcset=\"https://s.w.org/patterns/files/2021/06/pear-half-1024x1024.png 1024w, https://s.w.org/patterns/files/2021/06/pear-half-300x300.png 300w, https://s.w.org/patterns/files/2021/06/pear-half-150x150.png 150w, https://s.w.org/patterns/files/2021/06/pear-half-768x768.png 768w, https://s.w.org/patterns/files/2021/06/pear-half.png 1300w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" /></figure><div class=\"wp-block-media-text__content\">\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<p style=\"font-size:36px;line-height:1.2\"><strong>Los árboles que tardan en crecer dan los mejores frutos.</strong></p>\n\n\n\n<p class=\"has-extra-small-font-size\">– Molière</p>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:240:\"Dos bloques de medios y texto. El de arriba tiene un fondo verde pálido. El texto está a la izquierda y contiene una cita, y la imagen está a la derecha. El siguiente bloque, debajo, tiene la imagen a la izquierda y la cita a la derecha.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:41:\"core/group,core/media-text,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"images\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:2409:\"<!-- wp:media-text {\"mediaPosition\":\"right\",\"mediaId\":5263,\"mediaLink\":\"https://wordpress.org/patterns/pattern/image-and-quote-on-a-background/pear-3/\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\",\"style\":{\"color\":{\"background\":\"#f1f5c7\"}}} -->\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#f1f5c7\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/patterns/files/2021/06/pear-1-1024x1024.png\" alt=\"\" class=\"wp-image-5263 size-full\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-group\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.2\",\"fontSize\":\"36px\"}}} -->\n<p style=\"font-size:36px;line-height:1.2\"><strong>Hasta la fruta más amarga tiene azúcar.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"fontSize\":\"extra-small\"} -->\n<p class=\"has-extra-small-font-size\">– Terry a O\'Neal</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":673,\"mediaLink\":\"https://wordpress.org/patterns/pear-half/\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\",\"style\":{\"color\":{\"background\":\"#fffdea\"}}} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#fffdea\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/patterns/files/2021/06/pear-half-1024x1024.png\" alt=\"\" class=\"wp-image-673 size-full\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-group\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.2\",\"fontSize\":\"36px\"}}} -->\n<p style=\"font-size:36px;line-height:1.2\"><strong>Los árboles que tardan en crecer dan los mejores frutos.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"fontSize\":\"extra-small\"} -->\n<p class=\"has-extra-small-font-size\">– Molière</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:media-text -->\";}i:4;O:8:\"stdClass\":7:{s:2:\"id\";i:1433;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:6:\"evento\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1760:\"\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-top has-text-color has-background has-link-color wp-elements-862b33ce33dbb8311161bb4657134546\" style=\"color:#fffdc7;background-color:#121c1c;grid-template-columns:auto 60%\"><div class=\"wp-block-media-text__content\">\n<div class=\"wp-block-group has-link-color wp-elements-04e70f5896cca33d56069146f7caa029 is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 class=\"wp-block-heading\" style=\"font-size:48px;font-weight:700;line-height:1.15\">Fiesta de <br>inauguración</h2>\n\n\n\n<p class=\"has-text-color has-link-color wp-elements-0860918d5b16b9e1778b1966b333b980\" style=\"color:#fffdc7\"><strong><a href=\"#\">RSVP <span aria-hidden=\"true\" class=\"wp-exclude-emoji\">→</span></a></strong></p>\n</div>\n</div><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-590 size-full\" srcset=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1024x1024.jpg 1024w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-300x300.jpg 300w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-150x150.jpg 150w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-768x768.jpg 768w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1536x1536.jpg 1536w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1.jpg 1572w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" /></figure></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:54:\"core/group,core/heading,core/media-text,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:6:\"images\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1627:\"<!-- wp:media-text {\"align\":\"full\",\"mediaPosition\":\"right\",\"mediaId\":590,\"mediaLink\":\"https://wordpress.org/patterns/image-from-rawpixel-id-430289-jpeg-1/\",\"mediaType\":\"image\",\"mediaWidth\":60,\"verticalAlignment\":\"top\",\"style\":{\"color\":{\"background\":\"#121c1c\",\"text\":\"#fffdc7\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#fffdc7\"}}}}} -->\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-top has-text-color has-background has-link-color\" style=\"color:#fffdc7;background-color:#121c1c;grid-template-columns:auto 60%\"><div class=\"wp-block-media-text__content\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"#fffdc7\"}}}}} -->\n<div class=\"wp-block-group has-link-color\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontWeight\":\"700\",\"fontSize\":\"48px\",\"lineHeight\":\"1.15\"}}} -->\n<h2 class=\"wp-block-heading\" style=\"font-size:48px;font-weight:700;line-height:1.15\">Fiesta de <br>inauguración</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"#fffdc7\"}}},\"color\":{\"text\":\"#fffdc7\"}}} -->\n<p class=\"has-text-color has-link-color\" style=\"color:#fffdc7\"><strong><a href=\"#\">RSVP →</a></strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-590 size-full\" /></figure></div>\n<!-- /wp:media-text -->\";}i:5;O:8:\"stdClass\":7:{s:2:\"id\";i:1575;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:29:\"Anuncio y detalles del evento\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1887:\"\n<div class=\"wp-block-group alignfull has-black-color has-text-color has-background has-link-color wp-elements-624ef7afa335277afb681700bd5ecdb0 is-layout-flow wp-block-group-is-layout-flow\" style=\"background-color:#d2cdc7\">\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"alignwide wp-block-heading\" style=\"font-size:46px;font-weight:400;line-height:1.1\">HÉLÈNE DUMAS<br><em>FRAGMENTOS</em></h2>\n\n\n\n<h3 class=\"alignwide wp-block-heading\" style=\"font-size:46px;font-weight:400;line-height:1.1\">20/4 — 9/9/2021<br>SOUTH LONDON ART GALLERY</h3>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:25%\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:75%\">\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https://mywptesting.site/wp-content/uploads/2021/06/Histoire_naturelle_..._-fragments-_-_Upper_cover_C108eee15-1.jpg\" alt=\"\" class=\"wp-image-3173\" /></figure>\n</div>\n</div>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-3 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"font-size:25px\">MÁS INFORMACIÓN EN: ES.WP.ORG · +34 21 1234 5678</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-align-right\" style=\"font-size:25px\">INSTAGRAM · <a href=\"#\">TIQUES</a></p>\n</div>\n</div>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:86:\"core/column,core/columns,core/group,core/heading,core/image,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"images\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:2633:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#d2cdc7\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<div class=\"wp-block-group alignfull has-black-color has-text-color has-background has-link-color\" style=\"background-color:#d2cdc7\"><!-- wp:spacer {\"height\":50} -->\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"46px\",\"lineHeight\":\"1.1\",\"fontWeight\":\"400\"}}} -->\n<h2 class=\"alignwide\" style=\"font-size:46px;font-weight:400;line-height:1.1\">HÉLÈNE DUMAS<br><em>FRAGMENTOS</em></h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3,\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"46px\",\"lineHeight\":\"1.1\",\"fontWeight\":\"400\"}}} -->\n<h3 class=\"alignwide\" style=\"font-size:46px;font-weight:400;line-height:1.1\">20/4 — 9/9/2021<br>SOUTH LONDON ART GALLERY</h3>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":50} -->\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"25%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:25%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"75%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:75%\"><!-- wp:image {\"id\":3173,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://mywptesting.site/wp-content/uploads/2021/06/Histoire_naturelle_..._-fragments-_-_Upper_cover_C108eee15-1.jpg\" alt=\"\" class=\"wp-image-3173\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":50} -->\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"25px\"}}} -->\n<p style=\"font-size:25px\">MÁS INFORMACIÓN EN: ES.WP.ORG · +34 21 1234 5678</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"25px\"}}} -->\n<p class=\"has-text-align-right\" style=\"font-size:25px\">INSTAGRAM · <a href=\"#\">TIQUES</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":50} -->\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";}i:6;O:8:\"stdClass\":7:{s:2:\"id\";i:1559;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:40:\"Imagen en color sólido con descripción\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1930:\"\n<div class=\"wp-block-columns alignfull is-layout-flex wp-container-core-columns-is-layout-5 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#f6f6f6;min-height:600px;aspect-ratio:unset;aspect-ratio:unset;\"><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-medium\"><img loading=\"lazy\" decoding=\"async\" width=\"263\" height=\"300\" src=\"https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg\" alt=\"\" class=\"wp-image-571\" srcset=\"https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg 263w, https://s.w.org/patterns/files/2021/06/wire-sculpture-898x1024.jpg 898w, https://s.w.org/patterns/files/2021/06/wire-sculpture-768x875.jpg 768w, https://s.w.org/patterns/files/2021/06/wire-sculpture-1347x1536.jpg 1347w, https://s.w.org/patterns/files/2021/06/wire-sculpture.jpg 1658w\" sizes=\"auto, (max-width: 263px) 100vw, 263px\" /></figure></div>\n</div></div>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"padding-top:1em;padding-right:1em;padding-bottom:1em;padding-left:1em\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-4 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:320px\">\n<p class=\"has-small-font-size\" style=\"line-height:1.6\"><strong>Avión</strong></p>\n\n\n\n<p class=\"has-small-font-size\" style=\"line-height:1.6\">Alambre de cobre, base de madera. Creé esta pieza a finales de 2008. Para este trabajo, quise transmitir la pesadez industrial de un avión, así como la sensación de flotar en una nube que sientes cuando estás en uno.</p>\n</div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:41:\"Imagen en color sólido con descripción.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:61:\"core/column,core/columns,core/cover,core/image,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"images\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1837:\"<!-- wp:columns {\"align\":\"full\"} -->\n<div class=\"wp-block-columns alignfull\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:cover {\"customOverlayColor\":\"#f6f6f6\",\"minHeight\":600} -->\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#f6f6f6;min-height:600px\"><div class=\"wp-block-cover__inner-container\"><!-- wp:image {\"align\":\"center\",\"id\":571,\"sizeSlug\":\"medium\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-medium\"><img src=\"https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg\" alt=\"\" class=\"wp-image-571\" /></figure></div>\n<!-- /wp:image --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"}}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"padding-top:1em;padding-right:1em;padding-bottom:1em;padding-left:1em\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"320px\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:320px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.6\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\" style=\"line-height:1.6\"><strong>Avión</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.6\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\" style=\"line-height:1.6\">Alambre de cobre, base de madera. Creé esta pieza a finales de 2008. Para este trabajo, quise transmitir la pesadez industrial de un avión, así como la sensación de flotar en una nube que sientes cuando estás en uno.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:7;O:8:\"stdClass\":7:{s:2:\"id\";i:1563;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:39:\"Imágenes desplazadas con descripciones\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3018:\"\n<div class=\"wp-block-columns alignwide are-vertically-aligned-top is-layout-flex wp-container-core-columns-is-layout-6 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-top is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group wp-container-content-2 is-vertical is-content-justification-left is-nowrap is-layout-flex wp-container-core-group-is-layout-8 wp-block-group-is-layout-flex\" style=\"margin-top:0;margin-bottom:0\">\n<figure class=\"wp-block-image size-large wp-container-content-1\"><img loading=\"lazy\" decoding=\"async\" width=\"793\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/Iris-793x1024.jpg\" alt=\"Preciosas impresiones fotomecánicas de Iris blancos (1887-1897) de Ogawa Kazumasa. Original del Rijksmuseum. \" class=\"wp-image-525\" srcset=\"https://s.w.org/patterns/files/2021/06/Iris-793x1024.jpg 793w, https://s.w.org/patterns/files/2021/06/Iris-232x300.jpg 232w, https://s.w.org/patterns/files/2021/06/Iris-768x992.jpg 768w, https://s.w.org/patterns/files/2021/06/Iris-1189x1536.jpg 1189w, https://s.w.org/patterns/files/2021/06/Iris-1586x2048.jpg 1586w, https://s.w.org/patterns/files/2021/06/Iris.jpg 1920w\" sizes=\"auto, (max-width: 793px) 100vw, 793px\" /></figure>\n\n\n\n<div class=\"wp-block-group is-vertical is-nowrap is-layout-flex wp-container-core-group-is-layout-7 wp-block-group-is-layout-flex\">\n<p class=\"has-medium-font-size\"><strong>Iris blancos</strong></p>\n\n\n\n<p class=\"has-small-font-size\">Ogawa Kazumasa</p>\n</div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-top is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group wp-container-content-3 is-vertical is-layout-flex wp-container-core-group-is-layout-10 wp-block-group-is-layout-flex\" style=\"margin-top:0;margin-bottom:0\">\n<div class=\"wp-block-group is-vertical is-nowrap is-layout-flex wp-container-core-group-is-layout-9 wp-block-group-is-layout-flex\">\n<div style=\"height:80px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-medium-font-size\"><strong>Flor de cerezo</strong></p>\n\n\n\n<p class=\"has-small-font-size\">Ogawa Kazumasa</p>\n</div>\n\n\n\n<figure class=\"wp-block-image size-large\" style=\"font-size:14px\"><img loading=\"lazy\" decoding=\"async\" width=\"707\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/Cherry-Blossom-707x1024.jpg\" alt=\"Preciosas impresiones fotomecánicas de Cerezos en flor (1887-1897) de Ogawa Kazumasa. Original del Rijksmuseum. \" class=\"wp-image-524\" srcset=\"https://s.w.org/patterns/files/2021/06/Cherry-Blossom-707x1024.jpg 707w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-207x300.jpg 207w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-768x1112.jpg 768w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-1061x1536.jpg 1061w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-1414x2048.jpg 1414w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-scaled.jpg 1768w\" sizes=\"auto, (max-width: 707px) 100vw, 707px\" /></figure>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:69:\"Dos columnas desplazadas con imágenes y títulos dentro de cada una.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:73:\"core/column,core/columns,core/group,core/image,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"gallery\";i:1;s:6:\"images\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:2929:\"<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-top\"><!-- wp:column {\"verticalAlignment\":\"top\"} -->\n<div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"480px\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:image {\"id\":525,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"50%\"}}} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/patterns/files/2021/06/Iris-793x1024.jpg\" alt=\"Preciosas impresiones fotomecánicas de Iris blancos (1887-1897) de Ogawa Kazumasa. Original del Rijksmuseum. \" class=\"wp-image-525\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"fontSize\":\"medium\"} -->\n<p class=\"has-medium-font-size\"><strong>Iris blancos</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Ogawa Kazumasa</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\"} -->\n<div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"480px\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:spacer {\"height\":\"80px\"} -->\n<div style=\"height:80px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"fontSize\":\"medium\"} -->\n<p class=\"has-medium-font-size\"><strong>Flor de cerezo</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Ogawa Kazumasa</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:image {\"id\":524,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<figure class=\"wp-block-image size-large\" style=\"font-size:14px\"><img src=\"https://s.w.org/patterns/files/2021/06/Cherry-Blossom-707x1024.jpg\" alt=\"Preciosas impresiones fotomecánicas de Cerezos en flor (1887-1897) de Ogawa Kazumasa. Original del Rijksmuseum. \" class=\"wp-image-524\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:8;O:8:\"stdClass\":7:{s:2:\"id\";i:1564;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:44:\"Imagen con descripción abajo y a la derecha\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1738:\"\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:10%\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-1024x1024.jpg\" alt=\"Ilustración clásica de Cupido\" class=\"wp-image-522\" srcset=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-1024x1024.jpg 1024w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-300x300.jpg 300w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-150x150.jpg 150w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-768x768.jpg 768w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1.jpg 1510w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:10%\"></div>\n</div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"font-size:14px\"><strong>Cupido volando</strong><br>Impresión giclée de 48&#8243; x 48&#8243; en papel de archivo.</p>\n</div>\n</div>\n\n\n\n<p></p>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:45:\"Imagen con descripción abajo y a la derecha.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:50:\"core/column,core/columns,core/image,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"images\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1252:\"<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"10%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:10%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":522,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-1024x1024.jpg\" alt=\"Ilustración clásica de Cupido\" class=\"wp-image-522\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"10%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:10%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\"><strong>Cupido volando</strong><br>Impresión giclée de 48\" x 48\" en papel de archivo.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\";}i:9;O:8:\"stdClass\":7:{s:2:\"id\";i:1442;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:19:\"Detalles del evento\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1719:\"\n<figure class=\"wp-block-image alignwide size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1227\" src=\"https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg\" alt=\"Imagen de una mujer llevada por el aire por cisnes.\" class=\"wp-image-501\" srcset=\"https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg 2560w, https://s.w.org/patterns/files/2021/06/Group-17-300x144.jpg 300w, https://s.w.org/patterns/files/2021/06/Group-17-1024x491.jpg 1024w, https://s.w.org/patterns/files/2021/06/Group-17-768x368.jpg 768w, https://s.w.org/patterns/files/2021/06/Group-17-1536x736.jpg 1536w, https://s.w.org/patterns/files/2021/06/Group-17-2048x981.jpg 2048w\" sizes=\"auto, (max-width: 2560px) 100vw, 2560px\" /></figure>\n\n\n\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center is-layout-flex wp-container-core-columns-is-layout-9 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"line-height:2\"><strong>Ubicación:</strong><br>Paseo de la Castellana 82, MAD</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"line-height:2\"><strong>Fecha:</strong><br>24 de octubre de 2021</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#efefef;background-color:#262626\">Comprar tiques</a></div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:20:\"Detalles del evento.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/button,core/buttons,core/column,core/columns,core/image,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:14:\"call-to-action\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1649:\"<!-- wp:image {\"align\":\"wide\",\"id\":501,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image alignwide size-full\"><img src=\"https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg\" alt=\"Imagen de una mujer llevada por el aire por cisnes.\" class=\"wp-image-501\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\"><strong>Ubicación:</strong><br>Paseo de la Castellana 82, MAD</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\"><strong>Fecha:</strong><br>24 de octubre de 2021</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"style\":{\"color\":{\"background\":\"#262626\",\"text\":\"#efefef\"}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#efefef;background-color:#262626\">Comprar tiques</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:10;O:8:\"stdClass\":7:{s:2:\"id\";i:1453;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:22:\"Tres columnas de texto\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1312:\"\n<div class=\"wp-block-columns alignfull has-text-color has-background is-layout-flex wp-container-core-columns-is-layout-10 wp-block-columns-is-layout-flex\" style=\"background-color:#ffffff;color:#000000\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\" style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://es.wordpress.org\">Visita virtual <span aria-hidden=\"true\" class=\"wp-exclude-emoji\">↗</span></a></strong></h3>\n\n\n\n<p>Haz una visita virtual al museo. Ideal para colegios y eventos.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\" style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://es.wordpress.org\">Eventos en curso <span aria-hidden=\"true\" class=\"wp-exclude-emoji\">↗</span></a></strong></h3>\n\n\n\n<p>Mantente al día y consulta aquí nuestras exposiciones actuales.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\" style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://es.wordpress.org\">Información útil <span aria-hidden=\"true\" class=\"wp-exclude-emoji\">↗</span></a></strong></h3>\n\n\n\n<p>Conoce nuestros horarios, precios de las entradas y descuentos.</p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:23:\"Tres columnas de texto.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:52:\"core/column,core/columns,core/heading,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1537:\"<!-- wp:columns {\"align\":\"full\",\"style\":{\"color\":{\"text\":\"#000000\",\"background\":\"#ffffff\"}}} -->\n<div class=\"wp-block-columns alignfull has-text-color has-background\" style=\"background-color:#ffffff;color:#000000\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://es.wordpress.org\">Visita virtual ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Haz una visita virtual al museo. Ideal para colegios y eventos.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://es.wordpress.org\">Eventos en curso ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Mantente al día y consulta aquí nuestras exposiciones actuales.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://es.wordpress.org\">Información útil ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Conoce nuestros horarios, precios de las entradas y descuentos.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:11;O:8:\"stdClass\":7:{s:2:\"id\";i:1454;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:35:\"Tres columnas con imágenes y texto\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3665:\"\n<div class=\"wp-block-group alignfull has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"background-color:#f5eac1;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw\">\n<div class=\"wp-block-group is-vertical is-nowrap is-layout-flex wp-container-core-group-is-layout-11 wp-block-group-is-layout-flex\" style=\"padding-right:0;padding-left:0\">\n<h6 class=\"wp-block-heading has-text-color\" id=\"ecosystem\" style=\"color:#000000;font-size:16px\">ECOSISTEMA</h6>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:6vw;font-style:normal;font-weight:700;letter-spacing:0px;line-height:0.9;text-decoration:none;text-transform:none\">Crecimiento positivo.</p>\n</div>\n\n\n\n<div style=\"height:1vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group alignwide is-vertical is-nowrap is-layout-flex wp-container-core-group-is-layout-12 wp-block-group-is-layout-flex\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-11 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.38%\">\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\"><em>Naturaleza</em>, en el sentido común, se refiere a esencias no modificadas por el hombre; el espacio, el aire, el río, la hoja&nbsp;<em>Arte</em>&nbsp;se aplica a la mezcla de su voluntad con las mismas cosas, como en una casa, un canal, una estatua, un cuadro. </p>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Pero tus operaciones en conjunto son tan insignificantes (un poco de picar, hornear, parchar y lavar) que en una impresión tan grande como la del mundo en la mente humana, no varían el resultado.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33%\">\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"La puesta de sol a través de un denso bosque.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.62%\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Aerogeneradores en una llanura de hierba, con un cielo azul.\" /></figure>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-12 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:69%\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"El sol brilla sobre una cresta que desciende hacia la costa. A lo lejos, un coche circula por una carretera.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33%\">\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Sin duda, no tenemos que hacer preguntas que no tengan respuesta. Debemos confiar en la perfección de la creación hasta el punto de creer que cualquier curiosidad que el orden de las cosas haya despertado en nuestra mente, el orden de las cosas puede satisfacerla. La condición de todo hombre es una solución en jeroglífico a las preguntas que él mismo se plantea.</p>\n</div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:87:\"Tres columnas con imágenes y texto, con espaciado vertical para un aspecto desplazado.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:86:\"core/column,core/columns,core/group,core/heading,core/image,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:4:{i:0;s:7:\"columns\";i:1;s:7:\"gallery\";i:2;s:6:\"images\";i:3;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:5215:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#f5eac1\"},\"spacing\":{\"padding\":{\"top\":\"6vw\",\"bottom\":\"6vw\",\"left\":\"6vw\",\"right\":\"6vw\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#f5eac1;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"16px\",\"padding\":{\"right\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\" style=\"padding-right:0;padding-left:0\"><!-- wp:heading {\"level\":6,\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"16px\"}},\"anchor\":\"ecosystem\"} -->\n<h6 class=\"wp-block-heading has-text-color\" id=\"ecosystem\" style=\"color:#000000;font-size:16px\">ECOSISTEMA</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"0.9\",\"fontSize\":\"6vw\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"textTransform\":\"none\",\"textDecoration\":\"none\",\"letterSpacing\":\"0px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:6vw;font-style:normal;font-weight:700;letter-spacing:0px;line-height:0.9;text-decoration:none;text-transform:none\">Crecimiento positivo.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"1vw\"} -->\n<div style=\"height:1vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"3vw\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"3vw\",\"left\":\"3vw\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"33.38%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.38%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"17px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\"><em>Naturaleza</em>, en el sentido común, se refiere a esencias no modificadas por el hombre; el espacio, el aire, el río, la hoja&nbsp;<em>Arte</em>&nbsp;se aplica a la mezcla de su voluntad con las mismas cosas, como en una casa, un canal, una estatua, un cuadro. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"17px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Pero tus operaciones en conjunto son tan insignificantes (un poco de picar, hornear, parchar y lavar) que en una impresión tan grande como la del mundo en la mente humana, no varían el resultado.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33%\"><!-- wp:spacer {\"height\":\"2vw\"} -->\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"La puesta de sol a través de un denso bosque.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.62%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.62%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Aerogeneradores en una llanura de hierba, con un cielo azul.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"3vw\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"69%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:69%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"El sol brilla sobre una cresta que desciende hacia la costa. A lo lejos, un coche circula por una carretera.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33%\"><!-- wp:spacer {\"height\":\"2vw\"} -->\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"17px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Sin duda, no tenemos que hacer preguntas que no tengan respuesta. Debemos confiar en la perfección de la creación hasta el punto de creer que cualquier curiosidad que el orden de las cosas haya despertado en nuestra mente, el orden de las cosas puede satisfacerla. La condición de todo hombre es una solución en jeroglífico a las preguntas que él mismo se plantea.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:12;O:8:\"stdClass\":7:{s:2:\"id\";i:1459;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:40:\"Medios y texto con imagen a la izquierda\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:628:\"\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Primer plano, vista abstracta de arquitectura.\" /></figure><div class=\"wp-block-media-text__content\">\n<h3 class=\"wp-block-heading has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Espacios abiertos</strong></h3>\n\n\n\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">Ver estudio de caso <span aria-hidden=\"true\" class=\"wp-exclude-emoji\">↗</span></a></p>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:72:\"Bloque de medios y texto con imagen a la izquierda y texto a la derecha.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:43:\"core/heading,core/media-text,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:861:\"<!-- wp:media-text {\"align\":\"full\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Primer plano, vista abstracta de arquitectura.\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h3 class=\"wp-block-heading has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Espacios abiertos</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">Ver estudio de caso ↗</a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\";}i:13;O:8:\"stdClass\":7:{s:2:\"id\";i:1463;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:49:\"Cabecera grande con texto alineado a la izquierda\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1434:\"\n<div class=\"wp-block-cover alignfull\" style=\"min-height:800px;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<h2 class=\"wp-block-heading alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Bosque.</h2>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-13 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:55%\">\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Hasta un niño sabe lo valioso que es el bosque. El fresco e impresionante olor de los árboles. El eco de los pájaros volando por encima de esa densa magnitud. Un clima estable, una vida diversa y sostenible y una fuente de cultura. Sin embargo, los bosques y otros ecosistemas penden de un hilo, amenazados de convertirse en tierras de cultivo, pastos y plantaciones.</em></p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:35:\"Imagen de fondo con cita sobre ella\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/column,core/columns,core/cover,core/heading,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1750:\"<!-- wp:cover {\"url\":\"https://s.w.org/images/core/5.8/forest.jpg\",\"dimRatio\":60,\"minHeight\":800,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:800px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"align\":\"wide\",\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"fontSize\":\"64px\"}}} -->\n<h2 class=\"wp-block-heading alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Bosque.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"55%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:55%\"><!-- wp:spacer {\"height\":\"330px\"} -->\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"lineHeight\":\"1.3\",\"fontSize\":\"12px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Hasta un niño sabe lo valioso que es el bosque. El fresco e impresionante olor de los árboles. El eco de los pájaros volando por encima de esa densa magnitud. Un clima estable, una vida diversa y sostenible y una fuente de cultura. Sin embargo, los bosques y otros ecosistemas penden de un hilo, amenazados de convertirse en tierras de cultivo, pastos y plantaciones.</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\";}i:14;O:8:\"stdClass\":7:{s:2:\"id\";i:1464;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:10:\"encabezado\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:539:\"\n<h2 class=\"alignwide wp-block-heading\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">Somos un estudio de Madrid con práctica internacional en arquitectura, urbanismo y diseño de interiores. Creemos en el intercambio de conocimientos y en el fomento del diálogo para aumentar el potencial creativo de la colaboración.</h2>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:21:\"texto grande, TÍTULO\";s:16:\"wpop_description\";s:20:\"Texto del encabezado\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:12:\"core/heading\";}s:11:\"wpop_locale\";s:5:\"es_ES\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:12:\"core/heading\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:640:\"<!-- wp:heading {\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"48px\",\"lineHeight\":\"1.1\"}}} -->\n<h2 class=\"alignwide\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">Somos un estudio de Madrid con práctica internacional en arquitectura, urbanismo y diseño de interiores. Creemos en el intercambio de conocimientos y en el fomento del diálogo para aumentar el potencial creativo de la colaboración.</h2>\n<!-- /wp:heading -->\";}i:15;O:8:\"stdClass\":7:{s:2:\"id\";i:207567;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:11:\"Link in Bio\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:6666:\"\n<div class=\"wp-block-group has-white-background-color has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:var(--wp--preset--spacing--80);padding-right:0;padding-bottom:var(--wp--preset--spacing--80);padding-left:0\"><h1 style=\"font-style:normal;font-weight:700;\" class=\"has-text-align-center wp-block-site-title has-medium-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Patrones</a></h1>\n\n<p class=\"has-text-align-center wp-block-site-tagline\">Beautifully designed patterns ready to go with a simple copy/paste</p>\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-7 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Watch my latest videos</a></div>\n\n\n\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Buy merch</a></div>\n\n\n\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Support me on Patreon</a></div>\n\n\n\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Get tickets for my show</a></div>\n</div>\n\n\n\n<ul class=\"wp-block-social-links has-normal-icon-size has-icon-color has-icon-background-color is-content-justification-center is-layout-flex wp-container-core-social-links-is-layout-2 wp-block-social-links-is-layout-flex\" style=\"padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)\"><li style=\"color: #000000; background-color: #ffffff; \" class=\"wp-social-link wp-social-link-instagram has-black-color has-white-background-color wp-block-social-link\"><a href=\"https://wordpress.org/patterns/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Instagram</span></a></li>\n\n<li style=\"color: #000000; background-color: #ffffff; \" class=\"wp-social-link wp-social-link-bandcamp has-black-color has-white-background-color wp-block-social-link\"><a href=\"https://wordpress.org/patterns/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M15.27 17.289 3 17.289 8.73 6.711 21 6.711 15.27 17.289\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Bandcamp</span></a></li>\n\n<li style=\"color: #000000; background-color: #ffffff; \" class=\"wp-social-link wp-social-link-twitter has-black-color has-white-background-color wp-block-social-link\"><a href=\"https://wordpress.org/patterns/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitter</span></a></li>\n\n<li style=\"color: #000000; background-color: #ffffff; \" class=\"wp-social-link wp-social-link-twitch has-black-color has-white-background-color wp-block-social-link\"><a href=\"https://wordpress.org/patterns/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M16.499,8.089h-1.636v4.91h1.636V8.089z M12,8.089h-1.637v4.91H12V8.089z M4.228,3.178L3,6.451v13.092h4.499V22h2.456 l2.454-2.456h3.681L21,14.636V3.178H4.228z M19.364,13.816l-2.864,2.865H12l-2.453,2.453V16.68H5.863V4.814h13.501V13.816z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitch</span></a></li></ul>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:116:\"core/button,core/buttons,core/group,core/site-tagline,core/site-title,core/social-link,core/social-links,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:14:\"call-to-action\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:2665:\"<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|80\",\"right\":\"0\",\"bottom\":\"var:preset|spacing|80\",\"left\":\"0\"}}},\"backgroundColor\":\"white\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-white-background-color has-background\" style=\"padding-top:var(--wp--preset--spacing--80);padding-right:0;padding-bottom:var(--wp--preset--spacing--80);padding-left:0\"><!-- wp:site-title {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} /-->\n\n<!-- wp:site-tagline {\"textAlign\":\"center\"} /-->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Watch my latest videos</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"width\":100} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Buy merch</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"width\":100} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Support me on Patreon</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"width\":100,\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Get tickets for my show</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:social-links {\"iconColor\":\"black\",\"iconColorValue\":\"#000000\",\"iconBackgroundColor\":\"white\",\"iconBackgroundColorValue\":\"#ffffff\",\"size\":\"has-normal-icon-size\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"0\"},\"padding\":{\"top\":\"var:preset|spacing|60\",\"bottom\":\"var:preset|spacing|60\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<ul class=\"wp-block-social-links has-normal-icon-size has-icon-color has-icon-background-color\" style=\"padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)\"><!-- wp:social-link {\"url\":\"https://wordpress.org/patterns/\",\"service\":\"instagram\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://wordpress.org/patterns/\",\"service\":\"bandcamp\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://wordpress.org/patterns/\",\"service\":\"twitter\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://wordpress.org/patterns/\",\"service\":\"twitch\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group -->\";}i:16;O:8:\"stdClass\":7:{s:2:\"id\";i:732;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:21:\"Simple call to action\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:984:\"\n<div class=\"wp-block-group alignfull has-text-color has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"background-color:#ffffff;color:#000000\">\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-align-center has-small-font-size\" style=\"line-height:.9\"><strong>GET IN TOUCH</strong></p>\n\n\n\n<h2 class=\"has-text-align-center wp-block-heading\" id=\"schedule-a-visit\" style=\"font-size:59px;line-height:1.15\"><strong>Schedule a Visit</strong></h2>\n\n\n\n<div class=\"wp-block-buttons is-horizontal is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-8 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-text-color has-background\" style=\"border-radius:50px;background-color:#000000;color:#ffffff\">Contact us</a></div>\n</div>\n\n\n\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:89:\"A container with a white background. Inside is a centered paragraph, heading, and button.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/button,core/buttons,core/group,core/heading,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:7:\"buttons\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1506:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"text\":\"#000000\",\"background\":\"#ffffff\"}}} -->\n<div class=\"wp-block-group alignfull has-text-color has-background\" style=\"background-color:#ffffff;color:#000000\"><!-- wp:spacer {\"height\":64} -->\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"lineHeight\":\".9\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-center has-small-font-size\" style=\"line-height:.9\"><strong>GET IN TOUCH</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontSize\":59,\"lineHeight\":\"1.15\"}}} -->\n<h2 class=\"has-text-align-center\" id=\"schedule-a-visit\" style=\"font-size:59px;line-height:1.15\"><strong>Schedule a Visit</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":50,\"style\":{\"color\":{\"background\":\"#000000\",\"text\":\"#ffffff\"},\"border\":{\"radius\":\"50px\"}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-text-color has-background\" style=\"border-radius:50px;background-color:#000000;color:#ffffff\">Contact us</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {\"height\":64} -->\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";}i:17;O:8:\"stdClass\":7:{s:2:\"id\";i:678;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:26:\"Three column pricing table\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3852:\"\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-14 wp-block-columns-is-layout-flex\" style=\"margin-bottom:0\">\n<div class=\"wp-block-column has-text-color has-background has-link-color wp-elements-2ae1b943d87d6b5cbc827b8e7de5c343 is-layout-flow wp-block-column-is-layout-flow\" style=\"color:#000000;background-color:#ffe97d;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 class=\"wp-block-heading\" id=\"single\" style=\"font-size:40px\"><strong>Single</strong></h2>\n\n\n\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Enrich our growing community.</strong> </p>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-css-opacity has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n\n\n\n<ul class=\"has-normal-font-size wp-block-list\">\n<li>General admission and member discounts for one adult</li>\n\n\n\n<li>One free ticket per special exhibition</li>\n\n\n\n<li>Two single-use guest passes per year</li>\n</ul>\n\n\n\n<div class=\"wp-block-buttons alignfull is-horizontal is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-9 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$110 / year</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column has-text-color has-background has-link-color wp-elements-c860b6260b3b3b7bae640a65db9c9aec is-layout-flow wp-block-column-is-layout-flow\" style=\"color:#000000;background-color:#d1d1e1;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 class=\"wp-block-heading\" id=\"family\" style=\"font-size:40px\"><strong>Family</strong></h2>\n\n\n\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Support special exhibitions.</strong></p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<ul class=\"has-normal-font-size wp-block-list\">\n<li>General admission and member discounts for two adults</li>\n\n\n\n<li>Four free tickets per special exhibition</li>\n\n\n\n<li>Four single-use guest passes per year</li>\n</ul>\n\n\n\n<div class=\"wp-block-buttons alignfull is-horizontal is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-10 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$200 / year</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column has-text-color has-background has-link-color wp-elements-4a86cd4fa1de9230a73a90c7ad305893 is-layout-flow wp-block-column-is-layout-flow\" style=\"color:#000000;background-color:#c0ebf1;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 class=\"wp-block-heading\" id=\"patron\" style=\"font-size:40px\"><strong>Patron</strong></h2>\n\n\n\n<p class=\"has-normal-font-size\"><strong>Take support to the next level.</strong></p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<ul class=\"has-normal-font-size wp-block-list\">\n<li>General admission and member discounts for two adults</li>\n\n\n\n<li>Five free tickets per special exhibition</li>\n\n\n\n<li>Six single-use guest passes per year</li>\n</ul>\n\n\n\n<div class=\"wp-block-buttons alignfull is-horizontal is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-11 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$400 / year</a></div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:272:\"Three equal-width columns set up as a pricing table. The left column has a yellow background, the middle column has a light purple background, and the right column has a light blue background. Each column contains a heading, subheading, separator, list, and then a button.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:117:\"core/button,core/buttons,core/column,core/columns,core/heading,core/list,core/list-item,core/paragraph,core/separator\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:14:\"call-to-action\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:6125:\"<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"margin-bottom:0\"><!-- wp:column {\"style\":{\"color\":{\"background\":\"#ffe97d\",\"text\":\"#000000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#000000\"}}},\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-column has-text-color has-background has-link-color\" style=\"color:#000000;background-color:#ffe97d;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"40px\"}},\"anchor\":\"single\"} -->\n<h2 class=\"wp-block-heading\" id=\"single\" style=\"font-size:40px\"><strong>Single</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.5\"}},\"fontSize\":\"normal\"} -->\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Enrich our growing community.</strong> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"style\":{\"color\":{\"background\":\"#000000\"}},\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-text-color has-css-opacity has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n<!-- /wp:separator -->\n\n<!-- wp:list {\"fontSize\":\"normal\"} -->\n<ul class=\"has-normal-font-size\"><!-- wp:list-item -->\n<li>General admission and member discounts for one adult</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>One free ticket per special exhibition</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Two single-use guest passes per year</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons alignfull\"><!-- wp:button {\"textColor\":\"white\",\"width\":100,\"style\":{\"color\":{\"background\":\"#000000\"},\"border\":{\"radius\":0}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$110 / year</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"color\":{\"background\":\"#d1d1e1\",\"text\":\"#000000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#000000\"}}},\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-column has-text-color has-background has-link-color\" style=\"color:#000000;background-color:#d1d1e1;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"40px\"}},\"anchor\":\"family\"} -->\n<h2 class=\"wp-block-heading\" id=\"family\" style=\"font-size:40px\"><strong>Family</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.5\"}},\"fontSize\":\"normal\"} -->\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Support special exhibitions.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n<!-- /wp:separator -->\n\n<!-- wp:list {\"fontSize\":\"normal\"} -->\n<ul class=\"has-normal-font-size\"><!-- wp:list-item -->\n<li>General admission and member discounts for two adults</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Four free tickets per special exhibition</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Four single-use guest passes per year</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons alignfull\"><!-- wp:button {\"textColor\":\"white\",\"width\":100,\"style\":{\"color\":{\"background\":\"#000000\"},\"border\":{\"radius\":0}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$200 / year</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"color\":{\"background\":\"#c0ebf1\",\"text\":\"#000000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#000000\"}}},\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-column has-text-color has-background has-link-color\" style=\"color:#000000;background-color:#c0ebf1;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"40px\"}},\"anchor\":\"patron\"} -->\n<h2 class=\"wp-block-heading\" id=\"patron\" style=\"font-size:40px\"><strong>Patron</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"fontSize\":\"normal\"} -->\n<p class=\"has-normal-font-size\"><strong>Take support to the next level.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n<!-- /wp:separator -->\n\n<!-- wp:list {\"fontSize\":\"normal\"} -->\n<ul class=\"has-normal-font-size\"><!-- wp:list-item -->\n<li>General admission and member discounts for two adults</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Five free tickets per special exhibition</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Six single-use guest passes per year</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons alignfull\"><!-- wp:button {\"textColor\":\"white\",\"width\":100,\"style\":{\"color\":{\"background\":\"#000000\"},\"border\":{\"radius\":0}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$400 / year</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:18;O:8:\"stdClass\":7:{s:2:\"id\";i:669;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:31:\"Image and quote on a background\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2293:\"\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#f1f5c7\"><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/pear-1-1024x1024.png\" alt=\"\" class=\"wp-image-5263 size-full\" srcset=\"https://s.w.org/patterns/files/2021/06/pear-1-1024x1024.png 1024w, https://s.w.org/patterns/files/2021/06/pear-1-300x300.png 300w, https://s.w.org/patterns/files/2021/06/pear-1-150x150.png 150w, https://s.w.org/patterns/files/2021/06/pear-1-768x768.png 768w, https://s.w.org/patterns/files/2021/06/pear-1.png 1300w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" /></figure><div class=\"wp-block-media-text__content\">\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<p style=\"font-size:36px;line-height:1.2\"><strong>Even the bitterest fruit has sugar in it.</strong></p>\n\n\n\n<p class=\"has-extra-small-font-size\">– Terry a O&#8217;Neal</p>\n</div>\n</div></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#fffdea\"><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/pear-half-1024x1024.png\" alt=\"\" class=\"wp-image-673 size-full\" srcset=\"https://s.w.org/patterns/files/2021/06/pear-half-1024x1024.png 1024w, https://s.w.org/patterns/files/2021/06/pear-half-300x300.png 300w, https://s.w.org/patterns/files/2021/06/pear-half-150x150.png 150w, https://s.w.org/patterns/files/2021/06/pear-half-768x768.png 768w, https://s.w.org/patterns/files/2021/06/pear-half.png 1300w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" /></figure><div class=\"wp-block-media-text__content\">\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<p style=\"font-size:36px;line-height:1.2\"><strong>The trees that are slow to grow bear the best fruit.</strong></p>\n\n\n\n<p class=\"has-extra-small-font-size\">– Molière</p>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:221:\"Two media and text blocks. The top one has a pale green background. The text is on the left and contains a quote, and the image is on the right. The next block underneath has the image on the left, and quote on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:41:\"core/group,core/media-text,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"images\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:2404:\"<!-- wp:media-text {\"mediaPosition\":\"right\",\"mediaId\":5263,\"mediaLink\":\"https://wordpress.org/patterns/pattern/image-and-quote-on-a-background/pear-3/\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\",\"style\":{\"color\":{\"background\":\"#f1f5c7\"}}} -->\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#f1f5c7\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/patterns/files/2021/06/pear-1-1024x1024.png\" alt=\"\" class=\"wp-image-5263 size-full\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-group\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.2\",\"fontSize\":\"36px\"}}} -->\n<p style=\"font-size:36px;line-height:1.2\"><strong>Even the bitterest fruit has sugar in it.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"fontSize\":\"extra-small\"} -->\n<p class=\"has-extra-small-font-size\">– Terry a O\'Neal</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":673,\"mediaLink\":\"https://wordpress.org/patterns/pear-half/\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\",\"style\":{\"color\":{\"background\":\"#fffdea\"}}} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#fffdea\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/patterns/files/2021/06/pear-half-1024x1024.png\" alt=\"\" class=\"wp-image-673 size-full\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-group\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.2\",\"fontSize\":\"36px\"}}} -->\n<p style=\"font-size:36px;line-height:1.2\"><strong>The trees that are slow to grow bear the best fruit.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"fontSize\":\"extra-small\"} -->\n<p class=\"has-extra-small-font-size\">– Molière</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:media-text -->\";}i:19;O:8:\"stdClass\":7:{s:2:\"id\";i:591;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:5:\"Event\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1750:\"\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-top has-text-color has-background has-link-color wp-elements-5fce4e677a9b9d7d0cae0196c9d74d97\" style=\"color:#fffdc7;background-color:#121c1c;grid-template-columns:auto 60%\"><div class=\"wp-block-media-text__content\">\n<div class=\"wp-block-group has-link-color wp-elements-71b4a847bbd96313422a1303e9ba41f3 is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 class=\"wp-block-heading\" style=\"font-size:48px;font-weight:700;line-height:1.15\">Opening <br>Party</h2>\n\n\n\n<p class=\"has-text-color has-link-color wp-elements-0860918d5b16b9e1778b1966b333b980\" style=\"color:#fffdc7\"><strong><a href=\"#\">RSVP <span aria-hidden=\"true\" class=\"wp-exclude-emoji\">→</span></a></strong></p>\n</div>\n</div><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-590 size-full\" srcset=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1024x1024.jpg 1024w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-300x300.jpg 300w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-150x150.jpg 150w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-768x768.jpg 768w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1536x1536.jpg 1536w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1.jpg 1572w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" /></figure></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:54:\"core/group,core/heading,core/media-text,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:6:\"images\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1617:\"<!-- wp:media-text {\"align\":\"full\",\"mediaPosition\":\"right\",\"mediaId\":590,\"mediaLink\":\"https://wordpress.org/patterns/image-from-rawpixel-id-430289-jpeg-1/\",\"mediaType\":\"image\",\"mediaWidth\":60,\"verticalAlignment\":\"top\",\"style\":{\"color\":{\"background\":\"#121c1c\",\"text\":\"#fffdc7\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#fffdc7\"}}}}} -->\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-top has-text-color has-background has-link-color\" style=\"color:#fffdc7;background-color:#121c1c;grid-template-columns:auto 60%\"><div class=\"wp-block-media-text__content\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"#fffdc7\"}}}}} -->\n<div class=\"wp-block-group has-link-color\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontWeight\":\"700\",\"fontSize\":\"48px\",\"lineHeight\":\"1.15\"}}} -->\n<h2 class=\"wp-block-heading\" style=\"font-size:48px;font-weight:700;line-height:1.15\">Opening <br>Party</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"#fffdc7\"}}},\"color\":{\"text\":\"#fffdc7\"}}} -->\n<p class=\"has-text-color has-link-color\" style=\"color:#fffdc7\"><strong><a href=\"#\">RSVP →</a></strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-590 size-full\" /></figure></div>\n<!-- /wp:media-text -->\";}i:20;O:8:\"stdClass\":7:{s:2:\"id\";i:573;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Image on solid color with description\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1921:\"\n<div class=\"wp-block-columns alignfull is-layout-flex wp-container-core-columns-is-layout-16 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#f6f6f6;min-height:600px;aspect-ratio:unset;aspect-ratio:unset;\"><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-medium\"><img loading=\"lazy\" decoding=\"async\" width=\"263\" height=\"300\" src=\"https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg\" alt=\"\" class=\"wp-image-571\" srcset=\"https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg 263w, https://s.w.org/patterns/files/2021/06/wire-sculpture-898x1024.jpg 898w, https://s.w.org/patterns/files/2021/06/wire-sculpture-768x875.jpg 768w, https://s.w.org/patterns/files/2021/06/wire-sculpture-1347x1536.jpg 1347w, https://s.w.org/patterns/files/2021/06/wire-sculpture.jpg 1658w\" sizes=\"auto, (max-width: 263px) 100vw, 263px\" /></figure></div>\n</div></div>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"padding-top:1em;padding-right:1em;padding-bottom:1em;padding-left:1em\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-15 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:320px\">\n<p class=\"has-small-font-size\" style=\"line-height:1.6\"><strong>Airplane</strong></p>\n\n\n\n<p class=\"has-small-font-size\" style=\"line-height:1.6\">Copper wire, wood base. I created this piece in late 2008. For this work, I aimed to convey both the industrial heaviness of an airplane, but also the cloudlike floating quality you feel when you’re in one.</p>\n</div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:38:\"Image on solid color with description.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:61:\"core/column,core/columns,core/cover,core/image,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"images\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1826:\"<!-- wp:columns {\"align\":\"full\"} -->\n<div class=\"wp-block-columns alignfull\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:cover {\"customOverlayColor\":\"#f6f6f6\",\"minHeight\":600} -->\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#f6f6f6;min-height:600px\"><div class=\"wp-block-cover__inner-container\"><!-- wp:image {\"align\":\"center\",\"id\":571,\"sizeSlug\":\"medium\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-medium\"><img src=\"https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg\" alt=\"\" class=\"wp-image-571\" /></figure></div>\n<!-- /wp:image --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"}}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"padding-top:1em;padding-right:1em;padding-bottom:1em;padding-left:1em\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"320px\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:320px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.6\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\" style=\"line-height:1.6\"><strong>Airplane</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.6\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\" style=\"line-height:1.6\">Copper wire, wood base. I created this piece in late 2008. For this work, I aimed to convey both the industrial heaviness of an airplane, but also the cloudlike floating quality you feel when you’re in one.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:21;O:8:\"stdClass\":7:{s:2:\"id\";i:526;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:31:\"Offset images with descriptions\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3023:\"\n<div class=\"wp-block-columns alignwide are-vertically-aligned-top is-layout-flex wp-container-core-columns-is-layout-17 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-top is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group wp-container-content-5 is-vertical is-content-justification-left is-nowrap is-layout-flex wp-container-core-group-is-layout-20 wp-block-group-is-layout-flex\" style=\"margin-top:0;margin-bottom:0\">\n<figure class=\"wp-block-image size-large wp-container-content-4\"><img loading=\"lazy\" decoding=\"async\" width=\"793\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/Iris-793x1024.jpg\" alt=\"Beautiful photomechanical prints of White Irises (1887-1897) by Ogawa Kazumasa. Original from The Rijksmuseum. \" class=\"wp-image-525\" srcset=\"https://s.w.org/patterns/files/2021/06/Iris-793x1024.jpg 793w, https://s.w.org/patterns/files/2021/06/Iris-232x300.jpg 232w, https://s.w.org/patterns/files/2021/06/Iris-768x992.jpg 768w, https://s.w.org/patterns/files/2021/06/Iris-1189x1536.jpg 1189w, https://s.w.org/patterns/files/2021/06/Iris-1586x2048.jpg 1586w, https://s.w.org/patterns/files/2021/06/Iris.jpg 1920w\" sizes=\"auto, (max-width: 793px) 100vw, 793px\" /></figure>\n\n\n\n<div class=\"wp-block-group is-vertical is-nowrap is-layout-flex wp-container-core-group-is-layout-19 wp-block-group-is-layout-flex\">\n<p class=\"has-medium-font-size\"><strong>White Irises</strong></p>\n\n\n\n<p class=\"has-small-font-size\">Ogawa Kazumasa</p>\n</div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-top is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group wp-container-content-6 is-vertical is-layout-flex wp-container-core-group-is-layout-22 wp-block-group-is-layout-flex\" style=\"margin-top:0;margin-bottom:0\">\n<div class=\"wp-block-group is-vertical is-nowrap is-layout-flex wp-container-core-group-is-layout-21 wp-block-group-is-layout-flex\">\n<div style=\"height:80px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-medium-font-size\"><strong>Cherry Blossom</strong></p>\n\n\n\n<p class=\"has-small-font-size\">Ogawa Kazumasa</p>\n</div>\n\n\n\n<figure class=\"wp-block-image size-large\" style=\"font-size:14px\"><img loading=\"lazy\" decoding=\"async\" width=\"707\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/Cherry-Blossom-707x1024.jpg\" alt=\"Beautiful photomechanical prints of Cherry Blossom (1887-1897) by Ogawa Kazumasa. Original from The Rijksmuseum. \" class=\"wp-image-524\" srcset=\"https://s.w.org/patterns/files/2021/06/Cherry-Blossom-707x1024.jpg 707w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-207x300.jpg 207w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-768x1112.jpg 768w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-1061x1536.jpg 1061w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-1414x2048.jpg 1414w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-scaled.jpg 1768w\" sizes=\"auto, (max-width: 707px) 100vw, 707px\" /></figure>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:58:\"Two offset columns with images and titles within each one.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:73:\"core/column,core/columns,core/group,core/image,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"gallery\";i:1;s:6:\"images\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:2930:\"<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-top\"><!-- wp:column {\"verticalAlignment\":\"top\"} -->\n<div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"480px\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:image {\"id\":525,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"50%\"}}} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/patterns/files/2021/06/Iris-793x1024.jpg\" alt=\"Beautiful photomechanical prints of White Irises (1887-1897) by Ogawa Kazumasa. Original from The Rijksmuseum. \" class=\"wp-image-525\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"fontSize\":\"medium\"} -->\n<p class=\"has-medium-font-size\"><strong>White Irises</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Ogawa Kazumasa</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\"} -->\n<div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"480px\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:spacer {\"height\":\"80px\"} -->\n<div style=\"height:80px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"fontSize\":\"medium\"} -->\n<p class=\"has-medium-font-size\"><strong>Cherry Blossom</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Ogawa Kazumasa</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:image {\"id\":524,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<figure class=\"wp-block-image size-large\" style=\"font-size:14px\"><img src=\"https://s.w.org/patterns/files/2021/06/Cherry-Blossom-707x1024.jpg\" alt=\"Beautiful photomechanical prints of Cherry Blossom (1887-1897) by Ogawa Kazumasa. Original from The Rijksmuseum. \" class=\"wp-image-524\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:22;O:8:\"stdClass\":7:{s:2:\"id\";i:521;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:45:\"Image with description below and to the right\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1717:\"\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-18 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:10%\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-1024x1024.jpg\" alt=\"Vintage Cupid Illustration\" class=\"wp-image-522\" srcset=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-1024x1024.jpg 1024w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-300x300.jpg 300w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-150x150.jpg 150w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-768x768.jpg 768w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1.jpg 1510w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:10%\"></div>\n</div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-19 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"font-size:14px\"><strong>Cupid in Flight</strong><br>48” x 48” Giclee print on archival paper.</p>\n</div>\n</div>\n\n\n\n<p></p>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:46:\"Image with description below and to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:50:\"core/column,core/columns,core/image,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"images\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1241:\"<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"10%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:10%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":522,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-1024x1024.jpg\" alt=\"Vintage Cupid Illustration\" class=\"wp-image-522\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"10%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:10%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\"><strong>Cupid in Flight</strong><br>48” x 48” Giclee print on archival paper.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\";}i:23;O:8:\"stdClass\":7:{s:2:\"id\";i:502;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:13:\"Event details\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1713:\"\n<figure class=\"wp-block-image alignwide size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1227\" src=\"https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg\" alt=\"Image of a woman being carried through the air by swans.\" class=\"wp-image-501\" srcset=\"https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg 2560w, https://s.w.org/patterns/files/2021/06/Group-17-300x144.jpg 300w, https://s.w.org/patterns/files/2021/06/Group-17-1024x491.jpg 1024w, https://s.w.org/patterns/files/2021/06/Group-17-768x368.jpg 768w, https://s.w.org/patterns/files/2021/06/Group-17-1536x736.jpg 1536w, https://s.w.org/patterns/files/2021/06/Group-17-2048x981.jpg 2048w\" sizes=\"auto, (max-width: 2560px) 100vw, 2560px\" /></figure>\n\n\n\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center is-layout-flex wp-container-core-columns-is-layout-20 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"line-height:2\"><strong>Location:</strong><br>82 Main St. Brooklyn, NY</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"line-height:2\"><strong>Date:</strong><br>October 24, 2021</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#efefef;background-color:#262626\">Purchase Tickets</a></div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:14:\"Event details.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/button,core/buttons,core/column,core/columns,core/image,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:14:\"call-to-action\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1642:\"<!-- wp:image {\"align\":\"wide\",\"id\":501,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image alignwide size-full\"><img src=\"https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg\" alt=\"Image of a woman being carried through the air by swans.\" class=\"wp-image-501\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\"><strong>Location:</strong><br>82 Main St. Brooklyn, NY</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\"><strong>Date:</strong><br>October 24, 2021</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"style\":{\"color\":{\"background\":\"#262626\",\"text\":\"#efefef\"}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#efefef;background-color:#262626\">Purchase Tickets</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:24;O:8:\"stdClass\":7:{s:2:\"id\";i:199;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:34:\"Three columns with images and text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3580:\"\n<div class=\"wp-block-group alignfull has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"background-color:#f5eac1;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw\">\n<div class=\"wp-block-group is-vertical is-nowrap is-layout-flex wp-container-core-group-is-layout-23 wp-block-group-is-layout-flex\" style=\"padding-right:0;padding-left:0\">\n<h6 class=\"wp-block-heading has-text-color\" id=\"ecosystem\" style=\"color:#000000;font-size:16px\">ECOSYSTEM</h6>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:6vw;font-style:normal;font-weight:700;letter-spacing:0px;line-height:0.9;text-decoration:none;text-transform:none\">Positive growth.</p>\n</div>\n\n\n\n<div style=\"height:1vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group alignwide is-vertical is-nowrap is-layout-flex wp-container-core-group-is-layout-24 wp-block-group-is-layout-flex\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-21 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.38%\">\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. </p>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33%\">\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.62%\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-22 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:69%\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33%\">\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man&#8217;s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n</div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:77:\"Three columns with images and text, with vertical spacing for an offset look.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:86:\"core/column,core/columns,core/group,core/heading,core/image,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:4:{i:0;s:7:\"columns\";i:1;s:7:\"gallery\";i:2;s:6:\"images\";i:3;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:5124:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#f5eac1\"},\"spacing\":{\"padding\":{\"top\":\"6vw\",\"bottom\":\"6vw\",\"left\":\"6vw\",\"right\":\"6vw\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#f5eac1;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"16px\",\"padding\":{\"right\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\" style=\"padding-right:0;padding-left:0\"><!-- wp:heading {\"level\":6,\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"16px\"}},\"anchor\":\"ecosystem\"} -->\n<h6 class=\"wp-block-heading has-text-color\" id=\"ecosystem\" style=\"color:#000000;font-size:16px\">ECOSYSTEM</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"0.9\",\"fontSize\":\"6vw\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"textTransform\":\"none\",\"textDecoration\":\"none\",\"letterSpacing\":\"0px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:6vw;font-style:normal;font-weight:700;letter-spacing:0px;line-height:0.9;text-decoration:none;text-transform:none\">Positive growth.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"1vw\"} -->\n<div style=\"height:1vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"3vw\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"3vw\",\"left\":\"3vw\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"33.38%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.38%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"17px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"17px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33%\"><!-- wp:spacer {\"height\":\"2vw\"} -->\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.62%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.62%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"3vw\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"69%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:69%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33%\"><!-- wp:spacer {\"height\":\"2vw\"} -->\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"17px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man\'s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:25;O:8:\"stdClass\":7:{s:2:\"id\";i:192;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Media and text with image on the left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:611:\"\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\">\n<h3 class=\"wp-block-heading has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n\n\n\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study <span aria-hidden=\"true\" class=\"wp-exclude-emoji\">↗</span></a></p>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:66:\"Media and text block with image to the left and text to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:43:\"core/heading,core/media-text,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:844:\"<!-- wp:media-text {\"align\":\"full\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h3 class=\"wp-block-heading has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study ↗</a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\";}i:26;O:8:\"stdClass\":7:{s:2:\"id\";i:185;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:35:\"Large header with left-aligned text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1382:\"\n<div class=\"wp-block-cover alignfull\" style=\"min-height:800px;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<h2 class=\"wp-block-heading alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-23 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:55%\">\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:29:\"Cover image with quote on top\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/column,core/columns,core/cover,core/heading,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1698:\"<!-- wp:cover {\"url\":\"https://s.w.org/images/core/5.8/forest.jpg\",\"dimRatio\":60,\"minHeight\":800,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:800px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"align\":\"wide\",\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"fontSize\":\"64px\"}}} -->\n<h2 class=\"wp-block-heading alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"55%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:55%\"><!-- wp:spacer {\"height\":\"330px\"} -->\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"lineHeight\":\"1.3\",\"fontSize\":\"12px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\";}i:27;O:8:\"stdClass\":7:{s:2:\"id\";i:184;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:7:\"Heading\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:526:\"\n<h2 class=\"alignwide wp-block-heading\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We&#8217;re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:17:\"large text, title\";s:16:\"wpop_description\";s:12:\"Heading text\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:12:\"core/heading\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:12:\"core/heading\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:621:\"<!-- wp:heading {\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"48px\",\"lineHeight\":\"1.1\"}}} -->\n<h2 class=\"alignwide\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We\'re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n<!-- /wp:heading -->\";}}', 'off');
INSERT INTO `wpht_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(251, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'auto'),
(1826, '_site_transient_timeout_browser_f51bb482c660d0eeadd1f058058a2b35', '1738331609', 'off'),
(1827, '_site_transient_browser_f51bb482c660d0eeadd1f058058a2b35', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"131.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}', 'off'),
(1040, '_site_transient_timeout_php_check_fe7d39417db7b9047896cfef373da8f7', '1733883125', 'off'),
(1041, '_site_transient_php_check_fe7d39417db7b9047896cfef373da8f7', 'a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"7.2.24\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}', 'off'),
(2027, '_transient_timeout_feed_mod_69c933d8a78805efd0abe985766ffb51', '1738284478', 'off'),
(2028, '_transient_feed_mod_69c933d8a78805efd0abe985766ffb51', '1738241278', 'off'),
(1953, '_transient_timeout_elementor_unread_notifications_1', '1738078739', 'off'),
(1954, '_transient_elementor_unread_notifications_1', 'a:18:{i:0;s:23:\"dynamic-off-canvas-3.26\";i:1;s:15:\"hello-biz-theme\";i:2;s:15:\"ai-site-planner\";i:3;s:16:\"css-loading-3.25\";i:4;s:20:\"image-optimizer-3.19\";i:5;s:19:\"variable-fonts-3.24\";i:6;s:18:\"floating-bars-3.24\";i:7;s:17:\"ai-featured-image\";i:8;s:18:\"search-widget-3.23\";i:9;s:21:\"floating-buttons-3.23\";i:10;s:16:\"link-in-bio-3.23\";i:11;s:20:\"nested-elements-3.23\";i:12;s:20:\"element-caching-3.22\";i:13;s:15:\"off-canvas-3.22\";i:14;s:20:\"5-star-rating-prompt\";i:15;s:23:\"site-mailer-introducing\";i:16;s:39:\"display-conditions-dynamic-content-3.20\";i:17;s:17:\"elementor-add-ons\";}', 'off'),
(2031, '_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1738284478', 'off'),
(2032, '_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1738241278', 'off'),
(2033, '_transient_timeout_dash_v2_c05853b002c443ec8e57ff884f56cdde', '1738284478', 'off'),
(2034, '_transient_dash_v2_c05853b002c443ec8e57ff884f56cdde', '<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://es.wordpress.org/2025/01/24/blogs-ejemplos/\'>10 ejemplos de blogs de éxito para inspirarte</a></li><li><a class=\'rsswidget\' href=\'https://es.wordpress.org/2025/01/17/que-es-un-portafolio-como-hacer-uno-para-ganar-autoridad/\'>Qué es un portafolio y cómo hacer que te convierta en una autoridad en tu sector</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/podcast/154-anna-hurko-on-managing-a-growing-plugin-business\'>WPTavern: #154 – Anna Hurko on Managing a Growing Plugin Business</a></li><li><a class=\'rsswidget\' href=\'https://heropress.com/essays/building-a-wordpress-career-without-a-map-lessons-from-my-journey/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=building-a-wordpress-career-without-a-map-lessons-from-my-journey\'>HeroPress: Building a WordPress Career Without a Map: Lessons from My Journey</a></li><li><a class=\'rsswidget\' href=\'https://ma.tt/2025/01/boom-deepseek/\'>Matt: Boom &amp; Deepseek</a></li></ul></div>', 'off'),
(2029, '_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '1738284478', 'off');
INSERT INTO `wpht_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(2030, '_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9', 'a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n	\n	\n	\n	\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WPTavern: #154 – Anna Hurko on Managing a Growing Plugin Business\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=185997\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://wptavern.com/podcast/154-anna-hurko-on-managing-a-growing-plugin-business\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:39823:\"Transcript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case managing a growing plugin business.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to wptavern.com/feed/podcast. And you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you and hopefully get you, or your idea, featured on the show. Head to wptavern.com/contact/jukebox, and use the form there.</p>\n\n\n\n<p>So on the podcast today, we have Anna Hurko.</p>\n\n\n\n<p>Anna is the CEO of Crocoblock, a company with a suite of dynamic plugins designed to help developers build complex websites. With a background in computer science, Anna transitioned from support roles to leading Crocoblock, and has been with the company for over 11 years.</p>\n\n\n\n<p>Anna quickly rose through the ranks due to her technical knowledge and effective communication skills. Crocoblock, which started with just a handful of team members, has now grown to 85 employees. They offer a wide range of specialized plugins, such as JetEngine, JetSmartFilters, JetBooking, and more, primarily aimed at agency and freelance developers.</p>\n\n\n\n<p>Anna shares her journey and discusses the growth of Crocoblock. She highlights the company&#8217;s flexibility and commitment to meeting developers&#8217; needs, adapting to both the rapid changes within WordPress and the increasing demand for dynamic site capabilities.</p>\n\n\n\n<p>Anna also talks about the company&#8217;s marketing strategies and their active, and growing, participation in the WordPress community through WordCamps and Meetups.</p>\n\n\n\n<p>If you&#8217;re interested in how a company evolves within the WordPress ecosystem, and the challenges and successes that come with it. This episode is for you.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading to wptavern.com/podcast, where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you, Anne Hurko.</p>\n\n\n\n<p>I am joined on the podcast today by Anna Hurko. Hello Anna.</p>\n\n\n\n<p>[00:02:53] <strong>Anna Hurko:</strong> Hi Nathan.</p>\n\n\n\n<p>[00:02:54] <strong>Nathan Wrigley:</strong> Very nice to connect with you. I should probably say at the outset, Anna has several names. So if you know Anna better as Vanessa, or any combination thereof, it&#8217;s the same person. So do you just want to clear that up? How is it that you&#8217;ve got two different names?</p>\n\n\n\n<p>[00:03:09] <strong>Anna Hurko:</strong> So it&#8217;s from the beginning. I have started to work as a supporter, and it was like tradition to choose a nickname for support agent. And I decided like okay, I&#8217;m already Anna, I want something other, but which will suit me. And I decided to be Vanessa.</p>\n\n\n\n<p>And for a few years I was Vanessa, but somehow all my colleagues remembered me as Vanessa, and we used it till now, even if I don&#8217;t need it anymore. And that&#8217;s how it works. But now I feel more Vanessa than Anna because in whole work, so even financial departments, they say Vanessa, not Anna. Even the ex coworkers who are not anymore working with me, but they&#8217;re my friends, even their children say I&#8217;m Auntie Vanessa.</p>\n\n\n\n<p>[00:03:46] <strong>Nathan Wrigley:</strong> So several names, but hopefully by the time this podcast is finished, you&#8217;ll have figured out, dear listener, who it is that we&#8217;re talking to. But I&#8217;m going to go with Anna because that&#8217;s probably the easiest thing for me to say.</p>\n\n\n\n<p>So Anna, we are a WordPress podcast, so I guess it would be a good idea right at the outset to give you an opportunity to just tell us who you are, where you come from in terms of the geography and maybe the company that you work for, things like that. So really it&#8217;s a short bio moment. So could you just tell us a little bit about yourself?</p>\n\n\n\n<p>[00:04:13] <strong>Anna Hurko:</strong> Yes, sure. So I&#8217;m from Ukraine, from south of Ukraine, and the company is the Crocoblock is project I&#8217;m working with now, and it&#8217;s located in Ukraine as well. All our team members are in Ukraine, in one city actually. So now a little bit different. So I&#8217;m CEO of Crocoblock and I work for the holding company about 11 years for now.</p>\n\n\n\n<p>[00:04:32] <strong>Nathan Wrigley:</strong> So, what is Crocoblock? And I hope I&#8217;ve pronounced that correctly. By the way, everything that we mention will be linked in the show notes. So if you head to wptavern.com/podcast and look for the episode with Anna in it, then you&#8217;ll be able to find all the show notes. But, what is Crocoblock and what does it do?</p>\n\n\n\n<p>[00:04:49] <strong>Anna Hurko:</strong> So Crocoblock, I have always a long and short answers. Crocoblock is project who is making plugins for developers to build dynamic complex websites. And the idea was to have ecosystem which has all tools for developers needs.</p>\n\n\n\n<p>But for me as a CEO, Crocoblock is a team. So it doesn&#8217;t matter which technology will come tomorrow and what happened to WordPress, we are a team who can build products. So that&#8217;s why I have two answers.</p>\n\n\n\n<p>[00:05:14] <strong>Nathan Wrigley:</strong> Now, you mentioned at the outset that you are from the Ukraine originally, but just before we hit record, you talked about the fact that you are no longer in the Ukraine. But maybe that would be an interesting way to begin this podcast properly.</p>\n\n\n\n<p>I&#8217;m guessing that from the description, living in the south of Ukraine, that you moved against your will, possibly. You&#8217;ve had to move because of the situation over there.</p>\n\n\n\n<p>[00:05:36] <strong>Anna Hurko:</strong> So the are three years of the situation. I was in Ukraine, I just moved in September after WordCamp US. I just didn&#8217;t come home and then stayed in Europe because I am trying to visit more WordCamps and WordPress meetups. And if you&#8217;re in Ukraine, it takes too long time to get out, because you don&#8217;t have planes and you need to go with a bus to Europe and to take plane, and every country in Europe takes me two days to move.</p>\n\n\n\n<p>So I decided to stay in Romania because it&#8217;s kind of in the center and then can visit more events. So last year I visited about seven WordCamps, because I want to go closer to community, to customers, to speak offline with them, and we have results. So we have already ran a little bit growing in comparison.</p>\n\n\n\n<p>[00:06:20] <strong>Nathan Wrigley:</strong> The situation in Ukraine in terms of web development and tech, it always seems like Ukraine punches above its weight. I don&#8217;t know if there&#8217;s a particular kind of, I don&#8217;t know, like drive in school or anything like that to head towards technology and software development. But it seems, when I look at the about page of a lot of products, especially in the WordPress space, but technology more generally, it always feels like Ukraine is overrepresented with the amount of companies. I don&#8217;t know if that&#8217;s something that you think is true or if that is true.</p>\n\n\n\n<p>[00:06:53] <strong>Anna Hurko:</strong> It is true, but I think it&#8217;s not because of good reasons. Somehow we didn&#8217;t have good factories and job places, and web was very easy for people to just find a job and to have good salary because a lot of companies working as outsource, or they have customers from US and Europe. For example, like Crocoblock, we don&#8217;t work with Ukrainian market actually, we work with Europe and US.</p>\n\n\n\n<p>And it&#8217;s not something, we have good studying in school and university. Unfortunately it should&#8217;ve developed better. For example, I have studied computer science, but it was like old technologies in university. Just because we don&#8217;t have normal working places, people starting to self-educate and they work in IT. And somehow it&#8217;s very good now. So even government programs, they&#8217;re all digitalised.</p>\n\n\n\n<p>So from my phone, I can pay taxes, I can marry now from phone, but only with Ukrainians, of course. I can get any document I need, I don&#8217;t need to go anywhere. So now, for example, I&#8217;m outside of Ukraine, but I can have any document, new driver license. I can sell car with one application. So it&#8217;s somehow built in us.</p>\n\n\n\n<p>[00:07:59] <strong>Nathan Wrigley:</strong> So the propensity of Ukrainian web developers is as a result of people looking to improve their own lives and finding that distributed work was something that they could do, and they could earn a good, in air quotes, good salary if they took the initiative and did, what? Self-taught learning, that kind of thing.</p>\n\n\n\n<p>[00:08:17] <strong>Anna Hurko:</strong> Yes, yes. Because in university, school, it&#8217;s really bad now, I&#8217;ll say. It&#8217;s not practical. But, for example, as I have studied computer science, it was all technologies. It was like Pascal Delphi, if you even know, C++. Something very difficult and not attached to WordPress, for example. But it gives me understanding how database works, for example. And it helps me a lot, even now, I don&#8217;t work with WordPress itself, so I don&#8217;t build product, I mean. I work with a team. It helps me to understand my developers and how it works.</p>\n\n\n\n<p>[00:08:46] <strong>Nathan Wrigley:</strong> Okay. Yeah, well, it&#8217;s a nice idea that the CEO of the company actually has a background in technology. I think that&#8217;s interesting to be able to speak to the developers on their level.</p>\n\n\n\n<p>How did you start in the WordPress space then? I think you said that you started working with the support side of things over at Crocoblock. And if that&#8217;s the case, going from support to where you are now, CEO, that&#8217;s a pretty big move. How did it all begin?</p>\n\n\n\n<p>[00:09:09] <strong>Anna Hurko:</strong> First I need to say that I didn&#8217;t realise it&#8217;s a big move before attending WordCamps. Because it&#8217;s for me everyday life and it was kind of 10, 11 years. So when I have studied computer science, by side I was in NGO and Youth Politic. And I told, I will never have anything with programming languages, or with IT, or even with websites because we had website building in university as well, but it was, you know, when it was on the tables and HTML and so on. And the teacher was so awful. So I told, I will never do it, and now I&#8217;m here.</p>\n\n\n\n<p>So after I finished with Youth Politic, I have started to just looking for a job which need English language. So because I didn&#8217;t want IT and I sent a CV for everyone with English knowledge, and they picked up me in the holding company as a support member because I knew English. But somehow as I knew computer science, it was very easy for me to deal with WordPress. And in three months I was already a night shift team leader and I have started to mentor people and so on. So I have started with support, but my background with computer science helped me to be very good, very fast.</p>\n\n\n\n<p>So until now, I think it was the best thing I can do in my life is to be a supporter. Even now I think so. And because I have done Youth Politic, I had soft skills which helped me to communicate with customers in a nice way. And we have started to rebuild the support team as well, and there are rules in support and so on.</p>\n\n\n\n<p>[00:10:31] <strong>Nathan Wrigley:</strong> So you started out in support, and fairly quickly you rose through the ranks. And you mentioned just there that, you called it the, what did you call it?</p>\n\n\n\n<p>[00:10:38] <strong>Anna Hurko:</strong> Holding company.</p>\n\n\n\n<p>[00:10:39] <strong>Nathan Wrigley:</strong> The holding company, that&#8217;s it.</p>\n\n\n\n<p>[00:10:40] <strong>Anna Hurko:</strong> Yeah, we have holding company, it has several projects on side. And now Crocoblock is totally separated project.</p>\n\n\n\n<p>[00:10:45] <strong>Nathan Wrigley:</strong> So what&#8217;s the holding company, and is it a sort of WordPress thing, or is it just technology in general?</p>\n\n\n\n<p>[00:10:50] <strong>Anna Hurko:</strong> It&#8217;s a recent WordPress thing. So we have started as a team in Template Monster. And, yeah, I was a support member in Template Monster first. Our developers started as well with templates before the templates were starting to die.</p>\n\n\n\n<p>[00:11:04] <strong>Nathan Wrigley:</strong> And do you have a background in using WordPress, or has your experience with WordPress been on the journey in Crocoblock?</p>\n\n\n\n<p>[00:11:12] <strong>Anna Hurko:</strong> I don&#8217;t have my private experience, so I never worked for an agency. But what I need to say is that in support, when I have started support, it was not like just us answering general questions. I was very technical support member, very quick. And customers in Crocoblock even now, but even before when I was working, they come with the real projects. And they just come and say, I don&#8217;t know what is wrong, just do something. And you log in on the website and you start building it.</p>\n\n\n\n<p>And that time, to start working in support, we had training for one month. About four hours theoretical training, and then five hours of homework. And this first month, I never went out of my house, only for my grandmother&#8217;s birthday. And what we have done, we haven&#8217;t learned WordPress, we have learned CSS, JavaScript and HTML. We have built websites, and working with database was as well. So somehow I started to work with the websites first, but just I don&#8217;t have commercial experience, I think.</p>\n\n\n\n<p>[00:12:07] <strong>Nathan Wrigley:</strong> And what&#8217;s the structure of Crocoblock then? How many people do you have deployed into that project? If you are the CEO, I guess you&#8217;re at the top of that pyramid, how many people are working with you, for you? However you want to describe it.</p>\n\n\n\n<p>[00:12:18] <strong>Anna Hurko:</strong> We have started six years ago with five people, five, seven people. We don&#8217;t know exact number. All of us have different story of it. Now it&#8217;s 85.</p>\n\n\n\n<p>The story begins when we were in Template Monster and we have built templates. In some point we had new people for it and we needed more amount of it and so on. And we have started to build frameworks to speed up the process, and to have less errors because if every quarter developer makes it in own style, we have too much issues with it.</p>\n\n\n\n<p>And then we started to sell it. So because it was product for ourself, but it was too good and we have started to like, okay, can we just start to sell plugins? And then we have started it, it was enough, seven people. It was developers, one support member, and guy who was before me, the CEO.</p>\n\n\n\n<p>[00:13:00] <strong>Nathan Wrigley:</strong> So if I go to the Crocoblock website, which is crocoblock.com, and I look at the products that you&#8217;ve got. It opens up a fairly giant mega menu, and there&#8217;s literally dozens of things in there.</p>\n\n\n\n<p>When I first heard the word Crocoblock, firstly I assumed that it was plural, that it was Crocoblocks, and my assumption was that, okay, that&#8217;ll be a suite of WordPress blocks. So you&#8217;ll download a plugin, and then you&#8217;ll have a bunch of blocks that you can put into the block editor.</p>\n\n\n\n<p>And you go to the website and you realise, no, that&#8217;s really not what it is. That&#8217;s not even close to what it is. So what is it that you are offering into the market? What are the different products that I can find in your product section? I mean, there&#8217;s too many to talk about, but maybe just pick your favorites or a few that are particularly popular.</p>\n\n\n\n<p>[00:13:47] <strong>Anna Hurko:</strong> Yeah, so short answer is, well, it will be JetEngine and JetSmartFilters. But the issue is that we have invented the Crocoblock name before Gutenberg. There were no blocks, it was Crocoblock, and we have it because it was an old project that we had already some traffic and we left it.</p>\n\n\n\n<p>Now we have actually two names, Crocoblock and JetPlugins because all of our plugins are JetPlugins.</p>\n\n\n\n<p>And the issue is that the project was started with supporters and developers. We didn&#8217;t have marketer for a few years. So I have a head of marketing only last one year. That means we didn&#8217;t thought about the things like name, and now we have a lot of difficulties with it.</p>\n\n\n\n<p>And when I had started Crocoblock we have the first document with idea about what Crocoblock is, and it was one sentence that will make us laugh for even now. Crocoblock is not about dynamic, it&#8217;s only about static and nice design. And what is fun about it? Because it&#8217;s now only about dynamic plugins. So now we have big menu with a lot of plugins because it&#8217;s like our history and we can&#8217;t delete them, because people use them.</p>\n\n\n\n<p>But our main focus is on dynamic websites, and that means JetEngine, which is a competitor for ACF, but it has much more inside. JetSmartFilters, JetThemeCore, and all plugins, which helps you to create complex structured websites, like real estate, multi-vendor and so on. You can track user data, and you can manage what to show to different users, or see the user behavior and connect to it.</p>\n\n\n\n<p>[00:15:13] <strong>Nathan Wrigley:</strong> Yeah, there really is a lot in there. You really do run the whole gamut of what WordPress can do. So for example, there&#8217;s something called JetBooking, which I&#8217;m imagining helps you with booking. And JetGridbuilder, again, it speaks for itself. JetProductTables, JetWooBuilder, JetProductGallery, Jet Appointments, JetFormBuilder. You get the idea. You&#8217;ve got your fingers in everything.</p>\n\n\n\n<p>[00:15:35] <strong>Anna Hurko:</strong> The idea was to build this structure where developer has ever seen. We have started with Elementor. When Crocoblock was invented, it was few builders on the market, new builders. Elementor, Oxygen, and maybe, I don&#8217;t remember, Brizy or something like that. And they were on the equal stage. And our previous CEO came to us, I&#8217;m like, what will we choose? He asked me, and he asked our CTO. And we choose, both of us choose Elementor because of user experience and because of the cleanness of the code.</p>\n\n\n\n<p>Our idea was to build everything except hosting and page builder for building websites. So we have tried, at the beginning, to close all the tasks for users and it was very fresh. So we appeared at the same time when Elementor was developing. And Elementor had less features inside of it.</p>\n\n\n\n<p>So first of all, we have tried to close all tasks, and now we&#8217;re more specifically working on dynamic. For example, Elementor, in JetElements we haven&#8217;t added any new features for few years, but it&#8217;s still our best plugin in sellings. But we don&#8217;t develop it because we don&#8217;t like to develop, so I mean we&#8217;re fixing bug issues or compatibility issues, but we don&#8217;t add new features because Elementor has added all new features, HappyAddons. And we don&#8217;t want to build, if it&#8217;s already on market, we don&#8217;t build it. It&#8217;s a philosophy of Crocoblock. We don&#8217;t want to build anything which already exists.</p>\n\n\n\n<p>[00:16:54] <strong>Nathan Wrigley:</strong> So over there I can see, what is it? 21 on the mega menu, there&#8217;s 21 things there. I&#8217;m guessing that, probably started with 1 went to 2, 3, 4, and we&#8217;re up to 21 at the minute. How do you keep this going? Are you intending to go from 21 to 22, 23, 24? Do you keep adding products, or is this more a case of, okay, we&#8217;ve got what we&#8217;ve got. We&#8217;ve covered everything? How are you making decisions about what it is that you&#8217;re going to do in the future?</p>\n\n\n\n<p>[00:17:18] <strong>Anna Hurko:</strong> So as I came from support, when we invented Crocoblock, we had only one support member, and all developers were supporting as well. We have very tight connection with customers and what we&#8217;re building, we&#8217;re building after customer&#8217;s request. So it depends. If it will be need on market to build one more plugin, we&#8217;ll build it. If not, then not.</p>\n\n\n\n<p>So I can tell you we have strategy for number of plugins. We have strategy to cover developers&#8217; needs. So now, for example, we have user interviews, some pools, research and market to find what else developers need. So it&#8217;s not about number of plugins, it&#8217;s about to close the needs.</p>\n\n\n\n<p>For me, I don&#8217;t want more plugins, so it&#8217;s not the goal. But if it would be better to build it as a separate plugin, we&#8217;ll build it. For example, the JetProductTables, it&#8217;s a new plugin. It was a result of R and D departments, I would say. We have new department, new for one year and they made resource. It&#8217;s like an experiment. So we don&#8217;t have any goals and number of plugins. It&#8217;s just to make developers life easier.</p>\n\n\n\n<p>So we have some projects, for example, we have ideas for projects not related to plugins itself, but to developers. I can&#8217;t tell you now what will it be.</p>\n\n\n\n<p>So for me it&#8217;s, you know, like CEO, I don&#8217;t like a lot of plugins and I don&#8217;t want to have more team members. It&#8217;s always something you don&#8217;t want, to have more, because it&#8217;s easier to focus on one plugin. And as you say, it would be easier to focus only on JetEngine, but somehow Crocoblock can&#8217;t stop.</p>\n\n\n\n<p>[00:18:44] <strong>Nathan Wrigley:</strong> You mentioned at the start that you began the business with Elementor in mind, and Elementor, if you haven&#8217;t been keeping a track, dear listener, Elementor really has had just the most astronomical growth since its inception, and I think really is singularly responsible for a large proportion of WordPress&#8217; rise.</p>\n\n\n\n<p>Now, I don&#8217;t know if that is the sort of page builder of choice that you&#8217;ve hooked yourself into, or if you&#8217;ve got into the sort of more WordPressy way of doing things. And what I mean by that is, you know, the Block Editor and Full Site Editing and things like that, because that&#8217;s obviously where the Core of the WordPress project is focusing its energy. But obviously on the periphery of that, you&#8217;ve got all these different page builders.</p>\n\n\n\n<p>What do you do with all of that? Do you hunker down and stick with Elementor, or do you decide you&#8217;re going to go with like the Core way of doing things? How does that all fit in?</p>\n\n\n\n<p>[00:19:33] <strong>Anna Hurko:</strong> So we of course love Elementor and it helps us in the beginning so much. We have the same philosophy as Elementor in a lot of things, like treating customers and so on. And I think it was right choice to start with. But once it was announced, the Gutenberg project, and then WordPress started with Gutenberg, the same in half a year or something like this, we have started to rebuild our plugins.</p>\n\n\n\n<p>So all our main plugins, not design plugins, but all our main plugins for dynamic websites. So when the Gutenberg project was started, we rebuilt them, and they all are working with Gutenberg as with Bricks now and Elementor. So Elementor is just one of the builders customers need. And then Gutenberg is the core. So we have rebuilt inside the plugin, the code in the way it can work with Gutenberg and we can easily add other integrations. And we always perform something with WordPress and Gutenberg native features. It&#8217;s in the core. So of course Elementor has grown up.</p>\n\n\n\n<p>So the company itself, it&#8217;s 20 years in market and we have all the 20 years experience. And we know it can shine as a star and it can die next day. But WordPress, we believe will stay for a long time with us. That&#8217;s why all our main plugins are built for WordPress and Block Editor. And we try to connect it more natively.</p>\n\n\n\n<p>The issues we have, it takes a long time. For some of our projects, for example, we have JetThemeCore, it&#8217;s a plugin which builds templates for archive pages, WooCommerce card, profile page, so all sorts of pages you can make the structure with it. And for some time we haven&#8217;t developed it because we were waiting for FSE, for some new features from WordPress itself. But it take too long time, and we didn&#8217;t want to build something that WordPress will build natively. Or you need to wait or you build it, and then users will have it twice, once in Crocoblock and then in WordPress.</p>\n\n\n\n<p>So we have these issues, but we&#8217;re trying to work around. For example, we have JetStyleManager, it&#8217;s a free plugin. It was created specifically for Gutenberg, because when we have made integration and compatibility for our plugins, Gutenberg was very new and it didn&#8217;t have a lot of style options. And we have built separate plugin just for Gutenberg to make styles possible. And now users have this solution from every plugin provider different, and we will rebuild it because WordPress have changed and so on.</p>\n\n\n\n<p>So what I wanted to say, and it took a long time, even if you use Bricks, Elementor, and we will add some other integrations for Builder, WordPress is in Core and we would never ignore it. We&#8217;re part of WordPress, first of all.</p>\n\n\n\n<p>[00:22:04] <strong>Nathan Wrigley:</strong> You mentioned a few sort of little frustrations there with the pace of WordPress. So for example, you may want a particular feature, and you know it&#8217;s coming, but you take your foot off the pedal of your own project so that you&#8217;re not building it twice as you said. But what about the way that Gutenberg and Full Site Editing, but Gutenberg in particular has changed over the last six or seven years?</p>\n\n\n\n<p>I mean, there must have been times when, the fact that it was altering so rapidly, and in such a drastic way, you know, from one release to the next it might be an entirely different UI for a particular thing. And then you&#8217;ve got to scratch your head and think, okay, we just shipped something, and we did the documentation, and it all looked like that, and now it looks like this, we&#8217;ve got to redo all the documentation.</p>\n\n\n\n<p>Being honest, has it been a straightforward process or has it been a fairly frustrating process? I mean, it could have been a bit of both, I guess.</p>\n\n\n\n<p>[00:22:53] <strong>Anna Hurko:</strong> It&#8217;s both. It was frustrating because we so believe in WordPress, and we have waited for some changes before, early, and it took too much time from our opinion. But it&#8217;s part of WordPress life. So it&#8217;s part of probably open source and so on, so we&#8217;re okay with it. And I can say that probably we don&#8217;t feel that frustration all the time because Crocoblock itself, growing and changing so quick as well.</p>\n\n\n\n<p>In six years we started with five people, now 85. You can imagine how quick changes processes inside our team as well. Because every time, in marketing, you have few new people, you need new process. Or in developers teams, they have started like three, four developers and now 15. Every two, three, developers, you need to change the process. So what I mean, in our philosophy of Crocoblock, we are okay with changes. It doesn&#8217;t frustrate us. What frustrates us, if nothing happens.</p>\n\n\n\n<p>[00:23:44] <strong>Nathan Wrigley:</strong> Yeah. And over the last decade or more, we&#8217;ve just seen the line of market share for WordPress go up and up and up. And if I was a product maker in the WordPress space, that would&#8217;ve made me feel great. I&#8217;ve got a credible product, it works. We&#8217;ve got a load of people using it. And look, the amount of people who might use it just keeps rising. And then we get to about 43% of the web, whatever that means, I mean, we can ignore exactly what that means, but the point is the line just kept going up.</p>\n\n\n\n<p>More recently there&#8217;s more discussion about stagnation in the marketplace, and maybe that line tapers a little bit and it goes flat. Or, and I don&#8217;t really want to get into that, we&#8217;ve got this period of change at the moment, there&#8217;s a lot of politics inside of WordPress. I&#8217;m just wondering what your thoughts are on where the business is pitched. The fact that you are using WordPress is great, but do you have any concerns about the market share sort of stagnating, or do you feel that you still have a massive audience in WordPress that you&#8217;re still yet to reach?</p>\n\n\n\n<p>[00:24:41] <strong>Anna Hurko:</strong> We have different periods. For example, last years were very challenging for us. Because Crocoblock started, when we started it grows in geometrical progress, it was very quick growing. And then of course as a five, six years project, you have not so big changes in your revenue, but it&#8217;s good, it works. And last few months we have very good results. So I think we don&#8217;t feel that stagnation so much because we have started Crocoblock without marketing, it was selling itself, and of course with help of community influencers.</p>\n\n\n\n<p>And we have just started last year to build a brand and to work with marketing. It means we have a lot of potential yet. So if market is stagnating or it still feels for us to develop our customer base and so on, because we didn&#8217;t use it before. You know what I mean? So if you haven&#8217;t selling in right way, then now we have started. So we still have a lot customers.</p>\n\n\n\n<p>[00:25:32] <strong>Nathan Wrigley:</strong> Oh I see what you mean. So it was more kind of organic growth, or maybe it was social media or YouTube or what have you.</p>\n\n\n\n<p>[00:25:38] <strong>Anna Hurko:</strong> We have started with product team, and that&#8217;s why we didn&#8217;t have real marketing. No one from us really understood the marketing itself, because we have just done what people need. And somehow the product was built first for ourselves and for our needs. That means we know our customers, not only from support team or interviews, they know them because they are we. So we didn&#8217;t need marketing.</p>\n\n\n\n<p>And it was a time in our Crocoblock life when we didn&#8217;t believe in marketing. And we thought like, okay, marketing is just wasting of money. It changed. So last year we had head of marketing and I developed a marketing team as well. That&#8217;s why it&#8217;s very new for us and we still have where to grow.</p>\n\n\n\n<p>And about market share, we could say something about stagnation, but after we see new numbers of Elementor, and we can see where is no stagnation. And about the drama and the situation with WordPress, which we had since September, we don&#8217;t feel it.</p>\n\n\n\n<p>So for me, it was surprising that my life was only about the drama and no one in Crocoblock community talked about it. So we have 30,000 people in Crocoblock community in Facebook, and it was only two posts asking about what happens, that&#8217;s it. With five comments. So I think the companies care, but customers not so much.</p>\n\n\n\n<p>We have some feedback from agency customers. So our customer is an agency or freelance developer. They had few issues from clients, but not so much. So the main reason is to keep ecosystem healthy and that&#8217;s it.</p>\n\n\n\n<p>[00:27:05] <strong>Nathan Wrigley:</strong> And now that you&#8217;ve moved into marketing, by the way, I think you were right about marketing. If you spend your marketing money badly, it probably is an absolute waste of money, but if you spend it wisely, it&#8217;s probably the most effective money that you can ever spend. So where are you pitching that then?</p>\n\n\n\n<p>So if I just rewind and re-ask that question, who is your audience? Who are the people that are using this? Is this a product which is used by agencies to deploy to their client websites? Do you find that you are being purchased by, I don&#8217;t know, people who&#8217;ve just got one or two websites? Maybe it&#8217;s just a solopreneur, something like that. Is there a segment of the market that you identify with?</p>\n\n\n\n<p>[00:27:41] <strong>Anna Hurko:</strong> Yes, of course. First, when we have started, we were growing just naturally and we didn&#8217;t ask ourselves these questions. Now, we have made a lot of researches, and it&#8217;s the same answer. Our customers are agencies and freelance developers. They&#8217;re about 30, 35, 40 years old with five, six years experience.</p>\n\n\n\n<p>The issue is the Crocoblock is quite complicated solution. It gives you total freedom. You can build from admin panel anything, we have query builder where you can use SQL and other complicated stuff. You don&#8217;t need to go to database. You can reach your SQL database from the admin panel, or complex relations and so on.</p>\n\n\n\n<p>But to use it, even from admin panel by clicking buttons, you need to understand how it works. The learning curve is complicated. And our developers building product quicker is that all other 80 people can produce a content for it and tutorials. That means, so if you need one website, it&#8217;s not a marketing answer, but if you need one, two websites, you don&#8217;t need Crocoblock. It&#8217;ll be too complicated for you. But Crocoblock will save your time and 50, 60% if you have more websites, if you&#8217;re an agency.</p>\n\n\n\n<p>[00:28:47] <strong>Nathan Wrigley:</strong> Right, I understand. So if you&#8217;ve got a portfolio of websites and you&#8217;re willing to put the time in to learn over 2, 3, 4, 5, 10, 20 projects, you&#8217;ll get a return on your time back. But if it&#8217;s just one website, maybe the learning curve, unless you really into that kind of thing and you just want to learn for the sake of it.</p>\n\n\n\n<p>[00:29:04] <strong>Anna Hurko:</strong> I have visited a lot of WordCamps last year and meetups, just to talk to our customers. And we have a lot of fans who paid us once lifetime, but they&#8217;re still our fans and they talk about us on meetups and so on. Even unpaid, it&#8217;s so pleasure when someone talked about you, about meetup, and had presentation and you never paid for it.</p>\n\n\n\n<p>And it&#8217;s always about four or five people in agency who are building websites. And because of Crocoblocks, they can build one website in a week, starting from design into the launch. It&#8217;s very nice because we have components and query builder and glossary, so you can make some predefined elements and then reuse it all the time if you have some websites you built then, for example, booking and so on.</p>\n\n\n\n<p>[00:29:47] <strong>Nathan Wrigley:</strong> So do you sell your products separately? So all of the different ones that I mentioned, plus all ones that I didn&#8217;t have time to mention. Do you sell them as individuals or do you tend to sell it as a sort of bundle that people buy? How do you pitch that?</p>\n\n\n\n<p>[00:29:58] <strong>Anna Hurko:</strong> You can buy them separately or a bundle. So it&#8217;s a subscription for one year, but you can buy one plugin, we have custom subscription, you can choose a few plugins, so you can buy a lifetime with all the plugins or all inclusive yearly for all plugins. So it depends what you need. So of course the most popular is lifetime.</p>\n\n\n\n<p>[00:30:16] <strong>Nathan Wrigley:</strong> Do you get yourself involved in the community? I know personally you said you&#8217;d been to a load of WordCamps and things. Does Crocoblock give back? Do you sponsor events maybe locally or some of the bigger ones? I don&#8217;t know, maybe you even contribute time to Core in terms of developers or something, I don&#8217;t know.</p>\n\n\n\n<p>[00:30:30] <strong>Anna Hurko:</strong> So it was our plan. Honestly, we haven&#8217;t started to contribute into Core, but we sponsor WordCamps and we attend a lot of WordCamps. We have started from last year, I think, but because of the war, we couldn&#8217;t start before. So I mean, the Crocoblock started with all of these things. But from last year we started to sponsor big WordCamps and small WordCamps.</p>\n\n\n\n<p>[00:30:50] <strong>Nathan Wrigley:</strong> I mentioned the URL earlier, but I&#8217;ll say it one more time. It&#8217;s crocoblock.com, so C-R-O-C-O-B-L-O-C-K dot com. That&#8217;s where you can find all of the different bits and pieces that Anna&#8217;s been talking about. If anybody wants to speak to you, Anna, personally, do you hang out on any social media platforms, or have a thing that you&#8217;d like to mention where people can find you?</p>\n\n\n\n<p>[00:31:10] <strong>Anna Hurko:</strong> Yeah, Facebook or Twitter, but I&#8217;m as well in LinkedIn. And I can tell you the secret, and if you write in Facebook room community, you can find our CTO Andrew. And if you write him in DM, he will answer you as well.</p>\n\n\n\n<p>In all WordCamps I told to customers if they have complicate, but interesting case, they come to contact Andrew, and if it&#8217;s really interesting, he will help you. And even make some changes to plugin sometimes because of customer requests. So we are very reachable. I mean, all Crocoblock team will answer you if you write in DM.</p>\n\n\n\n<p>[00:31:42] <strong>Nathan Wrigley:</strong> Well, thank you very much for chatting to me today, Anna. I really appreciate it. One more time, if you want to find out what they&#8217;re doing, crocoblock.com is the URL. Anna, thanks so much for chatting to me today, I really appreciate it.</p>\n\n\n\n<p>[00:31:52] <strong>Anna Hurko:</strong> Thank you.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://www.linkedin.com/in/anna-hurko-25aa368a/\">Anna Hurko</a>.</p>\n\n\n\n<p>Anna is the CEO of <a href=\"https://crocoblock.com/\">Crocoblock</a>, a company with a suite of dynamic plugins designed to help developers build complex websites. With a background in computer science, Anna transitioned from support roles to leading Crocoblock, and has been with the company for over 11 years.</p>\n\n\n\n<p>Anna quickly rose through the ranks due to her technical knowledge and effective communication skills. Crocoblock, which started with just a handful of team members, has now grown to 85 employees. They offer a wide range of specialised plugins such as JetEngine, JetSmartFilters, JetBooking, and more, primarily aimed at agencies and freelance developers.</p>\n\n\n\n<p>Anna shares her journey, and discusses the growth of Crocoblock. She highlights the company&#8217;s flexibility and commitment to meeting developers&#8217; needs, adapting to both the rapid changes within WordPress, and the increasing demand for dynamic site capabilities.</p>\n\n\n\n<p>Anna also talks about the company&#8217;s marketing strategies and their active, and growing, participation in the WordPress community through WordCamps and meetups.</p>\n\n\n\n<p>If you&#8217;re interested in how a company evolves with the WordPress ecosystem, and the challenges and successes that come with it, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p><a href=\"https://crocoblock.com/\">Crocoblock website</a></p>\n\n\n\n<p>Anna on <a href=\"https://www.linkedin.com/in/anna-hurko-25aa368a/\">LinkedIn</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jan 2025 15:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"HeroPress: Building a WordPress Career Without a Map: Lessons from My Journey\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=7760\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:204:\"https://heropress.com/essays/building-a-wordpress-career-without-a-map-lessons-from-my-journey/#utm_source=rss&utm_medium=rss&utm_campaign=building-a-wordpress-career-without-a-map-lessons-from-my-journey\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7830:\"<img width=\"1024\" height=\"512\" src=\"https://heropress.com/wp-content/uploads/2025/02/012825-1-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: Be open to change, focus on what you do, and don’t fear big goals.\" />\nHere is Anna reading her own story aloud.\n\n\n\n\n\n<p>I never dreamed of being a CEO. Even now, when I am introduced as such, I feel a little shy. But every time I start thinking, &#8220;<em>Am I enough? Doesn’t the company deserve someone more qualified?</em>&#8220;—I return to my journey.</p>\n\n\n\n<p>I want to share this to inspire those who are just starting out, changing their path, or feeling lost along the way.</p>\n\n\n\n<p><strong>My career path looks like this:</strong><br />Senior Technical Support Specialist → Shift Support Manager → QA Manager → Release Manager → Project Manager → Product Owner → COO → CEO</p>\n\n\n\n<p>I started as a chat operator in technical support and quickly advanced to Senior Technical Support Specialist and mentor, later becoming Shift Support Manager. I transitioned to the production department as a QA Ma</p>\n\n\n\n<p>Soon after, my responsibilities grew to include roles like Release Manager and Project Manager.</p>\n\n\n\n<p>When we launched Crocoblock, I focused on product and strategic issues, working as a Product Owner, then COO, and finally, CEO.</p>\n\n\n\n<p>However, my journey began even earlier.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-a-story-that-inspired-me\">A story that inspired me</h2>\n\n\n\n<p>When I was a teenager, my father changed careers. He worked as a land-line network engineer, but as technology advanced, the role became obsolete. At 42, he started from scratch in the gas industry. His persistence and willingness to learn left a lasting impression on me. A few years later, he became the CEO of a company in a completely new field.</p>\n\n\n\n<p>Later, in 2014, due to war, he lost his job and started over again. Now, in 2025, after yet another wave of war, he has taken on a new role, proving to himself and others that it’s never too late. This story ingrained in me the belief that <strong>“you can always find a new beginning.”</strong></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-i-entered-it\">How I entered IT</h2>\n\n\n\n<p>While studying at university, I promised myself, “<em>I will never work with websites!</em>” Before WordPress, web development with pure HTML didn’t appeal to me.</p>\n\n\n\n<p>However, in 2014, as the war began and tanks rolled past my house toward Crimea, I was looking for any job that required English. That’s how I ended up in technical support. The training lasted a month, with me spending 5 hours on mentorship and about the same amount of time on homework every single day. During that time, I left the house only once to celebrate my grandmother’s birthday—I was that captivated.</p>\n\n\n\n<p>My technical education, understanding of databases, and soft skills from public activities helped me adapt quickly. I chose to work a six-day schedule to fully immerse myself in the new world.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-a-defining-moment\">A defining moment</h2>\n\n\n\n<p>After my internship, I was introduced to the KPI system that affected salaries: 30 metrics and a calculation formula. Instead of analyzing the formula, I focused on the tasks at hand. My goal was simple: solve customer problems as effectively as possible.</p>\n\n\n\n<p>Two months later, I became the top chat operator. Within three months, I mentored newcomers, and in six months, I helped revamp the support system.</p>\n\n\n\n<p>This experience was key for me. I realized it’s not about chasing ratings or recognition—it’s about focusing on the value you create, which ultimately leads to success.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-the-transition-to-production\">The transition to production</h2>\n\n\n\n<p>After a year and a half in support, I wanted a broader impact. Thanks to regular reports and feedback I shared with the production team, they invited me to join their department. I didn’t know which role suited me or cared about titles—I simply did what was needed.</p>\n\n\n\n<p>Over time, I held several roles: QA Manager, Release Manager, Project Manager, and Product Owner. But none of them confined my scope of responsibilities.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-my-approach-to-work\">My approach to work</h2>\n\n\n\n<p>One of the most important principles I followed was <strong>a willingness to help</strong>—without letting it hinder my main work.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>If I knew the answer to a question, I responded immediately.</li>\n\n\n\n<li>If I didn’t know but knew where to find it, I searched quickly.</li>\n\n\n\n<li>If expert input was needed, I contacted the right person.</li>\n\n\n\n<li>If I was short on time, I guided colleagues on where and whom to ask.</li>\n</ul>\n\n\n\n<p>I always ensured the problem was solved and remembered the solution. This helped me build a broad network within the company and become the go-to person who &#8220;knows everything.&#8221;</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-why-i-grew-with-the-company\">Why I grew with the company</h2>\n\n\n\n<p>Throughout my career, I have never feared uncertainty. When responsibilities changed, I took them as challenges. My philosophy was simple: “<em>I need to do everything to help the project grow, and I’ll grow along with it.</em>”</p>\n\n\n\n<p>Of course, there were periods of anxiety and doubt. <strong>Remembering my goal helped me push forward, work harder, learn faster, and adapt to changes.</strong></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-i-became-a-ceo\">How I became a CEO</h2>\n\n\n\n<p>With each new role, my understanding of the WordPress market and products deepened. My vision broadened, and my goals became more ambitious. This inspired me to build a strong team and take on more responsibility for decision-making.</p>\n\n\n\n<p>As COO, I honed my skills in achieving goals. However, the key to transitioning to CEO was realizing I was ready to take responsibility for defining the goals themselves. As a CEO, your work results in the work of your team. The main tasks of a CEO are to maintain the vision, support the team, and create conditions for growth.</p>\n\n\n\n<p>For me, being a CEO is about constant development, solving new challenges, and creating growth opportunities—not only for the company but also for the team. This role isn’t the ultimate goal but a tool for achieving results that matter to us all.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-key-takeaways\">Key takeaways</h2>\n\n\n\n<p>Over this journey, I’ve learned that it’s important to focus on tasks rather than how one is evaluated. <strong>Good work speaks for itself.</strong></p>\n\n\n\n<p>When you do what you love and constantly strive for new challenges, time flies unnoticed. That’s what happened to me: 10 years passed in the blink of an eye. And then, one day, I find myself still the same girl fighting in the name of customer happiness—but now, I’m also setting the budget for the entire project for the next year.</p>\n\n\n\n<p>During this time, I’ve observed my colleagues and subordinates build their careers, and I strive to share my experience. At Crocoblock, we actively help support team members grow into developers, managers, and marketers, taking on new roles. This path is open to anyone willing to work, learn, and aim higher.<br /><strong>My lesson is simple:</strong> Be open to change, focus on what you do, and don’t fear big goals. If you work toward them daily, they will become a reality.</p>\n<p>The post <a href=\"https://heropress.com/essays/building-a-wordpress-career-without-a-map-lessons-from-my-journey/\">Building a WordPress Career Without a Map: Lessons from My Journey</a> appeared first on <a href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jan 2025 06:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Anna Hurko\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Matt: Boom &amp; Deepseek\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=135630\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"https://ma.tt/2025/01/boom-deepseek/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1317:\"<p>What an exciting time to be alive. I was <a href=\"https://x.com/karpathy/status/1872362712958906460\">hipped to Deepseek by Andrej Kaparthy&#8217;s tweet the day after Christmas</a>, it was clear then that something big had happened and that it was truly open source and open weights (not this fake Llama stuff). It&#8217;s been fun to see the rest of the world catch up to it, and how radically accessible and deployable these models will be for people to hack on. I don&#8217;t have any comment on public markets or stocks.</p>\n\n\n\n<p>The other super inspiring thing today was Boom&#8217;s first supersonic flight. It&#8217;s <a href=\"https://www.youtube.com/watch?v=-qisIViAHwI\">worth watching the video</a>. We&#8217;re 4-5 years away from halving flight times with supersonic flight. In that same timeframe we might have something even more dramatic from SpaceX, like Houston to Tokyo in 30 minutes. Really cool to see the spirit of entrepreneurship and innovation around all of these things. It&#8217;s tempting to get distracted by drama (WPE and legal battles), but there&#8217;s such freedom and joy in just continuing to build, to engineer, to solve problems. I&#8217;m so grateful I get to do so every day with such incredible colleagues at Automattic.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Jan 2025 20:15:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"Do The Woo Community: AI, WooCommerce Changes, and the WordPress Community in 2025 with Robbie, Robert and Marcus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=89413\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"https://dothewoo.io/ai-woocommerce-changes-and-the-wordpress-community-in-2025-with-robbie-robert-and-marcus/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:227:\"In this Woo AgencyChat, the hosts discuss AI\'s role in web development, WooCommerce advancements, e-commerce simplification, and the resilience of the WordPress community amidst ongoing drama, highlighting their hopes for 2025.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Jan 2025 12:38:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"Do The Woo Community: Do the Woo is a Media Partner for CloudFest 2025 and the Hackathon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://dothewoo.io/?post_type=blog&p=89382\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://dothewoo.io/blog/do-the-woo-is-a-media-partner-for-cloudfest-2025-and-the-hackathon/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:135:\"We are excited to partner with CloudFest again, featuring over 8,700 attendees and 250+ speakers at Europa-Park from March 17-20, 2025.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Jan 2025 10:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"Do The Woo Community: Reflections on the WooCommerce Releases from 2024 with Marcel and Mike\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=89403\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"https://dothewoo.io/exploring-woocommerce-2024-new-features-and-developer-insights-with-marcel-and-mike/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:137:\"In this episode of Woo DevChat, Marcel and Mike discuss significant WooCommerce updates from 2024, AI\'s impact, and their personal goals.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Jan 2025 11:20:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"Gravatar: Create Unique Avatars With Backgrounds and Stickers!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://blog.gravatar.com/?p=2772\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://blog.gravatar.com/2025/01/22/new-background-and-sticker-features/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2777:\"<p>Has it been a while since you gave your Gravatar a fresh look? We just rolled out some fun new editing tools that let you remove backgrounds, add new ones, and decorate with stickers. Your avatar travels with you across the web — now it can show even more of your personality.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Background Magic</h2>\n\n\n\n<div class=\"wp-block-group has-contrast-background-color has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-1 wp-block-group-is-layout-constrained\">\n<img width=\"1200\" height=\"849\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/cleanshot-2025-01-22-at-11.08.30.gif\" alt=\"\" class=\"wp-image-2779\" />\n</div>\n\n\n\n<p>Take any photo and instantly remove its background. Drop yourself onto a beach, in front of a cityscape, or keep it clean with a solid color. </p>\n\n\n\n<p>That quick selfie can now look like a professional headshot.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Sticker Time</h2>\n\n\n\n<div class=\"wp-block-group has-contrast-background-color has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-2 wp-block-group-is-layout-constrained\">\n<img width=\"1200\" height=\"850\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/cleanshot-2025-01-22-at-11.13.25.gif\" alt=\"\" class=\"wp-image-2780\" />\n</div>\n\n\n\n<p>Add some flair with our collection of stickers. From sunglasses to speech bubbles, you can layer on elements that match your style. Use the search feature to find the perfect additions.</p>\n\n\n\n<h2 class=\"wp-block-heading\">How to Use the New Features</h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Head to <a href=\"https://gravatar.com/profile\">gravatar.com/profile</a></li>\n\n\n\n<li>Click on <strong>Avatars</strong></li>\n\n\n\n<li>Upload a new photo or click the three dots to edit an existing one</li>\n\n\n\n<li>Look for the <strong>Background</strong> and <strong>Stickers</strong> menus</li>\n\n\n\n<li>Start creating!</li>\n</ol>\n\n\n\n<p><strong>Pro tip:</strong> Try the search button in both the background and sticker menus – you might find something unexpected and perfect. </p>\n\n\n\n<p>Backgrounds come from <a href=\"https://www.pexels.com/\">Pexels</a> and stickers from <a href=\"https://giphy.com/stickers\">Giphy</a>. Or you can upload your own.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Why Update Your Avatar?</h2>\n\n\n\n<p>Remember, your Gravatar shows up automatically on millions of sites like WordPress, Slack, and Zapier. It&#8217;s the face you show the world across the web. With these new tools, you can make sure that face is exactly how you want it.</p>\n\n\n\n<p>Share your new look with us <a href=\"https://x.com/gravatar\">on X</a> or <a href=\"https://bsky.app/profile/gravatar.bsky.social\">Bluesky</a> — we can&#8217;t wait to see what you create!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 26 Jan 2025 16:30:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ronnie Burt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"Gravatar: Enhance Your WordPress Blog: Create a Custom Author Page\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://blog.gravatar.com/?p=1863\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://blog.gravatar.com/2025/01/26/wordpress-author-page/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:16651:\"<p>Author pages contain information about a person who has written, edited, or contributed to an article. This usually includes things like their name, picture, short bio, social media links, and then a list of all their published posts on the same domain.&nbsp;</p>\n\n\n\n<p>If you have a blog, it’s generally always a good idea to have dedicated authors and pages to accompany them. This is important for many reasons, but one of the main ones is that it instantly improves the credibility of the content. It’s one thing to read a technical piece written by a credible software engineer than an anonymous user with no name!</p>\n\n\n\n<p>Author pages not only encourage users to read and interact with your content (because they know a real person is behind it), but they are also great for improving your search engine rankings, along with E-E-A-T (Expertise, Experience, Authoritativeness, Trustworthiness).&nbsp;</p>\n\n\n\n<p>Now that you’re convinced how important author pages are, you’re probably wondering: “Is there a way to customize them, make them look better and more engaging?”</p>\n\n\n\n<p>Absolutely!&nbsp;</p>\n\n\n\n<p>To help you do just that, we’ve created this useful guide that will explore the different ways of customizing the author template in <a href=\"https://wordpress.org/\" rel=\"nofollow\">WordPress</a>, show you how you can create a custom page, use template tags, and take advantage of tools like <a href=\"https://gravatar.com/\">Gravatar</a> to take your author pages to the next level.&nbsp;</p>\n\n\n\n<a href=\"https://docs.gravatar.com/getting-started/\"><img width=\"3242\" height=\"729\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/gravatar_integration_cta.png\" alt=\"\" class=\"wp-image-2632\" /></a>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Customizing the default author template vs. creating a custom page</strong></h2>\n\n\n\n<p>There are two main approaches when it comes to improving your author pages: Customizing the default author page template and creating a custom author page from scratch.&nbsp;</p>\n\n\n\n<p>Let’s take a look at both methods.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Customizing the default author template</strong></h3>\n\n\n\n<p>Before we dive into this, it’s important to mention that there is a difference between the author of an article and the ‘Author’ user role that exists in WordPress. Technically, the author of a blog post can also be the administrator, an editor, a contributor, as well as an author. So take into account that when we mention author, we mean any person who has written the specific piece of content.&nbsp;</p>\n\n\n\n<p>Now, with that out of the way, let’s get into the default author pages. The information they include is the data of the specific user profile, which looks like this:&nbsp;</p>\n\n\n\n<img width=\"1289\" height=\"1170\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/author-page-backend.png\" alt=\"User information settings in WordPress\" class=\"wp-image-1864\" />\n\n\n\n<p>You can add information like names, websites, and bio, along with the profile picture linked to their specific Gravatar profile. If they don’t have a Gravatar profile, their profile picture displays as a mystery person.&nbsp;</p>\n\n\n\n<p>On the front end, the author page will look different depending on the theme of your choice. For example, this is how it would look with the <a href=\"https://wordpress.org/themes/bloghash/\" rel=\"nofollow\">Bloghash WordPress theme</a>:&nbsp;</p>\n\n\n\n<img width=\"1493\" height=\"949\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/bloghash-theme-author-page.png\" alt=\"Example of the default author page in WordPress with the theme Bloghash\" class=\"wp-image-1865\" />\n\n\n\n<p>Customizing the default author template is suitable for minor changes and maintaining a consistent design across your WordPress site. By utilizing template tags, you can modify the default template regardless of the theme you&#8217;re using, without the need for additional plugins or custom code.</p>\n\n\n\n<p>The benefits of customizing the default template include:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Ease of implementation:</strong> Making changes to the existing template is relatively straightforward and doesn&#8217;t require extensive technical knowledge.</li>\n\n\n\n<li><strong>Maintaining a unified look:</strong> By working with the default template, you ensure that your author pages blend seamlessly with the rest of your site&#8217;s design.</li>\n</ul>\n\n\n\n<p>However, there are some limitations to this approach:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Less flexibility:</strong> Customizing the default template may not provide as much flexibility as creating a custom author page from scratch. You&#8217;re limited to the structure and elements already present in the template.</li>\n\n\n\n<li><strong>Potential conflicts with theme updates:</strong> If your theme receives an update that modifies the author template, your customizations may be overwritten, requiring you to reapply them.</li>\n</ul>\n\n\n\n<p>Despite these limitations, customizing the default author template can be a quick and effective solution for those who want to make minor improvements to their author pages while maintaining a consistent design across their WordPress site.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Creating a custom author page</strong></h3>\n\n\n\n<p>A custom author page gives you full control over the design, the amount of information, and how it’s displayed, and it also comes with extra opportunities for user engagement. It’s a separate page that is then linked to this specific user and shows up when you click on their name.&nbsp;</p>\n\n\n\n<p>Unlike the default author page, you’re not restricted to the information fields on the back end and can add virtually anything. For example, you can include customized links to guest post contributions, client testimonials, extra information about services, a donation block, share buttons, and much more.&nbsp;</p>\n\n\n\n<p>The only possible downfall of these pages is that they require more effort to set up and maintain, and depending on your goals, you might need technical knowledge or external tools and plugins for the job. The payoff, however, is worth it.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How to use template tags to customize the author template</strong></h2>\n\n\n\n<p>The design of your WordPress blog is defined by the theme you are using, and themes are made of different templates. Template tags PHP functions built into WordPress to fetch and display dynamic content allowing you to customize your blog and make the pages look exactly how you want them to.&nbsp;</p>\n\n\n\n<p>In this next section, we’ll guide you through the process of using template tags for author page customization, including code snippets.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Creating the author.php file</strong></h3>\n\n\n\n<p>The first step is to check whether there is an author.php file in your theme directory and create one if that’s not the case. This is the file you’ll be using to customize the layout and the content of the author pages.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Basic template tags for author information</strong></h3>\n\n\n\n<p>There are a couple of tags you can use to access author information, including:&nbsp;</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code><strong>the_author_meta</strong>()</code>: Use this to simply display author information.</li>\n\n\n\n<li><code><strong>get_the_author_meta</strong>()</code>: Use this if you want to return a value and save it to a variable. Values you can request include <code>admin_color, first_name, last_name, user_url, </code>and<code> nickname.</code></li>\n\n\n\n<li><code><strong>get_the_author_posts</strong>()</code>: Use this to retrieve the current author’s total number of posts.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Combining template tags with HTML and CSS</strong></h3>\n\n\n\n<p>You can display this data on the frontend of your website using the echo command, like in the example below:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;div class=\"author-info\"&gt;\n	&lt;h2&gt;About the Author&lt;/h2&gt;\n	&lt;p&gt;&lt;strong&gt;Name:&lt;/strong&gt; &lt;?php echo get_the_author_meta (\'display_name\'); ?&gt;&lt;/p&gt;\n	&lt;p&gt;&lt;strong&gt;Email:&lt;/strong&gt; &lt;?php echo get_the_author_meta (\'user_email\'); ?&gt;&lt;/p&gt;\n	&lt;p&gt;&lt;strong&gt;Bio:&lt;/strong&gt; &lt;?php echo get_the_author_meta (\'description\'); ?&gt;&lt;/p&gt;\n&lt;/div&gt;</code></pre>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Using conditional statements</strong></h3>\n\n\n\n<p>The <strong>is</strong>_author function introduces conditional logic, where you can check whether a page has an author, and display their information if it does. Use the following format:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php if ( is_author() ) : ?&gt;\n// Your code here if it returns true\n&lt;?php endif; ?&gt;</code></pre>\n\n\n\n<p>This is ideal for sites with a very simple URL structure where, say, a landing page and a blog post would have the same structure.</p>\n\n\n\n<p>Pair this with the <code>get_the_author_meta()</code> command to retrieve the author’s ID and display their information on the frontend, as shown above.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Building a custom author page on WordPress through Gravatar integration</strong></h2>\n\n\n\n<img width=\"1473\" height=\"918\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/gravatar-profiles-as-a-service-1.png\" alt=\"Gravatar homepage\" class=\"wp-image-1871\" />\n\n\n\n<p><a href=\"https://gravatar.com/\">Gravatar</a>, a service built by <a href=\"https://automattic.com/\">Automattic</a>, offers a powerful solution for creating feature-rich and dynamic author pages on your website with minimal effort. While WordPress already uses Gravatar profile pictures for users logged in with the same email, you can take this integration a step further by leveraging Gravatar&#8217;s Profiles-As-A-Service REST API to import entire user profiles and create fully customized author pages.</p>\n\n\n\n<p>For example, all the blog posts written by yours truly (me, Ronnie) have a link to my <a href=\"https://gravatar.com/burtrw\">Gravatar page</a>:&nbsp;</p>\n\n\n\n<img width=\"821\" height=\"353\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/link-to-gravatar-profile.png\" alt=\"Example of author link in a Gravatar blog post\" class=\"wp-image-1872\" />\n\n\n\n<p>This is so that when people click on my name, they are redirected to my Gravatar profile where I’ve put all important information about myself.</p>\n\n\n\n<img width=\"1032\" height=\"776\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/ronnie-gravatar-profile.png\" alt=\"Ronnie Burt Gravatar\'s profile\" class=\"wp-image-1873\" />\n\n\n\n<p>However, the benefits of Gravatar integration go beyond simply linking to an author&#8217;s Gravatar page. By utilizing the <a href=\"https://blog.gravatar.com/2024/06/03/profiles-as-a-service/\">Profiles-As-A-Service</a> REST API, you can create custom author pages on your website that display information imported directly from Gravatar. This offers several advantages:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Automatically synced author data: </strong>When a new author or contributor signs up to your site with their Gravatar profile, all their data is automatically imported. This includes name, location, job title, pronouns, bio, important links to their other work, verified social media accounts, and contact information. This streamlines the process for everyone, especially the author, as they don&#8217;t need to input their entire information from scratch.</li>\n\n\n\n<li><strong>Simplified author page creation:</strong> With Gravatar&#8217;s API, you have access to pre-populated data, allowing you to build custom author pages quickly without the need to collect information manually. Everything falls into place seamlessly.</li>\n\n\n\n<li><strong>Data consistency:</strong> Since the custom author page is connected to the Gravatar profile, any changes made to the author&#8217;s information on Gravatar are automatically reflected on your website. This eliminates the need for admins and IT support to constantly update author information manually.</li>\n\n\n\n<li><strong>Pre-verified author information:</strong> Gravatar validates and vets certain user data, such as linked social media accounts and payment links. This ensures that authors are who they claim to be, making it easier for readers to connect with them and enhancing the credibility and accuracy of your articles.</li>\n</ul>\n\n\n\n<p>So, if you want to leverage Gravatar to build a custom author page, check out our <a href=\"https://docs.gravatar.com/api/profiles/\">documentation for developers</a>.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Customizing the WordPress author box with Jetpack and Gravatar</strong></h2>\n\n\n\n<p>One of the most important parts of the author&#8217;s profile is their bio – it’s what gives the article credibility and entices readers to check out more posts or even connect with the author. Besides ensuring it’s written well, you can enhance the bio’s design even further with the <a href=\"https://jetpack.com/\" rel=\"nofollow\">Jetpack</a> plugin and its <a href=\"https://jetpack.com/support/gravatar-hovercards/\">Gravatar hovercard integration</a>.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Customizing author info with Jetpack</strong></h3>\n\n\n\n<img width=\"1317\" height=\"724\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/jetpack-homepage.png\" alt=\"Jetpack homepage\" class=\"wp-image-1875\" />\n\n\n\n<p>Jetpack comes with many additional features, that allow you to customize and add new functionalities to the author pages.&nbsp;</p>\n\n\n\n<p>First, it fully integrates with Gravatar to pull author information and update it automatically. Besides that, it lets you enable the display of the author’s name and bio or their Gravatar profile on single post pages with all the information directly pulled from their WordPress profile.&nbsp;</p>\n\n\n\n<p>In this example, we’ve added a Gravatar profile widget to the sidebar next to the blog post.&nbsp;</p>\n\n\n\n<img width=\"1992\" height=\"1017\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/gravatar-widget-jetpack.png\" alt=\"The Gravatar widget in Jetpack\" class=\"wp-image-1876\" />\n\n\n\n<p>With <a href=\"https://docs.gravatar.com/sdk/web-components/hovercards/\">Gravatar Hovercards</a> enabled, when people hover over the profile with their mouse, they’ll see a mini version of the profile as a hovercard.&nbsp;</p>\n\n\n\n<p>This is how it would look in our example:&nbsp;</p>\n\n\n\n<img width=\"1283\" height=\"848\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/example-hovercards-sarah.png\" alt=\"Example of a Gravatar hovercard\" class=\"wp-image-1878\" />\n\n\n\n<p>You can easily enable that by going to <em>Jetpack &gt; Settings &gt; Discussion </em>and then enabling the option named “<em>Enable pop-up business cards over commenters’ Gravatars</em>”</p>\n\n\n\n<img width=\"660\" height=\"404\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/enable-hovercards-in-jetpack.png?w=660\" alt=\"Enabling Hovercards in the Jetpack settings\" class=\"wp-image-1879\" />\n\n\n\n<p>There are many other customization options, especially with <a href=\"https://jetpack.com/support/extra-sidebar-widgets/\" rel=\"nofollow\">Jetpack widgets</a>. Still, we recommend keeping it simple and not cluttering the page with too many elements, as this may overwhelm readers. As always, balance is key.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Transform your WordPress site with a stunning custom author page</strong></h2>\n\n\n\n<p>Custom author pages are essential for showcasing your authors&#8217; expertise, fostering reader connections, and enhancing user experience. While there are various approaches to creating custom author pages on WordPress, integrating with Gravatar&#8217;s Profiles-As-A-Service REST API is the most efficient and effective solution.</p>\n\n\n\n<p>By leveraging Gravatar&#8217;s API, you can save time and effort, ensure data accuracy and consistency, provide a seamless user experience, and boost your blog&#8217;s SEO and E-E-A-T.&nbsp;<a href=\"https://docs.gravatar.com/api/profiles/\">Learn more about how you can integrate Gravatar</a> with your WordPress website and begin your journey toward a more connected and personalized user experience.</p>\n\n\n\n<a href=\"https://docs.gravatar.com/getting-started/\"><img width=\"3242\" height=\"729\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/gravatar_integration_cta.png\" alt=\"\" class=\"wp-image-2632\" /></a>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 26 Jan 2025 16:24:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ronnie Burt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"HeroPress: ‘Support Inclusion in Tech’ Grant Program Expansion\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://heropress.com/?p=7742\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:165:\"https://heropress.com/support-inclusion-in-tech-grant-program-expansion/#utm_source=rss&utm_medium=rss&utm_campaign=support-inclusion-in-tech-grant-program-expansion\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2501:\"<img width=\"1024\" height=\"501\" src=\"https://heropress.com/wp-content/uploads/3025/01/includsion_in_tech_banner2-1024x501.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Support Inclusion In Tech Grant Program Banner\" /><p><a href=\"https://supportinclusionintech.com/\">SiNC (Support Inclusion In Tech)</a> in 2024 launched a grant program, supporting those who have contributed to the WordPress project.</p>\n\n\n\n<p>From the Open Collective:</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>The grant program remains open to all WordPress contributors who have demonstrated significant contributions to the community through their involvement in local meetups, WordCamps, or code contributions. WordPress contributors can opt into a named directory starting in January 2025, and selections will be made in March 2025. Names will be entered into a random name picker for selection.</p>\n\n\n\n<p><a href=\"https://opencollective.com/support-inclusion-in-tech/updates/sinc-expands-grant-program-to-empower-wordpress-contributors-across-north-and-south-america\">https://opencollective.com/support-inclusion-in-tech/updates/sinc-expands-grant-program-to-empower-wordpress-contributors-across-north-and-south-america</a></p>\n</blockquote>\n\n\n\n<p>At the time of its announcement the grants were only available in Europe, Asia, and Africa.</p>\n\n\n\n<p><a href=\"https://supportinclusionintech.com/\">SiNC</a> is now pleased to announce that this grant program is also available in North and South America!  If you&#8217;d like to apply for a grant, <a href=\"https://www.jotform.com/243518481147055\">fill out this form</a>.</p>\n\n\n\n<h2 class=\"kt-adv-heading7742_b006f6-13 wp-block-kadence-advancedheading\">More Information</h2>\n\n\n\n<p><a href=\"https://supportinclusionintech.com/sinc-expands-grant-program-to-empower-wordpress-contributors-across-north-and-south-america/\">Official Press Release</a></p>\n\n\n\n<p><a href=\"https://opencollective.com/support-inclusion-in-tech/updates/sinc-expands-grant-program-to-empower-wordpress-contributors-across-north-and-south-america\">Open Collective Announcement</a></p>\n\n\n\n<p><a href=\"https://wptavern.com/support-inclusion-in-tech-expands-grant-program-to-north-and-south-america\">WPTavern Article</a></p>\n<p>The post <a href=\"https://heropress.com/support-inclusion-in-tech-grant-program-expansion/\">‘Support Inclusion in Tech’ Grant Program Expansion</a> appeared first on <a href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 25 Jan 2025 21:32:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"Gutenberg Times: Cursor AI, Block Themes, Fediverse, WordCamp Asia and more —   Weekend Edition #317\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=37397\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"https://gutenbergtimes.com/cursor-ai-block-themes-fediverse-wordcamp-asia-and-more-weekend-edition-317/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:19590:\"<p>Hi there, </p>\n\n\n\n<p>Did you start well into the new year? The first month is almost over. Working from home, I am really looking forward to seeing my WordPress friends at <a href=\"https://asia.wordcamp.org/2025/\">WordCamp Asia</a> in Manila. The team facilitates meeting contributors in one-on-one sessions and to ask questions: It&#8217;s called the <a href=\"https://asia.wordcamp.org/2025/human-library-books/\">Human Library and contributors are call Books</a>. My shift is from 10:30 to noon on Contributor Day. You can also meet Ryan Welcher, Nick Diego, Milana Cap, Hari Shanker to mention just a few.</p>\n\n\n\n<p>If FOMO (fear of missing out) is real for you, rest assured you can always ping me for a chat, email pauli@gutenbergtimes.com, or message me on Slack or <a href=\"https://bsky.app/messages\">Bluesky</a>. I would be delighted! </p>\n\n\n\n<p>In this week&#8217;s edition, you&#8217;ll find quite a few tutorials,  plugins, and podcast episodes and nowadays also AI. I hope you&#8217;ll enjoy ready and listening to it all as I did. </p>\n\n\n\n<p>Have a fantastic weekend! </p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/cursor-ai-block-themes-fediverse-wordcamp-asia-and-more-weekend-edition-317/#0-word-press-release-information\">Developing Gutenberg and WordPress</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/cursor-ai-block-themes-fediverse-wordcamp-asia-and-more-weekend-edition-317/#0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/cursor-ai-block-themes-fediverse-wordcamp-asia-and-more-weekend-edition-317/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/cursor-ai-block-themes-fediverse-wordcamp-asia-and-more-weekend-edition-317/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </a></li></ol>\n</div></div>\n\n\n<div width=\"100%\" class=\"wp-block-newsletterglue-showhide ng-block\">\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p>Hey friends! 🌴✨ Get ready for an epic adventure at&nbsp;<strong>WordCamp Asia 2025</strong>&nbsp;in vibrant Manila! </p>\n\n\n\n<p>I&#8217;ll be diving deep into the WordPress universe &#8211; hanging out at Contributor Day (February 20th) and rocking both conference days (February 21-22nd).Want to connect? I&#8217;m totally open to grabbing&nbsp;<strong>coffee, lunch, or catching up</strong>&nbsp;between sessions at the Philippine International Convention Center. </p>\n\n\n\n<p><a href=\"https://bit.ly/bph-wcasia\">Check out my public calendar</a> and snag a slot &#8211; let&#8217;s turn this tech gathering into an unforgettable networking experience! Can&#8217;t wait to swap stories, share insights, and soak up the incredible WordPress community energy in the Philippines. Who&#8217;s in? 🚀🇵🇭 #WordCampAsia2025</p>\n\n\n\n<img width=\"652\" height=\"433\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/01/proud-banner-speaker-2-smaller.png?resize=652%2C433&ssl=1\" alt=\"\" class=\"wp-image-37428\" />\n</div></div>\n</div>\n\n\n<p>As mentioned last week, <em>DoTheWoo</em> and <em>Gutenberg Times</em> were founded around the same time. <strong>Bob Dunn aka BobWP</strong> and I chatted about our starts in our 7th anniversary episode: <a href=\"https://dothewoo.io/reflections-on-gutenberg-times-and-do-the-woo-with-birgit-and-bobwp/\">The Evolution of WordPress Content: Insights on Gutenberg, Podcasting, and Community Growth</a>. Bob is the astounding supporter of the WordPress community and raises diverse voices with his network of 12 podcast and hosts. You will always find something or someone interesting to listen to or about.</p>\n\n\n\n<a href=\"https://dothewoo.io/reflections-on-gutenberg-times-and-do-the-woo-with-birgit-and-bobwp/\"><img width=\"652\" height=\"367\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/01/Do-the-Woo-Podcast-On-WPCommunity-Epiosde-600-edited.jpg?resize=652%2C367&ssl=1\" alt=\"\" class=\"wp-image-37480\" /></a>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p><strong>Aaron Jorbin</strong> announced <a href=\"https://make.wordpress.org/core/2025/01/22/wordpress-6-7-2-release-planning/\">WordPress 6.7.2 Release Planning</a> with RC 1 on February 4 and final release on February 11, 2025. </p>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p>🎙️ Latest episode: <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-113-wordpress-6-8-gutenberg-19-9-20-0-and-20-1-plugin-releases/\">Gutenberg Changelog 113 – WordPress 6.8, Gutenberg 19.9, 20.0 and 20.1 Plugin Releases</a> with special guest Tammie Lister 💕</p>\n\n\n\n<img width=\"652\" height=\"183\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/01/Screenshot-2025-01-17-at-18.13.07.png?resize=652%2C183&ssl=1\" alt=\"Tammie Lister and Birgit Pauli-Haack recording Gutenberg Changelog episode 113\" class=\"wp-image-37366\" />\n</div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p><a href=\"https://x.com/Copons\"><strong>Jacopo &#8220;Copons&#8221; Tomasone</strong></a> wanted you to know about <a href=\"https://wordpress.com/blog/2025/01/22/interface-update/\"><strong>an Update to WordPress.com’s Interface</strong></a>: &#8220;The updated interface is the latest release in a larger project to bring the experience on WordPress.com much closer to a “core” WordPress experience.” Tomasone wrote and continued &#8220;This is just the beginning of a gradual process that will continue over the next few months as we continue to create a more unified and familiar experience across our products.&#8221;</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Brian Coords</strong> published a new episode of the <em>Webmasters</em> podcast.  He chatted with <strong><a href=\"https://x.com/iansvo\">Ian Svoboda</a> </strong>of Generate Blocks, how the plugin<a href=\"https://webmasters.fm/how-generateblocks-adds-modern-design-tools-to-gutenberg/\"><strong> adds modern design tools to Gutenberg</strong></a>. They also discussed all about building on top of the block editor and crafting tools that supercharge your site-building workflow. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In <a href=\"https://wordpress.com/blog/2025/01/16/fediverse-reactions-block/\"><strong>Improving Fediverse Engagement With the Reactions&nbsp;Block</strong></a>, <a href=\"https://x.com/mattwiebe\"><strong>Matt Wiebe</strong></a>  introduced&nbsp;Likes,&nbsp;Reposts, and the&nbsp;Fediverse Reactions block, and expanding the ActivityPub plugin. With the Reactions Block, likes and reposts from Mastodon and other Fediverse platforms are automatically added to the end of your posts (if you’re using the Site Editor).</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Jeremy Holcombe</strong> discussed <a href=\"https://kinsta.com/blog/wordpress-dark-mode/\"><strong>WordPress dark mode: key benefits and how to set it up</strong></a> on the Kinsta blog. You’ll discover the advantages of dark mode, such as better accessibility, a healthier visitor experience, lower energy use, and meeting user preferences. He also shows you different ways to add dark mode to WordPress with plugins or custom code. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><a href=\"https://x.com/aliaghdam\"><strong>Ali Aghdam</strong></a> from Istanbul, Turkey, and his team soft-launched <strong><a href=\"https://wordpress.org/plugins/blockera/\">Blockera</a></strong> &#8211; a plugin to add supposedly missing features to the Block editor for designers. The current version feels like a beta of the Pro-version. You&#8217;ll find a lot of &#8220;coming soon&#8221; or &#8220;upgrade now&#8221; prompts around the interface. It gives you a good indication where the various features will be placed. </p>\n\n\n\n<p>I test the additional text features, and they seem to be solid, adding enhanced text shadow and orientation capabilities. An already <a href=\"https://community.blockera.ai/\">active community</a> and the process of building public, allows for a fairly fast update cycle. It&#8217;ll be interesting to see how this compares to other tools, once the free and pro versions are more progressed. With 195 blocks, it&#8217;s definitely not for the faint of heart. You can join the waitlists for the pro version as well as for the Blockera One block theme on <a href=\"https://blockera.ai/\">blockera.ai.</a> The <a href=\"https://wordpress.org/plugins/blockera/\">plugin is available</a> in the WordPress repository. </p>\n\n\n\n<a href=\"https://wordpress.org/plugins/blockera/\"><img width=\"652\" height=\"318\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/01/Screenshot-2025-01-24-at-11.36.23.png?resize=652%2C318&ssl=1\" alt=\"\" class=\"wp-image-37462\" /></a>\n\n\n\n<p>WooCommerce 9.6 was released and <strong>Stephanie Pi</strong> highlight in the release announcement <a href=\"https://developer.woocommerce.com/2025/01/20/woocommerce-9-6-fresh-new-tools-and-modernizing-classics/\"><strong>WooCommerce 9.6: Fresh new tools and modernizing classics</strong></a>, she highlights: </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://developer.woocommerce.com/2025/01/20/woocommerce-9-6-fresh-new-tools-and-modernizing-classics/#h-brands-has-landed\">Brands has landed</a></li>\n\n\n\n<li><a href=\"https://developer.woocommerce.com/2025/01/20/woocommerce-9-6-fresh-new-tools-and-modernizing-classics/#h-smarter-defaults-for-measuring-unit\">Smarter defaults for measuring unit</a></li>\n\n\n\n<li><a href=\"https://developer.woocommerce.com/2025/01/20/woocommerce-9-6-fresh-new-tools-and-modernizing-classics/#h-product-summary-block-enhanced\">Product Summary block, enhanced</a></li>\n\n\n\n<li><a href=\"https://developer.woocommerce.com/2025/01/20/woocommerce-9-6-fresh-new-tools-and-modernizing-classics/#h-more-new-features-and-updates\">More new features and updates</a></li>\n</ul>\n\n\n\n<a href=\"https://developer.woocommerce.com/2025/01/20/woocommerce-9-6-fresh-new-tools-and-modernizing-classics/\"><img width=\"652\" height=\"501\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/01/Screenshot-2025-01-24-at-14.16.03.png?resize=652%2C501&ssl=1\" alt=\"\" class=\"wp-image-37478\" /></a>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p>In episode #153, <strong>Nathan Wrigley</strong> chatted with <a href=\"https://wptavern.com/podcast/153-tammie-lister-on-modern-theme-development-and-artistic-exploration\"><strong>Tammie Lister on Modern Theme Development and Artistic Exploration</strong></a>. &#8220;The fact that Tammie is both a designer and a technical expert has allowed her to offer a well-rounded perspective on the evolution and future of WordPress themes. We explore the shift from classic themes to the new era of Full Site Editing and theme.json, and discuss whether the slower-than-anticipated adoption of these new tools signifies a deeper trend, or just a transitional phase.&#8221; wrote Wrigley in the summary. </p>\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2024&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test, and Meta team from Jan. 2024 on. Updated by yours truly. The previous years are also available: <strong><strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\">2020</a>&nbsp;|&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2021/\">2021</a></strong>&nbsp;|&nbsp;<strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2022/\">2022</a></strong></strong>&nbsp;|&nbsp;<strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2023\">2023</a></strong></p>\n\n\n\n<p><a href=\"https://maxiblocks.com/author/kp_oxctwsred/\"></a><strong><a href=\"https://x.com/kyralPieterse\">Kyra Pieterse</a></strong> of <em>Maxiblocks </em>shared <a href=\"https://maxiblocks.com/6-important-reasons-for-switching-to-wordpress-full-site-editing/\"><strong>six important reasons for switching to WordPress FSE</strong></a>. Working in the Site editor &#8220;simplifies customization, reduces the need for coding, and improves site performance by optimizing speed and functionality. With features like global styling, reusable templates, and responsive design tools, FSE provides a streamlined way to create professional WordPress websites that meet the needs of both website designers and businesses.&#8221; she wrote.  She dives deeper into each of the arguments in her article. </p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </h2>\n\n\n\n<p>Ever since <a href=\"https://wordpress.com/blog/2024/04/24/studio/\">Studio was released</a>, I wondered if I can make it the only local development app. Ever since my agency days, I have been using LocalWP. The latest Studio update: <a href=\"https://wordpress.com/blog/2025/01/06/studio-sync/\"><em>Build Locally, Deploy Globally: Meet Studio Sync for WordPress.com</em></a> had me wondered if all I need now is Studio. I have probably about two dozen sites in my LocalWP instance for various testing and building scenarios, so I was curious how fast can I migrate a site to Studio? Turns out it only takes a couple of minutes per site to export from Local and import into Studio. You can see a short video and some details on my blog post. <a href=\"https://icodeforapurpose.com/migrate-my-local-sites-to-studio/\"><strong>How do I migrate my LocalWP sites to Studio by WordPress.com?</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his post on the WordPress developer blog, <a href=\"https://developer.wordpress.org/news/2025/01/one-hook-to-rule-them-all-the-many-faces-of-block-categories/\"><strong>One hook to rule them all: The many faces of block categories</strong></a>, <strong><a href=\"https://x.com/troychaplin\">Troy Chaplin</a></strong> takes a deep dive into the ins and outs of Block categories for the Inserter of the Editor. &#8220;The hook is a versatile tool that allows developers to customize the way block categories are organized. Throughout this article, you will learn how to use this hook and build functions to add, reorder and rename single or multiple block categories.&#8221; Chaplin wrote. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://x.com/carlodaniele\">Carlo Daniele</a></strong> set out to teach developers <a href=\"https://kinsta.com/blog/gutenberg-plugin/\"><strong>how to build a Gutenberg plugin to add functionality to the block editor</strong></a>. You&#8217;ll lean how to create a plugin without creating a custom block, add a sidebar to manage post metadata, and use block pattern overrides to automate your workflow. <br /> </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his latest video, <strong>Nick Diego</strong>, developer relations advocate for WordPress,  set out to show you how you can <a href=\"https://www.youtube.com/watch?v=3_TiyKdPNq4\"><strong>revolutionize your WordPress development with Cursor AI</strong></a>.  He demonstrated how to set up Cursor for seamless WordPress plugin creation by configuring it specifically for WordPress coding standards, and creating structure instructions. As an example,  Diego built  &#8211; AI assisted &#8211; a Copy Code block plugin. </p>\n\n\n<div width=\"100%\" class=\"wp-block-newsletterglue-showhide ng-block\">\n<div class=\"wp-block-embed__wrapper\">\n<div class=\"toolbelt-video-wrapper\"></div>\n</div>\n</div>\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. </p>\n\n\n\n<p>Now also available via <a href=\"https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json\">WordPress Playground</a>. There is no need for a test site locally or on a server. Have you been using it? <a href=\"mailto:pauli@gutenbergtimes.com\">Email me </a>with your experience</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n<p class=\"has-text-align-center has-small-font-size\"><em>Questions? Suggestions? Ideas? </em><br /><em>Don&#8217;t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or</em><br /><em> send me a message on WordPress Slack or Twitter @bph</em>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"has-text-align-center has-small-font-size\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, <br />send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p></p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too, and won&#8217;t give your email address to anyone <br />except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 24 Jan 2025 23:14:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"Do The Woo Community: Reflections on Gutenberg Times and Do the Woo with Birgit and BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=89288\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://dothewoo.io/reflections-on-gutenberg-times-and-do-the-woo-with-birgit-and-bobwp/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:212:\"In episode, Bob and Birgit discuss their journeys in the WordPress community, focusing on the evolution of Gutenberg, podcasting challenges, and the importance of diverse voices, while planning for future events.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 23 Jan 2025 15:44:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WPTavern: #153 – Tammie Lister on Modern Theme Development and Artistic Exploration\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=185775\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://wptavern.com/podcast/153-tammie-lister-on-modern-theme-development-and-artistic-exploration\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47816:\"Transcript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox podcast, from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case the underpinnings of modern theme development and artistic exploration within WordPress.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to wptavern.com/feed/podcast, and you can copy that URL into most podcasts players.</p>\n\n\n\n<p>If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you and hopefully get you, or your idea. Featured on the show. Head to wptavern.com/contact/jukebox and use the form there.</p>\n\n\n\n<p>So on the podcast today, we have Tammie Lister. Tammie is a product creator focusing on WordPress. She has a hybrid background as a full stack product creator. She contributes to WordPress, and is passionate about open source and the WordPress community.</p>\n\n\n\n<p>Tammie has a rich history with WordPress, having worked with themes and the platform for many years. Her journey melds her artistic flair with technical expertise, something which is, I think, quite rare. Her experience spans theme building, design, development, and more recently guiding product developers through Guildenberg, an initiative which she co-founded.</p>\n\n\n\n<p>The fact that Tammie is both a designer and a technical expert has allowed her to offer a well-rounded perspective on the evolution and future of WordPress themes.</p>\n\n\n\n<p>We explore the shift from Classic Themes to the era of Full Site Editing and theme.json, and discuss whether the lower than anticipated adoption of these new tools signifies a deeper trend or just a transitional phase.</p>\n\n\n\n<p>Additionally, Tammie shares her insights on the necessity of beauty versus utility on the internet, the importance of experimentation in design, and how our definition of art and themes needs continual rethinking.</p>\n\n\n\n<p>We also get into her personal artistic endeavors, where she balances her tech workspace with an art studio, highlighting her lifelong passion for photography.</p>\n\n\n\n<p>If you&#8217;re curious about the current state of WordPress theming, the impact of emerging technologies on the platform, or how to infuse more creativity into your web projects, this episode is for you.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading to wptavern.com/podcast, where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p>And so, without further delay, I bring you Tammie Lister</p>\n\n\n\n<p>I am joined on the podcast by Tammie Lister. Hello, Tammie.</p>\n\n\n\n<p>[00:03:14] <strong>Tammie Lister:</strong> Hello, how are you?</p>\n\n\n\n<p>[00:03:15] <strong>Nathan Wrigley:</strong> Very good. I love the way that on these podcasts, we talk as if we&#8217;ve just started the call, whereas Tammie and I have already managed to chat for about an hour at least about all sorts of things.</p>\n\n\n\n<p>But the endeavor today is to talk about themes. We&#8217;re going to come at it from a whole bunch of different angles, I hope.</p>\n\n\n\n<p>But before we do that, I think it&#8217;s probably good that Tammie gets an opportunity to paint a picture of where her experience lies with WordPress and themes. So really I&#8217;m just asking you for your potted bio, Tammie, if that&#8217;s all right.</p>\n\n\n\n<p>[00:03:43] <strong>Tammie Lister:</strong> Themes is really a thread that&#8217;s run throughout. I kind of started doing that within WordPress, and it&#8217;s actually the reason why I started doing WordPress. The best way I describe it is I was torturing my own CMS. And then I found, like everybody was doing that, right? Everyone had their own PHP insecure thing.</p>\n\n\n\n<p>And then I found WordPress because I was blogging about design and development and then I just found themes and just fell in love Kubrick And then just really got into, through BuddyPress themes, through theming, and that&#8217;s kind of been my thread.</p>\n\n\n\n<p>I would say I kind of work more on the product side now, and I also describe myself as a hybrid because I just like to do all the things. I like to do product, I like to do design and development. And I&#8217;m currently working both in creating things and supporting product developers through co-founding of Guildenberg, where we work with product makers, and I also work on so many different things, but I also work with themes as well.</p>\n\n\n\n<p>[00:04:36] <strong>Nathan Wrigley:</strong> Are you one of those lucky people who is a hybrid of designer and technical?</p>\n\n\n\n<p>[00:04:42] <strong>Tammie Lister:</strong> I mean, we could go that I&#8217;m not very good at either of them, but let&#8217;s go with I&#8217;m lucky in that I do both of them, yes.</p>\n\n\n\n<p>[00:04:48] <strong>Nathan Wrigley:</strong> And have you always, dare I ask, have you always had a sort of an artistic flare? You know, when you were at school, were you always drawn to sort of putting paint on canvas and those kind of things?</p>\n\n\n\n<p>[00:04:58] <strong>Tammie Lister:</strong> Yeah, so one of the things is because of my age, the web did not exist. I was creative, so therefore it was considered that because I was creative I had to go and do art. That was quite a narrow vision quite a few decades ago.</p>\n\n\n\n<p>And I always had this love of computers, Acorn Electrons, all those kind of early computers. I still loved all of that kind of stuff. I&#8217;m lucky enough to have been, I&#8217;m 50 coming up this year, so I was lucky enough to have been from the start of computers, going all the way through. And I think if you have that, you are hybrid by nature, because you got to see the technology as it happened, even if you are kind of more on the artistic side.</p>\n\n\n\n<p>So I did the art first of all. I actually did psychology, then I did art, and then I got to kind of retrain in software engineering. Most of my life I&#8217;ve done one, and then I&#8217;ve done the other, then I&#8217;ve done one, then I&#8217;ve done the other, and then this thing called product appeared in the universe, which we found a label to put on everybody. And I&#8217;ve adopted that because it actually fits.</p>\n\n\n\n<p>[00:05:56] <strong>Nathan Wrigley:</strong> Coming from somebody who is profoundly unskilled in the artistic side of life, I&#8217;m quite jealous that you have that in your background.</p>\n\n\n\n<p>[00:06:03] <strong>Tammie Lister:</strong> Thank you for saying I&#8217;m skilled. I&#8217;ll go with that.</p>\n\n\n\n<p>[00:06:06] <strong>Nathan Wrigley:</strong> Sorry, I know this is going off piste little bit, do you keep your hand in with the artistic side of things? I mean, I know that the listeners can&#8217;t see what I can see, but it looks like you&#8217;re in an environment where art materials may be a part of your daily life. Do you still do that?</p>\n\n\n\n<p>[00:06:20] <strong>Tammie Lister:</strong> Yeah. I&#8217;m really lucky. So my office is half working for tech, like my desk, and then the other half is my art studio. And the half of my art studio has over the years, got bigger and started invading. So my art forms are primarily, either digital art, painting, and it&#8217;s an easel the other side, or photography.</p>\n\n\n\n<p>So even like one of my art forms is very very technical. So when you actually study art, you have to pick mediums and those were the mediums. So photography is one of the mediums that&#8217;s run throughout, and that&#8217;s probably like one of the most technical art forms that you can do as well.</p>\n\n\n\n<p>[00:06:52] <strong>Nathan Wrigley:</strong> I am going to ask you a really unfair question, but if the universe conspired so that you could only keep one form of art, be that photography, painting or the online stuff or, I don&#8217;t know, Photoshop. What would be the one which speaks to you the most? The one that you would jettison as a last resort?</p>\n\n\n\n<p>[00:07:11] <strong>Tammie Lister:</strong> Photography, because it&#8217;s been something that I&#8217;ve just in different mediums. We were talking before, one of my, projects is weird cameras. I am currently playing with a camera that does thermo printing onto receipts. But, I love the idea that you can take pictures into different things, even if you do like pinhole cameras. So yeah, the idea that you can capture pictures that way, or that you can capture pictures and then even like through AI, manipulate them. That&#8217;s something that super interests me.</p>\n\n\n\n<p>[00:07:37] <strong>Nathan Wrigley:</strong> I always think there&#8217;s something really magical about holding that piece of equipment in your hand as well. I don&#8217;t know what it is, the internet, you can&#8217;t get your hands on it in the same way can you, as you can with a piece of art or a camera or what have you? And I think there&#8217;s just something very human there.</p>\n\n\n\n<p>[00:07:48] <strong>Tammie Lister:</strong> You get so nerdy about your cameras. If you find the cameras, I&#8217;m a Fuji person, and you find your kind of kits and your, yeah. That&#8217;s a different podcast. But like I could get equally as nerdy about themes as I could about my camera set up. So yeah.</p>\n\n\n\n<p>[00:08:03] <strong>Nathan Wrigley:</strong> So pivoting more towards the internet then, and again, we&#8217;re not getting into the subject at hand, but I&#8217;m enjoying this conversation, so lets keep it going for a few minutes. Do you think the internet requires beauty? Or is that kind of like an added benefit? So a typical website, does it need to be beautiful or is the internet a more utilitarian thing, or is it more of a website by website, case by case basis?</p>\n\n\n\n<p>[00:08:26] <strong>Tammie Lister:</strong> So I think it&#8217;s a little bit of case by case. It depends. I will always love experimentation, but I studied art in the days of installation rooms, and the really weird nineties art. So that&#8217;s kind of like my grounding is like the weird stuff. The modern art that a lot of people look at and go, huh I quite like a lot of that. But also, through experimentation, we also find out what can be maybe applied to more usable content.</p>\n\n\n\n<p>And I think that that&#8217;s something to be said like, will a real pushed experiment be used by everybody? Nope, not probably. But can it push the medium? Yes. And that is also something that&#8217;s been done time and time again in art.</p>\n\n\n\n<p>But I think it&#8217;s really careful to, the word art is used a little bit too broadly. Art means something very different from design, and those need to be defined separately a little bit when we&#8217;re saying it. The whole first year of studying art is trying to define the word art, when you study it. Trying to define the word art as a whole thing. And we just, particularly in the digital world, we&#8217;re like, yeah, it&#8217;s art. I don&#8217;t think the people that studied art, and art history, would be saying that as well. Sometimes we apply words in our industry that we are maybe applying that we shouldn&#8217;t as well.</p>\n\n\n\n<p>So where I like to see it is experimentation, and I think we need more experimentation in our medium to get it forward a little bit. But then for use case, yeah, that deviated quite a lot in saying it.</p>\n\n\n\n<p>[00:09:52] <strong>Nathan Wrigley:</strong> No, no, but that&#8217;s interesting because I guess with things like the advent of CMSs and the growing popularity of CMSs, it is possible to go into a very cookie cutter kind of approach to websites. You know, it&#8217;s got a header, it&#8217;s got a footer, it&#8217;s got a hero and what have you.</p>\n\n\n\n<p>And the internet for many people has become a bit of a stale place, and there&#8217;s not much innovation. You know, if you go to a bookshop and you look at the magazines, especially if you&#8217;re probably not looking at car mechanics, but if you&#8217;re heading towards the more artistic side of things, the innovation there is really profound. And I know you can find examples of that on the internet.</p>\n\n\n\n<p>[00:10:24] <strong>Tammie Lister:</strong> But that happens also in art. Homogenisation of art also happens. So you&#8217;ll find that, you&#8217;ll go through periods where great art, artistic periods and just liveliness and periods where boundaries are pushed in art, and it&#8217;s amazing and it&#8217;s great. And then this homogenised periods of just like beige art comes out, and doesn&#8217;t feel that anyone&#8217;s pushing any boundaries or anyone&#8217;s doing it, and it just all feels the same.</p>\n\n\n\n<p>We are maybe going through one of those. I would argue that what we are going through is maybe some of the technology is the bit that&#8217;s changing, and experimental. So maybe the things that we are not seeing on the top are the things that are changing, and the top needed to distill anyway. And I think that that&#8217;s probably the biggest change we are going to be experiencing or we should be experiencing is the top doesn&#8217;t matter. And I think that&#8217;s going to be quite ground breaking to a lot of us.</p>\n\n\n\n<p>Back not too long ago, we used to be very precious about the design. You&#8217;d get this design and you&#8217;d be pixel perfect making it, and you&#8217;d be measuring it, and you&#8217;d be getting out your, how many widget screen rulers, right? And you&#8217;d be measuring it and doing break widths, and points and all these kind of things. And I don&#8217;t know what that word is, the break points and doing all these kind of measures and being very precise about it.</p>\n\n\n\n<p>And now that time is changing. Now you are looking at fluid typography. Now you are looking at, how does this respond? And it&#8217;s not that it responds in breakpoints, you don&#8217;t know what device someone&#8217;s going to be viewing on. They could be viewing it through goggles. All these kind of different experiences, and you may not have ever used the device that they&#8217;re experiencing on. Try browser testing every single browser in the world, good luck.</p>\n\n\n\n<p>But that&#8217;s the reality that you&#8217;re working in now. And when you&#8217;re working in that, the interface has to be secondary, and personalisation is quite key for the user. And that&#8217;s quite hard for us to understand, that the interface could be heavily changed and should be heavily changed depending on the user need, rather than it being this perfect vision.</p>\n\n\n\n<p>But then again, some things are just going to be an experience. So you are going to wander in, and it&#8217;s going to be a beautifully kept shop front because it feels like that. It&#8217;s use case, right?</p>\n\n\n\n<p>[00:12:31] <strong>Nathan Wrigley:</strong> The changes that have happened in the WordPress space, let&#8217;s say over the last five or six years. So we went from what we might call Classic Themes. I guess that&#8217;s the term that most people would be familiar with, where you are interacting with template files. And now we&#8217;re in an era of Full site editing or Site Editing. The interface in WordPress, if you don&#8217;t install a Classic Theme, allows you to do all of that in a, kind of more or less what you see what you get. You can interact with the templates, for want of a better word, inside of a GUI, and you can use the mouse instead of using a text editor and what have you.</p>\n\n\n\n<p>Now, that project, on the face of it, five or six years ago, obviously it was hoped that that would receive wide adoption, and I think maybe the upper echelons of the WordPress project were maybe assuming that people would jump on board with this. But it seems like that really hasn&#8217;t happened.</p>\n\n\n\n<p>I have a memory, I don&#8217;t really know if the numbers I&#8217;m about to say are correct, but I have a memory that it was hoped that within a year of Full Site Editing coming around, that there&#8217;d be 5,000 themes inside the .org repo.</p>\n\n\n\n<p>I think we&#8217;ve really only just now, so five years later, gone past 1000. I wonder if you&#8217;ve got any intuitions as to why it hasn&#8217;t been adopted, not just by end users, but also developers, and agencies, and all these different people? Has it stagnated? Is it a project which has got no legs? Are people going to use classic themes forever? What&#8217;s your thoughts?</p>\n\n\n\n<p>[00:13:52] <strong>Tammie Lister:</strong> So I think there&#8217;s a lot of points there, but I think there&#8217;s a couple points. Splitting out the infrastructure from the interface is kind of important. So are people using the underpinning technologies? Or are they only using the interface? And I think that&#8217;s something to consider.</p>\n\n\n\n<p>So the, page builder, the site editor is different from, using theme json maybe. So that&#8217;s also something to consider. So some agencies maybe aren&#8217;t turning on Site Editor, but they&#8217;re using theme json. That&#8217;s like a really basic example of that.</p>\n\n\n\n<p>I think that, is actually probably quite a strong case. Using the org theme repo as the measure. I&#8217;m not sure that necessarily holds up to adoption, all the time. Whilst I would love there to be so many things available for people and all that kind of thing, I don&#8217;t know whether people or times are different, I don&#8217;t know the answer to that. I think that, what I try and look at are agencies using it? Are people using it? Are people separating their plugin from their theme? Because that&#8217;s one impact. Are people looking at ways to improve their classic base to onboard off? Are they looking at ways to do it slowly and all those kind of things. And that has been happening more and more. So I think that.</p>\n\n\n\n<p>But honestly, it takes a change. Theme development has been the same for a very very long time. Yeah, I was lucky enough to be around when the changes happened. So it&#8217;s easy to change if you are around when the changes happen. It&#8217;s easy, right? Like I can understand that. I also, for me being a hybrid, it&#8217;s a little bit easier to adopt different things, because I can just be a bit more flexible, I think about different things.</p>\n\n\n\n<p>But if you are using a big stack, agencies as well go to, if you&#8217;re an enterprise agency and you&#8217;ve got a big stack, and you are pre-compiling SaaS, and you&#8217;re doing all these kind of things, to then suddenly change to theme json, that&#8217;s a big mind flip to suddenly do that.</p>\n\n\n\n<p>And that requires you to either pause, do lots of retraining, or to look at your foundation theme that you&#8217;re using, or to do some refactoring of infrastructure. So maybe to do some training. There&#8217;s all manner of different things that you&#8217;ve got to do, so I don&#8217;t think you&#8217;re going to do it in that kind of turnaround time.</p>\n\n\n\n<p>And also the time it happened was quite a boom time for agencies to be actually creating sites, which is kind of awesome. Lots of agencies were creating lots of sites at the same time. So for them to pause and say, hang on, not going to go and work on all these projects.</p>\n\n\n\n<p>What I actually saw was people thinking how they could sprinkle bits of it in, that has been really good. I think now most agencies that have found their path ,or found their groove with it,` or found the way that they are doing it. That&#8217;s kind of most pieces. But we haven&#8217;t necessarily seen that reflecting in the theme repo in the amount. So that would probably be a reflection of whether that number is going to be that measure or not.</p>\n\n\n\n<p>[00:16:43] <strong>Nathan Wrigley:</strong> So let me just try and sort of parse everything that you&#8217;ve just said, and see if what you&#8217;ve just said makes sense to me. So, what you are saying is that the adoption might not necessarily be reflected solely in the repo numbers. So whether it&#8217;s 2000, 1000, what have you. It&#8217;s the, and I think you called it underpinning technology, so the move to, for example, theme json and what have you. And you can dip your toes into bits of that.</p>\n\n\n\n<p>[00:17:07] <strong>Tammie Lister:</strong> Yeah, there was actually a really good post by Anne McCarthy right back in the day where she was like, here are the little pieces you can use, right back at the start And that was really powerful because I think before people were like, I have to do everything. No you don&#8217;t, is the answer. And once that message started to get out, there was a bit of a shift to people starting to be able to be, okay, I can do some sprinkles.</p>\n\n\n\n<p>[00:17:28] <strong>Nathan Wrigley:</strong> I think also the reality is, WordPress has been incredibly good at being backwards compatible, and really not changing a great deal for huge swathes of time. And then this fairly magnificently large change came along, and in other projects when they go through point releases, so Drupal is one that I&#8217;m familiar with, they sort of throw the baby out with the bath water a little bit. And as a result, I think over time they do lose people because of that, in their communities I mean, because of that backwards compatability thing has gone.</p>\n\n\n\n<p>And I&#8217;m just wondering if, like you said, if you&#8217;re an agency, and you&#8217;ve got a bulletproof process that you&#8217;ve worked out for the last decade or more, it would be unrealistic for you to suddenly change to the new paradigm, and to do everything with, for example, blocks or theme json. Rather than to just pick, well, either we&#8217;re going to do nothing, we&#8217;re going to stick with the way we&#8217;ve always done it, or we&#8217;re just going to take little bits here and there, because we can&#8217;t afford to just do everything. We&#8217;d have to retrain all of our staff, we&#8217;d have to retrain all of our clients and so on.</p>\n\n\n\n<p>So it sounds like you are buoyant. You don&#8217;t see the number in the repo as a negative thing, it&#8217;s just, this is the journey we&#8217;re on, but there&#8217;s way more, if you peel back the curtain, there&#8217;s more bits of in intel which need to be brought to bear. So that&#8217;s interesting, you are fairly sanguine about it.</p>\n\n\n\n<p>[00:18:40] <strong>Tammie Lister:</strong> Not everyone&#8217;s always going to have the interface on, or they may even use a different page builder. I think that&#8217;s something to kind of be aware. Maybe they are using the technology underneath, the infrastructure underneath, but they&#8217;re using a different page builder.</p>\n\n\n\n<p>Maybe they are using everything up to a point, but because their client doesn&#8217;t want it for the end user, they aren&#8217;t turning on the Site Editor interface for users. That is really common in enterprise, because they do not want color palettes and, all those kind of things, for end users. So those kind of like sliding scale.</p>\n\n\n\n<p>But also I think, from a release perspective and themes, I think we now need to be, and this is kind of a really curious conversation, is do we measure it by themes, or do we measure by patterns, or do we measure by templates? And if you look at the pattern directory, there have been quite a lot of, patterns, and there have been a lot of, the Museum of Block Art and the amount of patterns that have happened. Or if you look at Twenty Twenty Five, the amount of patterns in there. Now, that&#8217;s quite a lot. So if you think about that, that to me is almost like how we would consider themes to have been done.</p>\n\n\n\n<p>And we are getting to a point where, what is a theme? And that&#8217;s like a whole different discussion, which I love. Because for me, I&#8217;ve gone backwards and forwards in this every few years, of I think initially I was like, themes have to be a thing. And now I&#8217;m not in that position anymore. I wish I could time travel back and flick myself on the nose, but you know that&#8217;s age. Because I definitely feel that as</p>\n\n\n\n<p>long as we have a lot of the infrastructure, and we have a lot of the firm things in place, it&#8217;s a design system, and that&#8217;s what a theme should be. So what you are doing is you&#8217;re setting the tone and style as you load it. So this is the weird analogy I use, which is when you change clothes, you don&#8217;t take your arm off. Bear with me. The whole idea is that you should be able to take a theme on and off site without having any implications to it. That&#8217;s the whole point. It shouldn&#8217;t impact it. You should be able to use it like clothing. And it shouldn&#8217;t style it. So that gets to, is a theme just styles? And that&#8217;s the whole conversation of don&#8217;t put blocks in themes.</p>\n\n\n\n<p>Don&#8217;t just have it for super light. All those kind of like, that take the functionality out, don&#8217;t have plugins in it. All those kind of things that we go back to where we were a few years ago, which is don&#8217;t put plugins in themes as well. So yeah, there&#8217;s a lot there.</p>\n\n\n\n<p>[00:21:06] <strong>Nathan Wrigley:</strong> I remember probably three or four years ago, Rich Tabor, who at the time wasn&#8217;t working with Automattic but now is, raising the question of whether we should just have a theme, singular theme for WordPress. And everything else falls into the domain of patterns. And that was a really curious thought at the time. But the more that I&#8217;ve played with it, the more that I am fascinated by patterns, and not so much the theme. The theme is more of a sort of set it and forget it enterprise, you just do it this one time, set some basics in there.</p>\n\n\n\n<p>[00:21:36] <strong>Tammie Lister:</strong> See I guess now I&#8217;d be like, okay, what is the theme if it is the theme, and do we even need the theme? And is the package just, like I think we&#8217;ve come so far because WordPress has a design system. We&#8217;ve come so far that probably, like over the holidays because everyone does a project, right? Yet again, I did a theme and I literally used Site Editor&#8217;s Dreamweaver. That&#8217;s the best way I can describe how I create. I loaded it up and I haven&#8217;t used any custom CSS. I literally within a few hours had a theme. Hardly any customisation. No templates, anything, and that&#8217;s relying on mostly native stuff. I&#8217;m not relying on anything, and I move that across four different sites.</p>\n\n\n\n<p>It works. Am I going to release it and package it? No. I&#8217;m not going to give that to anyone else, because it&#8217;s not ready or worth it or like anything yet. And that may also be part of this. Maybe, going back to our initial conversation, maybe what we&#8217;re doing is encouraging more experimentation. That could be a problem if we&#8217;re not sharing our experiments. And that&#8217;s a whole different conversation about, we should share our experiments more, and we shouldn&#8217;t just leave them as experiments.</p>\n\n\n\n<p>But, to me what all of this has done is encouraged me to have that early. You know remember Kubrick? Being able to just experiment freely. And it probably was actually quite a hurdle we had to experiment. It was harder than, now looking back at it we&#8217;re like, that probably was really difficult. But I remember the first time, twice a year you would do the whole thing. Style switches were a big thing. I&#8217;ve now got a switcher on my site, just because I&#8217;m back there. What&#8217;s old is new again and all those kind of things.</p>\n\n\n\n<p>We could never settle on one style because we always wanted to do more than one. It was so easy to do. We were always obsessed with changing our themes because it was so cool to do. We were making them so many times. Maybe that&#8217;s part of, we&#8217;re in a period where everyone&#8217;s just experimenting and learning so much that we are not quite releasing yet. And that&#8217;s okay because we&#8217;re learning and we&#8217;re in our sketchbook, learning those boundaries.</p>\n\n\n\n<p>[00:23:36] <strong>Nathan Wrigley:</strong> Do you remember CSS Zen Garden?</p>\n\n\n\n<p>[00:23:38] <strong>Tammie Lister:</strong> Oh, I love that. Yeah, we should have that for block themes really.</p>\n\n\n\n<p>[00:23:42] <strong>Nathan Wrigley:</strong> It was fascinating, wasn&#8217;t it? How the content layer, and that was in the day when CSS was a brand new thing, and the idea that you could separate the markup from the styling was really revolutionary. And I remember being bowled over by that.</p>\n\n\n\n<p>[00:23:54] <strong>Tammie Lister:</strong> I mean the thing was with themes, that was why WordPress struck me originally was, I can just change, I don&#8217;t have to manage my content. I don&#8217;t have to worry about being insecure or being hacked. I don&#8217;t have to worry about that. I can just do the fun stuff. And then CSS got really cool, and then it got really complicated with SaaS. And then I started using JavaScript, I got really overly complicated. And then Modernizr, and all those kind of things. And life just got way too complicated.</p>\n\n\n\n<p>And one thing I like now is life is really, really easy when I want to make a theme. I&#8217;ll do a sketch, I don&#8217;t even do it in Figma anymore. I just do a little bit of a sketch, work out my colors, and then I just use it as Dreamweaver. But that&#8217;s not release ready that way. It would be taking it. You know I use Create Block Theme plugin and then I parse it, I clean it, and all those kind of things.</p>\n\n\n\n<p>[00:24:44] <strong>Nathan Wrigley:</strong> Just moving outside of the WordPress space for a moment, it seems like CSS is really interesting again. A lot of the JavaScript things that we&#8217;re familiar with only being possible with JavaScript, it feels like so much interesting stuff going on with just web standards and CSS in particular, and there&#8217;s a lot of fascinating stuff happening.</p>\n\n\n\n<p>[00:25:05] <strong>Tammie Lister:</strong> HSL is my current love. I&#8217;m completely nerdy. I&#8217;ve been, playing with that and just, I remember just the sheer pain of even doing parallax years ago, and all those kind of things that we don&#8217;t have those issues with.</p>\n\n\n\n<p>The fact now that we have such good libraries that we can have confidence in as well, that are open and universal as well for animations and different things that you can do.</p>\n\n\n\n<p>I think sometimes it does raise the expectation, if I put my front end developer hat on, it does raise the expectation, makes front end developers life really difficult, because we were always told don&#8217;t use libraries in one part, right, from performance perspective. And now it&#8217;s about knowing the right ones to use, in the right combination. Because you can achieve some of this stuff without using some of those libraries, and some of them are React as well. So it is like the, kind of where you use or what, you don&#8217;t use.</p>\n\n\n\n<p>[00:25:59] <strong>Nathan Wrigley:</strong> Just getting back to the conversation about the adoption, or lack thereof, of Full Site Editing and what have you, and theme json and all of that. We&#8217;ll obviously mention the fact that what you said 10 minutes ago is true. You know, the underpinning technology may well be being used by people.</p>\n\n\n\n<p>I do wonder though if the Block Editor or the Site Editor interface, do you think there&#8217;s something to be said about that whole interface and the fact that it&#8217;s constantly in flux? And it is quite difficult to realise where things are happening. And the fact that you&#8217;ve got menus that you have to return to. You know, you might not be able to find your way there quickly because the sort of whole menu structure disappears, and you have to click buttons to get back to it, and then remember where they all are, and they get upended all the time.</p>\n\n\n\n<p>I&#8217;m just wondering if the UI, where we are at the moment, January 2025, I do wonder if that puts people off because it&#8217;s in such a state of flux and it&#8217;s confusing and it&#8217;s not quite finessed yet.</p>\n\n\n\n<p>[00:26:55] <strong>Tammie Lister:</strong> So I have my kind of predictions I guess, of like where I would like see over the next kind of few years. I think we&#8217;re going to see that interface is going to do what it&#8217;s going to do. It&#8217;s core and it&#8217;s going to be iterated, but I think you&#8217;re going to see a lot of solutions building on top of that, or adapting to it. And I see more variations. You know I&#8217;d love to be able to say, hey, now I&#8217;m in sketch mode. Just let me do my sketching, right. And be able to see it. In fact, I&#8217;ve been playing around with that, with my rubber ducky cursor and all those kind of things, and trying to work out that, and I don&#8217;t think I&#8217;m alone with that. Like trying to figure out how do you get the editor interface to be exactly what you want. But that&#8217;s exactly what I want. That doesn&#8217;t mean that I&#8217;m necessarily going to have that as a final product.</p>\n\n\n\n<p>But I think that there&#8217;s an argument for types of users, and there&#8217;s definitely an argument for page builders for types. There&#8217;s definitely an argument for, niche, niches, could be a really big one. Or page builders that build on top of it. And we&#8217;ve seen quite a lot of that, like filling in the gaps. Core is always going to do the middle. Core is always going to be trying to, it&#8217;s always going to be the first attempt.</p>\n\n\n\n<p>So a good example is fluid typography, that&#8217;s just come out. So that&#8217;s the first version of it, right? Like the first version of where the things are going to be. The things I worked on in phase one, if they still look like the way they did in phase one in the Block Editor, we would have a problem. They do not look like that now. Because time has moved on. And the Site Editor, a lot of the bigger interface things came last. Because if you bear in mind when you build a house, you build the foundations first. So a lot of the interface stuff came last. So a lot of that stuff still needs to be iterated on.</p>\n\n\n\n<p>So, yes, it does need to be iterated on, point 1. But that doesn&#8217;t make it easy for what you were saying about documentation, for people learning and people doing things. So I do think there&#8217;s an argument for people having page builders. Page builders responding with a native layer. I don&#8217;t think there&#8217;s ever been an argument that people shouldn&#8217;t have page builders, or at least I personally haven&#8217;t said that. If you&#8217;re going to build a page builder on top of native, great. Find where the gaps are in the area you are pitching for, and make it work, and then keep a connection to it, and that&#8217;s going to work great. You know rise up. As Core rises up, rise up with your product. That&#8217;s kind of the open source way, right?</p>\n\n\n\n<p>So I&#8217;m kind of curious to see what happens. I would love to see the ability to customise a little bit more if I had, ifs and buts and wishes. But I just think that that&#8217;s maybe an expectation of interfaces that we have now. We got it with light and dark mode, and we seem to really have that now with like everything should be draggable. There&#8217;s a difference, right? AI has happened in a year, but also draggable interface have happened in six months. Suddenly most interfaces have draggy handles everywhere, and you can reposition things and pin them. Like we&#8217;ve only got one pinnable sidebar. So I think that would be nice. Because at the moment it kind of just says, I&#8217;m here, and you have to live with it being here. So things like that.</p>\n\n\n\n<p>My biggest thing has been able to just the latest situations of get out mode is the best way I can describe it is widescreen, right? I call it get out mode, because it just gets out of here. But that, things like that are polished. It&#8217;s done upon those extra bits. And they&#8217;re not bits that were there initially, and we often judge bits and we think the good bits we think have been there all along, well they haven&#8217;t been.</p>\n\n\n\n<p>[00:30:11] <strong>Nathan Wrigley:</strong> That UI is so great if you&#8217;ve got a long piece of content, and you can&#8217;t really encapsulate in your mind what the top to bottom of it looks like.</p>\n\n\n\n<p>[00:30:19] <strong>Tammie Lister:</strong> Remember like when, you used to have patterns out, then you&#8217;d lose sight of where the pattern was going to go, or like how it was going to look. Just the fact that it just goes a little bit small. It&#8217;s like yeah, yeah, yeah. There&#8217;s some perspective to what I&#8217;m creating, and it feels like okay, we&#8217;re not in like the inception world where I&#8217;m touchy feeling things and moving them around or whatever. We&#8217;re not in that. But we are kind of feeling like I&#8217;m building.</p>\n\n\n\n<p>And for me personally, the editor has a couple of different functions, and maybe one of the answers is it should, back when I was working on it, there was this kind of concept of modes, and it kind of didn&#8217;t have distinct modes, it flowed. I go backwards and forwards on whether it should have distinct or flow. I think by its nature it is having distinct modes. And one of the modes I find myself in a lot is build mode. If I&#8217;m in site editor, I&#8217;m a Bob the Builder. That&#8217;s what I&#8217;m doing. I&#8217;m getting in there. I&#8217;m Dreamweavering it. I&#8217;m digging in, and I want a very different experience to that than I want to,. Like Figma is my, or Penpot is where I&#8217;m building. And when I&#8217;m composing, I&#8217;m in a very different experience to that. I wouldn&#8217;t write in Figma.</p>\n\n\n\n<p>[00:31:24] <strong>Nathan Wrigley:</strong> I do like the idea, and I think you alluded to it earlier, I do like the idea of different, for want of a better word, editor modes. Where the UI is really different for a different user. And obviously we have the capability to kind of, historically WordPress, I don&#8217;t know, at the very least, remove a menu item for example, or a button doesn&#8217;t exist if you&#8217;re particular person. But the idea of amending the entire UI so that it binds itself more to the work that you are doing, that&#8217;s really interesting.</p>\n\n\n\n<p>[00:31:53] <strong>Tammie Lister:</strong> With AI we&#8217;ve got a bit more possibility of looking at what task you&#8217;re doing and then adapt. So one of the things that really excites me about AI isn&#8217;t necessarily the content generation, but is the realizing what you&#8217;re doing. At the moment, we have the set options and get things out of your way. But what I like is when applications are learning my behaviors, or learning what I like. Maybe I&#8217;m just selfish. I like that, and I like the fact that they&#8217;re learning, rather than me having to, when it loads up, me having to put the sidebar out the way, every single time. It&#8217;ll be like, oh no, you actually really like this to be out the way, and this is where you go. So when I load it up, it just does that each time.</p>\n\n\n\n<p>It&#8217;s such a small thing, but I mean it&#8217;s a persistent save mode of the screen and all those kind of things. But it feels magic when it works properly. Or recommending, it&#8217;s like hey, you like this? Have you tried this? Because you are obviously a builder. We&#8217;ve heard that other builders like this.</p>\n\n\n\n<p>[00:32:47] <strong>Nathan Wrigley:</strong> I imagine all of these things could come to pass. I know that there&#8217;s a lot of work to be done before those things. Just before we round it off, something that you said you wanted to mention, which we haven&#8217;t done, is something called hybrid themes.</p>\n\n\n\n<p>Now, I&#8217;ve not really touched on this with anybody thus far in any of the podcast episodes I&#8217;ve done. And it occurs to me that I would imagine most of the audience won&#8217;t be familiar with that term.</p>\n\n\n\n<p>[00:33:07] <strong>Tammie Lister:</strong> So I don&#8217;t actually like the term, that&#8217;s why we were talking about it. So it&#8217;s a term that currently is used for a theme that sits between Classic and Block Themes. And for me personally, and you can get into why it does, I don&#8217;t think we should use the term, that&#8217;s kind of why I wouldn&#8217;t get into them too much. And I know that there&#8217;s some really good documentation explaining them, and I don&#8217;t want to belittle or anything with that documentation. I think they have a place. But my kind of general point is I think they really confuse users.</p>\n\n\n\n<p>If I am working with a client and I am saying to them, hey, we&#8217;re working on a theme. It&#8217;s hard enough to get them to work with a Block Theme, or I don&#8217;t even actually use the term Classic, although I actually have a site that says Classic, but generally they&#8217;re not thinking Classic. They&#8217;re thinking that it is their theme. And it&#8217;s a classic, what it&#8217;s old?</p>\n\n\n\n<p>But generally to then say hybrid as well. I mean in cars it&#8217;s not so good at either. I made that joke of like, I&#8217;m a hybrid. I&#8217;m not good at either, kind of thing. It&#8217;s like the theme isn&#8217;t good at either. And really to me a Block Theme can just be, I go back to that post by Anne, you can just do a little bit, you could just have a little bit and it&#8217;s a Block Theme. But I think sometimes it&#8217;s used to distinguish when, and more templating all of those kind of things with hybrid. But there&#8217;s a lot more to it than terms like that. So I don&#8217;t want to dismiss it. But for me it&#8217;s a lot simpler if we think of it in those kind of opposites.</p>\n\n\n\n<p>I&#8217;m weird about Classic. So themes and block themes maybe? That&#8217;s maybe a kind of, I mean honestly it&#8217;s themes, and it just depends on how you are doing the theme really. And that&#8217;s what it comes down to. And I think if we saw it that way, then probably people would be like, okay, I&#8217;m going to make a theme that suits this purpose. And then they&#8217;d be popping on it. Because there was a time when people were taking offense to it being called Classic Themes, and that&#8217;s not maybe what we should be doing if we wanting people to use it.</p>\n\n\n\n<p>[00:35:05] <strong>Nathan Wrigley:</strong> I think it sounds from everything that you&#8217;ve said that you&#8217;re fairly bullish about the future with WordPress themes, and the theming engine that we&#8217;ve got, and the opportunities in the future.</p>\n\n\n\n<p>[00:35:14] <strong>Tammie Lister:</strong> Not just themes. I think that WordPress is always going to need a front visual, right? And you are going to be packaging, one of the core principles we have is you can package that style up, and I can give you that style, and you can go and take that and put it on any site. What that package, that theme is going to be in the future, I don&#8217;t know. That might be just a json file. That might be a file of an emoji smile. I don&#8217;t know. That might just be literally a json file. That could be all it is, is one file going forward. And that might be amazing, and it will pull in all these patterns, and it&#8217;ll pull in everything.</p>\n\n\n\n<p>But that still will be a theme, and that still will have had someone creative come along and determine that all these patterns and these colour combinations go. And they will work with an AI to come up with colour combination suggestion, all those kind of things. So you&#8217;re still going to have that. But it&#8217;s the idea that you can still take it from one site to the other, and still have that styling. I think that&#8217;s still there. I just think we&#8217;ve got to maybe be a bit more adaptive about what that term means, and maybe just all call it themes.</p>\n\n\n\n<p>[00:36:22] <strong>Nathan Wrigley:</strong> I imagine there&#8217;s going to be a bunch of people listening to this who are going to stick to what we&#8217;re going to call Classic Themes until they simply are no longer an option. There&#8217;ll be other people who are somewhere along the journey, and they&#8217;re dipping into, well, for want of a better word, hybrid. Or there&#8217;s people who are doing the whole thing with the Site Editor.</p>\n\n\n\n<p>Regardless of that, if people wanted to find you and talk to you about your journey and any help that you may be able to give them, making that migration, where&#8217;s the best place to get in touch with you, Tammie?</p>\n\n\n\n<p>[00:36:53] <strong>Tammie Lister:</strong> Yeah, So you can find me at my site, tammielister.com. And you can also find me on all the socials at Karmatosed. I also have a theme site called &#8216;Classic To Block&#8217;.</p>\n\n\n\n<p>[00:37:05] <strong>Nathan Wrigley:</strong> I will put all of those into the show notes so everybody can find all of the different places where you are available. But, Tammie Lister, thank you so much for chatting to me today. I really appreciate it.</p>\n\n\n\n<p>[00:37:15] <strong>Tammie Lister:</strong> Thank you.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://tammielister.com/\">Tammie Lister</a>.</p>\n\n\n\n<p>Tammie is a product creator focusing on WordPress. She has a hybrid background as a full stack product creator. She contributes to WordPress and is passionate about Open Source and the WordPress community.</p>\n\n\n\n<p>Tammie has a rich history with WordPress, having worked with themes and the platform for many years.&nbsp; Her journey melds her artistic flair with technical expertise, something which is, I think, quite rare. Her experience spans theme building, design, development, and more recently, guiding product developers through Guildenberg, an initiative which she co-founded.</p>\n\n\n\n<p>The fact that Tammie is both a designer and a technical expert has allowed her to offer a well-rounded perspective on the evolution and future of WordPress themes. We explore the shift from classic themes to the new era of Full Site Editing and theme.json, and discuss whether the slower-than-anticipated adoption of these new tools signifies a deeper trend, or just a transitional phase.</p>\n\n\n\n<p>Additionally, Tammie shares her insights on the necessity of beauty versus utility on the internet, the importance of experimentation in design, and how our definition of art and themes needs continual rethinking.</p>\n\n\n\n<p>We also get into her personal artistic endeavors, where she balances her tech workspace with an art studio, highlighting her lifelong passion for photography.</p>\n\n\n\n<p>If you&#8217;re curious about the current state of WordPress theming, the impact of emerging technologies on the platform, or how to infuse more creativity into your web projects, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p><a href=\"https://tammielister.com/\">Tammie&#8217;s website</a></p>\n\n\n\n<p><a href=\"https://guildenberg.com/\">Guildenberg</a></p>\n\n\n\n<p><a href=\"https://wordpress.org/patterns/\">Pattern Directory</a></p>\n\n\n\n<p><a href=\"https://block-museum.com/\">Museum of Block Art</a></p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/create-block-theme/\">Create Block Theme plugin</a></p>\n\n\n\n<p><a href=\"https://www.figma.com/\">Figma</a></p>\n\n\n\n<p><a href=\"https://penpot.app/\">Penpot</a></p>\n\n\n\n<p><a href=\"https://classictoblock.com/\">Classic to Block website</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Jan 2025 15:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"Do The Woo Community: Building WooCommerce in Public: A Conversation with James Kemp and Darren Ethier\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=89275\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://dothewoo.io/building-woocommerce-in-public/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:242:\"In this Inside Woo, James Kemp and Darren Ethier from WooCommerce highlight the importance of community engagement, evolving development practices, and the initiative \"More in Core\" to enhance core functionalities while balancing flexibility.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Jan 2025 14:15:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"Akismet: How to Collect Emails from Website Visitors (for Email Marketing)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://akismet.com/?p=284285\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://akismet.com/blog/how-to-collect-emails/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:26547:\"<p>When it comes to digital marketing, social media platforms seem to get all the love. But while it might not be as flashy, email marketing remains one of the most powerful tools for your business when it needs to communicate directly with its&nbsp;audience.</p>\n\n\n<p>Before you can use this powerful marketing medium, however, you need an audience. This is where a list of email subscribers comes in. These lists are made up of people who’ve given you permission to message them. It’s a vote of confidence in your brand and an invaluable opportunity for you to develop a new customer relationship.&nbsp;</p>\n\n\n<p>So how do you convince someone to give you their (correct) email address? There are a number of viable&nbsp;strategies.</p>\n\n<p>Let’s look at everything you need to know about how to collect emails for email&nbsp;marketing.</p>\n\n\n<span id=\"more-284285\"></span>\n\n\n\n<img width=\"1600\" height=\"1066\" src=\"https://akismet.com/wp-content/uploads/2025/01/image.jpeg\" alt=\"phone with an email newsletter signup form\" class=\"wp-image-284287\" />\n\n\n<h2 id=\"why-collect emails\" class=\"wp-block-heading\">Why collect&nbsp;emails?</h2>\n\n\n<p>Before we get into how to capture email addresses from website visitors, it&#8217;s important to consider why you want to gain new subscribers in the first place.&nbsp;</p>\n\n\n<h3 id=\"to-establish-a-direct-line-of-communication-with-potential customers\" class=\"wp-block-heading\">To establish a direct line of communication with potential&nbsp;customers</h3>\n\n<p>Email marketing creates a direct link between you and your audience. When someone subscribes, you can ensure your message reaches them without interference from algorithms or third&#8209;party&nbsp;platforms.</p>\n\n<p>Whether you want to announce a new product, share some testimonials of others who’ve enjoyed your product or service, or promote a flash sale, emails are a personal and effective way to communicate with potential&nbsp;customers.</p>\n\n<h3 id=\"to-keep-your-audience-informed-and engaged\" class=\"wp-block-heading\">To keep your audience informed and&nbsp;engaged</h3>\n\n<p>Marketing to a strong email list helps you keep your audience in the loop about your latest updates, promotions, and news. Regular newsletters and targeted emails keep your brand top&#8209;of&#8209;mind, ensuring your subscribers remain engaged and interested in what you have to&nbsp;offer.</p>\n\n<p>Staying connected to potential subscribers by periodically offering valuable insights is a great way to keep your funnel filled with quality&nbsp;leads.</p>\n\n<h3 id=\"to-send-personalized offers\" class=\"wp-block-heading\">To send personalized&nbsp;offers</h3>\n\n\n<p>Marketing is most effective when the message relates, very specifically, to the recipient. This is known as personalization and email marketing is perfect for it. The most simple version of personalization is using a recipient’s first name in the subject line or email. A bit of a more advanced tactic is segmenting email messages to different lists based on broad criteria like age or gender.&nbsp;</p>\n\n\n\n<p>Even better, though, is sending emails addressed to a subscriber’s first name that contains an offer for a specific product or category that the subscriber expressed interest in. Most WooCommerce <a href=\"https://woocommerce.com/product-category/woocommerce-extensions/marketing-extensions/email-marketing-extensions/?categoryIds=1763&collections=product&page=1\">email marketing extensions</a> have this or a similar capability.&nbsp;</p>\n\n\n\n<img width=\"1600\" height=\"857\" src=\"https://akismet.com/wp-content/uploads/2025/01/image.png\" alt=\"WooCommerce extension library with a grid of email extensions\" class=\"wp-image-284288\" />\n\n\n<h3 id=\"to-yield-a-high-return-on investment\" class=\"wp-block-heading\">To yield a high return on&nbsp;investment</h3>\n\n\n<p>Because it costs relatively little to produce, and it reaches interested subscribers directly, the ROI of email marketing tends to be quite high. Some report it as high as <a href=\"https://www.litmus.com/blog/infographic-the-roi-of-email-marketing\">36:1</a>.&nbsp;</p>\n\n\n\n<p>This might not take into account the expense of attracting first-time subscribers or the time it will take a small business owner to learn the technical processes if they need to do it themselves.&nbsp;</p>\n\n\n\n<p>However, it’s still clear that reaching interested consumers through email is well worth the effort and one of the most essential parts of the digital marketing mix for any size business. You just need to get subscribers and start your first campaign.&nbsp;</p>\n\n\n<h2 id=\"what-to-know-from-a-legal-and-ethical standpoint\" class=\"wp-block-heading\">What to know from a legal and ethical&nbsp;standpoint</h2>\n\n<p>When learning how to collect email addresses, you need to consider a few ethical and legal&nbsp;conundrums.</p>\n\n<h3 id=\"the-importance-of-user-consent-and transparency\" class=\"wp-block-heading\">The importance of user consent and&nbsp;transparency</h3>\n\n\n<p>You have to be honest with your target audience when collecting email addresses. Tell your target audience what you are doing and present them with opt-in forms so they can provide informed consent.&nbsp;</p>\n\n\n\n<p>Avoid deceptive practices, such as pre-checking boxes or using vague language on email sign-up forms. These tactics can harm your credibility and even cause inbox providers to send your messages to spam —&nbsp;even for legitimate subscribers. Potential customers should be able to easily subscribe (and unsubscribe) from your email campaigns.</p>\n\n\n\n<p>In general, just because you <em>have </em>an email address does not mean you should send it promotional messages. A person should give explicit consent and <em>subscribe </em>to your list.&nbsp;</p>\n\n\n<h3 class=\"wp-block-heading\">Compliance with GDPR and the CAN&#8209;SPAM&nbsp;Act</h3>\n\n\n<p>The <a href=\"https://gdpr-info.eu/\">General Data Protection Regulation</a> is a sweeping consumer privacy law in the European Union. It protects the data privacy rights of all EU citizens and can directly impact the way you gather email addresses.&nbsp;</p>\n\n\n<p>If your company does business in the EU or targets EU consumers, familiarize yourself with the GDPR and adhere to its&nbsp;provisions.</p>\n\n<p>If you do business in the U.S., you’ll need to be aware of the <a href=\"https://www.fcc.gov/general/can-spam#:~:text=Congress%20passed%20the%20CAN%2DSPAM,phones%E2%80%94not%20email%20in%20general.\">CAN&#8209;SPAM Act</a>. Passed in 2003, the law protects consumers and businesses from unwanted electronic email messages. Failing to adhere to either law can lead to fines and other severe&nbsp;penalties.</p>\n\n<h3 id=\"privacy-policy-and-terms-of service\" class=\"wp-block-heading\">Privacy policy and terms of&nbsp;service</h3>\n\n<p>Ensure your website includes a clear privacy policy and terms of service that outline how you collect, use, and protect personal information. Add details about how you collect email addresses and what you use them&nbsp;for.</p>\n\n<p>Collecting email addresses is perfectly legal and ethically acceptable, provided you’re transparent about it and do your best to protect consumer information. In most cases, you can send transactional messages (order confirmations, password reset emails, etc.) without express permission, but promotional messages should only be sent with&nbsp;consent.</p>\n\n<h2 id=\"what-is-needed-to-collect-emails-from-website visitors\" class=\"wp-block-heading\">What is needed to collect emails from website&nbsp;visitors?</h2>\n\n<p>You&#8217;ll need the following to collect email&nbsp;addresses:</p>\n\n<h3 id=\"1-a-website-or-landing page\" class=\"wp-block-heading\">1. A website or landing&nbsp;page</h3>\n\n\n<p>Landing pages are web pages you create for a specific campaign or purpose. Users typically end up on a landing page after they click on an ad or other online CTA.&nbsp;</p>\n\n\n<p>You should build a landing page for every specific campaign designed to collect email addresses. This allows you to hyper&#8209;focus the language, visuals, and CTA most impactful to your target audience. As a result, you can expect a much greater rate of success in attracting new&nbsp;subscribers.</p>\n\n\n<p>This doesn’t mean you can&#8217;t also include a lead capture button or sign-up form on other areas of your website. You can, and should, put these in places people expect — in the footer, halfway through a blog post, in the sidebar, etc.&nbsp;</p>\n\n\n\n<img width=\"1600\" height=\"818\" src=\"https://akismet.com/wp-content/uploads/2025/01/image-1.png\" alt=\"Email signup form in the footer of the Magna-Tiles site\" class=\"wp-image-284289\" /><em>Email signup form in the footer of <a href=\"https://www.magnatiles.com/\" rel=\"nofollow\">https://www.magnatiles.com/</a></em>\n\n\n<h3 id=\"2-a-compelling-offer-or-lead magnet\" class=\"wp-block-heading\">2. A compelling offer or lead&nbsp;magnet</h3>\n\n<p>Most people won&#8217;t give up their contact info just because you asked them to. It doesn&#8217;t matter how great your landing pages are, they probably aren&#8217;t going to opt&#8209;in unless you give them something of value in exchange for their&nbsp;email.</p>\n\n\n<p>A lead magnet is a great way to incentivize visitors to sign up for your email list. Showcase your lead magnet on your landing page and let people know that they can access the resource for free in exchange for their email subscription. Common lead magnets include eBooks, webinars, and discount codes.&nbsp;</p>\n\n\n\n<p>Though often not as strong, for the right entities, a lead magnet could be the promise of something in the future —&nbsp;early access to a Black Friday sale or exclusive content released on a regular basis.&nbsp;</p>\n\n\n<p>And no matter what you offer, once a customer completes the sign&#8209;up form, send the lead magnet or some sort of follow up to their email address right&nbsp;away.</p>\n\n<h3 id=\"3-a-form-to-capture emails\" class=\"wp-block-heading\">3. A form to capture&nbsp;emails</h3>\n\n<p>Your website or landing page should include a simple sign&#8209;up form where folks can input their email address. Make sure the form is easy to fill out without too much hassle. Don&#8217;t play <em>twenty questions</em>. Ask the basics so you can avoid annoying your&nbsp;visitors.</p>\n\n<p>We suggest limiting your sign&#8209;up form to three or four fields, which can include the person&#8217;s first and last name, email address, and an opt&#8209;in checkbox. Don&#8217;t push your luck by asking for the person&#8217;s birthday, phone number, or other information unless absolutely&nbsp;necessary.</p>\n\n\n<img width=\"1600\" height=\"708\" src=\"https://akismet.com/wp-content/uploads/2025/01/image-2.png\" alt=\"Jetpack CRM page with information about the features\" class=\"wp-image-284290\" />\n\n\n<h3 id=\"4-an-email-marketing-tool-or crm\" class=\"wp-block-heading\">4. An email marketing tool or&nbsp;CRM</h3>\n\n<p>You&#8217;ll need a <a href=\"https://jetpackcrm.com/\" target=\"_blank\" rel=\"noreferrer noopener\">customer relationship management (CRM)</a> system or email marketing tool to put all of those email addresses to use. Explore several options and find the platform that best supports your email marketing&nbsp;efforts.</p>\n\n<h3 id=\"5-a-source-of-targeted traffic\" class=\"wp-block-heading\">5. A source of targeted&nbsp;traffic</h3>\n\n\n<p>Most importantly, you need a source of traffic. If you already have a strong flow of site visitors, then sure, you can add a sign-up form to a conspicuous location on your site.&nbsp;</p>\n\n\n\n<p>But it’s not likely to generate a ton of new subscribers unless you have a good lead magnet to accompany it or a particularly eager audience.&nbsp;</p>\n\n\n<h2 id=\"effective-strategies-to-collect emails\" class=\"wp-block-heading\">Effective strategies to collect&nbsp;emails</h2>\n\n<p>After you&#8217;ve put the right infrastructure in place, you’re ready to start collecting new email subscribers. Here are some strategies to jumpstart your&nbsp;efforts:</p>\n\n<h3 id=\"leverage-gamification-such-as-quizzes-and surveys\" class=\"wp-block-heading\">Leverage gamification such as quizzes and&nbsp;surveys</h3>\n\n<p>Great marketing should never be boring. The best marketing campaigns and email capture strategies are fun and&nbsp;engaging.</p>\n\n<p>Consider using interactive quizzes or surveys to gamify email collection. People may be more likely to share their contact information if you have quiz results or a prize dangling on the other&nbsp;side.</p>\n\n\n<p>For instance, you could ask someone to complete a quick 3-5 question survey and offer an exclusive discount code after they submit their results. When they’re finished, thank them for participating and ask for their email address so you can send them their code. At that point, offer the opportunity to also subscribe to your email list —&nbsp;many will!&nbsp;</p>\n\n\n<h3 class=\"wp-block-heading\">Implement a timed slide&#8209;in or&nbsp;pop&#8209;up</h3>\n\n\n<p>A timed pop-up triggers when a site visitor has spent a certain amount of time on your page. They’re a can’t-miss — so use the opportunity to promote your best lead magnet.&nbsp;</p>\n\n\n\n<img width=\"1600\" height=\"810\" src=\"https://akismet.com/wp-content/uploads/2025/01/image-3.png\" alt=\"email pop-up on the Dan-O\'s website\" class=\"wp-image-284291\" /><em>Example of an email pop-up on </em><a href=\"https://danosseasoning.com/\"><em>https://danosseasoning.com/</em></a><em>&nbsp;</em>\n\n\n<p>Slide&#8209;ins are another option. They perform the same task, but slide onto the visitor’s screen instead of popping up out of nowhere. They tend to take up less space and are often more mobile responsive than&nbsp;pop&#8209;ups.</p>\n\n<p>You may also want to consider a pop&#8209;up that triggers when someone exhibits exit intent. When a visitor seems like they’re about to leave by clicking the &#8220;Back&#8221; button in their browser or closing the tab altogether, they’re met with a timely&nbsp;message.</p>\n\n<h3 id=\"run-contests-or-giveaways-that-require-email entry\" class=\"wp-block-heading\">Run contests or giveaways that require email&nbsp;entry</h3>\n\n\n<p>People love the chance to win a free prize. Create a truly valuable offer (bonus points if you can tie the prize back to your business in some way) and sensational graphics that demand attention.&nbsp;</p>\n\n\n\n<p>This is what you might advertise in your pop-up or slide-in, but you can also promote the giveaway on social media and <a href=\"https://woocommerce.com/posts/influencer-marketing-how-to-build-trust-with-new-audiences/\">partner with influencers</a> to get the contest in front of a highly-targeted audience.&nbsp;</p>\n\n\n<p>Social media platforms are some of the best mediums for these kinds of promotions. Just be sure to send traffic to your site and collect entries through a simple form. When registering for the giveaway, ask people to subscribe to receive special updates and deals through&nbsp;email.</p>\n\n<h3 id=\"collect-email-addresses-through-webinars-and-event registrations\" class=\"wp-block-heading\">Collect email addresses through webinars and event&nbsp;registrations</h3>\n\n<p>Networking events are a great opportunity to gather email addresses. You can host digital meetings or webinars and require users to provide their email during the registration process. This approach is great if you operate in the business&#8209;to&#8209;business space or have an audience of&nbsp;professionals.</p>\n\n<p>Make sure to record the webinar. You can recycle this lead magnet again and again to keep capturing emails with little extra&nbsp;work.</p>\n\n<h3 id=\"capture-emails-through-live-chat sessions\" class=\"wp-block-heading\">Capture emails through live chat&nbsp;sessions</h3>\n\n\n<p>If you have live chat on your site, encourage visitors to provide their email address for customer service follow-up and ask if they’re interested in receiving special offers after the chat ends. Make sure your chatbot is programmed to ask this automatically.&nbsp;</p>\n\n\n<h2 id=\"tips-to-make-the-most-of-your-email-collection efforts\" class=\"wp-block-heading\">Tips to make the most of your email collection&nbsp;efforts</h2>\n\n\n<p>Once you know <em>how </em>you want to collect the emails — through a contest, hosting a webinar, or something else —&nbsp;you can work to optimize your efforts for the best results.</p>\n\n\n<h3 id=\"1-build-a-clear-value proposition\" class=\"wp-block-heading\">1. Build a clear value&nbsp;proposition</h3>\n\n<p>Ask yourself, &#8220;Would I give out my email address after visiting this landing page?&#8221; If you can&#8217;t confidently answer that question with a yes, it&#8217;s time to rethink your value&nbsp;proposition.</p>\n\n\n<p>What are the pain points most common for your audience? Why do they typically buy from you? While you don’t want to offer your solution or product completely for free, you can offer something adjacent. Or help them take the first steps for free.&nbsp;</p>\n\n\n<p>If you run an ecommerce business, a product giveaway or style guide might be more&nbsp;appropriate.</p>\n\n<h3 id=\"2-create-a-sense-of-scarcity-or urgency\" class=\"wp-block-heading\">2. Create a sense of scarcity or&nbsp;urgency</h3>\n\n<p>Nothing gets people to act fast like the fear of missing out. If you want people to sign up for your mailing list when they visit your site, create a sense of urgency with a strong call to&nbsp;action.</p>\n\n<p>Use phrases like &#8220;Join Now&#8221; or put a ticking clock next to your sign&#8209;up button that lets them know they’ll get a coupon if they complete the form in the next 15 minutes. Convey that your free gift is only “while supplies last,” or that the deadline to enter your contest is&nbsp;near.</p>\n\n<h3 id=\"3-display-social-proof-and-trust badges\" class=\"wp-block-heading\">3. Display social proof and trust&nbsp;badges</h3>\n\n<p>Build trust by showing that others have already signed up. Include testimonials, subscriber counts, or trust badges from reputable companies to reassure potential&nbsp;subscribers.</p>\n\n<p>Make sure they know you’ll never sell their information to a third party or send them an overwhelming number of messages. You could even promise a specific volume — “Only two emails a&nbsp;month!”</p>\n\n<h3 id=\"4-avoid-using captcha\" class=\"wp-block-heading\">4. Avoid using&nbsp;CAPTCHA</h3>\n\n<p>You should avoid including a CAPTCHA on your lead capture form at almost all costs. CAPTCHAs drive visitors wild. Only 71% of users even <a href=\"https://web.stanford.edu/~jurafsky/burszstein_2010_captcha.pdf\" target=\"_blank\" rel=\"noreferrer noopener\">try to solve a CAPTCHA</a>. The rest just bounce as soon as they see that annoying&nbsp;box.</p>\n\n<p>Yes, spam <em>is </em>a real problem. It can lead to security issues and definitely clog up your email and submission lists with useless entries. The good news is that there are better options for blocking spam, such as&nbsp;Akismet.</p>\n\n\n<img width=\"1600\" height=\"774\" src=\"https://akismet.com/wp-content/uploads/2025/01/image-4.png\" alt=\"Akismet homepage with the text \" />\n\n\n\n<p><a href=\"https://akismet.com/\">Akismet</a> is an anti-spam solution that works completely in the background. And it’s just as effective —&nbsp;if not more so — than CAPTCHA. In fact, it works with 99.99% accuracy! To date, the tool has removed over 500 billion pieces of spam. That&#8217;s not a typo — it&#8217;s billions with a &#8220;b.&#8221;&nbsp;</p>\n\n\n\n<p>Without yet another annoyance standing in their way, people will be much more likely to complete the form. So you get better conversion rates without the spam. That’s a big win.&nbsp;</p>\n\n\n<h3 id=\"5-use-a-heatmap-to-optimize-form placement\" class=\"wp-block-heading\">5. Use a heatmap to optimize form&nbsp;placement</h3>\n\n<p>A heatmap analyzes how visitors interact with your website. It visualizes the hottest spots on your site so you know where to place sign&#8209;up buttons and calls to action. Use these insights to place your email capture form in a high&#8209;visibility area where visitors are most likely to&nbsp;engage.</p>\n\n<h3 id=\"6-enhance-your-email-capture-campaign-with-video content\" class=\"wp-block-heading\">6. Enhance your email capture campaign with video&nbsp;content</h3>\n\n<p>Video can stop a visitor&#8217;s scrolling in its tracks. Consider embedding a short video on your webpage next to your sign&#8209;up form to draw attention and give visitors a chance to scan that section of your&nbsp;site.</p>\n\n\n<p>Videos can also work well on landing pages —&nbsp;feature your lead magnet to really convey the value in a way only video can. You can also include video testimonials or anything else related to the email capture campaign. The point is:&nbsp;an investment in video content for any part of the campaign is probably worth it. Just be sure to A/B test to see what kind of impact, positive or negative, it actually has. Speaking of A/B testing…&nbsp;</p>\n\n\n<h3 id=\"7-ab-test-on-a-regular basis\" class=\"wp-block-heading\">7. A/B test on a regular&nbsp;basis</h3>\n\n<p>A/B testing involves comparing two different landing pages to see which one resonates with your target audience. During each test, publish two nearly identical landing pages. Change only one detail, such as the form placement, CTA, or&nbsp;headline.</p>\n\n<p>See which option visitors respond better to, and then move on to the next round of testing. You can do this as much as your resources allow and your performance should get better after each&nbsp;time.</p>\n\n<h3 id=\"8-create-a-compelling-thank-you page\" class=\"wp-block-heading\">8. Create a compelling thank you&nbsp;page</h3>\n\n<p>After a user subscribes, redirect them to a thank you page that reinforces their decision and provides additional value. Tell them what to expect or what to do&nbsp;next.</p>\n\n<h2 id=\"frequently-asked questions\" class=\"wp-block-heading\">Frequently asked&nbsp;questions</h2>\n\n<h3 id=\"what-is-email marketing\" class=\"wp-block-heading\">What is email&nbsp;marketing?</h3>\n\n<p><a href=\"https://woocommerce.com/posts/ecommerce-email-marketing/\">Email marketing</a> involves connecting with prospective customers via email. You can promote your products, share exciting news, or re&#8209;engage subscribers who haven’t purchased anything from you in a&nbsp;while.</p>\n\n<p>It’s a great way to build a case for your products or services, stay top of mind, and inspire leads on the fence to go ahead and make a buying&nbsp;decision.</p>\n\n<p>Email marketing allows you to target individual audience segments. You can focus on subscribers who signed up through a particular offer, have shown specific behavior (like buying products from a specific category), or nearly anything else you can think of (as long as you have the&nbsp;data).</p>\n\n<h3 id=\"is-email-marketing-suitable-for-small businesses\" class=\"wp-block-heading\">Is email marketing suitable for small&nbsp;businesses?</h3>\n\n\n<p>Absolutely! Email marketing is a great strategy for small businesses because it&#8217;s affordable and can offer a strong ROI.&nbsp;</p>\n\n\n<p>Many email marketing software solutions offer tiered pricing. If you’re a small business, you might even be able to start for&nbsp;free!</p>\n\n<p>As you see success with your efforts, you can upgrade to a higher plan and unlock even more great features to power your&nbsp;campaigns.</p>\n\n<h3 id=\"what-are-some-best-practices-for-designing-a-landing-page-for-email collection\" class=\"wp-block-heading\">What are some best practices for designing a landing page for email&nbsp;collection?</h3>\n\n<p>Start by identifying your value proposition. Determine why someone would want to give up their email address and ensure you’re providing them with something useful in exchange. Minimize distractions on your landing page like a CAPTCHA. Keep it short and&nbsp;focused.</p>\n\n\n<p>Include a strong CTA and trust signals. Finally, constantly test and adapt!&nbsp;</p>\n\n\n<h3 id=\"what-are-lead-magnets-and-how-can-i-create-one-that-appeals-to-my audience\" class=\"wp-block-heading\">What are lead magnets, and how can I create one that appeals to my&nbsp;audience?</h3>\n\n\n<p>A lead magnet is a valuable offer that you provide in exchange for a user&#8217;s email address. Think of it as a bartering tool. Customers get something for free in exchange for subscribing to your email list.&nbsp;</p>\n\n\n\n<p>Consider your business model and the preferences of your target audience. Ecommerce businesses might send customers a discount code. A B2B company might offer a guide or access to a related tool.&nbsp;</p>\n\n\n\n<p>You aren&#8217;t trying to make a sale. An email subscription is your invitation to establish a relationship with a new contact and convey your value proposition over a period of time.&nbsp;</p>\n\n\n<h3 id=\"should-i-use-captcha-to-protect-my-forms-from spam\" class=\"wp-block-heading\">Should I use CAPTCHA to protect my forms from&nbsp;spam?</h3>\n\n\n<p>No, not if you want to run the most successful campaign possible.&nbsp;</p>\n\n\n\n<p>To get the most subscribers, you need a frictionless sign-up experience. So, while you don’t want your CRM flooded with fake bot emails, you need a better solution: <a href=\"https://akismet.com/\">Akismet</a>. This AI-powered tool stops 99.99% of spam without annoying users.&nbsp;</p>\n\n\n<h3 id=\"what-is-akismet-and-how-can-it-improve-my-email-collection strategy\" class=\"wp-block-heading\">What is Akismet, and how can it improve my email collection&nbsp;strategy?</h3>\n\n<p>Akismet is an advanced spam filtration tool that uses the power of artificial intelligence. It blocks 99.99% of comment, form, and user registration spam. To date, the platform has blocked over 554 billion pieces of spam and is trusted by more than 100 million&nbsp;websites.</p>\n\n<h3 id=\"what-types-of-companies-use akismet\" class=\"wp-block-heading\">What types of companies use&nbsp;Akismet?</h3>\n\n<p>All types of companies trust Akismet to stop spam in its tracks. Roughly 100 million websites use Akismet, including enterprise brands such as Microsoft, ConvertKit, Bluehost, and more. If some of the world&#8217;s biggest brands trust Akismet to beat spam without annoying pop&#8209;up CAPTCHAs, you can,&nbsp;too.</p>\n\n<h3 class=\"wp-block-heading\">Where can I learn more about Akismet&#8217;s&nbsp;solutions?</h3>\n\n\n<p>Explore the Akismet website and blog to learn about its features and real-world use cases like<a href=\"https://akismet.com/blog/convertkit-customerstory/\"> ConvertKit</a>. Find out why millions of companies trust Akismet to put an end to spam.&nbsp;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Jan 2025 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Jen Swisher\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"Do The Woo Community: WooCommerce Security Tips: Lessons from Melapress’s annual security survey\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://dothewoo.io/?post_type=blog&p=88459\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://dothewoo.io/blog/woocommerce-security-tips-lessons-from-melapresss-annual-security-survey/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:213:\"The Melapress WordPress security survey highlights critical gaps in WooCommerce security, emphasizing the need for password policies, team training, and 2FA adoption to enhance website protection against breaches.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Jan 2025 11:04:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Joel Barbara\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"Do The Woo Community: Why Sponsor WordCamp Asia 2025?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://dothewoo.io/?post_type=blog&p=88864\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://dothewoo.io/blog/why-sponsor-wordcamp-asia-2025/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"WordCamp Asia 2025 is just around the corner. Hear why Do the Woo and others are sponsoring this year.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 Jan 2025 08:30:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Matt: What’s in My Bag, 2025\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=134660\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://ma.tt/2025/01/2025-bag/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:15502:\"<p>It&#8217;s another year, I have ordered all the things and tested all the cables, there&#8217;s a little bit about tech and a little bit about life. Here&#8217;s what made the cut, now I&#8217;m going to be factoring in weight of everything as well.</p>\n\n\n\n<p>The flat-lay this year was taken at my sister <a href=\"https://charleen.mullenweg.com/\">Charleen&#8217;s</a> house, where she hosted Christmas for our family for the very first time. Charleen and I have worked on the home in Austin for several years and it was awesome to see it all spruced up for the holidays and also for my Mom to visit it for the first time in 13 years. Part of the idea of my sister being in Austin is that if there&#8217;s a hurricane or anything in Houston my Mom can just drive up a few hours and be totally comfortable, so we put in an elevator, solar panels, Powerwalls, fiber, and Starlink. Her house is also my Austin headquarters when I&#8217;m in town, she set up a nice desk for me to work. Christmas was the beta-test, with Mom + nurse + four dogs all up in Austin; the whole circus was cozy and comfy for the holidays.</p>\n\n\n\n<p>I was telling my friend <a href=\"https://after-on.com/about-rob\">Rob Reid</a> the stories of my Mom and sister&#8217;s homes said I had to listen to the song <a href=\"https://open.spotify.com/track/0vb5XuWzpyzuW3Tw8wLVRW?si=81e796c8f1b84cab\">Get Mama a House by Teddybears and B.o.B</a>, it&#8217;s a good earworm and I will say that getting them both in beautiful homes they love has been one of the most rewarding things I&#8217;ve spent money on. So as advice for other entrepreneurs, get your momma a house! <img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" /></p>\n\n\n\n<p>TL;DR on the gadgets: The most significant change to my bag has been the introduction of the <a href=\"https://daylightcomputer.com/\">Daylight Computer</a>, which I think everyone should have and is a genuinely new platform, and that we&#8217;ve finally reached reliability and excellence on retractable USB-C cords, <a href=\"https://www.amazon.com/gp/product/B0C855QRDN/?tag=photomatt08-20\">these Baseus cords available in a variety of colors and 3.3ft and 6.6ft lengths</a>. I give them out like candy, everybody loves them. I&#8217;ve also started wearing <a href=\"https://havnwear.com/\">Havn hats/underwear/shirts/etc</a> to block unnecessary EMF. (They used to be called Lambs.) And I&#8217;ve found great nootropic benefits with <a href=\"https://drywater.com/products/45-pack-variety-bundle\">DryWater</a> and <a href=\"https://a.co/d/2yiywIO?tag=photomatt08-20\">Celsius</a>. Without further ado, here&#8217;s the list:</p>\n\n\n\n<img width=\"604\" height=\"453\" src=\"https://i0.wp.com/ma.tt/files/2025/01/FEEFC5A6-82C0-4208-95ED-0C0267274F02_1_102_o-1024x768.jpeg?resize=604%2C453&ssl=1\" alt=\"\" class=\"wp-image-134662\" />\n\n\n\n<p>THE BACKPACK</p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><a href=\"https://aersf.com/collections/backpacks/products/fit-pack-3?country=US\">Aer Fit Pack 3 backpack</a>. This is still my go-to, and it&#8217;s embroidered with Automattic and WordPress logos. This is part of our standard swag at <a href=\"https://automattic.com/\">Automattic</a>, and I&#8217;d like to get a WP-embroidered one on our .org swag store when that&#8217;s back up.</li>\n</ol>\n\n\n\n<p>DEVICES</p>\n\n\n\n<ol start=\"2\" class=\"wp-block-list\">\n<li><a href=\"https://www.amazon.com/dp/B0DLHMYX53?tag=photomatt08-20\">16&#8243; Macbook Pro</a>, right now the M4 Max with 128 GB RAM, amazing what you can run locally on this this thing. I&#8217;m very excited about inference at the edge in the coming years. </li>\n\n\n\n<li><a href=\"https://www.amazon.com/dp/B0D3J98VKZ/?tag=photomatt08-20\">iPad Pro</a>, which I use as a second display when I&#8217;m on the road using Apple&#8217;s screen mirroring giving me another 10 inches of screen.</li>\n\n\n\n<li><a href=\"https://daylightcomputer.com/product\">Daylight Computer DC-1</a> represents the first truly new platform I spend time on. It&#8217;s a healthier way of computing and I would like to increase my % screentime on it in the coming years. Also amazing for kids.</li>\n\n\n\n<li><a href=\"https://www.amazon.com/gp/product/B08B495319/?tag=photomatt08-20\">Kindle Paperwhite</a>, this might lose to the Daylight in the future but I do like its form factor.</li>\n\n\n\n<li><a href=\"https://www.apple.com/shop/buy-iphone/iphone-16-pro\">iPhone 16 Pro</a>, you use your phone so much just always have the latest model. This is my primary phone.</li>\n\n\n\n<li><a href=\"https://store.google.com/config/pixel_9_pro?hl=en-US&selections=eyJwcm9kdWN0RmFtaWx5IjoiY0dsNFpXeGZPVjl3Y204PSIsInZhcmlhbnRzIjpbWyI3IiwiTVRFPSJdLFsiMiIsIk5URT0iXV19\">Google Pixel 9 Pro</a> finally is iPhone-parity for me, I use this mostly for tethering with <a href=\"https://fi.google.com/\">Google Fi</a> and testing our apps on Android. I got the pink one, it&#8217;s really a beautiful device and I could imagine a world where it was my daily driver but there&#8217;s just so much convenience in the continuity features of an all-Apple life. It&#8217;s the little things, like copy and paste, that really hook you.</li>\n</ol>\n\n\n\n<p>One nice thing is that the iPad and two phones all have connectivity plans, which I try to spread across different providers so I always have something that works or I can tether to.</p>\n\n\n\n<p>POWER/ADAPTER</p>\n\n\n\n<p>You should ABC, Always Be Charging!</p>\n\n\n\n<ol start=\"8\" class=\"wp-block-list\">\n<li><a href=\"https://a.co/d/2mfeqw4?tag=photomatt08-20\">Baseus 8-in-1 USB-C hub</a>, 99% of the time this is used as an ethernet or HDMI connector, it&#8217;s pretty reliable and not too heavy. (86 grams)</li>\n\n\n\n<li><a href=\"https://a.co/d/bQb5n19?tag=photomatt08-20\">Anker 150W Charger Block</a>, this is just a little extra, I could probably drop it.</li>\n\n\n\n<li><a href=\"https://a.co/d/fzb7i3Y?tag=photomatt08-20\">Anker 47W Nano Charger</a>, nice for setting up a charging station by the bed.</li>\n\n\n\n<li><a href=\"https://www.amazon.com/dp/B0D3Q9JW2G?tag=photomatt08-20\">Baseus 100W</a> power cable, with detachable charging block. This is the core of the entire system, and most of the time I just use this. It&#8217;s chunky at 236 grams but anchors everything else.</li>\n\n\n\n<li><a href=\"https://a.co/d/9FfU7Wp?tag=photomatt08-20\">Belkin 37W Dual USB Car Charger</a>, which I find myself using mostly in Europe when in transfers.</li>\n\n\n\n<li><a href=\"https://a.co/d/cMb9YYc?tag=photomatt08-20\">USB-C adapters</a>, just in case.</li>\n\n\n\n<li><a href=\"https://a.co/d/dA4UKRv?tag=photomatt08-20\">Whoop 4.0 Charger/Battery Pack</a>, I really enjoy the stress and sleep tracking features of the Whoop, and this keeps it charged. <a href=\"https://ma.tt/2023/06/whoop-podcast/\">I did a podcast with their founder Will Ahmed</a>.</li>\n</ol>\n\n\n\n<p>CABLES</p>\n\n\n\n<ol start=\"15\" class=\"wp-block-list\">\n<li><a href=\"https://www.bestbuy.com/site/insignia-4-micro-usb-3-0-charge-and-sync-cable-black/6380169.p?skuId=6380169&intl=nosplash\">Insignia Micro USB 3.0 Charger</a>, this is by far the most cursed cable I carry around, which is for taking photos off my Nikon SLR.</li>\n\n\n\n<li><a href=\"https://a.co/d/9B9FaYI?tag=photomatt08-20\">Cable Matters 4K HDMI Cable</a>, I like the ultra-thin and this can be clutch when connecting to a conference room or hotel TV.</li>\n\n\n\n<li>Baseus 100W/5A retractable cables, now in two sizes <a href=\"https://a.co/d/6Q8UFj6?tag=photomatt08-20\">3.3ft </a>and <a href=\"https://a.co/d/dSqfFjF?tag=photomatt08-20\">6.6ft </a>(about 100cm/200cm). These are my favorite new things! Love love love.</li>\n\n\n\n<li><a href=\"https://www.apple.com/shop/product/MT0H3AM/A/apple-watch-magnetic-fast-charger-to-usb-c-cable-1-m\">Apple Watch Magnetic Fast Charger</a>, I also usually wear an Apple Watch Ultra. I don&#8217;t do too many notifications, but it&#8217;s amazing for finding my phone.</li>\n</ol>\n\n\n\n<p>AUDIO</p>\n\n\n\n<ol start=\"19\" class=\"wp-block-list\">\n<li><a href=\"https://a.co/d/5mkyrML?tag=photomatt08-20\">AirPods Pro Gen 2</a> for pairing with the iPhone, these are so good and if I forget them it&#8217;s the first thing I pick up at the airport electronics store.</li>\n\n\n\n<li><a href=\"https://a.co/d/fSvMQHK?tag=photomatt08-20\">Pixel Buds Pro</a>, for pairing with the Pixel 9 Pro, also amazing I just don&#8217;t use as much.</li>\n\n\n\n<li><a href=\"https://soundgear.com/collections/custom-earplugs\">Custom ear plugs</a>, for protecting hearing when the sound or music is too loud.</li>\n\n\n\n<li><a href=\"https://pro.ultimateears.com/pages/ue-premier\">UE Premier custom headphones</a>, this is still the best audiophile experience I have, great on planes.</li>\n\n\n\n<li><a href=\"https://www.apple.com/shop/product/MW2Q3AM/A/usb-c-to-35-mm-headphone-jack-adapter?fnode=5ecb8873ff26cd324e22e1f34b2f927d64f27701993c1c25726ce6e7419c4f3f4c5a72cfb3887a8d74ba087a48c83b222ea9716d9237d80fded92fe23a58f41e2eb8cac0c255a4ad06d249fff0439d2ee2f05abb10bc7abf8f257c671cf9bb7d\">USB-C Headphone Jack Adapter</a></li>\n\n\n\n<li><a href=\"https://a.co/d/9A9r8Uw?tag=photomatt08-20\">Belkin RockStar 5-Jack Audio Splitter</a></li>\n\n\n\n<li><a href=\"https://a.co/d/8AhUQDT?tag=photomatt08-20\">Belkin RockStar 3.5mm Audio w/USB-C Charge Adapter</a></li>\n</ol>\n\n\n\n<p>MISCELLANEOUS ELECTRONICS&nbsp;</p>\n\n\n\n<ol start=\"26\" class=\"wp-block-list\">\n<li><a href=\"https://www.amazon.com/dp/B07YY7BH2W/?tag=photomatt08-20\">Aranet4 CO2 monitor</a>, this can change your life, if the area you&#8217;re in isn&#8217;t well ventilated then you run cognitively lower without even noticing it.</li>\n\n\n\n<li><a href=\"https://a.co/d/3c2R6iQ?tag=photomatt08-20\">Logitech mouse</a>, with quiet clicks, I find a mouse is just ergonomically an easy productivity upgrade from the built-in trackpad.</li>\n\n\n\n<li><a href=\"https://flipperzero.one/\">Flipper Zero</a>, the funnest little cloning gadget I&#8217;ve tried.</li>\n\n\n\n<li><a href=\"https://a.co/d/0ptXcgm?tag=photomatt08-20\">Pixel G1s RGB Video Light</a>, can be used in party mode to set lights.</li>\n\n\n\n<li><a href=\"https://a.co/d/3mWpYCR?tag=photomatt08-20\">USB-C chargeable Candle Lighter</a></li>\n\n\n\n<li><a href=\"https://a.co/d/0ovjqEv?tag=photomatt08-20\">Petzl E_LITE Headlamp</a></li>\n\n\n\n<li><a href=\"https://www.amazon.com/gp/product/B09P8CNRK1/?tag=photomatt08-20\">Universal Airplane Phone Holder</a></li>\n</ol>\n\n\n\n<p>PERSONAL ITEMS</p>\n\n\n\n<ol start=\"33\" class=\"wp-block-list\">\n<li>Passport</li>\n\n\n\n<li><a href=\"https://www.hermes.com/us/en/product/calvi-card-holder-H064954CK0L/\">Hermes business card holder</a>, which I&#8217;ve been using more since spending more time in Asia with the increased community activity there.</li>\n\n\n\n<li><a href=\"https://a.co/d/1e49QG0?tag=photomatt08-20\">Thread Wallet elastic card holder/wallet</a>&nbsp;</li>\n\n\n\n<li><a href=\"https://hayshop.com.au/products/portemonnaie-denim\">Hay catch-all Pouch</a></li>\n\n\n\n<li><a href=\"https://www.sea2see.org/products/treviso-sun?variant=20495073771618\">Sea2See Sunglasses</a></li>\n\n\n\n<li><a href=\"https://www.marunao.com/cms_en/products/308/\">Marunao mint case</a></li>\n\n\n\n<li><a href=\"https://lockpicktools.com/folding-pocket-set/\">Lockpick set</a>, you can learn to unlock most locks in a few hours of training. Like the Flipper this is kinda a hacker tool.</li>\n\n\n\n<li>Blue Rock, a little worry stone you can hold in your hand and rub.</li>\n\n\n\n<li>WordPress ring, because I&#8217;m married to the game.</li>\n\n\n\n<li>WordPress pin, spruces up any outfit with a little open source rizz.</li>\n\n\n\n<li>Plastic holder with stickers&nbsp;for our various brands and products, I love seeing WordPress or Tumblr stickers in random places, and sometimes place them myself.</li>\n\n\n\n<li><a href=\"https://ugmonk.com/pages/analog\">Notecards from Ugmonk Analog</a>, you can rabbit hole their entire site to upgrade your desk game. Lovely stuff.</li>\n\n\n\n<li><a href=\"https://www.amazon.com/dp/B00T9CHYOU/?tag=photomatt08-20&th=1\">Maruman N196A Nemosine Notebook</a>.</li>\n\n\n\n<li><a href=\"https://a.co/d/j9aIm7e?tag=photomatt08-20\">OHTO Needle-point Pen 0.7mm</a>, picked up in Japan and I like for when I want to draft something more thin-lined.</li>\n\n\n\n<li><a href=\"https://www.montblanc.com/en-us/ballpoint-pens_cod1647597318123131.html\">Montblanc Heritage Egyptomania Doue ballpoint pen</a>, which I like for signing important things and also crossing out todos on the Ugmonk cards.</li>\n</ol>\n\n\n\n<p>TRAVEL ESSENTIALS</p>\n\n\n\n<ol start=\"48\" class=\"wp-block-list\">\n<li><a href=\"https://www.icewear.is/us/hvitanes-neckband-merino-wool?gad_source=1&gclid=Cj0KCQiAj9m7BhD1ARIsANsIIvAXoVrkR68S3b-R-AM4uZUOiy8SUMSmcGuLjL06XZ33ixkMkepkM5waAvJ_EALw_wcB\">Icewear Merino wool gaiter</a></li>\n\n\n\n<li><a href=\"https://havnwear.com/product/wavestopper-beanie?Style=Grey+Ribbed\">Lambs EMF WaveStopper beanie</a>, literally a tin-foil hat.</li>\n\n\n\n<li><a href=\"https://a.co/d/16Y5C4t?tag=photomatt08-20\">RAINS insulated gloves</a></li>\n\n\n\n<li><a href=\"https://www.gorewear.com/us/en-us/m-windstopper-thermo-beanie-100391\">Gore Thermo Beanie</a></li>\n\n\n\n<li><a href=\"https://olospace.myshopify.com/products/invision-eye-mask\">Olo InVision Eye Mask</a>&nbsp;</li>\n\n\n\n<li><a href=\"https://www.theherbbar.com/product/thieves-ready-to-roll-1-3-oz-/936?cp=true&sa=false&sbp=false&q=false&category_id=30\">Herb Bar essential oil blend</a>, always nice to have something good-smelling around. Not endorsing this specifically, but I always have some essential oil around.</li>\n\n\n\n<li><a href=\"https://www.amazon.com/dp/B0062ALC9U/?tag=photomatt08-20\">Immunity Throat Spray</a>, suggested to me by the mushroom GOAT himself, Paul Stamets, I saw him use this at an event we were both at. When I travel or am around a bunch of people I&#8217;ll do three sprays in morning and night, and I&#8217;ve often been the one in my group to not get the &#8220;conference cold&#8221; that goes around.</li>\n\n\n\n<li><a href=\"https://a.co/d/cu0IIMj\">Z-Biotics</a>, introduced to me by my friend Sid, it&#8217;s kind of a game-changer anytime you drink, lessens the negative effects of alcohol. It works so well there&#8217;s a possibility of <a href=\"https://en.wikipedia.org/wiki/Moral_hazard\">moral hazard</a>. They have some new stuff around fiber, it&#8217;s an interesting company to follow.</li>\n\n\n\n<li><a href=\"https://a.co/d/2yiywIO?tag=photomatt08-20\">Celsius energy powder packet</a>, this is nice to turn any drink into a Celsius, when you need an extra boost. Be careful with these as they have 200mg of caffeine! I try to avoid after 2pm, and not in first hour I wake up.</li>\n\n\n\n<li><a href=\"https://drywater.com/products/45-pack-variety-bundle\">DryWater electrolytes powder packet</a>, I&#8217;ve switched to this over LMNT because I like the ingredients and sourcing better. Electrolytes when you first wake up is better than coffee, I&#8217;ll often mix this with tea.</li>\n</ol>\n\n\n\n<p>If you want to get super-nerdy, <a href=\"https://docs.google.com/spreadsheets/d/1_YM7K7OUMc2_8qqsCRHAAe2T2bgrciC4TRtDlO_aZfU/edit?usp=sharing\">here&#8217;s a spreadsheet with the weights</a>. Basically I&#8217;m 10.7 pounds of computing devices (Macbook, iPad, Daylight, Flipper, iPhone, Pixel), and ten pounds of other stuff. Add in a bottle of water or other random things I put in the bag ends up being ~22-28 pounds most of the time, which I&#8217;d like to get down.</p>\n\n\n\n<p>But with my backpack I can tackle a really wide variety of situations. It&#8217;s fun! If you have any tips or suggestions please leave them in the comments! I&#8217;m always trying out new gear.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 Jan 2025 06:13:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Do The Woo Community: Celebrating Seven Years of the Do the Woo Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=89092\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://dothewoo.io/celebrating-seven-years-of-do-the-woo-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:183:\"BobWP celebrates the seven-year anniversary of Do the Woo, with hosts discussing its evolution, hosts’ experiences, digital accessibility, and exciting future plans for the podcast.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 20 Jan 2025 09:58:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"Gutenberg Times: Gutenberg Changelog 113 – WordPress 6.8, Gutenberg 19.9, 20.0 and 20.1 Plugin Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://gutenbergtimes.com/?post_type=podcast&p=37388\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:118:\"https://gutenbergtimes.com/podcast/gutenberg-changelog-113-wordpress-6-8-gutenberg-19-9-20-0-and-20-1-plugin-releases/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:58717:\"<p>Birgit Pauli-Haack and Tammie Lister talked about WordPress 6.8, Gutenberg 19.9, 20.0 and 20.1 plugin releases. </p>\n\n\n\n<p>Add a summary/excerpt here</p>\n\n\n\n<p><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-69-gutenberg-releases-wordpress-6-0-1-the-create-block-theme/#shownotes\">Show Notes</a> / <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-69-gutenberg-releases-wordpress-6-0-1-the-create-block-theme/#transcript\">Transcript</a></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Editor:&nbsp;<a href=\"https://www.linkedin.com/in/sandy-reed/\">Sandy Reed</a></li>\n\n\n\n<li>Logo:&nbsp;<a href=\"https://markuraine.com/\">Mark Uraine</a></li>\n\n\n\n<li>Production:&nbsp;<a href=\"https://icodeforapurpose.com\">Birgit Pauli-Haack</a></li>\n</ul>\n\n\n\n<p class=\"has-larger-font-size\" id=\"shownotes\"><strong>Show Notes</strong></p>\n\n\n\n<h2 class=\"wp-block-heading\">Tammie Lister</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://profiles.wordpress.org/karmatosed/\">WordPress</a> | <a href=\"https://x.com/karmatosed\">X (former Twitter)</a> | <a href=\"https://bsky.app/profile/karmatosed.art\">BlueSky</a></li>\n\n\n\n<li>making @ <a href=\"https://compositionproducts.com/\" target=\"_blank\" rel=\"noreferrer noopener\">compositionproducts.com</a> </li>\n\n\n\n<li>delivering @ <a href=\"https://logicalbinary.com/\" target=\"_blank\" rel=\"noreferrer noopener\">logicalbinary.com</a> </li>\n\n\n\n<li>thinking @ <a href=\"https://binatethoughts.com/\" target=\"_blank\" rel=\"noreferrer noopener\">binatethoughts.com</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Cursor AI </h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://www.youtube.com/watch?v=zhmRSFhbiGs\">Cursor AI vs Human Developer in Speed Build Special&#8230;shocking result!</a></li>\n\n\n\n<li><a href=\"https://www.youtube.com/watch?v=3_TiyKdPNq4\">Revolutionize Your WordPress Development with Cursor AI</a>&nbsp;</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress 6.8</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2025/01/11/wordpress-6-8-release-squad-timeline-and-focus/\">WordPress 6.8: Release Squad, Timeline, and Focus</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/design/2025/01/15/design-plans-for-wordpress-6-8/\">Design plans for WordPress 6.8</a> </li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Gutenberg plugin</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2024/12/18/whats-new-in-gutenberg-19-9-19-december/\">What’s new in Gutenberg 19.9? (19 December</a>)</li>\n\n\n\n<li><a href=\"https://wptavern.com/gutenberg-19-9-introduces-style-book-to-classic-themes\">Gutenberg 19.9 Introduces Style Book to Classic Themes</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/01/11/whats-new-in-gutenberg-20-0-10-january/\">What’s new in&nbsp;Gutenberg&nbsp;20.0? (10 January)</a></li>\n\n\n\n<li><a href=\"https://wp-content.co/gutenberg-20/\">Gutenberg Plugin Reaches 200th Release Milestone with Version 20.0</a></li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/releases/tag/v20.1.0-rc.1\">Gutenberg 20.1 RC1</a> (final release Jan 22, 2025)</li>\n</ul>\n\n\n\n<p>Storybook</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://wordpress.github.io/gutenberg/?path=/docs/docs-introduction--page\">WordPress Storybook </a></li>\n\n\n\n<li><a href=\"https://storybook.js.org/\">StorybookJS</a></li>\n</ul>\n\n\n\n<p class=\"has-large-font-size\">Stay in Touch</p>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<ul class=\"wp-block-list\">\n<li>Did you like this episode? <a href=\"https://lovethepodcast.com/gutenbergchangelog\"><strong>Please write us a review </strong></a></li>\n\n\n\n<li>Ping us on X (formerly known as Twitter) or send DMs with questions. <a href=\"https://twitter.com/gutenbergtimes\">@gutenbergtimes </a>and <a href=\"https://twitter.com/bph\">@bph</a>.</li>\n\n\n\n<li><em>If you have questions or suggestions, or news you want us to include, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. </em></li>\n\n\n\n<li><em>Please write us a review on iTunes! <a href=\"https://gutenbergtimes.com/itunes/\">(Click here to learn how)</a></em></li>\n</ul>\n</div></div>\n\n\n\n<p class=\"has-large-font-size\" id=\"transcript\"><strong>Transcript</strong></p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Hello, and welcome to our 113th episode of the Gutenberg Changelog.</p>\n\n\n\n<p>Dear listeners, I wish you all a happy New Year, lots of fun and laughter, good health, and most of all, prosperity and peace. Yes, we took a holiday break and there are still three plugin releases that happened in the meantime. And in today&#8217;s episode, we&#8217;ll talk about WordPress 6.8, Gutenberg 19.9, 20.0, and 20.1.</p>\n\n\n\n<p>I&#8217;m your host, Birgit Pauli-Haack, curator at the Gutenberg Times and developer advocate at Automattic. Today&#8217;s co-host is Tammie Lister, OG Gutenberg developer and designer, product consultant, and long-time core contributor to WordPress and BuddyPress, I recently noticed again.</p>\n\n\n\n<p>Thank you for joining me, Tammie. How are you today?</p>\n\n\n\n<p><em>Tammie Lister:</em> I am great. Thank you. How are you?</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> I&#8217;m good, I&#8217;m good. I&#8217;m done with winter, but I think I can control that. So if you&#8217;re done with winter too, let&#8217;s help and change the weather if we can do it.</p>\n\n\n\n<p><em>Tammie Lister:</em> Yeah, I am very done with winter, although it&#8217;s kind of nice as long as you just don&#8217;t go outside. But also, as long as you wrap up warm, I think that&#8217;s the thing, just&#8230;</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. There are several days that I stay inside, which normally doesn&#8217;t happen, but yeah.</p>\n\n\n\n<p><em>Tammie Lister:</em> I have a wood burner, which makes winter a little bit more tolerable.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Well, we have central heating, which is very good. So, well, Tammie, you&#8217;re always on the forefront of web and WordPress development. What are you working on right now and what are your plans or outlook for 2025?</p>\n\n\n\n<p><em>Tammie Lister:</em> Yeah. So I guess over the holidays, I did what a lot of people did, which is I did some tinkering. So a lot of people take time off and the holidays appear to be the time when they sit down and do a project. And it appeared to be that everybody over the holiday has explored with AI development tools.</p>\n\n\n\n<p>The one that I chose, well, I chose, I did a bit of Bolt, but I also did Cursor specifically. And I was using it as a rubber duck that&#8217;s basically for development. So I was doing a lot of that in my work. I&#8217;ve been doing a combination of working on themes, but also working on some product consultancy, and that&#8217;s been really interesting to balance those. But also looking at contribution perspective, stepping back into releases. So really for me, it&#8217;s with a lot of these tools is how can I get the ideas that are in my head out faster into prototypes rather than maybe them just sitting in my head. But I don&#8217;t think I&#8217;m alone based on what I was seeing on the socials and seeing in Slack. A lot of people were just brewing ideas and just getting them out, so&#8230;</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. No, no, I agree. And for those listeners who are not English natives, the rubber ducking is a process.</p>\n\n\n\n<p><em>Tammie Lister:</em> Ah, yes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> &#8230; by developers who talk to actually inanimate object and get it out, but they have it ahead.</p>\n\n\n\n<p><em>Tammie Lister:</em> Sometimes a rubber duck.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> That&#8217;s a rubber duck. And then by way of explaining it to somebody, most of the time a solution comes or at least, okay, another avenue to troubleshoot something opens up. So it&#8217;s a known process and it&#8217;s called rubber ducking.</p>\n\n\n\n<p><em>Tammie Lister:</em> Yeah. And a lot of these tools are really helpful for that, particularly with things like WordPress and Gutenberg, there&#8217;s always something you don&#8217;t know about or maybe there&#8217;s a feature you haven&#8217;t got to learn about. So one of the things I was able to do was be like it could teach me about that area whilst I was learning to code.</p>\n\n\n\n<p>I also did some things which are completely unrelated to that, but on the newer features. I was able to say, &#8220;How would you implement it and teach me as you are doing it each stage,&#8221; which is really helpful. It&#8217;s having that training guide as well.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. I really love it. And it prompts you. So speaking of Cursor AI, it actually prompts you. &#8220;Shall I explain this a little bit to you?&#8221; kind of thing.</p>\n\n\n\n<p><em>Tammie Lister:</em> Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> And you say, &#8220;Yes, please do like I&#8217;m a 5-year-old,&#8221; or something.</p>\n\n\n\n<p><em>Tammie Lister:</em> &#8220;Explain it to me like I&#8217;m the rubber duck.&#8221;</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. And then one of the AIs, when I say, &#8220;Please make it readable for a non-technical person,&#8221; and every time they come with a legal analogy. Yeah, legal. Can they do these trademarks? Well, anyway.</p>\n\n\n\n<p><em>Tammie Lister</em>: I like whenever you&#8217;re saying with that, if you don&#8217;t set any boundaries with things like that, they try and go above and beyond. They&#8217;re very over-performing so you&#8217;ll find it&#8217;ll be like, I watched this when I watched Nick Diego when he did his block challenge and it was just, I think he just said, &#8220;Make it Christmas-y,&#8221; and it was just like, &#8220;Have sparkles, have this, have that, have the other.&#8221; And I also discovered that if I didn&#8217;t set some boundaries, it was suddenly like, &#8220;Have this, have the other.&#8221; So just set some boundaries to it. &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; So a good example from a Gutenberg perspective would be, say, use create block scaffolding, would be use the components. And knowing things like that means that it really tailwind otherwise. It&#8217;ll be like, &#8220;Put tailwind in it, put tailwind in this.&#8221; And it&#8217;s like, &#8220;Yeah, there&#8217;s some components we can use. It&#8217;s okay.&#8221;</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. But you really need to be knowing something about development to actually guide it also to something that you then also have production-</p>\n\n\n\n<p><em>Tammie Lister:</em> Yes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Not production ready, but you can use.</p>\n\n\n\n<p><em>Tammie Lister</em>: And I found that when I was doing things which were not my wheelhouse, which was in thinking not WordPress, and I was just doing some different language stuff. And when I completely didn&#8217;t know the stack I was working with and it was just like, &#8220;Sure, I don&#8217;t know if you&#8217;ve just done or just taken me completely down the wrong path.&#8221; But then you go through the, &#8220;Explain why you did this,&#8221; and then it will pick through. And then oftenly, it will self-correct itself. Then you can be like, &#8220;Can you do this a simpler way?&#8221; and it&#8217;ll be like, &#8220;Yes, I can. You are correct.&#8221; And I don&#8217;t know if you find that you&#8217;d say please and thank you to it a lot because I say an awful lot of…</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Sometimes, yeah.</p>\n\n\n\n<p><em>Tammie Lister:</em> &#8230; please and thank you to my AI overlords.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. And I like that when Nick said, somebody mentioned that, I think Jamie mentioned that when Nick was going through, I said, &#8220;You are always very polite.&#8221;</p>\n\n\n\n<p><em>Tammie Lister:</em> I am so polite just in case.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Just in case.</p>\n\n\n\n<p><em>Tammie Lister:</em> Just in case Terminator is correct. You&#8217;ve got to be polite.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. Well, but this show, your listener is not in an AI show. We could probably talk another two hours about it, but we have other things to do today.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Announcements &#8211; WordPress 6.8 Release</h3>\n\n\n\n<p>So there&#8217;s the announcement that WordPress 6.8, the release squad is done, the timeline is announced, and the focus is announced. And the schedule is beta one is March 4th. That&#8217;s pretty much around the corner. Then release candidate is the 25th of March, the first release candidate. And then the final release will be April 15th.</p>\n\n\n\n<p>And Jonathan Desrosiers put up that post and I want to quote from his post, and he said, &#8220;The squad is also a bit smaller than usual because of the release being a polish and bug fix release. Also of note, the core tech lead and editor tech lead roles have been combined into a single tech lead role as part of the continued initiative to support more closely coordinated efforts across Gutenberg and Core.&#8221; And that&#8217;s the quote end. The tech leads are Joe McGill, Jonathan Desrosiers, and George Mamadashvili. So that&#8217;s a great team to put this all together. All 10 release squad members are actually long time contributors and have been on many, many releases before. So it&#8217;s Jeff Paul, Michelle Frechette, JB Audras, Felix Arntz, and Krupa Nanda. And Tammie Lister has raised a hand as a design lead for the release.</p>\n\n\n\n<p>Yeah, so what does a design lead do on the release?</p>\n\n\n\n<p><em>Tammie Lister:</em> Yeah. So there&#8217;s, as of all these roles, there&#8217;s some keeping things on the track, things you do from the design perspective, the about page, getting any materials that are needed for the release. But really the best, the fundamentals are if anything has a niche design or design feedback ticket during the release, it&#8217;s unblocking. That&#8217;s the best way that I can put it from that. And because this release specifically is a polish and a fix, maybe go into what that really means. It means most of, if not all, of the big features are ready, or we are not really going to be doing so many of those. And I think that that&#8217;s something that last year actually was requested by the community specifically to focus on. I don&#8217;t know if we&#8217;re going to have one, two a whole year. I have no idea. We&#8217;re just entering this year.</p>\n\n\n\n<p>But, I actually, from a design perspective, it&#8217;s quite good because we have quite a lot of tickets that need design feedback, both in Core and in Core Editor. So I&#8217;ve been able to look at those right going all the way back and triage them. Maybe a good thing too, because that&#8217;s often a word, but to explain the way that triage or at least the way that I approach triage is that triage shouldn&#8217;t leave a ticket in the state that you find it. So that could be your audition labels, but you are also moving it on. So we have a lot of tickets that they need feedback, but then they need to go to their next state. So just leaving something with a test or a feedback, that&#8217;s awesome, but it just leaves it with test or feedback. It doesn&#8217;t move it on. It doesn&#8217;t.</p>\n\n\n\n<p>Also, some of these tickets, so if something maybe in five years ago was thought to have a design, and I actually discovered this over the holidays, well, just before the holidays when I was going through my old tickets in the Gutenberg repo. And I discovered that a lot of them have already had different interfaces done. So they&#8217;re completely invalid tickets now. But because people have been really not&#8230; So many people have been doing work and there&#8217;s so many tickets, been able to go back over some of those and saying, &#8220;Okay, well, the interface has changed. Do we still think that this is a valid application or do we wish it well? And do we want to close it because we&#8217;ve already taken a different approach as a project?&#8221;</p>\n\n\n\n<p>So that&#8217;s one thing that can be done. Those aren&#8217;t all that common. But also just looking at because something has an easy fix, I call them paper cuts, there&#8217;s often little things that can be done as well. And I suspect there&#8217;s going to be quite a few of those from a design perspective, some little paper cuts we can get in. Design also doesn&#8217;t just mean visual design. I always like to include some CSS and styling in there because of my hybrid nature as well, so yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Cool, yeah. Well, thank you very much for stepping up to the plate and thank you for everybody stepping up to the plate and being on the radio.</p>\n\n\n\n<p><em>Tammie Lister:</em> And there will be of us joining, I think that&#8217;s always the important thing, is there&#8217;s a post on mixed design about how anyone can just step up and join in if you have an hour, half an hour a week that you can just sit there and do some triage that&#8217;s been involved and just raise your name and then you can get included in the release.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Excellent. Yes. Yeah, so that&#8217;s on WordPress 6.8. I think we will, on this podcast, talk about what&#8217;s going to be in there a little later in the year, maybe after WordCamp Asia, probably have another Gutenberg Changelog episode. We will have one before WordCamp Asia and one after Asia.</p>\n\n\n\n<p>But we say the Gutenberg plans keep rolling in, two big ones and one not so big one. One was 19.9 that was in December. Then the first one in January was 20.0. And then just last week, oh, this week, we were recording this on January 17th, so this week, George Momotos really just did the 20.1 release candidate. So the Changelog we&#8217;re going to talk about is going to be from the release candidate, but the other two have been released and I share with you the release post.</p>\n\n\n\n<p>Gutenberg 19.9<strong> </strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>\n\n\n\n<p>So let&#8217;s get started with Gutenberg 19.9.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Enhancements</h3>\n\n\n\n<p>So what was a big change is something that&#8217;s probably not in any release, but it&#8217;s in the plugin release, is that the experiments page of the Gutenberg plugin has Anne McCarthy went through it and give it better titles, a description, and a little bit of an order on the experiment space because there are now 13 experiments listed on that page. So that is definitely a good thing, especially when you want to check them out and enable them and play around with the things. What&#8217;s in the experiments page is a few data views, then all the collaborative editing things and experiments then some new blocks. The grid layout, the interactive grid layout, is in the experiments. So those are there.</p>\n\n\n\n<p><em>Tammie Lister:</em> I think often people forget about that page, so it&#8217;s really nice to see it called out because I think it should remind people that it&#8217;s there as well.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah.</p>\n\n\n\n<p><em>Tammie Lister:</em> So number one I&#8217;m seeing here is add PHP admin support for environment enhancement and document layout in Storybook. A lot of this is improvements to components and Storybook in general. This reminds me, I&#8217;m also seeing Storybook, Storybook, Storybook, Storybook, Storybook, and it reminds me of the importance of the design system. I&#8217;m going back to that. One of the things we are really looking at in this release is: how can we bring that awesome work that&#8217;s happened in the editor into those other areas of WordPress, and seeing this really good work from the Storybook reminds me of that.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> So Storybook, just in case you heard this for the first time, don&#8217;t confuse them with Stylebook. That&#8217;s a total different thing. But the Storybook is a way of documentation, certain components with their attributes and their different options so you can see them in isolation. And it&#8217;s actually available on the WordPress GitHub pages, and I will share the link in the show notes. So if you haven&#8217;t looked at it yet and you are developing for WordPress, it&#8217;s definitely a place to go and see what&#8217;s actually in the design system, as Tammie said, and also how you can use it for your own plugins. Well, not so much themes, but for the plugins, or any other admin contributions that you want to do.</p>\n\n\n\n<p>The next pieces are more like individual blocks that got some enhancements. First up is the cover block that the image size option for the featured image is now available. You could assign the featured image to be part of the cover block, but you couldn&#8217;t specify the size for that. So now you can, and which is good for a lot of things. And talking about the featured image, no, it&#8217;s a new feature. It&#8217;s not featured image, sorry. It&#8217;s about the post template block that you can deeply nest it into the query block. It&#8217;s like query block inception over down, down, down, down.</p>\n\n\n\n<p><em>Tammie Lister:</em> And I would say there&#8217;s another one here with patterns model to drop down on query block any, and another one, add query total block for displaying total query results. The query block is a block that pretty much most agency workers always had to extend or have a variation of rather than be able to use out of the box for quite a while. And it&#8217;s not an amazing block. It&#8217;s just not quite got there because it&#8217;s so complex and it&#8217;s so many different variations. So anytime you add a feature, it&#8217;s just a lot to add a feature. So I think being able to see these improvements are really powerful.</p>\n\n\n\n<p>And if you remember where the query blocks started, I think it&#8217;s great to see how it&#8217;s come along. I remember the first mock-ups to try and get a mind around the query block. And wherever it is now, I&#8217;m just really excited to see. And also from the sensibility perspective where it is now and the fact that I think a lot more cases, probably at least 30, 40% don&#8217;t need to extend it now. And I think that we&#8217;re probably only ever going to get to 50/50 because it&#8217;s such a complex situation, but being able to get to that from where most couldn&#8217;t use it is really powerful for the query block.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, and it&#8217;s so much the jump from the classic theme to a block theme is that a user can actually get in contact with a query block and really adapt it to what it needs to do.</p>\n\n\n\n<p><em>Tammie Lister:</em> And within, yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: How often have I had the request to remove a date or remove the author or remove the category pick? That was all developer-oriented kind of thing.</p>\n\n\n\n<p><em>Tammie Lister:</em> And a theme of understanding it, just a theme of being able to understand query blocks. So one of the big things that just learning as a themer is a real block, a block, a block. A blocker for you as a themer is trying to understand, and it often puts off a lot of people in theming because they may be more on the design side and they&#8217;re just like, &#8220;Oh, now I&#8217;ve got to learn the loop, got to learn how to do coding, and I&#8217;ve got to learn how to do that.&#8221; Well, with the query block, you don&#8217;t have to. It doesn&#8217;t mean if you know it, you can still use it. And I think that was really important to say when we&#8217;re talking about query block, that you can use it, but you can also use other methods or you could extend it and have your own really powerful option. And that&#8217;s something that I don&#8217;t think people will often hear is you have an option. And I find that a lot of times it does it for me now, but that little bit that it doesn&#8217;t, extending it is really powerful as well.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, yeah, absolutely. Yeah. And you mentioned the query total block. That&#8217;s a new block and it helps you display the query results ranges, so to speak. You get the total results, but it also gives you so, &#8220;12 results found,&#8221; or in the pagination it says, &#8220;Displaying 1 through 10 of 12,&#8221; or something like that. And it gives you a little bit more flexibility in display query related theme designs here.</p>\n\n\n\n<p><em>Tammie Lister:</em> And that&#8217;s a good note. The query block isn&#8217;t just a block. It&#8217;s a block with the blocks. And a lot of our mega blocks, I don&#8217;t know, nested blocks, a lot of those one are that. And we&#8217;re often, I don&#8217;t think we need more terminology, we really don&#8217;t, but we don&#8217;t see the complexity of them. And the query block is one of those really complex blocks. Navigation block is similar because of that nesting and because of the complexity inside it. If you look at even title image, the way that you have the content loops and the way that that can be, you don&#8217;t even need to have the finite control now. You can just have the content now and all those different options.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, it takes a little bit getting used to and also getting experience in what works and what doesn&#8217;t work for you. Different thing, yeah.</p>\n\n\n\n<p><em>Tammie Lister:</em> Yeah, it&#8217;s blocks.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. Well, I remember the time when I would try to get the pagination block on my page and it didn&#8217;t go. It didn&#8217;t show because…</p>\n\n\n\n<p><em>Tammie Lister:</em> Oh, that.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> &#8230; it was not inside the query button exactly.</p>\n\n\n\n<p><em>Tammie Lister:</em> Yeah, you&#8217;re reminding me. There used to be a thing where it used to, I think there was a while where it could easily just go outside and it would just hang around just outside. And it would never error so you would never know why it was erroring. It would just be like that. It&#8217;s pagination that you could click the pagination and go up and down it, but it wouldn&#8217;t do anything. But that also shows how far we&#8217;ve come because if you have that now, it would give an error. And now a lot of the system is interactive enough to self-correct itself, and it&#8217;d be like, &#8220;No query found,&#8221; or there&#8217;s a lot of error catching and correction in the system, or it&#8217;d be like, &#8220;No, that block has to be within the container.&#8221;</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Or it doesn&#8217;t show up if it&#8217;s not inside the container.</p>\n\n\n\n<p><em>Tammie Lister:</em> Yes, which is the refinements and the polish, which brings us lovely back to 6.8. I don&#8217;t know.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Right, right, right. Yeah.</p>\n\n\n\n<p><em>Tammie Lister:</em> But that&#8217;s part of it, right? With all these complexities.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. And I think the next one is a separator block that can now also divs instead of horizontal lines. So it can be styled, better styled. And it also is not announced because it&#8217;s a decorative thing. It&#8217;s not announced through the page reader, the screen reader.</p>\n\n\n\n<p><em>Tammie Lister:</em> Which was always interesting to listen to initially, the screen reader doing the spacer block and then when you hadn&#8217;t done it correctly and then doing the separator block and he was like, &#8220;Rah, rah.&#8221; It&#8217;s shouting at people.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. Well, we laugh about it, but I think for someone who reads a screen reader, it&#8217;s not funny.</p>\n\n\n\n<p><em>Tammie Lister:</em> No, but that&#8217;s the thing. It&#8217;s like you&#8217;re laughing at the refinement.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Right.</p>\n\n\n\n<p><em>Tammie Lister:</em> But it&#8217;s good. And only because of the really awesome feedback that we&#8217;ve had from the accessibility team and the learnings that we&#8217;ve done have we been able to get on that. And I think again, that shows that the learnings and the refinement and the collaborative work that has gone on behind the scenes between the team, we&#8217;re laughing with the gentleness of history, I think, right? That&#8217;s what we are able to do.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. And until you hear actually a screen reader shouting at you, you have no idea how that actually works. So it&#8217;s always been an epiphany for me to not talk with people who know how to use a screen reader or teach me how to do it and do it myself. And then you say, &#8220;Oh no, that&#8217;s wrong.&#8221;</p>\n\n\n\n<p>So the next part is about Stylebook. We talked about Storybook. That&#8217;s a developer stuff. Storybook, it&#8217;s a designer stuff, but that&#8217;s in the editor. And the Stylebook actually lets you go through all the blocks on your site with the style attached to it. So if you use one of the style variation and you open up the Stylebook, you see how each of the blocks, image block, paragraph block quotes look with that particular style and you can actually edit it. And as I said, there was something like that it&#8217;s a side editor thing, but now Stylebook screen comes also to the classic theme. And that I think is a really good move to have that there because there have been for eight years having blocks displayed in classic themes and not something like a Stylebook was available. Now, it is.</p>\n\n\n\n<p><em>Tammie Lister:</em> The only option before was to get the block theme tested data and then put it in. And then generally people, when you release the site, you had a page and then on that page you listed every book. I&#8217;m laughing at the work I&#8217;ve done.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, I hear you.</p>\n\n\n\n<p><em>Tammie Lister:</em> I love Stylebook. Often I surprise clients by showing them it. They&#8217;re like, &#8220;Huh? Where did that come from?&#8221; And the reason I like it is I use the editor like Dreamweaver, and one of the things that I find is when I lay my foundations in a theme, I will then go straight to Stylebook. So I&#8217;ll do the foundations, the color, the typography, and then don&#8217;t make that noise, but yeah, and then I go to Stylebook and I&#8217;m like, &#8220;Okay, particularly color.&#8221; So one good thing I&#8217;ll be able to do calendar always, I can be like, &#8220;Oh yeah, no, the colors won&#8217;t necessarily going to reflect so well.&#8221; So I make sure that I get in my naming and my colors and all those things going so that I can have that dynamic base that pulls in on different blocks depending on what the block is and all those ways that I can have borders and shading and different things.</p>\n\n\n\n<p>So that&#8217;s one of the things that I try to do when I&#8217;m pulling something through. And that can be whether I&#8217;m doing a base theme or whether I&#8217;m using Ollie or any number of different themes as a foundation, doesn&#8217;t matter. That&#8217;s exactly the same as a child theme. Doesn&#8217;t matter. It&#8217;s exactly the same approach every single time. And so Stylebook, whenever I show someone, they&#8217;re like, &#8220;Oh, I want to use this.&#8221; Still waiting for the day where I can have it detached and front end show someone because I still think that that would be chef&#8217;s kiss because the amount of projects I&#8217;ve had to do zero or something like that, or those other tools that you have to use on top of it. But yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, no, I really like the Stylebook. I remember the time where I had a GitHub test with all my test blocks and variations of the block and how that&#8217;s going to work, yeah. And the next one is also a Stylebook one that is a render overview colors in four columns. So one of the new features is that the color variations, I think, is the right terminology are now shown on top of the Stylebook. So you can see when you change the style variations, how the colors actually change. It&#8217;s cool.</p>\n\n\n\n<p><em>Tammie Lister:</em> So the post editor, I guess we&#8217;re moving to, so we have inline commenting, added new sidebar as extension of the canvas. And with inline commenting, we order the comments and the sidebar and UX enhanced comments. So this is all really adding the commenting and getting us on the path to that awesome work as well.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah, it&#8217;s a collaborative effort. And inline commenting is asynchronous, not synchronized collaborative. You can only see it when you enable the experiments for it, but it&#8217;s really cool where you can add the comments per block and then you can reply to it. And there are some quirks with it in terms of the list of posts where you see the number of comments, but it never matches what the comments are. So there&#8217;s some kind of a bug in there. But as long as the feature isn&#8217;t settled yet, I don&#8217;t think there&#8217;s a sense in fixing that one because that&#8217;s the last thing to fix.</p>\n\n\n\n<p><em>Tammie Lister:</em> If you use Google Doc comments, you can use this. I think that&#8217;s the best way to describe it to someone. It&#8217;s very like how you would expect commenting to work.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. Yeah, try it out then if it doesn&#8217;t, post some feedback on GitHub.</p>\n\n\n\n<p><em>Tammie Lister:</em> Yeah, try it out. And if you find a bug, report it. You see it, report it.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. So that&#8217;s about the enhancements of 19.9. It&#8217;s a pretty solid release and has a lot of bug fixes as well.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">But Fixes</h3>\n\n\n\n<p>There is one thing from the bug fixes that I wanted to point out. I think that was for the sync patterns. The content-only block was editing mode was removed because it&#8217;s not really, if you want to sync pattern, do you want to edit the content? So the editing mode was reversed to do that just in case you ran across it and you couldn&#8217;t edit your patterns.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Documentation</h3>\n\n\n\n<p>And then documentation improvements or a lot of Storybook updates were there, as well as the documentation of the fields package, which is a part of the data views package for the developers that if you use the data views outside of the site editor for your own plugins, you definitely want to look at the fields package.</p>\n\n\n\n<p><em>Tammie Lister:</em> And there is a deprecation on icons, which is important to think about if you are looking at using the design system. So warning has been renamed caution field. And the only reason I raised that is if you&#8217;re already using it in your design system, being aware that icons have changed, but again, in the Storybook you&#8217;d be able to find that information.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Awesome. Thank you. Thank you. I think was, I think that&#8217;s all I wanted.</p>\n\n\n\n<p><em>Tammie Lister:</em> Did we do one of the releases? I&#8217;m very excited with all.</p>\n\n\n\n<p>Birgit Pauli-Haack: Well, we are done with 19.9.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Gutenberg 20.0</h3>\n\n\n\n<p>Now, we come to Gutenberg 20.0, and 20.0 means that&#8217;s the 200th release of Gutenberg. Who would&#8217;ve thunk in June 2017 that we will have…</p>\n\n\n\n<p><em>Tammie Lister:</em> I know.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> &#8230; the 200th release? Who was ever thinking that far? Yeah, there are 274 merge PRs by 71 contributors, 13 of them were first time contributors. I think that&#8217;s one of the largest numbers of first time contributors for a Gutenberg plugin. And the project came with 83 enhancements and 82 fixed bugs. We are not going to read through all 83 of them. Sorry, people.</p>\n\n\n\n<p><em>Tammie Lister:</em> My brain&#8217;s still stuck on the 200th as some&#8230; Because at the first, I&#8217;m like-</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> You were part of the original team?</p>\n\n\n\n<p><em>Tammie Lister:</em> Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> For many, many years. Three or four years, I think.</p>\n\n\n\n<p><em>Tammie Lister:</em> Which I think is the first few are always unexciting because you&#8217;re just like pushing pancakes. But I think if you, from the first 10.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Where did that expression come from? Sorry, sorry, sorry. I need to go back to what are you doing? Pushing pancakes?</p>\n\n\n\n<p><em>Tammie Lister:</em> So your first pancake is always not such a good one. It&#8217;s like the first pancake you put out, right? That&#8217;s the first few releases or something that you put out. They&#8217;re just like, &#8220;Eh, it&#8217;s just good.&#8221; But you&#8217;re not counting those because you&#8217;re just like releasing. You&#8217;re just getting it out. But by 200, and the thing that I&#8217;d like to reflect is the cadence. And I think that that&#8217;s the important thing.</p>\n\n\n\n<p>So with WordPress, we&#8217;re very used to having regular releases throughout the year, but they generally have a gap now. You&#8217;re having three or so throughout a year. That&#8217;s our cadence. But with Gutenberg, because of its plugin format, you&#8217;re having that real frequency of release. So we&#8217;ve got into that habit of a proper sprint release is what people have got into. And the sheer amount of things that go into it, it&#8217;s overwhelming. Every time I come and do this, I&#8217;m like&#8230;</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, it&#8217;s a lot. &#8220;Who reviewed all that?&#8221; HPR has some review and a lot of people have-</p>\n\n\n\n<p><em>Tammie Lister:</em> And testing. HPR has someone that creates it, the original issue, someone that works on it, someone that then tests it, someone that then documents it, someone then pushes it. Well, it has at least two people that will review it. And then there&#8217;s so much work. So at least probably five to seven people have touched it per PR potentially.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. And it&#8217;s so important to have a few different views in there to really fix all the bugs before it gets released. But you&#8217;re never successful in that. But I also like, I sometimes go back to some of the issues as well as the PRs. And sometimes they&#8217;re a year old or they started with a brilliant idea but the software wasn&#8217;t there yet. But then people keep looking at it and say, &#8220;Is it there yet? Is it there yet? Oh, could we do this?&#8221;</p>\n\n\n\n<p><em>Tammie Lister:</em> Back then, we couldn&#8217;t have achieved most of what we do now, which is why everything should be re-looked at. I often say if anything really is left at the interface when I first worked on it, we maybe have a problem because it should be iterated and changed on. Because even down to animations and interactions, we know more how people work on. People have changed and adapted. There&#8217;s a whole pandemic happened. People interact devices have changed. The Playground, look at what can be done with devices.</p>\n\n\n\n<p>And I guess that leads us on to even looking at these lists. You look at the blocks, the thing that we have listed here is the block library, I guess. You have the details block. That strikes me in this release, the details block was something that when they originally came out, it was the paragraph block, right? The first block, and then it&#8217;s added up. So now we have a details block, we have a page list, social lines block, things block, and all these different blocks that are also maintained on top of everything as well.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, we also have old widget blocks. The latest post thing is really outdated. It should be deprecated because you have the query block now for that. It&#8217;s evolving.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Enhancements<strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong></h3>\n\n\n\n<p>So what&#8217;s in 20.0? So there is an enhancement on the create block scaffolding tool or two of them. So now you can use external templates and customize more fields. And then the other part is that you have a default template that helps you with the multiple block plugin case. Up until now, it was only you could create a plugin with a block and then you had to get the additional blocks in with a certain flag. And now it&#8217;s a little bit easier, I think, to do that.</p>\n\n\n\n<p>I like this tool. A create block is such a neat way to start out with a block and then just focus on the editor and the front end. And you don&#8217;t have to all come in.</p>\n\n\n\n<p><em>Tammie Lister:</em> Yeah, I love it. And to me it means that it stands with other, going back to when we were talking about Cursor, it uses it. It picks it up. And I think by if I looked at any other language that I&#8217;ve started playing around with, they all have their own versions to do scaffolding. So it makes it over par with that and just easier.Can you do it by hand? Yes, of course you can do your own thing, but it also helps from a learning perspective. And then you can just do it right from the start. Same as I love the create block theme plugin, all these tools. Can I hand code a theme? Yes. Can I hand code a block? Yes. Can I do other things while those tools are doing it for me? Yes. So it&#8217;s about the tools doing it. And also with what you are saying, it&#8217;s going to mean that I&#8217;m doing it. I&#8217;m having that foundation to then build up on top of.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, and you do it the same time over and over. So maintainability is also pretty big with using that. There&#8217;s also a wp-env environment, the development environment that comes with Gutenberg, and now has multi-site support. It&#8217;s definitely increasing the footprint of the developers who you&#8217;re going to use it. So the block library has some consistent work done where the blocks sidebar has changed the component and brave contributors go block by block and make it consistent going through that. So it is a different panel and it uses a tools panel item and the tools panel instead of the settings panel. It&#8217;s definitely they changed the components out of it and used the tools panel drop down for that.</p>\n\n\n\n<p><em>Tammie Lister:</em> So in this release, we&#8217;ve also got some focus on Stylebook. So we&#8217;ve got to give Stylebook its own route, so it can be linked to directly and add the appearance design menu through admin action. So again, this is iterating on Stylebook and improving it more, which is really, really exciting. I&#8217;m curious to test out the linking to it directly as well to see if what that happens with permissions. So we&#8217;ve achieved what I wanted it to do.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Good idea, but I think you need to have some edge.</p>\n\n\n\n<p><em>Tammie Lister:</em> I do. I don&#8217;t think it&#8217;s quite the front-facing thing that I&#8217;m wanting.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> No, it&#8217;s not.</p>\n\n\n\n<p><em>Tammie Lister:</em> But it&#8217;s getting there.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> In there, yeah. Its own route is really powerful when you…</p>\n\n\n\n<p><em>Tammie Lister:</em> Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, you want to link to it. And then the block hooks got two additional enhancements. One is to apply the block hooks to post content on the front end and the editor so people can see it, and the other one is in sync pattern to actually also apply the block hooks. So before then, the block hooks wouldn&#8217;t work in patterns. Now, they do. Block hooks is a method to add a block at the end or at the beginning of another block for display. And now with this release, you can also see it in the editor and edit there. So the user has a little bit more control over there, the blocks that are automatically added.</p>\n\n\n\n<p><em>Tammie Lister:</em> Speaking of tools, there&#8217;s adder in the plugin, there&#8217;s adder Playground blueprint JSON to the assets blueprints folder of plugin repo. So anytime I see anything about Playground, I get super excited. For those that haven&#8217;t explored it, the way that I describe it is a collection of awesome recipes to be able to either pre-run or from testing to your plugin or to be able to just run. So you can even run a testing PR with them. There&#8217;s just so much that you can do with them in the browser. You can either have single installs or you can have a bit more perpetual sites as well with Playground. And it&#8217;s just really, really powerful in getting more powerful.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. And if you want to learn more about blueprints, the Playground, new interface for the last month actually, has the blueprint gallery coming into the Playground interface. So you can actually read through them and test them out right away. And they are really cool as examples to, okay, if it can do that, then maybe it can also do that and you have a blueprint on how to do that. So I love that. And well, I built some of the blueprints, so I&#8217;m really excited about getting those done.</p>\n\n\n\n<p>And my next thing is to enable all the experiments or more than one experiment in the good mug repo and have a Playground for that. And the next one, and that&#8217;s just merged into the blueprint gallery. But I also am thinking about the distraction-free writing experience that if you have a Playground to just do writing, so you need to have the distraction-free enabled and some other things that need to be enabled, but so you can really have a writer try it out without having all the distraction things.</p>\n\n\n\n<p><em>Tammie Lister:</em> I love that idea that you could use Playground to test modes like what you are suggesting. And that&#8217;s also really important to say with Playground you can also and gone into a sidetrack off Playground, but with Playground you can also install plugins. And that&#8217;s something that often is not thought of. So the recipe can also be add Woo, add this, add that. So it can be the whole configuration setup. As you are saying, it&#8217;s not just open the editor at a certain point. It&#8217;s not like if this, then that workflow, it&#8217;s also installing things and configuring them as well.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. And you could even import some demo content because most plugins only shine when you actually have content to look at.</p>\n\n\n\n<p><em>Tammie Lister:</em> Yeah, it&#8217;s true.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And the &#8220;hello world&#8221; not always does it.</p>\n\n\n\n<p><em>Tammie Lister:</em> Could I have it with Stylebook lockdown? Or I&#8217;m just like, &#8220;Is this how I get my Stylebook?&#8221;</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. And now with the root, you could actually make the Stylebook your landing page.</p>\n\n\n\n<p><em>Tammie Lister:</em> And that&#8217;s how I get my design system. So okay, now we solved my problem. How do we solve the next problem on the Changelog? So we solved both our problems today.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yes.</p>\n\n\n\n<p><em>Tammie Lister:</em> So moving on from that, we have write mode, allow template part editing in write mode. Anything that is improving write mode is also exciting for me because it&#8217;s one of those little paper cutters, it&#8217;s probably like a small version of it, but it&#8217;s an easing of the experience to me and that is also really useful. So I had love to see these iterations over time as well.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, me too. Yeah. And for the longest time I wasn&#8217;t really getting what the difference is between design mode and write mode. But now with the template part, I am actually getting it. It&#8217;s really cool.</p>\n\n\n\n<p><em>Tammie Lister:</em> I describe the difference between using Google Docs and Dreamweaver. That&#8217;s the best way I can describe for me.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Very good analogies. For a long time document about…</p>\n\n\n\n<p><em>Tammie Lister:</em> When you add things in.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. Well, this is a fun show and we are, I think, that&#8217;s true with 20.0.</p>\n\n\n\n<p><em>Tammie Lister:</em> Two down.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Two down, one to go. And it only had 94 PR so it&#8217;s not that much in there.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Gutenberg 20.1</h3>\n\n\n\n<p>But the Gutenberg 20.1, it has not been released yet at the time of this recording. And so it will be released on January 22nd will be the release of 20.1. There&#8217;s a lot of 20s in my life at the moment.</p>\n\n\n\n<p><em>Tammie Lister:</em> There are.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> So it&#8217;s 20.1. All right, yeah. So what does it bring?</p>\n\n\n\n<h3 class=\"wp-block-heading\">Enhancements</h3>\n\n\n\n<p><em>Tammie Lister:</em> This has a lot of things again in the block library. This is the details block. So really requirements with the allowed block attributes there, and that reminds me of a lot of these blocks are created and then I need to be gone over again. And that&#8217;s something you were saying about going over the components and then bring them in. But a lot of these, a new feature like allowed block attributes or different things happen and then you need to go back over the old blocks and reiterate them because they maybe came out after or before and different things. So yeah, some of that&#8217;s going. Page lists, add color support, anything that sees adding support to a block gets me very excited from the senior perspective. And social links button, add clear button for color option, that seems like a small thing, but I know how important that is. Clears color is really, really important.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Every time I say, &#8220;Where did this go wrong? Let&#8217;s clear the colors first.&#8221;</p>\n\n\n\n<p><em>Tammie Lister</em>: Yes. And then with, I kind of made move on to design tools because that&#8217;s the next one after that. But with post comment link, showing border controls by default, and query total show border controls by default, again that&#8217;s deciding on the best defaults is also something you only know when you first release something you are not too sure, particularly with the design tools and to give a frame of design tools. That&#8217;s anything from borders to backgrounds to anything that is styling things. And it&#8217;s generally the things that are in theme JSON with the tooling visualized. So that&#8217;s when we&#8217;re talking about design tools. It&#8217;s the visual knobs and things that you can push to do that fall and interact with theme JSON. That&#8217;s a weird way of framing it, but that&#8217;s the best way I can put it.</p>\n\n\n\n<p>And a lot of these defaults are guessed first time when something comes out. So the post comment link, a guess will have been come up that needed to be on, that needed to be off. So by having these things adjusted, it means that this feedback was given that that should be on by default or this should be off by default.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> But there are so many people. That&#8217;s just a 50/50 decision, but people are not 50/50. So sometimes they want it and sometimes they don&#8217;t want it. But yeah, I had a constant…</p>\n\n\n\n<p><em>Tammie Lister:</em> I had a toolbar where the option had to be added because that&#8217;s constantly my example of there is no good answer.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> No, but there is a shortcut, a keyboard shortcut.</p>\n\n\n\n<p><em>Tammie Lister:</em> There is an answer, put that option in.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> And also remember it. That was also a part of it. That block editor remember me or my choices. Yeah, the clearable option, the color because is also available for the navigation block and it now surfaces the menu name in the list view. That&#8217;s for the navigation block. That was something that people just wouldn&#8217;t recognize the various menus in the list view. And the list view is your friend. So yeah, whatever we do for the list view is actually really a quality of life enhancements there. So the next one is, I&#8217;m not quite sure what this refers to, but maybe you know, the new default.</p>\n\n\n\n<p><em>Tammie Lister:</em> I&#8217;m not sure about this one either, I&#8217;ll be honest. So it&#8217;s the new default rendering mode for editor via post type supports. Looking at it a little bit, what it seems to be doing is similar to what I was saying, which is it basically says it updates how the new default rendering mode can be set for a post type. So to me, it responds to feedback given. So it says it doesn&#8217;t require best endpoint or any API-related changes.</p>\n\n\n\n<p>So reading between the lines, it says that it would be feedback had been given on that and it says existing add post type support can be used to change or reset the default rendering mode. And then it gives some code examples to that. So again, it&#8217;s giving options that you can decide on defaults, which is what you were saying about. Really you don&#8217;t always know, but initially you have to make a best bet and then you can bring those refinements in.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> And then there&#8217;s an enhancement for the data views that it adds a media field to the UI for content preview of the posts and pages in the grid view.</p>\n\n\n\n<p><em>Tammie Lister: </em>I get excited about anything coming into data views.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Data views, and it&#8217;s for the media field is really important for featured images and all that.</p>\n\n\n\n<p><em>Tammie Lister:</em> Yeah. I know it&#8217;s an experiment, but being able to just play around and any new feature that comes into data view is just exciting to be able to play with.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, yeah. I find them so much modern and I really would love to have make a kind of a snip decision or snip feature that kind of switches out the WP admin with the data views. But of course it cannot be that fast because it&#8217;s been-</p>\n\n\n\n<p><em>Tammie Lister:</em> I think you have to go a little bit gently with humans.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah. A friend of mine said, &#8220;That&#8217;s for you, humans.&#8221;</p>\n\n\n\n<p><em>Tammie Lister:</em> Yeah, but I think that that&#8217;s why we have experiments. We&#8217;re going to make sure that the cake is having some testing. I know at core days in run, that was something that the ad was definitely sharing that by it being in there, it can be tested. It can be all the best version can be done. And then really those people call them edge cases, I call them stress cases because they cause stress. They can be felt afterwards and implemented. Otherwise, it would just take way too long to do so. At the moment, it&#8217;s the best case. That&#8217;s what data views are. And that doesn&#8217;t mean it&#8217;s all the cases.</p>\n\n\n\n<p>So that&#8217;s part of the work with data views is really to go back over it and make sure it does all the work. And if you think of WP admin, anything to come out of the isolated view really has to just do all the work. And that&#8217;s something I&#8217;m very aware when I&#8217;m looking at what design things can I bring through. It&#8217;s like sprinkles at the moment is the best way I can put it because it has to be stuff that&#8217;s really, really packaged and baked already.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. And looking at how the WP admin had been extended by plugins for 20 years, yeah.</p>\n\n\n\n<p><em>Tammie Lister:</em> How has it not been extended by a plugin at this point.</p>\n\n\n\n<p>Because it&#8217;s been so long. It&#8217;s so long and tried and tested and it&#8217;s known. So that&#8217;s something when you bring something new. It will be there and we&#8217;d be talking in a couple of years as if it had always looked that way. And it will be the WP admin. It will just be a case of it has to be done in a certain way because and then everybody will be able to use it and understand it and implement it in that way.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah. But that&#8217;s actually a very good way to end this podcast. I think we are through with 20.1.</p>\n\n\n\n<p><em>Tammie Lister</em>: Three for three.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>We did three in one.</p>\n\n\n\n<p><em>Tammie Lister:</em> Yay.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> That&#8217;s really good. And so thank you so much, Tammie, for being here.</p>\n\n\n\n<p><em>Tammie Lister:</em> Thank you for having me.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> I am so glad we are back in 2025 with the Gutenberg Changelog podcast. And as always, the show notes will be published on <a href=\"http://gutenbergtimes.com/podcast\">gutenbergtimes.com/podcast</a>, and this is episode 113, 113th. And if you have questions and suggestions or news you want to include, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. And you can also leave&#8230; If you listen to that on Spotify, Spotify also gives you a feature to comment on it. That&#8217;s a great place to leave questions so we can answer them in the next episode. And thank you, everyone, for being a listener here and welcome back to 2025. And thank you, Tammie, for taking the time out of your life to be on the show and share all the good things with us.</p>\n\n\n\n<p><em>Tammie Lister: </em>Thank you so much.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> All right, you take care. Bye.</p>\n\n\n\n<p><em>Tammie Lister:</em> Take care too. Bye.</p>\n\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 19 Jan 2025 10:09:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"Gutenberg Times: 200th Gutenberg release, 10 Top Layouts, block starter theme and more — Weekend Edition #316\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=31611\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"https://gutenbergtimes.com/200th-gutenberg-release-10-top-layouts-block-starter-theme-and-more-weekend-edition-316/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:21941:\"<p>Howdy, </p>\n\n\n\n<p>I know it&#8217;s still a month or two, but I am officially done with Winter and the cold. I am already looking forward to Spring and nature painting the world with color again. </p>\n\n\n\n<p>Next month, I will warm myself up again by spending some time in Manila, Philippines at temperatures between 24° and 31<strong>° </strong>Celsius. If you are making plans for WordCamp Asia and might have time to meet, please let me know or use my public calendar <a href=\"https://bit.ly/bph-wcasia\"><strong>bit.ly/bph-wcasia</strong></a>.</p>\n\n\n\n<p>If not WordCamp Asia, might I run into you at CloudFest at the Europa Park in Rust? </p>\n\n\n\n<p>What are your plans for 2025 regarding WordCamp and conferences? </p>\n\n\n\n<p>Have a fabulous weekend! </p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/200th-gutenberg-release-10-top-layouts-block-starter-theme-and-more-weekend-edition-316/#0-word-press-release-information\">Developing Gutenberg and WordPress</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/200th-gutenberg-release-10-top-layouts-block-starter-theme-and-more-weekend-edition-316/#0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/200th-gutenberg-release-10-top-layouts-block-starter-theme-and-more-weekend-edition-316/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/200th-gutenberg-release-10-top-layouts-block-starter-theme-and-more-weekend-edition-316/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </a></li></ol>\n</div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p><strong>Fabian Kägy</strong> published <a href=\"https://make.wordpress.org/core/2025/01/11/whats-new-in-gutenberg-20-0-10-january/\"><strong>What’s new in Gutenberg 20.0? (10 January)</strong></a>, celebrated the 200th plugin release and highlighted the following updates:</p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2025/01/11/whats-new-in-gutenberg-20-0-10-january/#enhancements-for-the-style-book\">Enhancements for the Style Book</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/01/11/whats-new-in-gutenberg-20-0-10-january/#starter-patterns-get-a-new-ui\">Starter Patterns get a new UI</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/01/11/whats-new-in-gutenberg-20-0-10-january/#easily-set-a-page-to-become-the-posts-page\">Easily set a Page to become the Posts Page</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/01/11/whats-new-in-gutenberg-20-0-10-january/#display-block-type-badge-for-renamed-blocks\">Display Block Type Badge for renamed blocks</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/01/11/whats-new-in-gutenberg-20-0-10-january/#more-highlights\">More Highlights</a></li>\n</ol>\n\n\n\n<a href=\"https://make.wordpress.org/core/2025/01/11/whats-new-in-gutenberg-20-0-10-january/\"><img width=\"647\" height=\"466\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/01/Screenshot-2025-01-13-at-18.06.23.png?resize=647%2C466&ssl=1\" alt=\"Set as post page (screenshot)\" class=\"wp-image-31613\" /></a>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><a href=\"https://x.com/nithin_sreeraj\"><strong>Nithin Sreeraj</strong></a> took a closer look at the features in his post <a href=\"https://wp-content.co/gutenberg-20/\"><strong>Gutenberg Plugin Reaches 200th Release Milestone with Version 20.0</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>George Mamadashvili</strong> made the <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v20.1.0-rc.1\"><strong>RC1 of Gutenberg 20.1</strong></a> available on GitHub for testing. The final release will be on January 22, 2025. </p>\n\n\n\n<p><strong>Tammie Lister</strong> and I chatted about the last three Gutenberg plugin releases and recorded <strong><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-113-wordpress-6-8-gutenberg-19-9-20-0-and-20-1-plugin-releases/\">Gutenberg Changelog 113th episode</a>.</strong> We also talked about WordPress 6.8, exploration with AI, storybook and Gutenberg 19.9, 20.0 and 20.1. It was a fun first episode for 2025. It will land on your favorite podcast app on Sunday or shortly after.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p>🎙️ Latest episode: <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-113-wordpress-6-8-gutenberg-19-9-20-0-and-20-1-plugin-releases/\">Gutenberg Changelog 113 – WordPress 6.8, Gutenberg 19.9, 20.0 and 20.1 Plugin Releases</a> with special guest Tammie Lister 💕</p>\n\n\n\n<img width=\"652\" height=\"183\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/01/Screenshot-2025-01-17-at-18.13.07.png?resize=652%2C183&ssl=1\" alt=\"Tammie Lister and Birgit Pauli-Haack recording Gutenberg Changelog episode 113\" class=\"wp-image-37366\" />\n</div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p>In his video <a href=\"https://www.youtube.com/watch?v=Ja388yOaNCE\"><strong>My Top 10 Website Layout Designs</strong></a>, <strong>Jamie Marsland</strong> collected his favorite layouts and demonstrated briefly how his assembled them in subsequent videos. It&#8217;s a great collection as if you are a site builder, you should be able to rebuild them and have them in your arsenal.</p>\n\n\n<div width=\"100%\" class=\"wp-block-newsletterglue-showhide ng-block\">\n<div class=\"wp-block-embed__wrapper\">\n<div class=\"toolbelt-video-wrapper\"></div>\n</div>\n</div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>1,086 Block Themes</strong> are now available for browsing in the WordPress Theme directory. The latest approved submissions are:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://wordpress.org/themes/trovium/\">Trivium</a> by Effe Themes</li>\n\n\n\n<li><a href=\"https://wordpress.org/themes/fse-medical-clinic/\">FSE Medical Clinic</a> by Creta Themes</li>\n\n\n\n<li><a href=\"https://wordpress.org/themes/general-food-store/\">General Food Store</a> by WP Radiant</li>\n\n\n\n<li><a href=\"https://wordpress.org/themes/mechanic-car-repair/\">Mechanic Car Repair</a> by <a href=\"https://wordpress.org/themes/author/titanthemes/\">Titan Themes</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/themes/wens-vivid/\">WENS Vivid</a> by WEN Solutions, offering some great front page patterns for restaurants.</li>\n\n\n\n<li><a href=\"https://wordpress.org/themes/whiteblack/\">WhiteBlack</a> by <a href=\"https://wordpress.org/themes/author/masino1967/\">Tommaso G. Scibilia</a>. The artist from Sicily, Italy, published his 11th Block Theme since August 2024, that&#8217;s about two themes per month. 🎉</li>\n</ul>\n\n\n\n<a href=\"https://wordpress.org/themes/https://wordpress.org/themes/tags/full-site-editing/\"><img width=\"652\" height=\"385\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/01/Screenshot-2025-01-16-at-14.10.58.png?resize=652%2C385&ssl=1\" alt=\"\" class=\"wp-image-37344\" /></a>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://x.com/janhoekdotcom\">Jan Hoek</a></strong> published the <a href=\"https://wordpress.org/plugins/vital-video-block/\"><strong>Vital Video Block plugin</strong></a>, a tool to help you with your YouTube video display and avoid slow-downs from background loading. </p>\n\n\n\n<a href=\"https://wordpress.org/plugins/vital-video-block/\"><img width=\"652\" height=\"383\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/01/VitalVideoBlock.jpg?resize=652%2C383&ssl=1\" alt=\"screenshot of Vital Video Block plugin. \" class=\"wp-image-37341\" /></a>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Dominik Schilling</strong> updated one of my favorite plugins: <a href=\"https://wordpress.org/plugins/public-post-preview/\"><strong>Public Post Preview</strong></a> with four features: </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Under Settings &gt; Reading Public Post Preview you can now set a different default expiration time. </li>\n\n\n\n<li>It also shows a link icon in the list of posts so you don&#8217;t have to go into the edit screen to obtain the temporary link.</li>\n\n\n\n<li>The list view also lists a filter to see only posts with the Public Post Preview link enabled. </li>\n\n\n\n<li>The Preview drop down of the editor also lists the public post preview. </li>\n</ul>\n\n\n\n<a href=\"https://wordpress.org/plugins/public-post-preview/\"><img width=\"652\" height=\"457\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/01/Screenshot-2025-01-16-at-16.40.37.png?resize=652%2C457&ssl=1\" alt=\"collage of all UI changes \" class=\"wp-image-37357\" /></a>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Colin Newcomer</strong> talks you along on <a href=\"https://www.gravityforms.com/blog/how-to-get-started-with-wordpress-patterns/\"><strong>getting started with WordPress Patterns</strong></a>. You learn what are Patterns, the synced and the unsynced kinds, and how to management them on your site. The detailed screenshots and instructions make this a great tutorial.  </p>\n\n\n\n<p>The only missing part is the Synced Pattern overrides that arrived with WordPress 6.6 last summer. This feature allows users to make content-specific changes to synced patterns without altering the underlying layout or design. <strong>Nick Diego</strong> posted  <strong><a href=\"https://developer.wordpress.org/news/2024/06/an-introduction-to-overrides-in-synced-patterns/\">an  introduction to overrides in Synced Patterns</a> </strong>on the WordPress Developer Blog. </p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p><strong>Simon Cooke</strong>, business development director at <em>HumanMade</em>, discussed in his post <a href=\"https://humanmade.com/wordpress-for-enterprise/how-wordpress-full-site-editing-supports-global-scalability/\"><strong>How WordPress’ full site editing supports global scalability</strong></a>. In his view, WordPress Full Site Editing (FSE) helps large companies manage websites across different regions more easily. It allows businesses to create consistent design templates while giving local teams flexibility to adapt content. FSE makes it simpler to maintain a unified brand look, support multiple languages, and create websites that work smoothly in different markets. By providing centralized design tools and easy-to-use content blocks, companies can build more efficient and adaptable digital experiences globally.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><a href=\"https://developer.woocommerce.com/2025/01/13/office-hours-jan-25/\" target=\"_blank\" rel=\"noreferrer noopener\"></a><strong>Brent MacKinnon</strong>, invites you to WooCommerce&#8217;s January Developer Office Hours:<a href=\"https://developer.woocommerce.com/2025/01/13/office-hours-jan-25/\" target=\"_blank\" rel=\"noreferrer noopener\"> <strong>The Future of WooCommerce Themes</strong></a> on <strong>January 22 at 22:00 UTC</strong>. <strong>Ellen Bauer,</strong> WooCommerce&#8217;s Product Lead for themes, blocks &amp; patterns, will share insights on theme development and block patterns. She will share the new starter block theme replacing Storefront, discus of block-based theming best practices and customization and answer your questions. The Developer hours will be held on the <a href=\"https://join.slack.com/t/woocommercecommunity/shared_invite/zt-2y1e6c6b4-X3_oILSeCmr4Dmhkhrx9tw\">WooCommerce Slack space</a> in the #developers channel.</p>\n\n\n\n<p>More updated from <strong><a href=\"https://developer.woocommerce.com/\">WooCommerce Developer Blog</a></strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://developer.woocommerce.com/2025/01/16/order-datastore-caching-a-new-approach-to-optimize-woocommerce-performance/\">Order DataStore Caching — A new approach to optimize WooCommerce performance</a></li>\n\n\n\n<li><a href=\"https://developer.woocommerce.com/2025/01/16/new-woocommerce-blocks-cart-item-image-filter/\">New WooCommerce blocks cart item image filter</a></li>\n\n\n\n<li><a href=\"https://developer.woocommerce.com/2025/01/16/developer-advisory-block-checkout-field-entities/\">Developer advisory: Block Checkout field entities</a></li>\n\n\n\n<li><a href=\"https://developer.woocommerce.com/2025/01/13/feedback-request-adding-order-fulfillments-to-woocommerce/\">Feedback request: Adding order fulfillments to WooCommerce</a></li>\n</ul>\n\n\n\n<a href=\"https://woocommerce.com/\"><img width=\"652\" height=\"443\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/01/Screenshot-2025-01-16-at-14.31.51.png?resize=652%2C443&ssl=1\" alt=\"\" class=\"wp-image-37347\" /></a>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Fränk Klein</strong> took a <a href=\"https://wpdevelopment.courses/articles/wp-development-mode/\"><strong>deep dive in how WP_DEVELOPMENT_MODE</strong></a> helps with developing Block themes, as it bypasses the theme.json cache. Learn how to enable it and how to use it. He also offers an array of code snippets for conditional handling in your wp_config.php file, and shares some pitfalls.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><a href=\"https://x.com/itsamoreh\"><strong>Amor Kumar</strong></a>, principal engineer at WebDev Studios, created the <a href=\"https://github.com/itsamoreh/block-theme-starter\"><strong>Block Starter Theme</strong></a>, so you can &#8220;craft your next WordPress block them with a simple foundation&#8221;. This project is targeted toward agencies or developers building tightly controlled themes for clients. To facilitate full control of the editing experience, the following WordPress core features have been disabled: Openverse integration, Core block patterns, Core block styles, and search in the Block directory. The readme file lists how to use it and suggests a particular workflow for building a block theme. It&#8217;s definitely a great way to get started.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his post <a href=\"https://kinsta.com/blog/customize-command-palette/\"><strong>How your plugin can customize the WordPress Command Palette</strong></a>, <strong>Steve Bonisteel</strong>, technical editor at Kinsta, explains what the Command Palette is, and how its API can be used by plugin authors to provide a streamlined interaction with the block editor. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his video <a href=\"https://www.briancoords.com/wp-queries-in-php-and-javascript-building-a-custom-avatar-block/\"><strong>WP Queries in PHP and JavaScript </strong></a>– <strong>Brain Coords </strong>provided a tutorial on how to build a custom Avatar block. &#8220;I share how I built a custom solution for displaying guest speaker images on my podcast website using WordPress. I combined plugins like Seriously Simple Podcasting and the outdated WP Term Images, then created a custom Gutenberg block to dynamically display speaker headshots.&#8221; he wrote.</p>\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2024&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test, and Meta team from Jan. 2024 on. Updated by yours truly. The previous years are also available: <strong><strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\">2020</a>&nbsp;|&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2021/\">2021</a></strong>&nbsp;|&nbsp;<strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2022/\">2022</a></strong></strong>&nbsp;|&nbsp;<strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2023\">2023</a></strong></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </h2>\n\n\n\n<p><strong><a href=\"https://x.com/juanmaguitar\">JuanMa Garrido</a></strong> expanded the access to the <a href=\"https://wordpress.github.io/block-development-examples/\"><strong>Block Development Examples</strong></a> on the GitHub Repo. He built a TypeScript app using ReactJS and host it on the WordPress GitHub pages. Each example has its own card, that also shows the contributing author.  The list can be filtered by tags. The details view links back to the readme.md file for each individual examples with explanations, code snippets and related resources. </p>\n\n\n\n<img width=\"652\" height=\"404\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/01/Screenshot-2025-01-16-at-13.54.30.png?resize=652%2C404&ssl=1\" alt=\"Screenshot of the front page of the Block Development Examples. \" class=\"wp-image-37342\" />\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his 404th episode of the WPbuilds podcast, <a href=\"https://wpbuilds.com/2025/01/09/404-alan-fuller-is-not-found-actually-he-is-and-hes-been-learning-to-develop-blocks/\"><strong>Nathan Wrigley interviewed Alan Fuller, of <em>Fullworks Plugins</em></strong></a>. They discussed Fuller&#8217;s journey from corporate life to WordPress plugin development. The conversation covers WordPress&#8217;s evolution from shortcodes to blocks, focusing on Alan&#8217;s &#8220;Display Eventbrite Events&#8221; plugin and its challenges, such as documentation gaps and API limitations. Alan also shares insights on developing for tools like Elementor, tackling support issues, and marketing struggles due to social anxiety. He highlights the role of AI in replacing part-time developers and reflects on pricing missteps. The episode explores WordPress development trends and Alan’s experiences with modern collaboration tools like Slack and GitHub.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. </p>\n\n\n\n<p>Now also available via <a href=\"https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json\">WordPress Playground</a>. There is no need for a test site locally or on a server. Have you been using it? <a href=\"mailto:pauli@gutenbergtimes.com\">Email me </a>with your experience</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n<p class=\"has-text-align-center has-small-font-size\"><em>Questions? Suggestions? Ideas? </em><br /><em>Don&#8217;t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or</em><br /><em> send me a message on WordPress Slack or Twitter @bph</em>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"has-text-align-center has-small-font-size\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, <br />send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Featured Image:</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too, and won&#8217;t give your email address to anyone <br />except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 18 Jan 2025 00:33:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"Do The Woo Community: Do the Woo Live Stream, 17/01/2025: Celebrating 7 Years\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://dothewoo.io/?post_type=blog&p=89086\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://dothewoo.io/blog/do-the-woo-live-celebrating-7-years/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Celebrating 7 years of Do the Woo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 17 Jan 2025 14:12:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"Gravatar: Boost Engagement with Advanced WordPress Comment Design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://blog.gravatar.com/?p=2689\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://blog.gravatar.com/2025/01/16/wordpress-comments-design/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:15276:\"<p>Want to transform your basic WordPress comment section into something that pulls readers into the conversation? The default comments section can feel a bit uninspiring – it’s just text boxes and basic avatars that don&#8217;t encourage much interaction.</p>\n\n\n\n<p>But with some smart design choices and modern tools, you can create comment sections that make readers want to join the discussion. A well-designed comment area shows visitors their thoughts matter, building a space where meaningful conversations happen naturally. </p>\n\n\n\n<p>This guide explores how to enhance your <a href=\"https://wordpress.org/\">WordPress</a> comments through <a href=\"https://gravatar.com/\">Gravatar integration</a>, which lets you display <a href=\"https://blog.gravatar.com/2024/02/21/securing-cyber-space-role-of-digital-identity-verification/\">verified user profiles</a> and avatars. You&#8217;ll learn how to use Gravatar&#8217;s features to boost trust and recognition among commenters. For those comfortable with code, we’ve also included tips on styling your comment section with CSS to match your site&#8217;s design perfectly.</p>\n\n\n\n<p>Ready to build a more engaging community through better comment design? Let&#8217;s get started.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Why modernize your WordPress comments? A quick overview</strong></h2>\n\n\n\n<p>Basic WordPress comment sections can make your site feel outdated compared to platforms where users interact through verified profiles. This affects more than just appearances – it impacts how visitors engage with your content.</p>\n\n\n\n<p>Sites with basic comment sections often struggle with:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Lower return visitor rates, as users don&#8217;t feel connected to the community.</li>\n\n\n\n<li>Reduced time spent on pages since there&#8217;s less incentive to read discussions.</li>\n\n\n\n<li>More spam comments due to lack of verification.</li>\n\n\n\n<li>Limited user recognition between posts and discussions.</li>\n</ul>\n\n\n\n<p>Adding modern comment features changes this dynamic. When commenters can display verified identities, discussions become more meaningful. Users take more care with their responses when their professional profiles are attached. They&#8217;re more likely to return to check responses and participate in new discussions.</p>\n\n\n\n<p>Quick improvements through tools like Gravatar bring:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Automatic user recognition across WordPress sites.</li>\n\n\n\n<li>Built-in spam reduction through email verification.</li>\n\n\n\n<li>Professional-looking user profiles that build credibility.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Improving your WordPress comments form with Gravatar</strong></h2>\n\n\n\n<p><a href=\"https://gravatar.com/\">Gravatar</a> is a 3-in-1 solution that can help you create a truly engaging comment section. Let’s look at the different applications. But first – let’s look at what Gravatar truly is and explore <a href=\"https://blog.gravatar.com/2024/12/10/how-to-use-gravatar-in-wordpress/\">its relationship with WordPress</a>.&nbsp;</p>\n\n\n\n<p>First and foremost, Gravatar is a free profile platform by Automattic (the people behind <a href=\"https://woocommerce.com/\">WooCommerce</a> and <a href=\"http://wordpress.com\">WordPress.com</a>) that lets users create dynamic online identities that follow them around the Internet. The profiles are connected to the email address, so whenever you use that to register on a Gravatar-integrated site, the user data is automatically pulled (more on that later).&nbsp;</p>\n\n\n\n<img width=\"1421\" height=\"985\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/ronnie-gravatar-profile-1.png\" alt=\"Ronnie Burt Gravatar profile\" class=\"wp-image-2692\" />\n\n\n\n<p>For example, WordPress.com websites are integrated with Gravatar. When you create a profile with a website built on WordPress.com, your Gravatar information is imported, saving you time and effort throughout the registration process. If you don’t have a Gravatar profile and sign up for WordPress.com, you’ll get one automatically and have it linked to the email address that was used.&nbsp;</p>\n\n\n\n<p>WordPress.org also uses Gravatar but only to pull the profile pictures.&nbsp;</p>\n\n\n\n<img width=\"660\" height=\"275\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/default-user-information.png?w=660\" alt=\"Default user information in WordPress.org\" class=\"wp-image-2693\" />\n\n\n\n<p>If someone else writes a comment and doesn’t have a Gravatar profile, they’ll show up with this mystery profile picture or a different avatar that you can change from the settings. We recommend that you <a href=\"https://blog.gravatar.com/2024/07/11/enable-comments-in-wordpress/\">enable the Gravatar option</a> and not override the profile pictures – this ensures that Gravatar user who comments on your website will have their avatars show up in your comments section.&nbsp;</p>\n\n\n\n<p>Gravatar is not just about avatars though – people with Gravatar profiles can create in-depth dynamic identities that can capture a wide range of information, from <a href=\"https://blog.gravatar.com/2024/11/11/how-to-list-social-media-handles/\">verified social media links</a>, photos, articles, featured articles, and even payment links. As a WordPress author, a Gravatar profile becomes a crucial tool, as showcasing that you are an actual person behind your blog posts boosts the authenticity and authority of the written content and encourages people to engage because they know it’s an actual human being on the other side.&nbsp;</p>\n\n\n\n<p>Letting your commenters display similar levels of information about themselves is equally important – it encourages people interact and voice their opinions through a more legitimate looking profile. This is also something Gravatar can achieve through deeper integration.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Using the Gravatar Enhanced plugin&nbsp;</strong></h3>\n\n\n\n<p>Okay, so you have a Gravatar profile, but it still doesn’t fully show up in your blog posts and pages. This is where the <a href=\"https://wordpress.org/plugins/gravatar-enhanced/\">Gravatar Enhanced plugin</a> comes in. It’s also completely free and lets you add customizable profile blocks to any post or page.&nbsp;</p>\n\n\n\n<img width=\"660\" height=\"426\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/gravatar-profile-block-customized.png?w=660\" alt=\"Gravatar customizable profile block\" class=\"wp-image-2694\" />\n\n\n\n<p>While you can’t add the profile block to the comments section, the Gravatar Enhanced plugin lets you send automated emails inviting commenters to create Gravatar profiles, boosting their presence on your site. You can customize your invitation message, making it clear why Gravatar boosts their credibility as a commenter.</p>\n\n\n\n<img width=\"660\" height=\"198\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/gravatar-plugin-invitation.png?w=660\" alt=\"Gravatar invitation email for creating a profile\" class=\"wp-image-2695\" />\n\n\n\n<a href=\"https://wordpress.org/plugins/gravatar-enhanced/\"><img width=\"3243\" height=\"729\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/gravatar_enhanced_cta.png\" alt=\"\" class=\"wp-image-2634\" /></a>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Integrating the Gravatar REST API&nbsp;</strong></h3>\n\n\n\n<p>Finally, the Gravatar API offers the most powerful way to integrate your WordPress website with Gravatar, letting you take full advantage of the platform’s comprehensive profile service. You can fully control what level of information you want to import from Gravatar profiles when they sign up with your website. By working with a developer, you can control what information is displayed for each user in a comment thread, and also create accessible and <a href=\"https://blog.gravatar.com/2024/06/05/user-profile-page-examples/\">verified user profiles</a> for each active member on your website, built on Gravatar data. This is ideal in many scenarios, such as a <a href=\"https://blog.gravatar.com/2024/12/12/create-a-forum/\">forum</a> or online community website.</p>\n\n\n\n<img width=\"660\" height=\"366\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/gravatar-comment-section.png?w=660\" alt=\"Example of a comment section with Gravatar profiles\" class=\"wp-image-2696\" />\n\n\n\n<p>The integration offers several immediate benefits:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Users who already have Gravatar profiles see their avatars automatically appear when commenting.</li>\n\n\n\n<li>Email verification happens automatically, reducing spam comments.</li>\n\n\n\n<li>Profile information syncs across all WordPress sites, creating consistency.</li>\n\n\n\n<li>Users can maintain separate personal and professional commenting profiles through multiple email addresses.</li>\n</ul>\n\n\n\n<a href=\"https://docs.gravatar.com/getting-started/\"><img width=\"3242\" height=\"729\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/gravatar_integration_cta.png\" alt=\"\" class=\"wp-image-2632\" /></a>\n\n\n\n<p>However, if you have a simpler WordPress blog and just want to optimize your comments section, you can use WordPress plugins to get simpler Gravatar functionality. Another essential tool here is <a href=\"https://wordpress.org/plugins/jetpack/\">Jetpack</a>, which comes with <a href=\"https://jetpack.com/support/gravatar-hovercards/\">Gravatar Hovercards</a>.</p>\n\n\n\n<img width=\"660\" height=\"362\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/hovercards-example.png?w=660\" alt=\"Gravatar hovercards example\" class=\"wp-image-2698\" />\n\n\n\n<p>These cards display additional information about the commenter without requiring readers to leave the page.</p>\n\n\n\n<p>Whichever option you choose, the technical benefits are substantial:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Reduced spam through email verification.</li>\n\n\n\n<li>Better user recognition across comment threads.</li>\n\n\n\n<li>Privacy controls that let users manage their identity display.</li>\n\n\n\n<li>Automatic profile updates across all WordPress sites.</li>\n</ul>\n\n\n\n<p>This integration turns basic comment sections into trust-building tools. When readers see verified profiles and consistent identities, they&#8217;re more likely to engage in meaningful discussions. Plus, linking Gravatar profiles with WordPress comments creates a natural bridge between casual readers and active community members.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Styling WordPress comment forms with CSS</strong></h2>\n\n\n\n<p>If you want more control over how the comment sections work, you could edit their style with CSS. So, here’s a short tutorial on how you can customize a comment form through the WordPress CSS editor.&nbsp;</p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>From your WordPress dashboard, go to <em>Appearance &gt; Editor &gt; Styles</em>. Click on the pencil icon on the right to start editing styles.</li>\n</ol>\n\n\n\n<img width=\"278\" height=\"387\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/how-to-edit-wordpress-styles.png?w=278\" alt=\"How to edit WordPress theme styles\" class=\"wp-image-2717\" />\n\n\n\n<ol start=\"2\" class=\"wp-block-list\">\n<li>Click three dots on the top right, then <em>Additional CSS,</em> or scroll to the bottom of the panel on the right to access <em>Additional CSS.</em></li>\n</ol>\n\n\n\n<img width=\"489\" height=\"393\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/how-to-add-custom-css-in-gutenberg.png?w=489\" alt=\"Navigating to the Additional CSS options in WordPress editor\" class=\"wp-image-2718\" />\n\n\n\n<ol start=\"3\" class=\"wp-block-list\">\n<li>Start by adding code for the actual form. You can target it using the class <strong>comment</strong>&#8211;<strong>form</strong>. We’ll change the background color and fonts, as well as add a rounded colored border. Let’s also style the labels while we’re at it.</li>\n</ol>\n\n\n\n<pre class=\"wp-block-code\"><code>.comment-form {\nbackground-color: #fefae0; <em>/* Soft pastel yellow */</em>\nborder: 1px solid #bc6c25; <em>/* Rich contrasting brown */</em>\nborder-radius: 8px;\npadding: 20px;\nfont-family: \'IBM Plex Mono\', monospace; <em>/* IBM Plex Mono font */</em>\nfont-size: 16px;\ncolor: #333;\n}\n\n<em>/* Style the form labels */</em>\n.comment-form <strong>label</strong> {\nfont-family: \'IBM Plex Mono\', monospace;\nfont-size: 14px;\nfont-weight: bold;\ncolor: #555;\nmargin-bottom: 5px;\ndisplay: block;\n}</code></pre>\n\n\n\n<ol start=\"4\" class=\"wp-block-list\">\n<li>Next, we’ll do the input fields, with a background color plus a colored, rounded border.</li>\n</ol>\n\n\n\n<pre class=\"wp-block-code\"><code>.comment-form <strong>input</strong>&#091;type=\"text\"],\n.comment-form <strong>input</strong>&#091;type=\"email\"],\n.comment-form <strong>input</strong>&#091;type=\"url\"],\n.comment-form <strong>textarea</strong> {\nbackground-color: #f8f9fa; <em>/* Light grey for contrast */</em>\nborder: 1px solid #bc6c25; <em>/* Same border color */</em>\npadding: 10px;\nborder-radius: 4px;\nfont-family: \'IBM Plex Mono\', monospace;\nfont-size: 14px;\ncolor: #333;\nmargin-bottom: 15px;\n}\n\n<em>/* Style the textarea (comment box) */</em>\n.comment-form <strong>textarea</strong> {\nmin-height: 120px;\nresize: vertical;\n}</code></pre>\n\n\n\n<ol start=\"5\" class=\"wp-block-list\">\n<li>Finally, the submit button, which we’ll give a different color, font, and rounded border.</li>\n</ol>\n\n\n\n<pre class=\"wp-block-code\"><code>.comment-form input&#091;type=\"submit\"] {\nbackground-color: #bc6c25; /* Rich brown */\ncolor: #ffffff; /* White text for contrast */\nfont-family: \'IBM Plex Mono\', monospace;\nfont-size: 16px;\nfont-weight: bold;\nborder: none;\nborder-radius: 4px;\npadding: 10px 20px;\ncursor: pointer;\n}</code></pre>\n\n\n\n<p>Put it all together, and here’s what you should expect:</p>\n\n\n\n<img width=\"660\" height=\"447\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/a-css-styled-wordpress-comment-form.png?w=660\" alt=\"A custom WordPress comment form made using CSS\" class=\"wp-image-2720\" />\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Launch your engagement-focused comment section&nbsp;</strong></h2>\n\n\n\n<p>Transforming your WordPress comment section from basic to engaging doesn&#8217;t require massive changes. By implementing Gravatar profiles and thoughtful design choices, you can create an environment where readers naturally want to participate.</p>\n\n\n\n<p>The combination of verified identities and user profiles shows visitors that their contributions matter. When commenters can display their professional information and verified social links, discussions become more meaningful and spam decreases naturally.</p>\n\n\n\n<p>Start by checking that Gravatar is selected as the active avatar service in your WordPress settings. Then explore additional tools like <a href=\"https://jetpack.com/support/gravatar-hovercards/\">Jetpack for hovercards</a> or <a href=\"https://wordpress.org/plugins/gravatar-enhanced/\">Gravatar Enhanced</a> for easy profile integration. For more technical implementations, the <a href=\"https://docs.gravatar.com/\">Gravatar REST API documentation</a> provides everything needed to build custom solutions.</p>\n\n\n\n<p>Remember: A well-designed comment section isn&#8217;t just about aesthetics – it&#8217;s about creating a space where your community can thrive.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Jan 2025 21:41:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ronnie Burt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTavern: #152 – David Darke on Building a Successful Agency Through Strategic Growth\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=185452\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"https://wptavern.com/podcast/152-david-darke-on-building-a-successful-agency-through-strategic-growth\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:52041:\"Transcript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, building a successful agency through strategically planned growth.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to wptavern.com/feed/podcast, and you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you and hopefully get you, or your idea, featured on the show. Head to wptavern.com/contact/jukebox, and use the form there.</p>\n\n\n\n<p>So on the podcast today, we have David Darke.</p>\n\n\n\n<p>David is a Bristol based entrepreneur, and a longtime WordPress user. He is the co-founder of Atomic Smash, a digital agency specializing in WordPress and WooCommerce performance optimization.</p>\n\n\n\n<p>Since its founding in 2010, Atomic Smash has grown from a two person team into a thriving agency, known for helping businesses improve their digital platforms with WordPress.</p>\n\n\n\n<p>The podcast today traces David&#8217;s experiences growing the agency, and the many highs and lows he&#8217;s been on.</p>\n\n\n\n<p>David&#8217;s story begins in a business incubator, where the affordable desk space facilitated invaluable networking, and relationship building opportunities. Through perseverance and strategic networking, David has grown the agency from these small beginnings into a robust team of 20 professionals.</p>\n\n\n\n<p>We talk about the myriad challenges he faced, from overcoming the initial skepticism due to his age, to the trials of managing business growth and client expectations.</p>\n\n\n\n<p>You&#8217;ll hear about the critical role that external business coaches have played in guiding his agency through different stages of growth, and how strategic learning has been pivotal in expanding beyond core web development skills, to mastering business acumen, and operational strategies.</p>\n\n\n\n<p>David also discusses his current role, which involves less hands-on coding and more focus on technical oversight, sales, and strategic client interactions.</p>\n\n\n\n<p>He shares his insights into the importance of delegation, finding work-life balance, and ensuring his team operates efficiently without overextending themselves.</p>\n\n\n\n<p>We also get into the evolving web industry landscape, particularly the integration of AI and SEO into their service offerings, aiming to position his company as a strategic partner for client growth.</p>\n\n\n\n<p>He emphasizes the importance of hiring the right talent, including freelancers, and the necessity of pausing business coaching to implement growth strategies effectively.</p>\n\n\n\n<p>Whether you&#8217;re an aspiring freelancer, an agency owner looking to grow, or simply passionate about WordPress, this episode is for you.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading to wptavern.com/podcast, where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p>And so, without further delay, I bring you David Darke.</p>\n\n\n\n<p>I am joined on the podcast by David Darke. Hello David.</p>\n\n\n\n<p>[00:03:46] <strong>David Darke:</strong> Hi there. How&#8217;s it going?</p>\n\n\n\n<p>[00:03:47] <strong>Nathan Wrigley:</strong> Yeah, good. Nice to chat to you. David and I first met, well, we haven&#8217;t really met much because the role in which I met David is one where I&#8217;m typically quite busy. I help out with the WordPress London meetup, which happens each month in the city of London, and David was doing a talk there.</p>\n\n\n\n<p>However, the nature of my role is that I am face down in an iPad trying to make sure that the recording happens, and then as soon as the event is over, I busily tidy up with everybody else.</p>\n\n\n\n<p>So I never really got to meet David, but I did manage to catch his talk in great detail. Gave a presentation over there essentially about growing an agency, managing a successful agency. So we&#8217;re going to get into that conversation today, but before we do, David, would you just give us a potted bio? Tell us a little bit about what you do, the journey that you&#8217;ve been on with WordPress and your agency.</p>\n\n\n\n<p>[00:04:38] <strong>David Darke:</strong> Yeah, yeah, great. And I&#8217;ll also say, you looked busy and not stressed, which is actually quite an impressive thing for all the equipment you were managing on the day, but yeah.</p>\n\n\n\n<p>So yeah, my name&#8217;s David Darke, started a WordPress based agency 14 years ago. We are based in Bristol in the UK. And I&#8217;ve definitely worn many hats in that time.</p>\n\n\n\n<p>So started off with myself and my business partner. I was the primary developer and only developer within the team.</p>\n\n\n\n<p>We&#8217;ve grown the team now to just around 20, and my role has shifted in that time going from the only developer, to development lead, to operations management part of the actual business. And now I&#8217;m actually shifted away from operations, and more on the growth and sales side of the business. So definitely all inwardly focused, and then now outwardly focused.</p>\n\n\n\n<p>Again, worn many hats and that&#8217;s been one of those challenges of owning and running an agency is the need to adapt and wear different hats.</p>\n\n\n\n<p>[00:05:33] <strong>Nathan Wrigley:</strong> When you began with you and your business partner, did you have an intuition that you wished to grow? Was it more just, let&#8217;s start a business, let&#8217;s put food on the table and see where it goes? Or did you always have that light at the end of the tunnel, that thing that you were aiming for, growth, growth, growth, getting new business, grow the business, employ more people? How did that all work out?</p>\n\n\n\n<p>[00:05:55] <strong>David Darke:</strong> Yeah, it&#8217;s really funny. In the first year it was that sort of approach of, we need to get clients. We had no money, we had no funding, we were all bootstrapped and self-manage. We literally worked for, it was about eight to nine months before, so in normal jobs, it&#8217;s basically the only job I&#8217;ve actually had.</p>\n\n\n\n<p>I was actually part of a photography team, a photo editing team for a sportswear company. It&#8217;s a random role, but it was basically just get some money behind us so we can actually live in the first year, really.</p>\n\n\n\n<p>And initially it was just, let&#8217;s do it, let&#8217;s try it. It was the perfect opportunity. It was directly outside of after leaving university. There was no risk. I had no family, you know, it was just case of, if it didn&#8217;t work, we&#8217;ll just get a job.</p>\n\n\n\n<p>So the idea was, let&#8217;s try it, let&#8217;s get going. And as soon as we started moving the idea of, not necessarily, not aiming for massive growth, but the idea of having a team behind us was a real goal at that stage.</p>\n\n\n\n<p>And we definitely took a long time to actually employ our first person, and that person&#8217;s actually still part of the team now. He just had his 10th anniversary. So from our side, we definitely took quite a while to actually get that first employee on.</p>\n\n\n\n<p>But after that is really a case of, let&#8217;s work out what team size we need to be to facilitate all the things we need to do. Make sure that myself and my business partner weren&#8217;t overloaded. You know, there&#8217;s definitely a period in the middle growth of the business where we&#8217;re just doing too much stuff and were spread very thin.</p>\n\n\n\n<p>So working out what sort of team size does it need to be to allow us to have the flexibility to give more responsibility to team members, and also give us the brain space to think about how the business should be shaped, grown, and how it should just maintain itself really, yeah.</p>\n\n\n\n<p>So now we&#8217;re at the stage where myself and my business partner are definitely doing less on the tools jobs, I&#8217;m basically doing no production work at all, but we&#8217;re able to invest time in the business and the team.</p>\n\n\n\n<p>[00:07:36] <strong>Nathan Wrigley:</strong> Do you work exclusively with WordPress based projects, or are you more of a broader church than that? Do you do web development in other areas, maybe even software development, things like that, or is it just purely WordPress?</p>\n\n\n\n<p>[00:07:49] <strong>David Darke:</strong> We have a couple of sites where they&#8217;ve got a primary WordPress platform and they use some like Shopify for their e-commerce. So we do support a bit of Shopify on the side. We basically do no real software development or anything outside of the WordPress ecosystem. Every single one of our clients has some form of WordPress installation at some level.</p>\n\n\n\n<p>That does, when you&#8217;re talking about WooCommerce and big sort of CRM integrations, it does mean we have to have our fingers in a lot of pies. We integrate with things like Salesforce and the other big CRMs. So we do have to interact with some middleware sometimes, but 99% of our clients are WordPress.</p>\n\n\n\n<p>[00:08:24] <strong>Nathan Wrigley:</strong> If you were to hang out in Facebook groups, and LinkedIn groups, and things like that, there&#8217;s always a lot of conversation around where you were at the beginning of your journey. You know, I&#8217;ve got this agency, I&#8217;m a one person team, I would like to grow and what have you. And it feels like you&#8217;ve probably gone through all of the things, you&#8217;ve tripped over all the trip wires, hit all the hurdles, got past them all in some way, shape or form.</p>\n\n\n\n<p>And one of the things that came out was, the bit that you just mentioned about, maybe it&#8217;s regret in some way of not making the first hire sooner. And I never managed to scale an agency, I was always very happy to just operate myself, but that was one of the things that concerned me a lot, was making that first hire, committing myself to somebody else&#8217;s welfare.</p>\n\n\n\n<p>Am I right in saying that you, looking back, you think you maybe should have jumped off that a little bit sooner and hired the first person sooner, to free yourselves up to do other things?</p>\n\n\n\n<p>[00:09:21] <strong>David Darke:</strong> Oh yeah, definitely. And you are right, it&#8217;s more about, we didn&#8217;t want to necessarily employ someone and then have to let them go because there wasn&#8217;t enough money to fund their salary. It was really that simple. Making sure there&#8217;s enough security in the business to make sure that we just spent the time and effort in getting them on, getting them into the team, and then having to let them go.</p>\n\n\n\n<p>That&#8217;s from our side, and also from their side. We hadn&#8217;t employed anyone before, we didn&#8217;t want to disappoint them. They want to be part of the team, they want to be part of the journey, we didn&#8217;t want to then have to say, well, you got to go now because we didn&#8217;t think this through properly.</p>\n\n\n\n<p>So we definitely spent a lot of time and I would definitely say at the start there was definite, we were doing too much stuff, and then we had too many projects on, and by the time we needed to have someone on the team, it was almost like too late because the recruitment process does take. You need two weeks to basically start looking for people, you need another couple of weeks to basically do interviews and do that whole process properly and meet them.</p>\n\n\n\n<p>And this was obviously pre covid, so a lot of it was in person, it really was, interview process was getting people into our studio space to actually speak to them. And we really did it too late. We should have been doing it months before so they&#8217;re ready to join. So again, it&#8217;s just that sort of balancing, and it&#8217;s easy with hindsight, but actually the balancing of making sure that our capacity was right, and how we balance our capacity, we did it too late.</p>\n\n\n\n<p>And if we look back now, we did have the security even with the upcoming projects, but it&#8217;s just quite big thing to do on the first time. And even from a legal side, just not knowing exactly every box you need to tick when you employ someone, like what contracts you actually have to have. Actually getting the contract and you need to pay someone to do that, or you need to get, you know, there&#8217;s a lot of things to do. So the advice is, try and do it as early as possible if you want it to do it.</p>\n\n\n\n<p>[00:10:57] <strong>Nathan Wrigley:</strong> Yeah, the interesting word that you used there was capacity. And so there must be, in your head, looking back, obviously now with hindsight, you recognise what that capacity was. Do you have any rule of thumb that you could bring to bear to this conversation? Let&#8217;s say that somebody is, like I was, a web agency owner, or maybe there&#8217;s two or three people who&#8217;ve joined and they&#8217;re just beginning to get the intuition that maybe they could take somebody on. Is there a rule of thumb? Maybe that&#8217;s around finances or the, I don&#8217;t know, the bottleneck in the pipeline of work you&#8217;ve got? Do you have any sort of wisdom about when that first hire might be suitable?</p>\n\n\n\n<p>[00:11:33] <strong>David Darke:</strong> Yeah, I think at the start, it wasn&#8217;t like an intentional approach, but I was definitely working seven days week. And definitely got burnt out around year three or four in that sort of process. And that idea of actually being able to be at a position, obviously finances are one thing, you need the money to pay their salary, that&#8217;s like an underlying thing of security that side.</p>\n\n\n\n<p>But I would definitely say the idea of being able to deliver projects in a capacity where you are only working five days a week, and actually have a normal nine to five or whatever the timeframe is, in X number of hours, seven hours a day, without needing to work in the evenings, without needing to do all these things.</p>\n\n\n\n<p>Actually, even if you are a freelancer, or just trying to grow, or just the idea of being able to do the work in a sensible timeframe, and if you can&#8217;t do the work, then you need help.</p>\n\n\n\n<p>And that&#8217;s basically the rule of thumb. And that&#8217;s how we even work out our hiring capacity now, is we look at the team, we look at what needs to come up. Can we deliver this stuff with a team that we&#8217;ve got?</p>\n\n\n\n<p>And that&#8217;s the sort of tipping point of actually how we scale and grow, and in the areas we need to grow and scale. So even within the team now, we only have one designer. We don&#8217;t do huge number of projects, but if we were doing more and more design work, we&#8217;re literally looking at, how much capacity does that designer have? When do we need the second designer? Or do we just need freelance capacity? That&#8217;s really how we balance it. So just trying to make sure we&#8217;re not over-delivering and just not doing insane hours, just making sure everything&#8217;s sensible and you can actually start to look back and enjoy the actual process rather than it being this burden.</p>\n\n\n\n<p>[00:13:02] <strong>Nathan Wrigley:</strong> I think obviously the finance is a given. If there&#8217;s not enough throughput of cash, then the business is not really a business, it&#8217;s something else. But the intuition around seven days a week being something that is unsustainable, I think everybody can grasp hold of that.</p>\n\n\n\n<p>So if you wish your business to be five days a week, seven hours a day, and it&#8217;s seven days a week, 12 hours a day, then maybe there is extra capacity, and assuming that you&#8217;ve got the finances. I think that&#8217;s an interesting one that everybody can grab hold of. If the amount of free hours in your week don&#8217;t match what you wish to have, then maybe it&#8217;s time to start looking around for additional help.</p>\n\n\n\n<p>[00:13:38] <strong>David Darke:</strong> I really, really, wholeheartedly agree that actually, someone working five hours a day in a productive and structured way is actually probably more effective than someone working 12 hours a day. It really is a case of actually having the brain space to think about what you&#8217;re doing, and less procrastination and more focused on just doing what you need to do in this timeframe. That limitation actually really helps to make sure that you&#8217;re not twiddling your thumbs, you&#8217;re not doing things that don&#8217;t need to be done and really gives focus.</p>\n\n\n\n<p>I think actually from our side, restricting our time, I now actually only work four days a week. So that&#8217;s brought another restriction around, every Thursday I&#8217;m not in the office, so I need to make sure what I need to do in the week is done, usually at the starts of the week, and then Friday, I&#8217;ve got the capacity to almost plan the next week, or do meetings, or do those other things.</p>\n\n\n\n<p>So those limitations sound like there are limitations, but actually it&#8217;s more of a guide rails of how you need to use your time. And then as soon as I leave the office I&#8217;m not interacting with the business. That clear definition really helps from a, the classic work, life balance, you know, really just having that definition. And most of our team, that is the case. It really is a case of, once the time&#8217;s over, you pick up the next day. But it does take quite a lot of management and organisation to do that, especially personally. That&#8217;s something I had to learn. That was one of the biggest of skills I had to learn is just how to organise your own time.</p>\n\n\n\n<p>[00:14:56] <strong>Nathan Wrigley:</strong> Yeah, I think everybody can identify with that thing where, it&#8217;s late at night, you&#8217;re trying to read a book or something like that, and you realise that for every 10 lines that you read, none of the information has gone in. And you could map the same thing to your work life. It&#8217;s so easy to fall into the trap that 12 hours a day, good, five hours day, less good, just because I&#8217;m doing more hours a day.</p>\n\n\n\n<p>But I think you&#8217;re right. There&#8217;s this sort of burnout which just builds up over time. It&#8217;s sort of compound interest, you just feel more and more burnt out, each hour becomes less productive. So taking that absolute time out, and in your case, four days a week, maybe it&#8217;s five hours in the office, something like that. Step out of the front door, you are back to social David, if you like, and normal life, and then walk back through the following morning and you&#8217;re back to work. I can really identify with that, and hopefully the people listening to that can as well.</p>\n\n\n\n<p>[00:15:45] <strong>David Darke:</strong> Yeah, and also I&#8217;ve got a 2-year-old as well, so that really puts a clear definition of, when I&#8217;m at home, they&#8217;re the focus really, it can&#8217;t work both ways. You can&#8217;t work with a two odd running around basically, it&#8217;s almost impossible.</p>\n\n\n\n<p>[00:15:57] <strong>Nathan Wrigley:</strong> A lot of people might be at this point saying, yeah, that&#8217;s all very well, David, but what about, where does the work materialise from? How do you get the work? And obviously now that you are more established and your name has been circulated many, many times, I imagine that&#8217;s a different jigsaw puzzle than it was in the beginning.</p>\n\n\n\n<p>So let&#8217;s cast our mind back to when it was just the two of you at the beginning and you were presumably scrambling around for work. Do you have any advice there? I mean, was it just that you just happened to be in the right place at the right time, the internet was taking off and so on and so forth. Or were there things, looking back, that you thought, actually, do you know what, we did that really well, and we did that really poorly?</p>\n\n\n\n<p>[00:16:35] <strong>David Darke:</strong> I definitely see that the conversations we have nowadays are very different to the ones we had in the past. I think client&#8217;s knowledge of even WordPress is a lot higher. So they&#8217;ve, again, it&#8217;s just maybe just the maturity of the internet and the idea of project managers and digital teams have probably been through two to three websites in the last 10 years. And people&#8217;s sort of growth with that, and experience with it has changed.</p>\n\n\n\n<p>So I think when we were sort of pitching WordPress websites, and actually the whole web development projects, there&#8217;s a lot less emphasis on how much money needed to be spent on a website, everything was cheaper. I think their expectation now is there needs to be good investment in sites for them to be effective, and that was a lot harder sell 10 years ago, I think.</p>\n\n\n\n<p>So there&#8217;s definitely been shift and change in people&#8217;s understanding of what it takes to build a website. And we talked to project managers, digital project managers now, they actually understand that when you create a new website, it&#8217;s actually quite difficult to do content migration. You need two months to like move all the content and do an SEO plan. 10 years ago, no one cared. Just do the website, just get out of there. But they&#8217;ve been through it.</p>\n\n\n\n<p>I think the internet is at that sort of age and maturity where, and the teams that work in businesses and digital managers, they kind of understand the pitfalls of rushing those things, and there needs to be time and thought.</p>\n\n\n\n<p>I think when it comes to your question around how we find work. We started in a business incubator. That was more of a case of, there was some services tagged on, but it was basically the idea of, you join this incubator, it&#8217;s very, very cheap desk space. When you start, I think it&#8217;s every six months you are there, might of been like less than that. Every whatever time period you&#8217;re there, the desks get more expensive. So the idea is you start really cheap and it gives you the idea, within two to three years, it&#8217;s at the point where you should be sort of moving out of the incubator and thinking about other spaces or other options.</p>\n\n\n\n<p>For us it was just cheap desk space. It was the ability for us to get out of the house, go to somewhere where we can work, and the idea is, well, we might meet some people while we&#8217;re there and, what actually happened is when we got dropped into this business incubator, we were pretty much the only web developers in this incubator. So actually being able to help and do favors for people have built to lasting relationships where we still talk to them now.</p>\n\n\n\n<p>Some of them are freelance or contract UX people. Some of them are data people. And they were just there because again, they just wanted desk space. But the people they&#8217;re working with now are bigger organisations, bigger corporates, and those relationships have tied together. But at that time we were basically doing really small work for them, but we&#8217;re around a group of people that needed help and needed advice. And again, expertise and knowledge in general was limited 10 years ago.</p>\n\n\n\n<p>So I think that really helped us in that initial stage of like, how do we just get these small bits of work? As the team grew, it was really about us being proactive with conversations with people we wanted to work with. That has been effective, very ineffective sometimes. But it&#8217;s finding, for us, our unique offering and the way we work, which is more of a maintenance basis and a recurring model, that we kind of really dialed into, and we found the benefits of that. And that&#8217;s, for us it&#8217;s our ability to sell that to clients.</p>\n\n\n\n<p>You know, the idea of you don&#8217;t necessarily need a brand new website every three years. If you just work on the one you&#8217;ve got, adapt and evolve it, you can actually save a lot of money without needing to build a brand new site every three years. So that&#8217;s taken us quite a while to find our model, and our sort of unique offering. But actually finding people and being able to sell that has definitely shifted and changed as the business has grown.</p>\n\n\n\n<p>[00:20:03] <strong>Nathan Wrigley:</strong> It sounds like there&#8217;s a fair degree, in your business at least, at the beginning of what you might describe as networking or socialising. It&#8217;s not all about, I don&#8217;t know, posting Google ads and paying in that way. This is meeting real people in this enclosed space or out in the wider community or what have you. So it sounds like you were getting local business possibly, at the beginning.</p>\n\n\n\n<p>That kind of leads me in a curious direction that I didn&#8217;t anticipate. And that is, did you rely, you and your partner, on your gregarious nature? Are you outgoing? Was that some sort of superpower that you maybe have?</p>\n\n\n\n<p>I think it&#8217;s possible to say that a certain proportion of people who end up in the web development space are not that, they&#8217;re fairly introverted, and so the idea of mixing and socialising might be something that they&#8217;re feeling, yeah, a little bit uncomfortable about. So I just wondered if you wanted to speak to that, whether there was some element of your personality which enabled you to grow.</p>\n\n\n\n<p>[00:20:57] <strong>David Darke:</strong> That might be a possibility. I would also say that at the time when we started the business, myself and a business partner looked quite young. When we&#8217;re talking to businesses and companies about how they want to be growing their website, we just generally looked like we just left university. So actually from a sales perspective, that wasn&#8217;t actually particularly a great thing. We didn&#8217;t look like we had the experience. We didn&#8217;t look like we&#8217;d done this process many times.</p>\n\n\n\n<p>I think from our side some of the networking side of things was beneficial, but then actually hiding behind some of that other communication and other ways speaking and reaching out to businesses was actually beneficial. Because you could actually show expertise and experience in other ways. So it&#8217;s kind of like twofold.</p>\n\n\n\n<p>But definitely from a networking side, the thing we&#8217;ve definitely found with networking events and just general things, you have to be quite careful if you are trying to find new business. For example, most WordPress meetups, you&#8217;ll be talking with people that use WordPress, or develop WordPress, build sites, and not necessarily clients or potential clients. So you then have to find those particular networking events that would actually have potential clients in them. And that might mean that you are going to something that&#8217;s a bit more random. Even something that&#8217;s maybe based around accessibility or something that&#8217;s based around, I don&#8217;t know, even environmental impact or something like that, where you&#8217;ll be talking with other people that potentially would have those challenges, and then you can speak to them about their website and what have you.</p>\n\n\n\n<p>So it is about a selection of what events you go to. But I think the networking side of things is super important because as soon as you come across a challenge, and if you&#8217;ve spoken to someone, a great branding person that you met two weeks ago, that person&#8217;s at the top of your brain. As soon as you see someone with that challenge or you try and help someone, or even a current client that might come to you with a branding challenge, we basically don&#8217;t do any sort of branding at all, we just do development work and design work.</p>\n\n\n\n<p>But as soon as we find someone has a challenge, you can just grab these people really easily because they&#8217;re just forefront of your brain. And that&#8217;s the power of networking more than just meeting people directly. It&#8217;s just getting people to know what you do, and when those challenges come up, they&#8217;re the front of people&#8217;s brains.</p>\n\n\n\n<p>[00:23:05] <strong>Nathan Wrigley:</strong> So you are now at 20 people, I think you said, or thereabouts. So you&#8217;ve gone from two and you&#8217;ve added 18 roughly. During that journey, was it always upwards? Did it always go from two, to three, to four, to six or did it ever sort of slide down again? What I&#8217;m trying to get at in this question is, has it always been growth or have there been moments when that growth has stalled? When the anxiety, looking at the financial spreadsheet, has been more than it was less, put it that way.</p>\n\n\n\n<p>[00:23:34] <strong>David Darke:</strong> Yeah, hundred percent. Definitely hasn&#8217;t always been up. There&#8217;s definitely times where we&#8217;ve had to go down. Some of that has been natural just churn of people leaving and then they have been replaced. Some of it has been from loss of projects or loss of clients and had to make difficult decisions. So it&#8217;s never as, well, for us, definitely wasn&#8217;t always an upward trajectory. I&#8217;d definitely, from my side, there was also points of stagnation and really from our side to actually work out how we get past those. We&#8217;ve needed external business coaches to really help us prioritise and work out how we utilise our superpowers and what we&#8217;re really, really good at, into better, more cohesive offering. And that will really help grow the team.</p>\n\n\n\n<p>So I think from our side, we were kind of quoted these numbers of, when you get to around sort of 10 people, that&#8217;s certain number of challenges. Growing from 10 to 20 is another set of challenges, and getting beyond 20 is basically another set of challenges. So it&#8217;s almost like these milestones in growth.</p>\n\n\n\n<p>And we were definitely lingering around 10, 11 for a long time, just because their natural, even the process you have internally to scale to that number, just needed a lot of internal help, internal and external help to get beyond that. So yeah, there&#8217;s definitely been points of stagnation. There&#8217;s definitely been points of retraction. But if you look to the graph in general, it has been upward.</p>\n\n\n\n<p>[00:24:52] <strong>Nathan Wrigley:</strong> It sounds like you&#8217;ve put yourself in the path of people who you recognise to be good teachers of whatever it is that you need to know. So maybe that&#8217;s some aspect of, I don&#8217;t know, web design for those people in your business that do that. But it also sounded there, like you have deliberately gone out to find business coaches.</p>\n\n\n\n<p>So that maybe has nothing to do with web development, but you&#8217;ve got to balance the books and there are ways of doing that. Is that the case? Do you go out and find people who you think, okay, I need to learn this thing, rather than reading it in books, I&#8217;m just going to take the direct route and go and find a human being that can do that, or an agency that can do that? Because I guess that&#8217;s fairly important as a short circuit of trying to figure it all out yourself.</p>\n\n\n\n<p>[00:25:34] <strong>David Darke:</strong> A hundred percent. Yeah, we were very active three, four years ago of finding a proper business coach. And business coach is like, that&#8217;s very much like a phrase that could cover a lot of things, like you&#8217;re saying, could cover financial, could cover operations or whatever. But actually when it boils down to what we needed, it was almost like a third party for myself and my business partner to be responsible too. To actually say, we&#8217;re going to be doing these things, we&#8217;re going to be doing this activity or whatever it might be, a task that needs to get done in the business or a KPI.</p>\n\n\n\n<p>The first thing that they basically said to us when they joined was, your accounting&#8217;s terrible, go and get it sorted, like basically just go and do that. Look at this and just give that sort of advice and experience to say what&#8217;s working well, what isn&#8217;t. And you now need to go and do this. You&#8217;ve got two weeks to go and do this or however long, and get it done.</p>\n\n\n\n<p>And actually there&#8217;s not many people that myself and my business partner are responsible to. We&#8217;re responsible to our employees for employee led things, but when it comes to business level things, we&#8217;re just responsible to ourselves, you know, each other.</p>\n\n\n\n<p>So actually having this third party to basically wag the finger and say, you need to get this done and you need to get it done now was really helpful to actually make sure things got done. Yeah, that level of experience and that third party to be responsible to was really, really beneficial. And the thing that we kind of got to, and the point we got to was they helped us form KPIs, so key performance indicators for the business, and metrics we can track, and they helped with our accounting processes, they helped with our general capacity processes and all those sort of things that helped the business.</p>\n\n\n\n<p>We then stopped using them because we basically had a load of work that needed to happen, you know, months and years worth of work that needed to happen. And the idea is we&#8217;ll probably pick up that relationship again when we are at the next stage because we now need to work on, we now need to do the growth, we now need to do these things. And we were at the stage where we kind of knew what we needed to do, and we were just basically checking in at that stage. We weren&#8217;t getting anything new.</p>\n\n\n\n<p>But there are going to be set of challenges that we&#8217;re going to face in the next year, two years, where that relationship will be super beneficial again. So I genuinely think that having an external voice, an external ear as well, just to talk through problems, that whole classic rubber duck programming of just speaking your program out loud to someone, it really is super beneficial. And having a mentor, and actually being a mentor for other people is very, very important.</p>\n\n\n\n<p>[00:27:50] <strong>Nathan Wrigley:</strong> Yeah, it&#8217;s almost like you&#8217;ve hired in a third partner or something like that. Somebody who&#8217;s got the right to tell you, you&#8217;re doing this wrong. There&#8217;s a better way to do this. And I think as a freelancer at the beginning, just you and your partner, it is easy to assume that everything needs to be done by the pair of you, and if it can&#8217;t be done by the pair of you, you&#8217;re failures. And of course, in the real world, nobody has the capacity to do all the tasks in every walk of life. We employ people to do almost anything that we come into contact with. So that&#8217;s really interesting.</p>\n\n\n\n<p>Are you good at delegating? Because again, right back at the beginning when you are doing everything, and you&#8217;ve got to go from two to three, I think this is where probably I stumbled, and I&#8217;m sure a lot of people can share in my experience here.</p>\n\n\n\n<p>I just seem to find delegating quite difficult. I don&#8217;t know what that is, but there&#8217;s this thought maybe in the back of my head that, well, I know what I need to do, so I should be the one to begin it, and end it and, what have you. Are you a good delegator or was that a skill that you had to learn?</p>\n\n\n\n<p>[00:28:50] <strong>David Darke:</strong> Yeah, definitely had to learn. And I&#8217;d definitely say I&#8217;m a very average delegator. So my approach to it now is trying to be a bit more hands off. So if I&#8217;m not involved from the start, it&#8217;s a lot easier for me to not be involved in the future. Having oversight and seeing how things work is definitely beneficial. As soon as I&#8217;m trying to get into the, I&#8217;m quite detail orientated, so as soon as I get to know the details and I feel myself wanting to be more involved in something. If I&#8217;m a bit more hands off, and allowing our employees to have responsibility for things, that&#8217;s easier for me to then not be involved in the future and just allowing those things to happen.</p>\n\n\n\n<p>I was definitely a bad delegator at the start, and it&#8217;s definitely something I&#8217;ve worked on and improved on in the years. But it&#8217;s more about techniques rather than naturally just this becomes a thing you can do. It&#8217;s more just allowing people to have responsibility for those things. And myself, just making sure I&#8217;m only checking in when I need to check in or whatever&#8217;s needed for the task at hand. It&#8217;s definitely a challenging thing and it&#8217;s</p>\n\n\n\n<p>one of those tasks, that sort of soft skill which isn&#8217;t really something you can just do a course in or learn. That suite of soft skills is something that you don&#8217;t really get training for as a manager or a business owner, get trained for very meticulous or very particular things around accounting, or if you need to do a certain process, you can just get a course. But that soft skill stuff is super important, but it&#8217;s hard to get training in, and you kind of just have to learn as you go really.</p>\n\n\n\n<p>[00:30:11] <strong>Nathan Wrigley:</strong> Do you ever have to pull yourself back from the opposite of delegating, just getting in too deep into the tasks that your employees are tasked with doing? You sort of find yourself looking over their shoulder and thinking, oh, that&#8217;s curious, let&#8217;s have a chat about that. When really your job now is divorced from that, you are one step back, one step higher if you like, and you&#8217;ve got to just pull yourself back from that precipice.</p>\n\n\n\n<p>[00:30:34] <strong>David Darke:</strong> Yeah, I mean, not necessarily in the way, my role now within the business, because I&#8217;m more to do with the sales side and the growth aspect and less about the internal workings, I definitely find that&#8217;s a lot less. From my side, the things I&#8217;d be checking in now and making sure happens is once a client joins, making sure they&#8217;re happy and checking in from that perspective.</p>\n\n\n\n<p>Definitely from my business partners side, who&#8217;s now more internally focused, it&#8217;s basically their role as a director to direct, actually steer the ship. So there definitely needs to be a certain level of oversight and seeing what is happening. But I think our personalities and characters, he&#8217;s very, very good at having a lot of different things, and having oversight of a lot of different things without needing the granular detail.</p>\n\n\n\n<p>Whereas I&#8217;m, because I&#8217;m more detail orientated, I kind of need everything to help make decisions. But I think for my new role I&#8217;m definitely less involved and less overseeing and that side of things. But it&#8217;s almost important that it does happen to some degree, that people have oversight of stuff, just to make sure things are done in the right way and make sure that things are profitable, for example. And we have a set of business values, make sure things are being delivered with those values in mind. It definitely needs that in place. It&#8217;s never just about wagging fingers, just watching, making sure people are working or anything like that. It&#8217;s really the case of making sure the business is doing what it&#8217;s meant to be doing.</p>\n\n\n\n<p>[00:31:47] <strong>Nathan Wrigley:</strong> Yeah, it sounds like you have to have trust on a fairly profound level, that the people that you have invested your time into, and they&#8217;ve invested their time into your business, you can trust them. You delegate a task, and the anticipation therefore is that that task will be done and they&#8217;re going to tackle it in the same way that hopefully you will have done, and the processes are there to make sure that happens.</p>\n\n\n\n<p>So now that you are, I&#8217;m going to use the word manager, maybe you have a different word for yourself. I&#8217;m guessing, again, if we rewind the clock, I&#8217;m guessing that you probably weren&#8217;t able to look forward and think, yeah, this is what I&#8217;ll be doing in 10 or 15 years time, this is what my day will look like, because you generally concentrate on the next six months.</p>\n\n\n\n<p>Do you enjoy the work that you are doing? I&#8217;m not meaning to back you into a corner there. What I&#8217;m sort of angling after is, there&#8217;s bound to be bits of this new role that are satisfying, but there&#8217;s probably bits that, oh boy, I just wish I could hand that over. And again, that&#8217;s part of growing the business.</p>\n\n\n\n<p>Because it feels, sometimes I have conversations with people who are in similar positions to you, and in some cases they&#8217;re stepping back from the more managerial role and they&#8217;re going back to the, I want to be in front of a computer and I want to be doing coding again, and it&#8217;s still my business but I&#8217;m going to employ somebody else to do the managing part, and I&#8217;m going to go back to being a developer because that&#8217;s what I enjoy.</p>\n\n\n\n<p>So it&#8217;s questions around that really. Do you find the same satisfaction in the work that you&#8217;re doing now, or do you find sometimes you look over at your employees and think, oh, wish I was doing that again?</p>\n\n\n\n<p>[00:33:10] <strong>David Darke:</strong> I think from my side, the things I really enjoy doing, I really enjoy experimenting and having sort of technical oversight over things. My needs to be doing coding and delivering is slightly less. But again, a lot of satisfaction, enjoyment even just from the sales process of really delving into a client&#8217;s challenge and communicating with them about how we can solve those things. That actually requires me to actually have a lot of technical oversight, understanding, not necessarily prototyping, but actually being able to articulate to them how our work will improve their site.</p>\n\n\n\n<p>And that does require, that does sort of scratch that itch from a technical side of me being able to work with clients, and talk with them, and do technical audits, and actual solution architecture and stuff for new potential clients and existing clients. So I definitely feel that my need to be on the tools is covered by that.</p>\n\n\n\n<p>My real, I guess purpose within the business is to make sure the business is growing, that&#8217;s the key thing. That&#8217;s where I get real satisfaction from is seeing the team working, from seeing the business grow. And that&#8217;s almost like at a different level from my own personal need to do coding or those sort of things. So I get a bit of an itch, scratch from that side of things.</p>\n\n\n\n<p>The definite story that we have when we employ people, and we really do look to try and grab freelancers to be part of the team, because they&#8217;ve had to deal with, I don&#8217;t know, some of the minutia of sending invoices, getting new clients, having to tackle all these things of being a freelancer. And when they have the opportunity to just do the work they want to be doing, you get really good results from people, and you get a really satisfied employee because they just get to worry about what they&#8217;re doing, rather than worrying about the work upcoming, and having to worry about were the invoices sent. Do they have to do their tax return? You know, all this other stuff that they just don&#8217;t get to do.</p>\n\n\n\n<p>So I think from my side, it&#8217;s really like a character thing. And you do have to ask yourself what you want to be doing within your business. And there&#8217;s no reason why someone couldn&#8217;t run a business and be any sort of business. It could be a design business, branding, it could be developments, that they can&#8217;t build themself into the business in a way where they are still on the tools. They could be a solutions architect, they could be lead developer, but it&#8217;s about building the business around it so there&#8217;s still opportunity of growth and they still have ability to concentrate on other things.</p>\n\n\n\n<p>There&#8217;s nothing against someone actually doing the work and running a business. Just you need to have that character to be able to handle that, and also want to be able to it.</p>\n\n\n\n<p>And I think what we want to be doing within the business is something we worked on a lot with our business coach, because we have worn so many hats along the way, just actually picking those things that we did really enjoy and trying to build them into a role that we wanted to move forward with was a key part of the work we did with them.</p>\n\n\n\n<p>[00:35:41] <strong>Nathan Wrigley:</strong> I think every industry, no matter what you&#8217;re in, you&#8217;re always staring over the horizon. You&#8217;re always trying to figure out where the next piece of work is coming from, or what the next big wave is. But I think particularly the web, technology, but the web specifically, that moves at a really incredible rate. You take your eye off for six months and you&#8217;ve lost sight of what&#8217;s going on.</p>\n\n\n\n<p>And I&#8217;m just sort of wondering about that really, if there&#8217;s anything in the near term that you are thinking about. I don&#8217;t know, that may be AI, it may be something that you&#8217;ve seen in the WordPress space that you really like. So that&#8217;s an open-ended question really. Where does the business feel like it&#8217;s going to you? What pivots are you thinking about over the very short, near term?</p>\n\n\n\n<p>[00:36:19] <strong>David Darke:</strong> AI is super interesting, it&#8217;s something we&#8217;re definitely keeping an eye on. And the understanding that AI is going to be part of everything, every app in the next 10 years. It&#8217;s going to be here, it&#8217;s here to stay, it&#8217;s not going anywhere, it&#8217;s going to grow. And the idea of how we utilise it. Most of the time, the way we deliver stuff to clients is understanding what is in the marketplace and making the good recommendations.</p>\n\n\n\n<p>So you might have a particular brief that says, we want to be using AI as part of this project, you know, really delving down to what actually means. Is it a chat bot for sales process? Is it chat bot for support? Is it something around content creation? It could be anything.</p>\n\n\n\n<p>So I think from our side, the things you want to actually be focusing on, again, it&#8217;s really delving into our, the way we work and trying to work with clients and find clients that really want to be digging in and helping them grow, not just helping them keep their website online, help them, support them.</p>\n\n\n\n<p>The idea of us or anyone being able to produce a website that looks pretty good, either using page builders, or AI generator websites, or anything is becoming more and more easy. So the human connection there and the ability to actually be a strategic partner and help growth is going to be the key to businesses in the future. It&#8217;s more about the strategy and the consultation that happens around these things is going to be where the profit is, where the actual need for businesses is going to be really focused.</p>\n\n\n\n<p>The way we&#8217;re adapting is basically bringing in bigger strategic brains, not just delivery, it&#8217;s about businesses and growth. That&#8217;d be business insight people. It could be even just SEO specialists, we don&#8217;t do much in the way of SEO, but that&#8217;s quite a simple thing. But actually having a specialist on the team for growth rather than just for building a website. We&#8217;re part of your team, your digital arm of your team, how does your website grow? That&#8217;s going to be our offering more and more in the future. So we&#8217;re not just delivery partners.</p>\n\n\n\n<p>[00:38:11] <strong>Nathan Wrigley:</strong> Fascinting. Honestly, it&#8217;s been a really interesting chat. I&#8217;ve enjoyed very much hearing about your journey. If anybody else has shared my intuition and would like to contact you, maybe they&#8217;re interested in the way that you&#8217;ve grown, or maybe they&#8217;re going through some struggle that you have perhaps overcome already, where would be the best place to find you? Be that on social media or your website. What&#8217;s the handle that you would drop?</p>\n\n\n\n<p>[00:38:34] <strong>David Darke:</strong> Yeah, probably the best place would be LinkedIn. I&#8217;ll give you a link. Yeah, I don&#8217;t actually have it off the top my head, but it should be just LinkedIn, David Darke. But, yeah, that&#8217;s probably the best place. I&#8217;m trying to be on social media less in general so, yeah, that&#8217;s definitely a good place.</p>\n\n\n\n<p>[00:38:46] <strong>Nathan Wrigley:</strong> Well, in which case, I will put that into the show notes. So if you go to wptavern.com/podcast, search for the episode with David Darke, D A R K E, you will find it in the show notes there. So all that it remains for me to do is to say, David Darke, thank you so much for chatting to me today. I really appreciate it.</p>\n\n\n\n<p>[00:39:02] <strong>David Darke:</strong> Thank you very much. Thanks for having me.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://www.linkedin.com/in/daviddarke/\">David Darke</a>.</p>\n\n\n\n<p>David is a Bristol-based entrepreneur and long time WordPress user. He is the co-founder of Atomic Smash, a digital agency specialising in WordPress and WooCommerce performance optimisation. Since its founding in 2010, Atomic Smash has grown from a two-person team into a thriving agency known for helping businesses improve their digital platforms with WordPress. The podcast today traces David’s experiences growing the agency and the many highs and lows that he’s been on.</p>\n\n\n\n<p>David&#8217;s story begins in a business incubator where the affordable desk space facilitated invaluable networking and relationship-building opportunities. Through perseverance and strategic networking, David has grown the agency from these small beginnings to a robust team of twenty professionals.</p>\n\n\n\n<p>We talk about the myriad challenges he faced, from overcoming the initial skepticism due to his age, to the trials of managing business growth and client expectations. You&#8217;ll hear about the critical role that external business coaches have played in guiding his agency through different stages of growth, and how strategic learning has been pivotal in expanding beyond core web development skills to mastering business acumen and operational strategies.</p>\n\n\n\n<p>David also discusses his current role, which involves less hands-on coding and more focus on technical oversight, sales, and strategic client interactions. He shares his insights into the importance of delegation, finding work-life balance, and ensuring his team operates efficiently without overextending themselves.</p>\n\n\n\n<p>We also get into the evolving web industry landscape, particularly the integration of AI and SEO into their service offerings, aiming to position his company as a strategic partner for client growth. He emphasises the importance of hiring the right talent, including freelancers, and the necessity of pausing business coaching to implement growth strategies effectively.</p>\n\n\n\n<p>Whether you&#8217;re an aspiring freelancer, an agency owner looking to grow, or simply passionate about WordPress, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p><a href=\"https://www.atomicsmash.co.uk/\">Atomic Smash website</a></p>\n\n\n\n<p><a href=\"https://www.linkedin.com/in/daviddarke/\">David on LinkedIn</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Jan 2025 15:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"Do The Woo Community: New Hosts, New Shows and 7 Years of Do the Woo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=89023\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://dothewoo.io/new-hosts-new-shows-and-7-years-of-do-the-woo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"Version 4.2 is coming your way with new hosts and new shows. Plus we are celebrating 7 years of Do the Woo.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Jan 2025 11:32:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt: Matt 4.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=134653\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://ma.tt/2025/01/forty-one/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4535:\"<p>Forty-one is a nice birthday because it doesn&#8217;t feel like too much pressure. For forty I did a big eclipse thing that ended up amazing, this year I&#8217;m replicating what I did a few years ago and celebrating in New York, Houston, and San Francisco.</p>\n\n\n\n<p>My birthday today has already been lovely. Saw the amazing Broadway show <a href=\"https://www.maybehappyending.com/\">Maybe Happy Ending</a> (powered by WordPress!) thanks to a suggestion from my colleague Susan Hobbs who&#8217;s a connoisseur of musicals. Then did some fun karaoke in K-town. I didn&#8217;t realize how much I missed New York! Tonight will celebrate with one of my favorite DJs, <a href=\"https://soundcloud.com/lemuriansounds\">Lemurian</a>, who flew up from Tulum. In the spirit of <a href=\"https://ma.tt/2024/01/birthday-gift/\">a blog post for my birthday,</a> I&#8217;d like to share with you all a blog post I&#8217;ve been working on a while inspired by one of Lemurian&#8217;s mixes. In 2018 Max (aka Lemurian) played at someplace called Concept and opened with a very interesting track.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>Now, the thing that caught my ear was the <a href=\"https://en.wikipedia.org/wiki/Bassoon\">bassoon</a>. A double-reed instrument that you don&#8217;t often hear in the front of things, much less house music. Here is the original track on Spotify:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>This lead me down a rabbit hole to <a href=\"https://lyricalbrazil.com/2014/01/17/coisas-banais-and-preciso-me-encontrar/\">an amazing (WordPress-powered) site called Lyrical Brazil that takes the Brazilian Portuguese lyrics and translates them</a>. Please read that entire blog post. It turns out this song was written by a police officer who was shot and then paralyzed from the waist down, then started a Brazilian music school Candeia which was a fixture of Portela samba school. Here&#8217;s the lyrics of the song, translated:</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Let me go, I need to wander<br />I’ll go around, seeking<br />To laugh, so as not to cry (repeat)<br />I want to watch the sun rise, to see the rivers’ waters flow<br />To hear the birds sing<br />I want to be born, I want to live<br />Let me go, I need to wander<br />I’ll go around, seeking<br />To laugh, so as not to cry<br />If anyone asks after me, tell them I’ll only come back after I find myself<br />I want to watch the sun rise, to see the rivers’ waters flow<br />To hear the birds sing<br />I want to be born, I want to live… (repeat)</p>\n</blockquote>\n\n\n\n<p>Stunning poetry. Made all the better when you understand the context in which is was written.</p>\n\n\n\n<p>One of the things I say to my friends is that in lieu of birthday gifts I just want them to publish, whether it&#8217;s words, photos, music, or anything. I leave you all with that. Each of us has an incredible story, a unique life experience that is yours and no one else&#8217;s. Find a way to express that creatively, and put that on the open web. It&#8217;s scary! Vulnerable. But you&#8217;ll find once you do that the rewards are better than you ever imagined. 2025 is going to be a weird year, let&#8217;s blog through it. Mazel tov!</p>\n\n\n\n<p>All birthday posts: <a href=\"https://ma.tt/2003/01/bday/\">19</a>, <a href=\"https://ma.tt/2004/01/so-im-20/\">20</a>, <a href=\"https://ma.tt/2005/01/hot-barely-legal-matt/\">21</a>, <a href=\"https://ma.tt/2006/01/matt-22/\">22</a>, <a href=\"https://ma.tt/2007/01/twenty-three/\">23</a>, <a href=\"https://ma.tt/2008/01/twenty-four/\">24</a>, <a href=\"https://ma.tt/2009/01/twenty-five/\">25</a>, <a href=\"https://ma.tt/2010/01/twenty-six/\">26</a>, <a href=\"https://ma.tt/2011/01/twenty-seven/\">27</a>, <a href=\"https://ma.tt/2012/01/twenty-eight/\">28</a>, <a href=\"https://ma.tt/2013/01/twenty-nine/\">29</a>, <a href=\"https://ma.tt/2014/01/matt-3-0/\">30</a>, <a href=\"https://ma.tt/2015/01/thirty-one/\">31</a>, <a href=\"https://ma.tt/2016/01/thirty-two/\">32</a>, <a href=\"https://ma.tt/2017/01/thirty-three/\">33</a>, <a href=\"https://ma.tt/2018/01/thirty-four/\">34</a>, <a href=\"https://ma.tt/2019/01/thirty-five/\">35</a>, <a href=\"https://ma.tt/2020/01/thirty-six/\">36</a>, <a href=\"https://ma.tt/2021/01/thirty-seven/\">37</a>, <a href=\"https://ma.tt/2022/01/thirty-eight/\">38</a>, <a href=\"https://ma.tt/2023/01/thirty-nine/\">39</a>, <a href=\"https://ma.tt/2024/01/forty/\">40</a>, <a href=\"https://ma.tt/2025/01/forty-one/\">41</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 12 Jan 2025 01:55:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"Gutenberg Times: State of the Word, Gutenberg 19.9 and 20.0, Block editor for books, Studio Sync – Weekend Edition #315\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=31490\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:124:\"https://gutenbergtimes.com/state-of-the-word-gutenberg-19-9-and-20-0-block-editor-for-books-studio-sync-weekend-edition-315/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:24429:\"<p><strong>Happy New Year!&nbsp;</strong>🎆 🙌 🎉🥂</p>\n\n\n\n<p>I hope you had some wonderful time with your family or friends over the holidays, and you started re-energized and excited into 2025. </p>\n\n\n\n<p>At Gutenberg Times, we, that&#8217;s you and me, are now celebrating our seventh anniversary! Although, I started curating Gutenberg updates right after WordCamp Europe in June 2017, I registered the domain Gutenbergtimes.com and started the newsletter on January 14, 2018.</p>\n\n\n\n<p>My dear friend, Bob Dunn aka BobWP started the <a href=\"https://dothewoo.io/\">DoTheWoo </a>network around the same time, and we are planning a joined anniversary podcast episode to chat about our journey in the WordPress community. Stay Tuned!</p>\n\n\n\n<p>As I just returned from vacation, I am pretty sure I haven&#8217;t caught up with all the great things that happened around the block editor. The updates here are pretty cool, though! </p>\n\n\n\n<p>More again next week 🤗 </p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\n\n\n\n<p>PS: We are not only four weeks away from WordCamp Asia. If you want to meet there, use my public calendar to self-schedule a meeting<a href=\"https://bit.ly/bph-wcasia\">: <strong>bit.ly/bph-wcasia</strong></a>. </p>\n\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n\n<p><strong>Table of Contents</strong></p>\n\n\n<ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/state-of-the-word-gutenberg-19-9-and-20-0-block-editor-for-books-studio-sync-weekend-edition-315/#0-word-press-release-information\">Developing Gutenberg and WordPress</a><ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/state-of-the-word-gutenberg-19-9-and-20-0-block-editor-for-books-studio-sync-weekend-edition-315/#state-of-the-word\">State of the Word</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/state-of-the-word-gutenberg-19-9-and-20-0-block-editor-for-books-studio-sync-weekend-edition-315/#gutenberg-plugin\">Gutenberg plugin</a></li></ol></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/state-of-the-word-gutenberg-19-9-and-20-0-block-editor-for-books-studio-sync-weekend-edition-315/#0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/state-of-the-word-gutenberg-19-9-and-20-0-block-editor-for-books-studio-sync-weekend-edition-315/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/state-of-the-word-gutenberg-19-9-and-20-0-block-editor-for-books-studio-sync-weekend-edition-315/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/state-of-the-word-gutenberg-19-9-and-20-0-block-editor-for-books-studio-sync-weekend-edition-315/#playground-updates\">Playground updates</a></li></ol>\n\n</div></div>\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p><strong>Jonathan Derosiers</strong> has published the <a href=\"https://make.wordpress.org/core/2025/01/11/wordpress-6-8-release-squad-timeline-and-focus/\"><strong>final planning information for WordPress 6.8.</strong></a> The 10-person release squad consist of long-time contributors with a ton of experience. Desrosiers also confirmed the schedule, which was earlier proposed by Hector Prieto,:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>March 4, 2025, for Beta 1 </li>\n\n\n\n<li>March 25, 2025, for RC 1 and  </li>\n\n\n\n<li>April 15, 2025, the general release. </li>\n</ul>\n\n\n\n<p>WordPress &#8220;6.8 will focus primarily on being a polish and bug fix release. New features will be considered if deemed reasonably ready.&#8221; Derosiers wrote. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Justin Tadlock</strong> published the monthly roundup post on the WordPress Developer Blog <strong><a href=\"https://developer.wordpress.org/news/2025/01/whats-new-for-developers-january-2025/\">What’s new for developers? (January 2025)</a></strong>. You learn about the new Query total block, updates to styling blocks in themes, Playground updates as wells important update for Plugin developers. </p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"state-of-the-word\"><strong>State of the Word</strong></h3>\n\n\n\n<img width=\"652\" height=\"489\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/01/SOTW-2024-Tokyp-Stage-by-Hiromi-Ohta.jpeg?resize=652%2C489&ssl=1\" alt=\"Stage of State of the Word, photo by Hiromi-Ohta @nikosun\" class=\"wp-image-31562\" />\n\n\n\n<p>On December 16, 2024, Matt Mullenweg, Matias Ventura, Junko Fukui, and Mary Hubbard delivered the <a href=\"https://www.youtube.com/watch?v=KLybH5YvIPQ\"><strong>State of the Word 2024</strong></a> from Tokyo. The WordPress YouTube channel has all three videos for those of us, who could not be in Japan.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://www.youtube.com/watch?v=KLybH5YvIPQ\">State of the Word 2024</a></li>\n\n\n\n<li><a href=\"https://www.youtube.com/watch?v=XPhQFSAvKVw\">Q &amp; A with Matt Mullenweg</a> </li>\n\n\n\n<li><a href=\"https://www.youtube.com/watch?v=Qt5FOQYX1nE\">STOW Panel Discussions</a> on publishing in the open and the future of WordPress in Japan and beyond. </li>\n</ul>\n\n\n\n<p><strong>Nicholas Garofalo</strong> published a recap on the WordPress news site: <a href=\"https://wordpress.org/news/2024/12/state-of-the-word-2024-legacy-innovation-and-community/\"><strong>State of the Word 2024: Legacy, Innovation, and Community</strong></a>. </p>\n\n\n\n<p><strong>Jyolsna J E</strong> posted her recap on the WPTavern. <strong><a href=\"https://wptavern.com/recap-of-the-state-of-the-word-2024\">Recap of the State of the Word 2024&nbsp;</a></strong></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<h3 class=\"wp-block-heading\" id=\"gutenberg-plugin\">Gutenberg plugin</h3>\n\n\n\n<p>Gutenberg 19.9 was released on December 19th. In his post <strong><a href=\"https://make.wordpress.org/core/2024/12/18/whats-new-in-gutenberg-19-9-19-december/\">What’s new in Gutenberg 19.9? (19 December)</a> </strong>manager <strong>Ramon Dodd</strong> highlighted: </p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2024/12/18/whats-new-in-gutenberg-19-9-19-december/#style-book-in-classic-themes\">Style Book in classic themes</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/12/18/whats-new-in-gutenberg-19-9-19-december/#introducing-the-query-total-block\">Introducing the Query Total block</a></li>\n</ol>\n\n\n\n<p>Jyolsna JE has the skinny for you via WPTavern:  <a href=\"https://wptavern.com/gutenberg-19-9-introduces-style-book-to-classic-themes\"><strong>Gutenberg 19.9 Introduces Style Book to Classic Themes</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Gutenberg 20.0 </strong>was also released. It&#8217;s the 200th release of the Gutenberg plugin. The release post is still in the works but you can read the <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v20.0.0\">changelog on GitHub. </a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Next week, <strong>Tammie Lister </strong>and I will talk through the two Gutenberg releases on the next episode of the Gutenberg Changelog. It&#8217;s going to be great fun as Tammie was one of the original designers/developers on the Gutenberg team, so the 200th release is a great occasion to talk about the journey in WordPress. Tammie Lister is also the design release lead for WordPress 6.8. </p>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p>🎙️ Latest episode: <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-113-wordpress-6-8-gutenberg-19-9-20-0-and-20-1-plugin-releases/\">Gutenberg Changelog 113 – WordPress 6.8, Gutenberg 19.9, 20.0 and 20.1 Plugin Releases</a> with special guest Tammie Lister 💕</p>\n\n\n\n<img width=\"652\" height=\"183\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/01/Screenshot-2025-01-17-at-18.13.07.png?resize=652%2C183&ssl=1\" alt=\"Tammie Lister and Birgit Pauli-Haack recording Gutenberg Changelog episode 113\" class=\"wp-image-37366\" />\n</div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p><strong>Ella van Durpe</strong> created an early prototype to  <a href=\"https://wordpress.org/news/2024/12/write-books-with-the-block-editor/\"><strong>Write Books With the Block Editor</strong></a>. The nascent project outside of WordPress is used to create e-books and documents using the Block Editor, even offline. You can export your work in EPUB format for e-book readers like Kindle or as DOCX files. Its features include chapter navigation, cover design, and a demo editor available as a Progressive Web App (PWA). It&#8217;s still evolving, with planned improvements like revision history and better file support. Feedback is welcome to shape its development. You can try it out by going to the <a href=\"https://block-editors.github.io/blockdocs/\">demo editor</a> and install it as a PWA locally via the installation icon in your browser bar: <img width=\"300\" height=\"34\" class=\"wp-image-31511\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/01/Screenshot-2025-01-07-at-16.58.57.png?resize=300%2C34&ssl=1\" alt=\"\" /></p>\n\n\n\n<img width=\"652\" height=\"453\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/01/Screenshot-2024-12-10-at-09.35.01.webp?resize=652%2C453&ssl=1\" alt=\"\" class=\"wp-image-31512\" />\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p><strong><a href=\"https://github.com/krstivoja\">Marko Krstic</a></strong> released his <a href=\"https://wordpress.org/plugins/dblocks-finder/\"><strong>DBlocks Finder</strong></a> plugin for blocks &amp; synced patterns and helps users find and manage Gutenberg blocks and synced patterns within their WordPress sites. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Anne Katzeff</strong> shared in her blog post <a href=\"https://www.askdesign.biz/blog/2024/12/convert-content-from-the-classic-editor-to-blocks/\"><strong>Convert Content from the Classic Editor to Blocks</strong></a>, the few easy steps to converting content from the Classic to the Block editor. Katzeff also <a href=\"https://www.youtube.com/watch?v=5Xwcec4SLMU\">created a video</a> with the steps you can follow along which covers converting blocks one post at a time or Global conversation using the <a href=\"https://wordpress.org/plugins/convert-to-blocks/\"><strong>Convert to Blocks</strong></a> plugin by 10up</p>\n\n\n<div width=\"100%\" class=\"wp-block-newsletterglue-showhide ng-block\">\n\n<div class=\"wp-block-embed__wrapper\">\n<div class=\"toolbelt-video-wrapper\"></div>\n</div>\n\n</div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p class=\"has-small-font-size\"><strong>Nick Diego</strong> published a code snippet on the Developer blog on <a href=\"https://developer.wordpress.org/news/snippets/how-to-filter-the-output-of-a-block-binding/\"><strong>How to filter the output of a block binding</strong></a>, using using the&nbsp;<code>block_bindings_source_value</code>&nbsp;filter. He provides a practical example of modifying the display of book prices in different currencies based on a URL query parameter. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his post <strong><a href=\"https://wordpress.org/news/2025/01/wordpress-themes-need-more-weird-a-call-for-creative-digital-homes/\">WordPress Themes Need More Weird: A Call for Creative Digital Homes</a></strong>, <strong>Nick Hamze</strong>  advocates  bringing back creativity and uniqueness in website design, especially when it comes to WordPress themes. He points out how everyone’s designs are starting to look the same, which kinda kills the vibe of real self-expression. Hamze is urging theme designers to ditch the boring old layouts and go for bold looks that show off strong opinions and suit specific needs. Think of themes like album covers—it&#8217;s all about having personality and making that instant visual impact. Overall, it’s a shout-out to designers to try out those unconventional ideas to jazz up WordPress themes and make the whole web scene way more fun and varied!</p>\n\n\n\n<img width=\"652\" height=\"489\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/01/psychedeli.webp?resize=652%2C489&ssl=1\" alt=\"\" class=\"wp-image-31575\" /><a href=\"https://wordpress.org/themes/psychedeli/\"><em>Theme: Psychedeli by Automattic</em></a>\n\n\n\n<p>In <a href=\"https://developer.wordpress.org/news/2024/12/mastering-light-and-dark-mode-styling-in-block-themes/\"><strong>Mastering light and dark mode styling in block themes</strong></a>, Justin Tadlock shows you how you can implement a light or dark mode depending on the visitors system settings. &#8220;The&nbsp;<code>color-scheme</code>&nbsp;property and&nbsp;<code>light-dark()</code>&nbsp;function are the foundation of the method used in this tutorial. They are both baseline CSS standards in 2024, so the challenge is making them work with WordPress standards.&#8221; Tadlock wrote. <br /></p>\n\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2025&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test, and Meta team from Jan. 2024 on. Updated by yours truly. The previous years are also available: <strong><strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\">2020</a>&nbsp;|&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2021/\">2021</a></strong>&nbsp;|&nbsp;<strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2022/\">2022</a></strong></strong>&nbsp;|&nbsp;<strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2023\">2023</a></strong> | &nbsp;<strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2024\">2024</a></strong></p>\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </h2>\n\n\n\n<p><strong>Eric Karkovack</strong> posted on the Kinsta blog on how to <a href=\"https://kinsta.com/blog/block-bindings-api/\"><strong>Use the WordPress Block Bindings API to power your blocks</strong></a>. The Block Bindings API, introduced in WordPress 6.5, is a significant advancement for WordPress developers. It allows binding data sources to core WordPress blocks, enabling the creation of dynamic websites more efficiently. </p>\n\n\n\n<p>For more use cases and more in-depth insights, you can also peruse the <em>WordPress Developer Blog</em>. <a href=\"https://developer.wordpress.org/news/?s=Block+Bindings&post_type=post\">This page lists all articles on Block Bindings</a>. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his video, <a href=\"https://www.youtube.com/watch?v=q8EgRPwHoRQ\"><strong>Create an AMAZING WordPress Carousel with the Interactivity API!</strong></a>, <strong>Elliott Richmond</strong> takes you along on to build a Slider with the create-block scaffolding tool, using the interactivity api template. You&#8217;ll learn in this video:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Setting up a carousel container and managing context variables. </li>\n\n\n\n<li>Calculating offsets and indices dynamically for smooth navigation. </li>\n\n\n\n<li>Adding seamless transitions with CSS for a polished user experience. </li>\n\n\n\n<li>Reverse-engineering forwards and backwards navigation with ease. </li>\n\n\n\n<li>How to prepare your slider for integration with WordPress settings or database values.</li>\n</ul>\n\n\n\n<p>Sounds like a fun programming adventure! Richmond also shared <a href=\"https://github.com/eirichmond/demo-carousel\"><strong>his code on GitHub</strong></a></p>\n\n\n<div width=\"100%\" class=\"wp-block-newsletterglue-showhide ng-block\">\n\n<div class=\"wp-block-embed__wrapper\">\n<div class=\"toolbelt-video-wrapper\"></div>\n</div>\n\n</div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Ryan Welcher also shared a snippet on the WordPress Developer Blog: <br /><a href=\"https://developer.wordpress.org/news/snippets/snippet-how-to-register-a-block-variation-but-hide-it-from-the-inserter/\"><strong>How to register a block variation but hide it from the inserter</strong></a>. &#8220;In some cases, a custom block is overkill, and a block variation is a better solution. For example, a&nbsp;user in the outreach channel&nbsp;wanted to add an attribute to a block that was only used in a template and, based on the existence of that attribute, add some custom functionality.&#8221; Welcher wrote. </p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"playground-updates\">Playground updates</h2>\n\n\n\n<p>This week, and new version of Studio, the WordPress.com local development environment based on Playground, was released. The post <a href=\"https://wordpress.com/blog/2025/01/06/studio-sync/\"><strong>Build Locally, Deploy Globally: Meet Studio Sync for&nbsp;WordPress.com</strong></a> has all the details of the new Sync features. You can use it to </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Synchronize local sites with WordPress.com hosted sites</li>\n\n\n\n<li>Take a local site live with a WordPress.com hosting plan.</li>\n</ul>\n\n\n\n<p>The Sync feature is available to users with a Business or eCommerce plan. </p>\n\n\n\n<img width=\"652\" height=\"466\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/01/connect-site-studio-wordpress-com-edited.webp?resize=652%2C466&ssl=1\" alt=\"\" class=\"wp-image-31571\" />\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In the online workshop, an online workshop on <a href=\"https://wordpress.tv/2024/12/16/wordpress-playground-for-developers/\"><strong>WordPress Playground for developers</strong></a>,, Core WordPress Playground developer, <strong>Berislav Brgiacak</strong> joined developer educator <strong>Jonathan Bossenger</strong> to share insights into how developers can leverage WordPress Playground. <a href=\"https://gist.github.com/bgrgicak/481009de258e3c0e58c6be48564b4e30\">Their notes are available on GitHub</a>. You&#8217;ll learn </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>how to configure a playground instance with your custom plugin and theme, and store that in GitHub. </li>\n\n\n\n<li>how to create a blueprint version of the above configuration  to share with clients and coworkers. </li>\n\n\n\n<li>about possible use cases to use Playground. </li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Nick Diego </strong>and <strong>Ryan Welcher</strong> also tackled Playground in their latest Developer Hours: <a href=\"https://www.youtube.com/watch?v=jTKMfM4tEqk\"><strong>Everything you need to know about WordPress Playground</strong></a>. WordPress Playground allows users to create fully functional WordPress instances directly in their browser, with no installation or setup required. Beyond spinning up WordPress sites, Playground offered powerful capabilities, from testing plugins and themes to running demos and even supporting app development. No matter how you engage with WordPress, Playground has something valuable to offer. In the session, Welcher and Diego explored tools and workflows for plugin and theme development, demonstrated how to use Playground for testing and support, highlighted key improvements introduced in 2024, and offered a preview of exciting new features planned for 2025.</p>\n\n\n<div width=\"100%\" class=\"wp-block-newsletterglue-showhide ng-block\">\n\n<div class=\"wp-block-embed__wrapper\">\n<div class=\"toolbelt-video-wrapper\"></div>\n</div>\n\n</div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Adam Zieliński</strong> did some experimentation over the holidays, and has been using <a href=\"https://adamadam.blog/2025/01/08/wordpress-as-a-git-repo/\"><strong>WordPress as a git repo</strong></a>, using Playground. As to answer the WHY he wrote:  &#8220;I want Notion that’s free, offline first, and where I own my data. I also want to collaborate with my wife and my improve group. WordPress is the perfect foundation, the hosted version solves many of my problems, but I&nbsp;<em>really</em>&nbsp;want to version my data as static files.&#8221;</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. </p>\n\n\n<p>Now also available via <a href=\"https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json\">WordPress Playground</a>. There is no need for a test site locally or on a server. Have you been using it? <a href=\"mailto:pauli@gutenbergtimes.com\">Email me </a>with your experience</p>\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<p class=\"has-text-align-center has-small-font-size\"><em>Questions? Suggestions? Ideas? </em><br /><em>Don&#8217;t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or</em><br /><em> send me a message on WordPress Slack or Twitter @bph</em>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"has-text-align-center has-small-font-size\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, <br />send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p>Featured Image: Exhibition: <a href=\"https://lastsupper.live/munich/\">The Last Supper Motor world Munich</a> Photo by Birgit Pauli-Haack</p>\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too, and won&#8217;t give your email address to anyone <br />except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 11 Jan 2025 11:45:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Matt: Status Quo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=134651\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://ma.tt/2025/01/status-quo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:355:\"<p><a href=\"https://wordpress.org/news/2025/01/jkpress/\">I wrote over on WordPress.org about breaking the status quo with a Joost/Karim fork</a>. It&#8217;s a perfect time as <a href=\"https://automattic.com/2025/01/09/aligning-automattics-sponsored-contributions-to-wordpress/\">Automattic is re-focusing its work while the legal stuff is going on</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 11 Jan 2025 02:38:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"WordPress.org blog: Joost/Karim Fork\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18394\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://wordpress.org/news/2025/01/jkpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9256:\"<p>Making great software, great product that stands the test of time and not just survives but thrives through monumental technological shifts is <em>incredibly hard</em>. That challenge is part of the reason I love doing it. There is never a dull day, and the reward of seeing the code you wrote used by the most amazing creators in the world is an indescribable pleasure. <strong>When I see what people create with WordPress, some days I feel like I’m grinding pigment for Leonardo da Vinci or slitting a quill for Beethoven.</strong></p>\n\n\n\n<p>In open source, one thing that makes it even harder to ship great software is bringing together disparate groups of contributors who may have entirely different incentives or missions or philosophies about how to make great work. Working together on a team is such a delicate balance, and even one person rowing in the wrong direction can throw everyone else off.</p>\n\n\n\n<p>That’s why periodically I think it is very healthy for open source projects to fork, it allows for people to try out and experiment with different forms of governance, leadership, decision-making, and technical approaches. As I&#8217;ve said, forking is beautiful, and <a href=\"https://wordpress.org/news/2024/10/spoon/\">forks have my full support and we&#8217;ll even link and promote them</a>.</p>\n\n\n\n<p><a href=\"https://joost.blog/\">Joost</a> is a self-proclaimed leader in the SEO space, an industry known for making the web better. He asked for and <a href=\"https://joost.blog/leading-marketing-communication-for-wordpress/\">I gave him WordPress marketing leadership responsibility</a> in January 2019 and <a href=\"https://joost.blog/why-im-stepping-down-from-my-wordpress-marketing-role/\">he stepped down in June of 2019</a>, I think we would both agree in those 5 months he was not effective at leading the marketing team or doing the work himself.</p>\n\n\n\n<p><a href=\"https://marucchi.com/\">Karim</a> leads a small WordPress agency called <a href=\"https://crowdfavorite.com/\">Crowd Favorite</a> which counts clients such as Lexus and ABC and employs ~50 people.</p>\n\n\n\n<p>Both are men I have shared meals with and consider of the highest integrity. I would trust them to watch any of my 15 godchildren for a day. These are good humans. Now go do the work. It probably won&#8217;t happen on day one, but Joost and Karim&#8217;s fork, which I&#8217;ll call JKPress until they come up with a better name, has a number of ideas they want to try out around governance and architecture. While Joost and Karim will be unilaterally in charge in the beginning, it sounds <a href=\"https://joost.blog/wordpress-leadership/\">like they want to set up</a>:</p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>A non-profit foundation, with a broad board to control their new project.</li>\n\n\n\n<li>A website owned by that foundation which hosts community resources like a plugin directory, forums, etc.</li>\n\n\n\n<li>No more centralized and moderated plugin and theme directories with security guidelines or restrictions are what plugins are allowed to do like putting banners in your admin or gathering data, everything done in a federated/distributed manner.</li>\n\n\n\n<li>The trademarks for their new project will either be public domain or held by their foundation.</li>\n\n\n\n<li>&#8220;Modernization&#8221; of the technology stack, perhaps going a Laravel-like approach or changing how WordPress&#8217; architecture works.</li>\n\n\n\n<li>Teams and committees to make decisions for everything, so no single person has too much power or authority.</li>\n</ol>\n\n\n\n<p><a href=\"https://marucchi.com/wordpress-leadership-continued/\">Karim has a similar post</a>. Joost says he has the time and energy to lead:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">So <a href=\"https://twitter.com/photomatt?ref_src=twsrc%5Etfw\">@photomatt</a> &#8211; I saw the post by <a href=\"https://twitter.com/automattic?ref_src=twsrc%5Etfw\">@automattic</a>.<br /><br />I\'m ready to lead the next releases. I am sure plenty of people and companies are willing to help me and we\'ve got plenty of ideas on what we should be doing.<a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a></p>&mdash; Joost de Valk (@jdevalk) <a href=\"https://twitter.com/jdevalk/status/1877731220135538728?ref_src=twsrc%5Etfw\">January 10, 2025</a></blockquote>\n</div>\n\n\n\n<p>Now, as core committer Jb Audras (not employed by me or Automattic) points out, within WordPress we have a process in which people earn the right to lead a release:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Before leading any major release of WordPress, please start with leading a minor one <a href=\"https://twitter.com/jdevalk?ref_src=twsrc%5Etfw\">@jdevalk</a>. Then, apply to be Triage Lead or Coordination Lead Deputy for a major release. These are the steps everyone in our community should follow before claiming to run « the next releases ».</p>&mdash; Jb Audras (@AudrasJb) <a href=\"https://twitter.com/AudrasJb/status/1877833087473565785?ref_src=twsrc%5Etfw\">January 10, 2025</a></blockquote>\n</div>\n\n\n\n<p>However in Joost and Karim&#8217;s new project, they don&#8217;t need to follow our process or put in the hours to prove their worth within the WordPress.org ecosystem, they can just lead by example by shipping code and product to people that they can use, evaluate, and test out for themselves. If they need financial or hosting support is sounds like WP Engine wants to support their fork:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">We appreciate <a href=\"https://twitter.com/jdevalk?ref_src=twsrc%5Etfw\">@jdevalk</a> and <a href=\"https://twitter.com/karimmarucchi?ref_src=twsrc%5Etfw\">@karimmarucchi</a> thoughtful call for constructive conversation, change and evolved leadership within the WordPress community. Moments of disruption challenge all of us to reflect and to act.<br /><br />WordPress’s success as the most widely used CMS is not the…</p>&mdash; WP Engine (@wpengine) <a href=\"https://twitter.com/wpengine/status/1870242287218790849?ref_src=twsrc%5Etfw\">December 20, 2024</a></blockquote>\n</div>\n\n\n\n<p>Awesome! (Maybe it&#8217;s so successful they rebrand as JK Engine in the future.) WP Engine, with its half a billion in revenue and 1,000+ employees, has more than enough resources to support and maintain a legitimate fork of WordPress. And they are welcome to use all the GPL code myself and others have created to do so, including many parts of WordPress.org that are open source released under the GPL, and Gutenberg which is GPL + MPL. </p>\n\n\n\n<p>Joost also is a major investor (owner?) in <a href=\"https://poststatus.com/\">Post Status</a> (which he tried to sell to me a few months ago, and I declined to buy, perhaps kicking off his consternation with me), so they have a news media site and Slack instance already ready to go. He also is an investor in <a href=\"https://patchstack.com/\">PatchStack</a> and appears to be trying to create a new business around something called <a href=\"https://progressplanner.com/\">Progress Planner</a>, both of which could be incorporated into the new non-profit project to give them some competitive distinctions from WordPress.</p>\n\n\n\n<p>To make this easy and hopefully give this project the push it needs to get off the ground, I&#8217;m deactivating the .org accounts of <a href=\"https://profiles.wordpress.org/joostdevalk/\">Joost</a>, <a href=\"https://profiles.wordpress.org/pirazo/\">Karim</a>, <a href=\"https://profiles.wordpress.org/sereedmedia/\">Se Reed</a>, <a href=\"https://profiles.wordpress.org/idea15/\">Heather Burns</a>, and <a href=\"https://profiles.wordpress.org/mor10/\">Morten Rand-Hendriksen</a>. I strongly encourage anyone who wants to try different leadership models or align with WP Engine to join up with their new effort.</p>\n\n\n\n<p>In the meantime, on top of my <a href=\"https://automattic.com/\">day job running a 1,700+ person company with 25+ products</a>, which I typically work 60-80 hours a week on, I&#8217;ll find time on nights and weekends to work on WordPress 6.8 and beyond. Myself and other &#8220;non-sponsored&#8221; contributors have been doing this a long time and while we may need to reduce scope a bit I think we can put out a solid release in March.</p>\n\n\n\n<p>Joost and Karim have a number of bold and interesting ideas, and I&#8217;m genuinely curious to see how they work out. The beauty of open source is they can take all of the GPL code in WordPress and ship their vision. You don&#8217;t need permission, you can just do things. If they create something that&#8217;s awesome, we may even merge it back into WordPress, that ability for code and ideas to freely flow between projects is part of what makes open source such an engine for innovation. I propose that in a year we do a WordPress + JKPress summit, look at what we&#8217;ve shipped and learned in the process, which I&#8217;d be happy to host and sponsor in NYC next January 2026. The broader community will benefit greatly from this effort, as it&#8217;s giving us a true chance to try something different and see how it goes.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 11 Jan 2025 02:06:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"Gravatar: Designing a Unique Digital Persona: A Social Media Branding Strategy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://blog.gravatar.com/?p=2384\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://blog.gravatar.com/2025/01/10/personal-branding-social-media/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:19428:\"<p>Social media has become one of the most effective places for building and shaping personal brands, especially on sites like LinkedIn, Twitter, and Instagram, which allow you to demonstrate expertise, connect with industry peers, gain knowledge, and grow a following. Besides all of this, your social media presence also often serves as a first impression for potential employers, clients, or collaborators, so it’s very important to have a strategy at hand.&nbsp;</p>\n\n\n\n<p>First, you’ll need to recognize that social media can quickly amplify both positive and negative aspects of your brand. Consistent, thoughtful posting can establish credibility and authority, while missteps can rapidly damage your reputation. Your &#8220;digital footprint&#8221; – the trail of data you leave online – has a lasting impact on your <a href=\"https://blog.gravatar.com/2024/04/10/personal-branding-tools/\">personal brand</a>.  </p>\n\n\n\n<p>To help you on this journey, we’ll go through all the aspects of a successful online persona and what you can do to make the most out of your digital presence. </p>\n\n\n\n<p>Let’s begin!&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Why consistency across platforms is so important&nbsp;</strong></h2>\n\n\n\n<p>Building a strong personal brand relies on maintaining a consistent image across social media platforms. This uniformity helps people recognize and remember you more easily. When your profiles look and feel similar on different sites, you&#8217;re reinforcing your brand with each interaction.</p>\n\n\n\n<p>Think of it like a jigsaw puzzle. Each social media profile is a piece, and when they fit together, they create a clear picture of who you are and what you stand for. Inconsistencies can muddy the waters and weaken your brand&#8217;s impact.</p>\n\n\n\n<p><a href=\"https://gravatar.com/\">Gravatar</a> is a tool that offers a solution to this challenge. It acts as a central hub for managing your profile information and avatar across multiple platforms. With its &#8220;Update Once, Sync Everywhere&#8221; feature, you save time and ensure a uniform online presence.</p>\n\n\n\n<a href=\"https://gravatar.com/connect/?gravatar_from=blog\"><img width=\"3243\" height=\"729\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/free_profile_cta.png\" alt=\"\" class=\"wp-image-2616\" /></a>\n\n\n\n<p>Gravatar integrates with many platforms, including <a href=\"https://wordpress.com/\">WordPress</a>, <a href=\"https://github.com/\">GitHub</a>, and <a href=\"https://slack.com/\">Slack</a>. Beyond profile pictures, it syncs your bio, social links, and other profile elements, creating a cohesive online identity that strengthens your personal brand.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How to strategically separate personal and professional profiles&nbsp;</strong></h2>\n\n\n\n<p>Keeping your personal and professional online identities separate is a smart move. It helps protect your privacy, maintains professionalism, and allows for more targeted networking. But how do you do this effectively while still maintaining a cohesive personal brand?</p>\n\n\n\n<p>Gravatar offers a unique solution by linking identities to email addresses rather than names. This allows you to create and manage multiple profiles easily – one for work, one for personal life, and even one for anonymous use if needed. To set this up, simply use different email addresses for each profile you want to create.</p>\n\n\n\n<p>Here are some tips for maintaining consistency between different profiles while catering to different audiences:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Use similar color schemes or design elements across profiles to maintain brand recognition.</li>\n\n\n\n<li>Adapt your language and content to suit the audience of each profile. Your professional profile might be more formal, while your personal one could be more casual.</li>\n\n\n\n<li>Consider using different profile pictures across your profiles, depending on their intent. For example, a suit for your professional profile, and casual attire for your personal one.</li>\n</ul>\n\n\n\n<p>Gravatar&#8217;s privacy settings allow you to control what information is visible on each profile. This gives you full control over your data and what you share in different contexts.</p>\n\n\n\n<img width=\"660\" height=\"331\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/11/privacy-settings-gravatar-1.png?w=660\" alt=\"Privacy settings for verified links on a Gravatar profile\" class=\"wp-image-2401\" />\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How to choose the right platforms for your personal brand</strong></h2>\n\n\n\n<p>Picking the right social media platforms for your personal brand is like choosing the stage for your performance. You want a venue where your audience gathers and where your talents shine brightest.</p>\n\n\n\n<p>Start by understanding what a personal brand really is. It&#8217;s the unique mix of skills, experience, and personality you want the world to see. With that in mind, here&#8217;s how to choose your platforms:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Find your audience: </strong>Where do the people you want to reach hang out online? If you&#8217;re targeting professionals, <a href=\"https://www.linkedin.com/\">LinkedIn</a> might be your go-to. For a younger, more visual audience, <a href=\"https://www.instagram.com/\">Instagram</a> or <a href=\"https://www.tiktok.com/\">TikTok</a> could be better bets.</li>\n\n\n\n<li><strong>Match your content style: </strong>What kind of content do you enjoy creating? If you love writing, <a href=\"https://x.com/\">X (formerly Twitter)</a> or LinkedIn might suit you. For visual storytellers, Instagram or <a href=\"https://www.youtube.com/\">YouTube</a> could be ideal.</li>\n\n\n\n<li><strong>Align with your goals: </strong>What are you trying to achieve? If it&#8217;s professional networking, focus on LinkedIn. For thought leadership, X or <a href=\"https://bsky.app/\">Bluesky</a> might work well. To showcase your work visually, consider Instagram or <a href=\"https://www.behance.net/search/projects\">Behance</a>.</li>\n</ul>\n\n\n\n<p>Popular platforms and their strengths:</p>\n\n\n\n<table class=\"has-fixed-layout\"><tbody><tr><td><strong>Platform</strong></td><td><strong>Best for</strong></td></tr><tr><td>LinkedIn</td><td>Professional networking and B2B connections</td></tr><tr><td>X/Twitter</td><td>Quick insights and industry conversations</td></tr><tr><td>Bluesky</td><td>Similar to Twitter, but decentralized</td></tr><tr><td>Instagram</td><td>Visual content and lifestyle branding</td></tr><tr><td>YouTube</td><td>In-depth tutorials and vlogs</td></tr><tr><td>TikTok</td><td>Short-form, entertaining videos</td></tr></tbody></table>\n\n\n\n<p><br />Start with one or two platforms where you can consistently create high-quality content. As you grow more comfortable, you can expand to others. Think quality over quantity: It&#8217;s better to excel on fewer platforms than to spread yourself thin across many.</p>\n\n\n\n<p>When setting up your profiles, ensure your bio, profile picture, and overall aesthetic align with your personal brand. Use similar usernames and social media handles across platforms when possible to make it easy for people to find you.</p>\n\n\n\n<p>And don&#8217;t forget to review and update your profiles regularly. Your skills, achievements, and brand messaging will evolve over time, and your online presence should reflect that.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Understand what success looks like on social media&nbsp;</strong></h2>\n\n\n\n<p>Success on social media isn&#8217;t just about racking up followers. It&#8217;s about achieving your specific goals. Are you aiming to become an influencer, or are you trying to drive conversions for your business? Your strategy should align with these objectives.</p>\n\n\n\n<p>If you&#8217;re after conversions, focus on engagement rates, click-throughs, and lead generation. For brand awareness, keep an eye on reach, impressions, and share of voice. Remember, vanity metrics like follower count can be misleading.</p>\n\n\n\n<p>Quality trumps quantity when it comes to followers. This aligns with <a href=\"https://kk.org/thetechnium/1000-true-fans/\">Kevin Kelly&#8217;s &#8220;1,000 True Fans&#8221; principle</a>, which suggests that to be successful, you don&#8217;t need millions of followers but rather 1,000 true fans who deeply value your work.</p>\n\n\n\n<p>These dedicated followers are more likely to engage with your content, share it, and convert into customers or clients. They provide a stable foundation for your personal brand and can be more valuable than a larger group of passive followers.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Deciding on posting frequency and sticking to a schedule</strong></h2>\n\n\n\n<p>Consistency is key when building your personal brand on social media, and it can only be achieved if you’re realistic about your schedule and the posting frequency that you can maintain long-term without sacrificing content quality. This could range from daily posts to a few times a week, depending on your capacity and the platforms you&#8217;re using.</p>\n\n\n\n<p>Create a content calendar to plan your posts in advance. This helps ensure a balanced mix of content types and topics. Use scheduling tools to automate your posts, saving time and maintaining consistency.</p>\n\n\n\n<p>Experiment with different posting times to find when your audience is most active and engaged. Many social platforms offer insights on optimal posting times for your specific followers.</p>\n\n\n\n<p>Keep in mind that it&#8217;s better to post high-quality content less frequently than to publish subpar content just to meet a quota. Your followers will appreciate thoughtful, valuable posts more than a constant stream of mediocre updates.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Studying people with similar personal brands</strong></h2>\n\n\n\n<p>Analyzing successful personal brands in your niche can provide valuable insights. Focus on extracting unique elements from their content strategies, audience engagement tactics, and cross-platform synergies. Use social listening tools and AI-powered analytics to conduct in-depth competitor analysis.</p>\n\n\n\n<p>Look for emerging trends and untapped opportunities within your niche by studying patterns across multiple successful brands. The goal isn&#8217;t to imitate, but to innovate and adapt these insights to your unique voice and style.</p>\n\n\n\n<p>Gravatar&#8217;s consolidated profile view can streamline your research process. It allows you to quickly assess an influencer&#8217;s digital footprint across various platforms, revealing valuable insights into their overall brand consistency and platform-specific strategies.</p>\n\n\n\n<p>An interesting approach is to explore “<a href=\"https://www.linkedin.com/pulse/carl-jungs-12-archetypes-strong-brand-identity-niels-kramer/\">brand archetypes</a>”. These archetypes, first identified by psychologist Carl Jung, include personas like the Sage (sharing wisdom), the Creator (driving innovation), and the Hero (overcoming challenges). For example, <a href=\"https://www.apple.com/\">Apple</a> embodies the Creator archetype through innovative design and creative empowerment, while <a href=\"https://www.google.com/\">Google</a> represents the Sage through its focus on knowledge and information sharing.</p>\n\n\n\n<p>Analyze profiles of successful people in your field to identify which archetype they embody. Look at their content style, messaging patterns, and how they engage with their audience. Don&#8217;t just copy them – use these insights to refine your unique voice while staying true to your chosen archetype. Your Gravatar profile can help reinforce this archetype through consistent visual and written elements across platforms.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Mastering the art of collaborations</strong></h2>\n\n\n\n<p>When thinking about collaborations, many people imagine regular guest posts or social media shoutouts. However, you can go way beyond those. Experiment with innovative formats like multi-platform storytelling campaigns, collaborative product launches, or industry-specific challenges.</p>\n\n\n\n<p>When approaching potential collaborators, spend some time on the partnership proposals. Clearly outline mutual benefits and set realistic expectations. After a few tries, start analyzing metrics of successful collaborations to understand their full impact on brand growth and audience engagement.</p>\n\n\n\n<p>Gravatar&#8217;s verified links feature can help establish credibility when reaching out to potential collaborators. An up-to-date Gravatar profile ensures that collaborators always have access to your latest work and achievements, facilitating more meaningful partnerships.</p>\n\n\n\n<p>Consider forming a &#8220;collaboration ring&#8221; – a strategic alliance of complementary personal brands that regularly support and amplify each other&#8217;s content. This approach can create a network effect, expanding your reach and influence exponentially.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Understanding how to use AI strategically in social posting</strong></h2>\n\n\n\n<p>With time, more and more social media strategies use AI to increase productivity and generate ideas.&nbsp;</p>\n\n\n\n<p>Consider using AI-driven sentiment analysis to fine-tune your messaging. These tools can help you understand how your audience perceives your content, allowing you to adjust your tone and style for maximum impact.</p>\n\n\n\n<p>For example, Natural Language Processing (NLP) analyzes audience comments, helping you tailor your content to their interests and concerns. Meanwhile, computer vision AI can optimize your visual content for better engagement.</p>\n\n\n\n<p>AI-powered chatbots are also a staple for handling routine follower interactions, freeing up your time for more strategic tasks. And predictive analytics can identify optimal content themes and formats for different platforms and audience segments.</p>\n\n\n\n<p>However, it&#8217;s crucial to maintain authenticity. Use AI as a tool to augment your creativity, not replace it. The most effective personal brands blend AI-driven insights with a genuine human touch.</p>\n\n\n\n<p>When using AI, be transparent with your audience. They&#8217;ll appreciate your honesty, and it can even position you as a forward-thinking brand embracing cutting-edge technology.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>The importance of a digital footprint management strategy&nbsp;</strong></h2>\n\n\n\n<p>Your digital footprint – the trail of data you leave online – is very important in shaping your personal brand. Every post, comment, and like contributes to the digital persona you&#8217;re creating. Managing this footprint is essential for maintaining a positive professional image and seizing career opportunities.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Start by regularly reviewing your online presence across all platforms. Set up <a href=\"https://www.google.com/alerts\">Google Alerts</a> for your name to stay informed about what&#8217;s being said about you online.&nbsp;</li>\n\n\n\n<li>Be mindful of what you post and comment on, ensuring it aligns with your personal brand values.</li>\n\n\n\n<li>Create and share content that reinforces your expertise and professional interests. This proactive approach helps shape your digital footprint positively.&nbsp;</li>\n\n\n\n<li>Utilize privacy settings on social media platforms to control what information is publicly visible.</li>\n</ul>\n\n\n\n<p>Remember, your digital footprint has long-term implications. Today&#8217;s casual post could impact future opportunities. Strive for a balance between authenticity and professionalism in your online interactions.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How to use social media analytics to your advantage&nbsp;</strong></h2>\n\n\n\n<p>Social media analytics are powerful tools that provide insights into your content performance and audience behavior.&nbsp;</p>\n\n\n\n<p>Key metrics to track include:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Engagement: </strong>Likes, comments, shares</li>\n\n\n\n<li><strong>Reach:</strong> How many people see your content</li>\n\n\n\n<li><strong>Follower growth: </strong>Track growth over time, and take note of anything you post that’s cause a sudden burst in followers.</li>\n\n\n\n<li><strong>Click-through rates on shared links: </strong>Which links are getting the most engagement?</li>\n\n\n\n<li><strong>Audience demographics:</strong> Age, location, interests</li>\n</ul>\n\n\n\n<p>Use these metrics to improve your content strategy. If posts about a certain topic get more engagement, consider creating more content in that area. Most major social media platforms offer built-in analytics tools – familiarize yourself with these.</p>\n\n\n\n<p>Set specific goals for your social media presence and use analytics to track progress. This data-driven approach allows you to make informed decisions about your content and posting strategy.</p>\n\n\n\n<p>We recommend that you experiment with posting at different times and use analytics to find your audience&#8217;s most active hours.&nbsp;</p>\n\n\n\n<p>While numbers are important, they&#8217;re not everything. Use analytics as a guide, but don&#8217;t let them stifle your creativity or authenticity. The most successful personal brands balance data-driven decisions with genuine, value-driven content.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Elevate your personal brand with Gravatar&nbsp;</strong></h2>\n\n\n\n<img width=\"660\" height=\"343\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/11/gravatar-new-homepage-1.png?w=660\" alt=\"Gravatar homepage\" class=\"wp-image-2398\" />\n\n\n\n<p>Throughout this guide, we&#8217;ve explored numerous strategies to elevate your personal brand on social media. From maintaining consistency across platforms to leveraging AI and analytics, each approach contributes to a stronger, more impactful online presence.</p>\n\n\n\n<p>Gravatar is a powerful tool that can be invaluable in building a strong online presence and reinforcing your personal brand. Its most important features include:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A consistent avatar across thousands of websites</li>\n\n\n\n<li>A centralized profile with your bio and links</li>\n\n\n\n<li>Easy updating: change your Gravatar once, and it updates everywhere</li>\n</ul>\n\n\n\n<p>With Gravatar, you save time and ensure consistency in your online presence. It&#8217;s particularly useful if you&#8217;re active on multiple platforms or managing different online identities.</p>\n\n\n\n<p>Taking control of your online image starts with simple steps, and setting up a Gravatar profile is an excellent place to begin. It forms the foundation of a cohesive personal brand across the web, allowing you to present a unified, professional image wherever you engage online.</p>\n\n\n\n<p>Like any worthwhile endeavor, your personal brand is an ongoing project. Regularly revisit your strategy, stay open to new tools and trends, and always prioritize providing value to your audience. With persistence and the right tools like Gravatar, you can build a personal brand that truly stands out.</p>\n\n\n\n<p><a href=\"https://gravatar.com/profile\">Create your free Gravatar profile today.</a></p>\n\n\n\n<a href=\"https://gravatar.com/connect/?gravatar_from=blog\"><img width=\"3243\" height=\"729\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/free_profile_cta.png\" alt=\"\" class=\"wp-image-2616\" /></a>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 10 Jan 2025 15:07:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ronnie Burt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Matt: Studio Sync\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=134649\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://ma.tt/2025/01/studio-sync/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1908:\"<p><a target=\"_blank\" href=\"http://wordpress.com/\" rel=\"noreferrer noopener\">WordPress.com</a>&nbsp;launched&nbsp;<a target=\"_blank\" href=\"https://wordpress.com/blog/2025/01/06/studio-sync/\" rel=\"noreferrer noopener\">a new update to Studio this week</a>, and we’re&nbsp;<a target=\"_blank\" href=\"https://www.searchenginejournal.com/wordpress-com-launches-studio-sync-local-development/536927/\" rel=\"noreferrer noopener\">already seeing some buzz</a>.</p>\n\n\n\n<p><a target=\"_blank\" href=\"https://developer.wordpress.com/studio/\" rel=\"noreferrer noopener\">Studio</a>&nbsp;is our free and open source app for local WordPress development, enabling you to spin up unlimited WordPress sites on your personal computer.</p>\n\n\n\n<p>Through its newest feature, Studio Sync, you have complete freedom to:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Connect your Studio site to and from a <a href=\"http://wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\">WordPress.com</a> production or staging site, included for free in <a href=\"https://wordpress.com/hosting/\" target=\"_blank\" rel=\"noreferrer noopener\">Business and Commerce hosting plans</a>.</li>\n\n\n\n<li>Push and pull changes as a team by connecting a local Studio site to a shared <a href=\"http://wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\">WordPress.com</a> site.</li>\n\n\n\n<li>Synchronize your local and hosted sites at any time with one click.</li>\n</ul>\n\n\n\n<p>Studio is an excellent tool to have in your development arsenal, and you can&nbsp;<a target=\"_blank\" href=\"https://developer.wordpress.com/studio/\" rel=\"noreferrer noopener\">download it for free</a>, explore the&nbsp;<a target=\"_blank\" href=\"https://developer.wordpress.com/docs/developer-tools/studio/\" rel=\"noreferrer noopener\">docs</a>, and become a contributor on&nbsp;<a target=\"_blank\" href=\"https://github.com/Automattic/studio/issues\" rel=\"noreferrer noopener\">GitHub</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Jan 2025 18:30:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:118:\"WPTavern: Patchstack Rejected as WordCamp Europe 2025 Sponsor Due to Lack of ‘Significant’ WordPress Contributions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=185079\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:123:\"https://wptavern.com/patchstack-rejected-as-wordcamp-europe-2025-sponsor-due-to-lack-of-significant-wordpress-contributions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10879:\"<p>Oliver Sild, CEO of Patchstack, <a href=\"https://x.com/OliverSild/status/1876916364994019526\">shared on X</a>&nbsp; an email he received from WordCamp Central explaining why Patchstack&#8217;s application to sponsor WordCamp Europe 2025 was rejected.</p>\n\n\n\n<img src=\"https://lh7-rt.googleusercontent.com/docsz/AD_4nXfL4aIgbciGnlDFKqlKZwZlNOMEiy30zHz6RZmugC7jZ0z1YXc6UEqPyKvGzjMGKLPHDPnjJ-e8TYBdN_FJTnapK_GGOp6oQ-RHWzsICDUSwz3FfODgKSDP8an-9vWDWolWvuLmHA?key=ZgBlIz0kaMWTnVmfm77jMpxV\" alt=\"Screenshot of the email from WordCamp Central.\" />\n\n\n\n<p>The email, written by <a href=\"https://profiles.wordpress.org/foosantos/\">Felipe Santos</a>, detailed a shift in the sponsorship process. It stated that “the Community team is transitioning from a first-come, first-served model to a new approach. While the sponsorship process will remain familiar, we are placing greater emphasis on contributions and the relationships companies maintain with the WordPress project. We recognize that this shift may feel frustrating, but <strong>sponsoring WordCamps is a privilege</strong>, and we aim to increase expectations in this area moving forward.”</p>\n\n\n\n<p>Santos suggested that Patchstack pledge to <a href=\"https://wordpress.org/five-for-the-future/\">Five for the Future</a> as it “would be an excellent way to demonstrate commitment and build trust within the community.” He added that they will re-evaluate Patchstack’s eligibility “once <strong>significant contributions</strong> have been established.”</p>\n\n\n\n<p>Sild countered that “the tier we applied to still has 6 spots open. I know companies who were accepted for sponsorship after we were rejected who also don&#8217;t have five for the future.”</p>\n\n\n\n<p>Patchstack is a leading name in WordPress security with a mission to make open-source safer and raised $5 million in its <a href=\"https://wptavern.com/patchstack-secures-5m-in-series-a-funding\">Series A funding round</a> last year. &nbsp;They published 76% of all known WordPress-related security vulnerabilities and became the largest CVE (Common Vulnerabilities and Exposures) Naming Authority by volume in 2023. Their Zero-Day Bug Bounty Program awarded the highest bounty in WordPress history – $14,400- to John Blackbourn, who exposed a critical vulnerability in the LiteSpeed Cache plugin last month.</p>\n\n\n\n<p>Sild also shared that Patchstack contributed to Five for the Future till the person who pledged the hours via Patchstack left the company. Sild also highlighted Patchstack’s other contributions &#8211; reporting vulnerabilities in plugins and ensuring the security of the ecosystem, and running a <a href=\"https://patchstack.com/for-plugins/\">managed VDP platform</a> built in collaboration with the European Union.&nbsp;</p>\n\n\n\n<p>He continued, “Over 50% of all new security vulnerability disclosures in the WordPress ecosystem were found &amp; reported by our community of security researchers. All of the validating, triaging and coordination was done by our team for the WordPress ecosystem for free. That&#8217;s 4566 individual vulnerabilities in 2024 alone.”</p>\n\n\n\n<p>Interestingly, there is nothing about contributing to the Five for the Future mentioned in the <a href=\"https://make.wordpress.org/community/handbook/wordcamp-organizer/planning-details/fundraising/local-wordcamp-sponsorship/\">WordCamp Sponsorship Handbook</a>, <a href=\"https://make.wordpress.org/community/files/2017/08/2017-WordCamp-Sponsorship-Agreement.pdf\">WordCamp Sponsorship Agreement</a> or <a href=\"https://europe.wordcamp.org/2025/call-for-sponsors/\">WordCamp Europe&#8217;s Call for Sponsors</a> page. Sponsorship packages are still open for the 2025 event at the time of publishing this article. </p>\n\n\n\n<p>Sild’s post sparked widespread criticism about the rejection and the community soon came out to support Sild. Simon Harper, owner of SRH Design <a href=\"https://x.com/SRHDesign/status/1876935002811756792\">shared</a>, “It is ridiculous to think that Oliver, the Patchstack team and volunteers have &#8220;not contributed enough&#8221; to WordPress.</p>\n\n\n\n<p>Taco Verdo of Emilia Capital was <a href=\"https://x.com/TacoVerdo/status/1876922111341543474\">disappointed</a>, “Sometimes I really don&#8217;t understand what we&#8217;re doing in the WordPress community team&#8230; :(“</p>\n\n\n\n<p>Francesca Marano, &nbsp;Head of Partnership at Patchstack, <a href=\"https://x.com/FrancescaMarano/status/1876927137912926297\">dubbed</a> it “Another sad day open source”. She shared, “As someone who was active for a long time in the community team and was around when the Five for the Future program was created, I am surprised and saddened by a few things: 1. Not having the change publicly discussed in the community make blog. 2. Not having the criteria added to the sponsorship page (Still shows only GPL) 3. Relying on FFtF data, which has been unreliable since the beginning. I was still active in the team when we started discussing how to improve the program,”</p>\n\n\n\n<p>Todd E Jones, founder of Copyflight, <a href=\"https://x.com/tejones/status/1876999042149868013\">tweeted</a>, “Right now I fail to see how A8 has real concerns for security or accessibility. Dismissive of experts in both areas.”&nbsp; Web developer Robert DeVore also shared his <a href=\"https://x.com/deviorobert/status/1876996387100917823\">thoughts</a>, “Without programs like Patchstack, the WordPress ecosystem would be a wasteland (worse than it is now). Anybody who doesn&#8217;t see that is a blind idiot.”</p>\n\n\n\n<p>Co-founder of Nevma, Takis Bouyouris, had this to <a href=\"https://x.com/takisbig/status/1876948123437674802\">say</a>: “The #WordPress Community needs to stop being ridiculed like this. Once we had hard and fair rules in @WCEurope. Observe the GPL, observe the CoC. Now contributing to the community becomes some convoluted madness where you cannot contribute unless you contribute enough based on a vague and untrustworthy metrics.”</p>\n\n\n\n<p>WPTuts <a href=\"https://x.com/WPTutz/status/1876961046675571166\">tweeted</a>, “Sadly, this seems indicative of WordPress (as a project/company) at the moment: hell-bent on alienating the community and contributors who have made WordPress what it is today and are a significant reason for its success and popularity. Unless you tick those boxes, you&#8217;re out!”</p>\n\n\n\n<p><strong>Matt Mullenweg</strong> termed the email “crappy” and promised to look into it. He <a href=\"https://x.com/photomatt/status/1877030025574191570\">commented</a>, “I agree that&#8217;s a crappy email to get, and it&#8217;s also not 100% accurate. Thanks for raising this issue, I&#8217;ll look into it. Thank you for all you and your colleagues do trying to make WordPress and its plugins and themes better.”</p>\n\n\n\n<img width=\"2066\" height=\"712\" src=\"https://wptavern.com/wp-content/uploads/2025/01/image.png\" alt=\"Matt Mullenweg\'s comment\" class=\"wp-image-185097\" />\n\n\n\n<p>WordCamp Europe has faced criticism in the past for <a href=\"https://europe.wordcamp.org/2022/diversity-at-wceu/\">diversity issues</a> in speaker lineups and organizing teams, but this marks the first major controversy regarding sponsorships. The WordCamp Europe Organizing Team shared that they have no information on this as WordCamp Central handles the sponsorship application processing. </p>\n\n\n\n<p>(I’m waiting to hear from the Patchstack team and WordCamp Central and will update their responses).</p>\n\n\n\n<p><strong>Update</strong>: Oliver Sild expressed disappointment, stating: &#8220;Right now, the last thing we’ve been told is that we’re not eligible to sponsor any WordPress events. Honestly, it’s a pity, because for us WordCamp EU has been our “home base” and it has been a our annual tradition for years to bring the entire team together. We had 20 people in Torino for a full week. We had to change the plans for this year and we’ll organise this year gathering elsewhere &#8211; so our presence at WCEU will definitely be smaller. Our team is involved with organising WordCamps in Poland, Lithuania, and across Europe &#8211; I’m sure they’ll continue to contribute. We have been also reached out by so many people who hope we’ll organise a side-event for WCEU or even start a new developer focused conference. We are seriously thinking about both.&#8221;</p>\n\n\n\n<p>Oliver also mentioned learning that some companies were selected to sponsor WordCamps despite not contributing to the Five for the Future initiative. Despite Patchstack&#8217;s direct inquiries, they received no further clarification or explanation about the decision to reject them or the comment from <a href=\"https://x.com/photomatt/status/1877030025574191570\">Matt</a> about the email not being “100% accurate.”</p>\n\n\n\n<p>Patchstack also signed up for <a href=\"https://wordpress.org/five-for-the-future/pledge/patchstack-2/\">Five for the Future</a>. They will  sponsor 3 contributors for a total of 4 hours per week across Community, Documentation, Meta and Training teams.</p>\n\n\n\n<table class=\"has-fixed-layout\"><tbody><tr><td><strong>Full Text of the Email Received by Oliver Sild &amp; Team</strong>:<br /><br />&#8220;Hi Francesca and Oliver,<br /><br />Thank you for your patience as we continue to refine our approach to WordPress event sponsorships. I understand your interest in learning more about the process and what steps might strengthen future sponsorship opportunities.<br /><br />To provide some context, the Community team is transitioning from a first-come, first-served model to a new approach.<br /><br />While the sponsorship process will remain familiar, we are placing greater emphasis on contributions and the relationships companies maintain with the WordPress project.<br /><br />We recognize that this shift may feel frustrating, but sponsoring WordCamps is a privilege, and we aim to increase expectations in this area moving forward.<br /><br />For instance, I noticed that Patchstack has not yet made a pledge to Five for the Future, a program that enables companies to contribute to the WordPress project through dedicated volunteer hours. Taking this step would be an excellent way to demonstrate commitment and build trust within the community. WordPress thrives because of its contributors and your participation would make a meaningful impact.<br /><br />Once significant contributions have been established, we are happy to re-evaluate your eligibility for financial sponsorship of WordPress events.<br /><br />Thank you for your continued interest in supporting the WordPress community. If you have any further questions or need assistance with the next steps, please don&#8217;t hesitate to reach out.<br /><br />I hope that helps and Happy New Year!<br />&#8212;<br />Felipe Santos<br />support@wordcamp.org&#8221;</td></tr></tbody></table>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Jan 2025 03:48:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Jyolsna\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"WPTavern: WordPress.com Launches Studio Sync \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=185061\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wptavern.com/wordpress-com-launches-studio-sync\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1261:\"<p>WordPress.com has introduced <a href=\"https://wordpress.com/blog/2025/01/06/studio-sync/\">Studio Sync</a>, a new feature for its local development app, Studio. Launched last year as a free, open-source tool for Mac and Windows users, <a href=\"https://developer.wordpress.com/studio/\">Studio</a> now integrates seamlessly with WordPress.com through this update.</p>\n\n\n\n<p>Studio Sync allows developers to effortlessly synchronize local, staging, and live environments with just a few clicks, bridging the gap between local development and live site hosting. The feature also supports team collaboration, enabling multiple developers to connect their local Studio sites to a shared WordPress.com site.&nbsp;</p>\n\n\n\n<p><strong>Currently Studio Sync is available only to users with WordPress.com Business or Commerce plan. </strong>Interested users can check the <a href=\"https://developer.wordpress.com/docs/developer-tools/studio/sync/\">documentation</a> to learn more about this feature. </p>\n\n\n\n<p>After releasing Studio, WordPress.com had released the <a href=\"https://wordpress.com/blog/2024/10/29/studio-assistant/\">Studio Assistant</a> &#8211; a multilingual, AI-powered chatbot that simplifies development tasks through an intuitive chat interface.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Jan 2025 03:12:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Jyolsna\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: #151 – Elena Brescacin on Accessibility Challenges and Solutions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=185040\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://wptavern.com/podcast/151-elena-brescacin-on-accessibility-challenges-and-solutions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:44389:\"Transcript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case the challenges of creating accessible websites with WordPress.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to wptavern.com/feed/podcast. And you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you and hopefully get you, or your idea, featured on the show. Head to wptavern.com/contact/jukebox, and use the form there.</p>\n\n\n\n<p>So on the podcast today we have Elena Brescacin. Elena is an accessibility consultant from Italy who has been blind since birth, and working online since 2000 with Tangity Design a part of NTT Data Company.</p>\n\n\n\n<p>Her journey with WordPress began in 2021, but she has been aware of it since 2003. A computer geek, Elena enjoys finding solutions to everyday challenges through technology.</p>\n\n\n\n<p>Elena is here to discuss the significant accessibility advancements and challenges within WordPress, especially with the transition from the Classic Editor to the Block Editor. She shares how full site editing has empowered her to manage most of her site content and structure without needing constant visual assistance, despite some areas needing further improvement.</p>\n\n\n\n<p>We talk about her experiences navigating the internet using screen reader software, the importance of adhering to HTML semantics for accessibility, and her involvement in the WordPress community, including her contributions to the Italian Polyglots, and speaking at WordPress events.</p>\n\n\n\n<p>Elena also reflects on the evolution of the internet, personal experiences with various web accessibility tools, and her advocacy work in digital spaces. We get into real world challenges, such as inaccessible event venues, and the advantages of online events for better accessibility.</p>\n\n\n\n<p>Elena shares her frustrations and triumphs in web accessibility, her insights on the impact of proper semantic web design, and her continued efforts to raise awareness and support a more inclusive internet.</p>\n\n\n\n<p>If you&#8217;re curious about web accessibility, particularly how WordPress is used to create content, this episode is for you.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading to wptavern.com/podcast, where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Elena Brescacin.</p>\n\n\n\n<p>I am joined on the podcast today by Elena Brescacin. Hello, Elena.</p>\n\n\n\n<p>[00:03:28] <strong>Elena Brescacin:</strong> Hello. Thank you for having me as a guest.</p>\n\n\n\n<p>[00:03:32] <strong>Nathan Wrigley:</strong> You are so welcome. I have to say, massive apologies to Elena, and we&#8217;ll get onto this in a moment. Elena has been more gracious than you can imagine.</p>\n\n\n\n<p>We have tried multiple times to get this podcast recorded. And apart from this one time, more or less everything that we&#8217;ve tried has failed. And as I said, we&#8217;ll discover why that is in a moment. But firstly, my sincere thanks for sticking with me, despite the frustrating nature of it, seemingly being happy to carry on the endeavor. So I&#8217;m very grateful. Thank you so much.</p>\n\n\n\n<p>Okay, so the endeavor today is to talk about your journey with WordPress, we&#8217;re going to land there in the end. But before we get into that, would you just give us a little bit of your potted bio, and hopefully that&#8217;ll paint a picture of what we&#8217;re going to talk about today. But just tell us a little bit about yourself, what you have done in the past. Maybe go back right to the beginning of all that. And then, yeah, just let us know what it is that you&#8217;re doing currently.</p>\n\n\n\n<p>[00:04:29] <strong>Elena Brescacin:</strong> I am an accessibility consultant. I am blind, I have been blind since birth. I&#8217;m from Italy. I work online since 2000. 2002 I started working officially, and I work for the same company. It has changed names many times, but now it&#8217;s called Tangity Design. It&#8217;s part of NTT Data Company. It&#8217;s a Japanese multi-country company.</p>\n\n\n\n<p>Currently I am working so much time with AI and with accessibility of websites and mobile apps. And of course, I&#8217;m involved into the Fediverse because I find that it&#8217;s the future of communication right now. I have no WordPress in 2003, but I started using it in 2021.</p>\n\n\n\n<p>[00:05:26] <strong>Nathan Wrigley:</strong> Thank you very much. So earlier in your bio just then, you said that you had been blind from birth. Now I&#8217;m not entirely sure what the spectrum of that word means, but my understanding is that the word blind can be different things to different people. But in your case, is it fair to say that you are entirely blind, you have no sight at all, or do you have impaired vision?</p>\n\n\n\n<p>[00:05:49] <strong>Elena Brescacin:</strong> No, no, no, I am totally blind. I don&#8217;t see anything.</p>\n\n\n\n<p>[00:05:53] <strong>Nathan Wrigley:</strong> And clearly on a podcast like this, where we&#8217;re talking about WordPress, this is going to play into the conversation a lot. Is it the sort of blind nature of things that you are doing your accessibility work in? Are you helping people online, particularly WordPress website builders and app builders and things like that? Do they come to you with a requirement to understand how their interface, how their website is working, and you give them kind of an appraisal of, this works, this doesn&#8217;t work, you need to look at this and so on?</p>\n\n\n\n<p>[00:06:22] <strong>Elena Brescacin:</strong> Yes, it happens. This is part of my job. I also teach to some customers when they have no idea of what accessibility is.</p>\n\n\n\n<p>I have had many speeches for accessibility. I participated to TEDx in 2015. I did not use WordPress then. And I had the WordPress Accessibility Day in 2024. I have spoken in two WordCamps. Italy, WordCamp 2021, and Verona WordCamp 2023. Unfortunately, the speeches are in Italian. Accessibility is in English, WordPress Accessibility Day is in English. The speech is called the Same Editor, Same Language. It talks about Gutenberg. And I also participated to Core Days, WordPress Core Days in 2024, last November in Rome. And I presented my experience with multilingual website based on Gutenberg.</p>\n\n\n\n<p>[00:07:29] <strong>Nathan Wrigley:</strong> Thank you very much. Now, it feels to me that if you&#8217;ve been working online, and I think you mentioned 2003 possibly as one of the earlier dates that you mentioned in your biography. Would it be true to say that at the beginning of the internet, so when we were all just getting online, and it was dial up modems and what have you. I was using the internet from a fairly early date, and it feels to me as if the internet might have been a more hospitable place for somebody who is blind back then.</p>\n\n\n\n<p>Because my recollection of the internet back then was that really it was just text. There was text and there were underlying text links. There was very little in the way of imagery, but it was primarily text. We certainly didn&#8217;t have video, we didn&#8217;t have complicated platforms to publish things online.</p>\n\n\n\n<p>Has the internet basically become more challenging over the previous two decades for somebody like you to navigate around? I&#8217;m not talking there about the ability to create content, I&#8217;m just talking about the ability to consume content. Is the internet more noisy, more difficult to navigate around now than it used to be, let&#8217;s say 20 years ago?</p>\n\n\n\n<p>[00:08:42] <strong>Elena Brescacin:</strong> Oh, well, it depends on what you want to see, because you had much text-based content then, it&#8217;s true. But obstacles began into 1999 with the first visual captcha, the anti-spam, anti-bot control based on visual text. Copy this text into a box. If you are a human you can see, otherwise you are cut off.</p>\n\n\n\n<p>[00:09:15] <strong>Nathan Wrigley:</strong> I know exactly what you mean. So it was those early captchas where you had to be able to see a particular thing. And if you could see it, it was fairly straightforward to carry on. And we all know what captchas are. We see them still, often it&#8217;s click on pictures of, I don&#8217;t know, cars or something like that. And without that pass, if you like, you are stifled, aren&#8217;t you? You can&#8217;t then go on to do whatever it is. It may be log into a platform, what have you. So that was your first experience, was it? Captchas was the first time the internet became something which you could no longer do. Suddenly there was a barrier which hadn&#8217;t existed before.</p>\n\n\n\n<p>[00:09:49] <strong>Elena Brescacin:</strong> It has started to become common after 1999. The first to implement was Yahoo, Yahoo Groups. Then it came on Google, it came everywhere.</p>\n\n\n\n<p>Now I have also another platform that concerns money. Some benefits of a service I have joined, they give a benefit, yearly benefit. And they have a captcha, a visual captcha on login, a visual captcha to change the password, a visual captcha for if you forget the password. I must ask for help every time I have to access that service.</p>\n\n\n\n<p>[00:10:29] <strong>Nathan Wrigley:</strong> So the internet in that regard is an entirely frustrating experience. I&#8217;m sure that we&#8217;ll get into slightly more positive things.</p>\n\n\n\n<p>But I want to spend a moment just discussing what it is that you do when you browse the internet. I mean, clearly it&#8217;s obvious to you what you do, but it may be that the listeners to this podcast, because we have a very wide listenership, and some of them are very experienced, they no doubt think about accessibility for their websites all the time. But there&#8217;s bound to be other people who really don&#8217;t know what it is that somebody like you is doing on a day-to-day basis to navigate the internet.</p>\n\n\n\n<p>So can we just describe what it is that you are doing. When you are sat at your computer now, and we could talk about different devices like phones or whatever as well, but let&#8217;s just begin with a computer, a desktop computer. How is it that you are able to navigate the internet without being able to see what&#8217;s on a screen, how does it work?</p>\n\n\n\n<p>[00:11:25] <strong>Elena Brescacin:</strong> So I do not have a mouse, I do not use a mouse. I have a keyboard, standard keyboard every person has at home. I used the computer since 1989. I was less than 10 years old, and I was nine, almost 10 years old. And I learned to use the keyboard to get confident with the keyboard. But computers now have some software. Some are expensive, some are free. They are called the screen readers. I currently use the paid one. It&#8217;s called Jaws for Windows, acronym for Job Access With Speech.</p>\n\n\n\n<p>[00:12:06] <strong>Nathan Wrigley:</strong> We will add that into the show notes so that everybody can find that, thank you. Yeah, sorry, keep going, I interrupted.</p>\n\n\n\n<p>[00:12:11] <strong>Elena Brescacin:</strong> It&#8217;s a software that renders by voice, or by braille device. There is a hardware device called Braille Display, which is for braillists like me, otherwise they use speech. I use, of course, I use a Windows machine.</p>\n\n\n\n<p>Another open source software is called NVDA. It&#8217;s for Windows, Non-visual Desktop Access. I use those softwares on the computer, on Windows.</p>\n\n\n\n<p>On Macintosh, I have also a Macintosh, but I use it rarely because it&#8217;s old, it&#8217;s about 10 years old. The screen reader there is called Voiceover, the same that is in my main mobile device, my iPhone.</p>\n\n\n\n<p>And unfortunately the open source field, I&#8217;ve talked about Linux, it&#8217;s less careful to accessibility. There are some users, brave users that use that kind of system, but I find it less immediate, less straight forward. Let&#8217;s say I have to work, I have to have smooth work, not to go and check if everything works before working. Do you understand me?</p>\n\n\n\n<p>[00:13:27] <strong>Nathan Wrigley:</strong> I fully understand. I think most people who have had experience with Windows, Mac, and Linux, I think there&#8217;s a certain level of dedication, shall we say, which is required to keep going with Linux. Some people have it, and other people don&#8217;t. But it sounds like it&#8217;s the same for you as it would be for somebody who has sight, only a different set of problems no doubt.</p>\n\n\n\n<p>Now, when I go to a website, let&#8217;s say for example I visit, I don&#8217;t know, in my case the BBC website, which is a news organisation in the UK. And they present lots of written content, and lots of video content, and lots of images and so on. When I&#8217;m looking at that, I navigate my way around by capturing what comes into my eyes, and I decide what I want to look at based upon the prompts, text or what have you. And then I find the link and what have you.</p>\n\n\n\n<p>It would occur to me that many people would imagine that you, as a screen reader user, are browsing the same way that I am. In other words, you are looking somehow at the same screen that I am.</p>\n\n\n\n<p>But that&#8217;s not true, is it? Because you are kind of in a way navigating the HTML. And the way that the website has been constructed on the backend is much more important than it would be for me.</p>\n\n\n\n<p>So for example, a font size of something enormous screams title just because it&#8217;s big. But in your case, the bigness of the text doesn&#8217;t say anything about its titleness if you like. And this same thing maps out in every single part of the website.</p>\n\n\n\n<p>So can you just give us an idea of what it is that you have to go through, let&#8217;s say when you end up at a website like the BBC. What are you actually doing with the keyboard, and how are you getting information about what it is that you want to get to? Or how are you not getting information about what it is that you want to get to? So the frustrations as well as how it ought to be done.</p>\n\n\n\n<p>[00:15:21] <strong>Elena Brescacin:</strong> Oh, well, you said about the big text saying title. I look for, if I have to read a piece of news, not the list of news, but the single article of news to search for the news. I look for the heading level one. It&#8217;s an HTML code called heading.</p>\n\n\n\n<p>There are six levels of headings. Heading level one is the most important, the most evident, it&#8217;s the title. If I have to search for a new site, a brand new site, I usually search for the main menu, a navigation menu. HTML has a semantic, it&#8217;s called semantic. The layout is associated to specific code.</p>\n\n\n\n<p>You know that if it has four legs, a tail, it can be an animal. The website, the concept is very, very restricted because navigation menu is a type of code. And often developers and designers create visually with graphics what should be created by code. So screen readers do not detect information correctly.</p>\n\n\n\n<p>So with the example of before, the animal, it has four legs, a tail, but it&#8217;s a cylindrical chair. Sighted people always protest when I say your product is not tested for accessibility, and a website rather than mobile app, or a physical product and so on.</p>\n\n\n\n<p>Then if I create some content, an article, a text, a word document, whatever else, they always protest. Sighted people protest because I have not checked the formatting, the text is too small, or too big, or I have no color, and I say, why should you protest? If I have no sighted person testing my product before I deploy it publicly, why should you protest if a sighted people have not tested my product, and why should I not protest being blind if your product is not tested by blind? It&#8217;s the same, the same frustration, but they don&#8217;t understand.</p>\n\n\n\n<p>[00:17:59] <strong>Nathan Wrigley:</strong> Yeah, so with your screen reader you are going through and you are hoping to find cues inside the code of the website, for want of a better word. Let&#8217;s just say it like that. You&#8217;re hoping to find the H1s, which will indicate, this is a title, you&#8217;re hoping to find the H2s, which indicate this is a subheading if you like. And then, you know, H3 is under that, and H4 is under that, and all of that working out in a logical structure. So this semantic nature of everything.</p>\n\n\n\n<p>[00:18:24] <strong>Elena Brescacin:</strong> Sequential.</p>\n\n\n\n<p>[00:18:25] <strong>Nathan Wrigley:</strong> Yeah, sequential. And my guess is that when you are browsing the web, this is very rarely the case. I&#8217;m going to ask you a question, it&#8217;s putting you on the spot a little bit. But if you had to put a percentage, so one through to a hundred, a percentage on how frequently you encounter a website which you can completely use without a great deal of effort. So it&#8217;s built exactly how you would expect it to be, how you would wish it to be. As a percentage, how often does that happen? If you were to visit a hundred websites, how many of them would satisfy you from an accessibility point of view?</p>\n\n\n\n<p>[00:19:02] <strong>Elena Brescacin:</strong> Oh my god. Could I say 20, 30%? But the percentage would increase if, for example, some news websites, many of them are even based on WordPress, but the problem itself is not WordPress or the CMS, it&#8217;s the many, many, many advertising that they put inside. Moving advertising, moving sliders. Images without labels, or buttons without labels.</p>\n\n\n\n<p>I had a very, very high frustration last week because Nathan was trying to interview me with a platform called SquadCast, but it did not give me the control for the microphone, the speakers, the headphones. It was labeled related to chat, help leave the call and so on, but not the setting of microphone. So no one could hear each other.</p>\n\n\n\n<p>[00:20:03] <strong>Nathan Wrigley:</strong> It was a profoundly moving experience actually. And I say that in all of the wrong senses of the word, moving for all the wrong reasons. Because I have interviewed hundreds, possibly thousands of people at this point, but I don&#8217;t believe that I&#8217;ve ever interviewed anybody who has no sight. And so you are a first. And so honestly the guilt I&#8217;m feeling is fairly profound.</p>\n\n\n\n<p>I sent you the link in order to open up the platform in the same way that I do every single time, and then there was just this wave of one frustration after another. And it never stopped, did it? It was just one problem, then another, then another.</p>\n\n\n\n<p>There&#8217;s things that we were trying to set up like selecting the headphones to use, which is typically a one second exercise, and selecting the microphone that you wish to use. Again, it&#8217;s another fairly straightforward exercise if you use it in the way that I do. But we must have spent, what, half an hour, something like that, just hitting obstacle after obstacle. And it really did give me a profound sense of, well, this is just wrong.</p>\n\n\n\n<p>Here we are trying to carry out a normal thing, I&#8217;m eating up your time, and you are eating into my time, and so there&#8217;s this sense of guilt in both directions that, well, we&#8217;re wasting each other&#8217;s time and what have you.</p>\n\n\n\n<p>All the while the frustration is building for you because literally nothing that you were hoping to achieve was possible. And so that was the sort of apology at the beginning. We are recording it on another platform today, which thankfully has proven to be an awful lot easier. I&#8217;m sure in many respects it&#8217;s not perfect as well, but we seem to be having a little bit more luck but, again, describe that, this isn&#8217;t perfect either.</p>\n\n\n\n<p>[00:21:41] <strong>Elena Brescacin:</strong> Yeah, not to speak about the calendar. When I talk about semantic, another good example should be table. The calendar Nathan has to book the podcasts has no table structure and no keyboard commands to select the dates. Overall you have no semantic, it&#8217;s just a visual. The time zone, which date can be selected. So for example, I was trying the 16th of December for the new reschedule of the interview, and it just gave me, sent me a calendar, the calendar invitation on 11th of December.</p>\n\n\n\n<p>[00:22:27] <strong>Nathan Wrigley:</strong> The thing that I&#8217;m getting out of it is that the internet for me basically is a, how to describe this? The internet for me has usually been a place of joy. I go to it and everything, given the nature of what I have available to me, you know, my eyes function, my ears function, my arms and legs are all functioning, and I have a screen which is just at the right height for me and everything. Essentially everything in my scenario is working in the way that I would hope. And so the internet is this thing of joy. I go there and I can consume film, I can consume audio, I can write blog posts, I can take part in podcast interviews. It&#8217;s wonderful.</p>\n\n\n\n<p>But I&#8217;m getting the impression that for somebody such as you, the internet is possibly anything other than joyful. I mean, maybe it is in some regards joyful, and that there&#8217;s no doubt moments where you&#8217;re profoundly moved by it, and it is wonderful. But I&#8217;m guessing also that it is also seriously annoying. It&#8217;s almost like you have to go the extra mile again, and again, and again, and again to do basic things.</p>\n\n\n\n<p>And as we move more of ordinary life online, banking goes online. Booking things that you want to be delivered to your house goes online. The government, paying tax goes online. If it&#8217;s not set up for you, you are really being penalised for the way that the world is moving. And that must be frustrating and let all of that out if you want to, you know, is it a frustrating experience, the internet for you?</p>\n\n\n\n<p>[00:23:55] <strong>Elena Brescacin:</strong> I think that internet was given the wrong dimension, make it more utopia than it really is. Because let&#8217;s remember that internet is made by humans. So if humans do not pay attention to other humans, the issue is the same you can find in the street outside. It&#8217;s not something worse than real world.</p>\n\n\n\n<p>It can be amplified if you have, for example, social networks hate speech. I sometimes ask people to describe photos for me because they don&#8217;t. They publish a screenshot on their posts on social networks, a screenshot regarding conversation, regarding even politics and so on. But then I do not read the line because it&#8217;s a screenshot.</p>\n\n\n\n<p>And if I asked, can you describe the photo for me? They just say something to me. What, are you stupid? Did you not understand? People like you should not come to the social network. If you are blind, how can you read, and can you write? They doubt my identity. And so not to talk about voting, voting elections. I have a person helping me. They come to the cabin with me, the room where we have to vote. They take a pencil and trace the sign to the right politician or whatever I say, but I have no proof. I have no proof if they have actually voted what I asked for.</p>\n\n\n\n<p>[00:25:39] <strong>Nathan Wrigley:</strong> Gosh.</p>\n\n\n\n<p>[00:25:40] <strong>Elena Brescacin:</strong> Yes, this is the reality.</p>\n\n\n\n<p>[00:25:42] <strong>Nathan Wrigley:</strong> You sound much more buoyant about it. I was maybe anticipating the wrong thing in a sense there, but it sounds like you, rather than being, I don&#8217;t know, miserable about the failings of the internet for people who are blind, but it feels like you&#8217;ve gone in the other direction. That you&#8217;ve gone more in the, I want to make people aware that this is going on. So you are advising people when they don&#8217;t put alt tags on their social media posts. You&#8217;ve done that to me, which was really helpful, because I then know that that&#8217;s a requirement. And also, you&#8217;ve got yourself in the WordPress space and are educating people.</p>\n\n\n\n<p>So I&#8217;m just keen to know what your posture is there. Is it going to be your mission in the future basically to be helpful and to fight the good fight about accessibility?</p>\n\n\n\n<p>[00:26:28] <strong>Elena Brescacin:</strong> I try to help people and to help myself because just the frustration brings nowhere. If you just go on with frustration, it&#8217;s over. Online services give me a lot, for example, digital books, e-commerce and so on, online banking and so on. But if you do nothing for accessibility, you cannot expect others to do anything.</p>\n\n\n\n<p>[00:26:57] <strong>Nathan Wrigley:</strong> Yeah, good point.</p>\n\n\n\n<p>[00:26:58] <strong>Elena Brescacin:</strong> Overall, you cannot expect politician to do anything.</p>\n\n\n\n<p>[00:27:03] <strong>Nathan Wrigley:</strong> In terms of WordPress, let&#8217;s just shift the conversation to WordPress now. We have the new, well, it&#8217;s not new anymore, we have the Block Editor, the Site Editor and what have you. And I&#8217;m going to link to a few bits and pieces in the show notes. So if you go to wptavern.com and you search for this episode, and it will be on the page there, we&#8217;ll add the links to all of the bits and pieces we&#8217;re about to discuss. You&#8217;ve written a few articles where you say that WordPress has basically made leaps and bounds, and it&#8217;s become an interface which is much better for you to use.</p>\n\n\n\n<p>Now, let&#8217;s just rewind the clock like 10 years or more, when we had what is now the classic editor. What was it like as a content writer, a story writer, a blogger who was blind? What was it like back then, and how has it improved with the block editor?</p>\n\n\n\n<p>[00:27:55] <strong>Elena Brescacin:</strong> So I have worked into the WordPress system. I knew it in 2003. My profile on wordpress.org is from 2005. And my activity in WordPress was very frustrating at the beginning, because I didn&#8217;t find very easily the controls on the classic editor. Strange, because many blind users I know are happy with the classic editor. For me, it&#8217;s different. Maybe it&#8217;s me, I don&#8217;t know. But when classic editor was the only one to use, I was using it in code mode. So I wrote HTML by hand. And in the end I abandoned the WordPress because it wasn&#8217;t so good.</p>\n\n\n\n<p>But at that time, I was talking to the first Italian community manager, let&#8217;s say. He was called Paolo Valenti. And this guy was the first translator of WordPress. And he just said, remember you cannot leave WordPress totally, sooner or later you&#8217;ll come back. And he was right. This man, unfortunately, is no longer here. He died by cancer in 2022.</p>\n\n\n\n<p>[00:29:19] <strong>Nathan Wrigley:</strong> So in the day when you were using the Classic Editor, and for many people listening to this podcast, that will be entirely familiar. But for those people who&#8217;ve joined in the last five, six years or so, it may be something that you haven&#8217;t dabbled with.</p>\n\n\n\n<p>Yeah, you really did have to, in order to make the full use of it and to add things onto the page, it was possible to write some text and then highlight it, and then potentially, I don&#8217;t know, select that you wanted it to be a paragraph or what have you. In many ways it was more straightforward to write the HTML itself, wasn&#8217;t it? So you would write the P tag and what have you.</p>\n\n\n\n<p>And this became an incredibly frustrating experience, which probably that kind of experience was the thing which promoted the idea of using a block-based approach where you drop the block in and you begin writing, and you can do the forward slash and select the kind of block that you want, and you&#8217;re off to the races.</p>\n\n\n\n<p>So how is the block editor better than the classic editor? And obviously we know that some of your friends would disagree with that sentiment, but for you, why do you find it better? What does it do differently and better in your experience?</p>\n\n\n\n<p>[00:30:23] <strong>Elena Brescacin:</strong> Because the block is an interface, basically it&#8217;s an interface, and it&#8217;s from the rules from WordPress Core, they say it&#8217;s accessible, second level accessibility guidelines. I do not enter into technical details now. But my opinion on Block Editor is because you can rapidly move blocks up and down with a key combination. You can even check the style, the colours and so on. That&#8217;s not my task.</p>\n\n\n\n<p>But having to select a single block and work on that block without harming the other content. The possibility to add a block manually with the add block function or by markdown. I use markdown syntax for titles, for headings. Not links, but many other functions because I do not take my hands away from the keyboard, the letters.</p>\n\n\n\n<p>[00:31:26] <strong>Nathan Wrigley:</strong> It hadn&#8217;t really occurred to me that the Block Editor kind of locks you into the block that you are currently working on in a way, doesn&#8217;t it? So you just said that you can&#8217;t kind of interfere with the other bits and pieces on a page unless you are editing within the confines of that block.</p>\n\n\n\n<p>So if I&#8217;m in a paragraph block and I am writing, I&#8217;m in that paragraph. Whereas with the old Classic Editor, I was in all of the content, unless there was some plugin or something like that, that was going to inject something.</p>\n\n\n\n<p>So an accidental keystroke could delete tons of content, including the markup that would&#8217;ve given that portion of the content some context. So, you know, it might have been the H1 tag. You could accidentally interfere with that, delete that somehow. Whereas all of that is then abstracted away inside the Block Editor, and it&#8217;s a selection you make, not a heading that you type. Although I suppose you could choose to do it that way. So that&#8217;s interesting. I hadn&#8217;t really thought about it like that. So it creates less mistakes, it&#8217;s easier to get started. And if you were to drop into somebody else&#8217;s piece of content, you&#8217;d be able to navigate your way around it more easily, right?</p>\n\n\n\n<p>[00:32:31] <strong>Elena Brescacin:</strong> And even the templating system, the Full Site Editing has changed my point of view on templating, because before I had to hire someone for coding and so on.</p>\n\n\n\n<p>Now, I have also hired a person for helping me with the styling, with graphics and so on. But this woman who has helped me, who spoke to the WordPress Accessibility Day with me, she has helped me with the styles, but was just teaching me the interface for what&#8217;s about the content and the structure of the site. It&#8217;s mine. Gloria just did the colours, and the size, and what visual, and what I cannot verify in person.</p>\n\n\n\n<p>[00:33:20] <strong>Nathan Wrigley:</strong> Okay, so you were able to do the lion&#8217;s share as we describe it, the lion&#8217;s share of the work. And really the bit that, I think you said Gloria was doing there, Gloria was helping you just to have that appeal for somebody with sight. So she was sizing the text so that it looked appropriate on the page, but the majority of it you were able to do inside the Site Editor. Interacting with, what is what you get templates, as opposed to having to employ somebody to fiddle with template.php files and things like that.</p>\n\n\n\n<p>[00:33:46] <strong>Elena Brescacin:</strong> Yes, she just helped me because she is a freelance web designer and WordPress trainer, and she has trained me on Full Site Editing. The good thing is that she has believed in me from the beginning.</p>\n\n\n\n<p>When I supported another person in a Facebook group, she contacted me, and then we started the journey to WordCamps. I have spoken to a couple of WordCamps in Verona, and one is online. Those ones are in Italian. And I have also participated with Gloria in the WordPress Accessibility Day 2024.</p>\n\n\n\n<p>[00:34:29] <strong>Nathan Wrigley:</strong> What does WordPress still have to get right? So although it sounds like you personally are very happy with the Block Editor and it&#8217;s brought a lot of benefits that you can make use of. I&#8217;m guessing that there&#8217;s an awful lot frustration still. What would be the things for the year 2025 that you would hope would be addressed? What are still some of the things which are frustrating about being, well, not just the Block Editor, being inside a WordPress site in general? But maybe the Block Editor is a good target to begin.</p>\n\n\n\n<p>[00:35:00] <strong>Elena Brescacin:</strong> Oh, for example, a more targeted search block. Because now the search block, you have just the search field and button, it could be like that. But when you place that block in a navigation or somewhere, you should be able to choose where it can search. Because if you are, for example, I have my site talking about a real world and a fantasy world, I should be able to say, search for content just in the real world and just in the fantasy world.</p>\n\n\n\n<p>So when they click in the menu, in the search box on the main fantasy world page, they just got content from that category or from that post type. In fact, I have created a multilingual, experimental, and very basic site by using just Gutenberg and template.</p>\n\n\n\n<p>They should also give the possibility to duplicate a template. Because now, Gutenberg, you can duplicate post, duplicate page. But if you have, for example, I have Italian header and English header, I would like to be able to clone the Italian header and then translate the content inside.</p>\n\n\n\n<p>[00:36:26] <strong>Nathan Wrigley:</strong> There&#8217;s always going to be things, isn&#8217;t there? Edge cases. It really hadn&#8217;t occurred to me that search being a front end thing was something that needed addressing. But it sounds like it does. But what about the sort of backend of things, if you like?</p>\n\n\n\n<p>[00:36:36] <strong>Elena Brescacin:</strong> The search block I mean is a backend thing that you can set up from the template. You can set up the block, the interface of the block in the block settings. That I mean.</p>\n\n\n\n<p>[00:36:49] <strong>Nathan Wrigley:</strong> How do you feel about the importance that&#8217;s given to the direction the project in terms of accessibility? Do you feel it gets the attention it deserves?</p>\n\n\n\n<p>In an ideal world it would obviously, every single thing about the WordPress project, the community, the code, everything would have accessibility front and centre. But we don&#8217;t live in that perfect world. We live in the world where we have the constraints on time, and the project has to move in certain directions, and maybe accessibility falls off for one of the releases and what have you.</p>\n\n\n\n<p>But how do you feel, as a whole, WordPress does? Do you feel it is at the forefront? Do you think it&#8217;s lagging behind other platforms that you may have played with?</p>\n\n\n\n<p>[00:37:28] <strong>Elena Brescacin:</strong> WordPress for now is the best CMS for accessibility in backend with its Full Site Editing. But I think it has to become more consistent. Accessibility team should get more people inside I think for testing, for coders, skilled coders. Because I feel that it&#8217;s, not being neglected willingly, but because few people are working in that. This is my feeling.</p>\n\n\n\n<p>[00:38:02] <strong>Nathan Wrigley:</strong> Do you involve yourself in those communities? And if you do, are you able to tell us where you might go if having listened to this podcast, you think, actually, do you know what, that would be something I&#8217;d like to spend some of my time on.</p>\n\n\n\n<p>So just drop some of the names of the, I don&#8217;t know, Slack channels or other places online that you go when you want to discuss WordPress accessibility.</p>\n\n\n\n<p>[00:38:25] <strong>Elena Brescacin:</strong> I mostly go to the GitHub platform of specific project. Let&#8217;s talk about ActivityPub, let&#8217;s talk about single plugins accessibility.</p>\n\n\n\n<p>There is the Slack channel in Make WordPress Slack. But I do not participate often into Slack because unfortunately at work I have not that time. So it happens that I miss discussions. Sometimes I have helped the Polyglots in the Italian community, Polyglot, to translate WordPress.</p>\n\n\n\n<p>[00:39:04] <strong>Nathan Wrigley:</strong> It also sounds like you&#8217;ve been involved in real world events, plus some online events as well. I think you mentioned WordCamps that you&#8217;d attended as well, and I was wondering from an accessibility point how they have been.</p>\n\n\n\n<p>But also you mentioned the WP Accessibility Day as well. Do you just want to mention your participation in those? Let&#8217;s start with WordPress events. How have they been from your perspective?</p>\n\n\n\n<p>[00:39:27] <strong>Elena Brescacin:</strong> Accessibility, unfortunately it&#8217;s very difficult. Real world events are very difficult for accessibility because I need a person helping me to move through location, the WordCamp locations. It&#8217;s quite difficult without help.</p>\n\n\n\n<p>There are many information that are conveyed by colours. The black signal is the track one, the white is track two, for example, and so on, or you have the locations. There are no, not many explanation. I must ask for help to move across tables on the contributor days. Now I am trying to apply to WordCamp Europe 2025. I don&#8217;t know how it goes.</p>\n\n\n\n<p>I went to the WordCamp 2023 and to WordPress Core Day 2024. I got help from people there, but I had a person assisting me because otherwise I could not manage to go to the WordCamp alone. But the WordPress Accessibility Day was online.</p>\n\n\n\n<p>[00:40:38] <strong>Nathan Wrigley:</strong> So that was a more straightforward undertaking.</p>\n\n\n\n<p>[00:40:40] <strong>Elena Brescacin:</strong> Yes. But let me say that in-person events are more useful for networking. You get to know people, you get to talk to people, you get to confront. In few words, you get to exist, because otherwise you are a voice, you&#8217;re a face, you&#8217;re nothing else.</p>\n\n\n\n<p>[00:40:59] <strong>Nathan Wrigley:</strong> Who are some of the people online in the WordPress space that you hang out with, who you communicate with? Do you want to just name drop a few people that it might be interesting for me to add into the show notes, so that people can follow them as well as you on maybe social media or something.</p>\n\n\n\n<p>[00:41:14] <strong>Elena Brescacin:</strong> I think you know Michelle Frechette. Matthias Pfefferle from ActivityPub. Yes, you know him because you just interviewed him. I knew about your event because I was following him and I got you to the Mastodon network.</p>\n\n\n\n<p>[00:41:31] <strong>Nathan Wrigley:</strong> Excellent. I&#8217;ll put some of those links into the show notes so people can follow them as well. But more importantly, Elena, where would people, if people have been listening to this and thought that they&#8217;d like to communicate with you and get your thoughts on the state of WordPress in terms of accessibility, where would we find you? Where&#8217;s the place where you hang out most frequently? I think you said Mastodon.</p>\n\n\n\n<p>[00:41:50] <strong>Elena Brescacin:</strong> On Mastodon and on LinkedIn.</p>\n\n\n\n<p>[00:41:53] <strong>Nathan Wrigley:</strong> Perfect. I will find the links for both of those and I will add them to the show notes. Anything else that we have mentioned today will also be in the show notes. Head to wptavern.com. Search for the podcast section, and within that search for Elena&#8217;s podcast. And from there you&#8217;ll be able to delve inside the show notes, and get a faithful transcription of everything that we said today as well, I hope.</p>\n\n\n\n<p>So all that it remains for me to do is to say, Elena Brescacin, thank you so much for chatting to me today. I really appreciate it.</p>\n\n\n\n<p>[00:42:23] <strong>Elena Brescacin:</strong> Okay.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://mastodon.uno/@talksina\">Elena Brescacin</a>.</p>\n\n\n\n<p>Elena is an accessibility consultant from Italy who has been blind since birth, and working online since 2000 with Tangity Design, a part of NTT Data Company. Her journey with WordPress began in 2021, but she has been aware of it since 2003. A computer geek, Elena enjoys finding solutions to everyday challenges through technology.</p>\n\n\n\n<p>Elena is here to discuss the significant accessibility advancements and challenges within WordPress, especially with the transition from the Classic Editor to the Block Editor. She shares how Full Site Editing has empowered her to manage most of her site content and structure without needing constant visual assistance, despite some areas needing further improvement.</p>\n\n\n\n<p>We talk about her experiences navigating the internet using screen reader software, the importance of adhering to HTML semantics for accessibility, and her involvement in the WordPress community, including her contributions to the Italian Polyglots and speaking at WordPress events.</p>\n\n\n\n<p>Elena also reflects on the evolution of the internet, personal experiences with various web accessibility tools, and her advocacy work in digital spaces. We get into real-world challenges, such as inaccessible event venues, and the advantages of online events for better accessibility.</p>\n\n\n\n<p>Elena shares her frustrations and triumphs in web accessibility, her insights on the impact of proper semantic website design, and her continued efforts to raise awareness and support a more inclusive internet.</p>\n\n\n\n<p>If you’re curious about web accessibility, particularly how WordPress is used to create content, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p><a href=\"https://mastodon.uno/@talksina\">Elena&#8217;s Mastodon</a></p>\n\n\n\n<p><a href=\"https://www.linkedin.com/in/talksina/\">Elena on LinkedIn</a></p>\n\n\n\n<p><a href=\"https://tangity.global/\"> Tangity Design</a></p>\n\n\n\n<p><a href=\"https://www.youtube.com/watch?v=b89FIDsI3SY\">Share to fight prejudice</a>, Elena on TEDxAssisi</p>\n\n\n\n<p><a href=\"https://2024.wpaccessibility.day/sessions/same-editor-same-language/\">Same Editor, Same Language: How Gutenberg’s Accessibility Enhances Creativity and Inclusion</a> at WordPress Accessibility Day 2024</p>\n\n\n\n<p><a href=\"https://verona.wordcamp.org/2023/session/blind-blogging-e-indipendenza-wordpress-senza-vedere/\">BlIND – Blogging e indipendenza: WordPress senza vedere</a> at WordCamp Verona 2023</p>\n\n\n\n<p><a href=\"https://italia.wordcamp.org/2021/session/wordpress-a-dieci-dita-creare-un-sito-con-la-sola-tastiera/\">WordPress a dieci dita: creare un sito con la sola tastiera</a> at WordCamp Italia 2021</p>\n\n\n\n<p><a href=\"https://events.wordpress.org/rome/2024/coredays/interview-with-elena-brescacin/\">Interview with Elena Brescacin</a> at WordPress Core Days, Roma 2024</p>\n\n\n\n<p><a href=\"https://en.wikipedia.org/wiki/JAWS_(screen_reader)\">JAWS (screen reader)</a></p>\n\n\n\n<p><a href=\"https://en.wikipedia.org/wiki/Refreshable_braille_display\"> Braille Display</a></p>\n\n\n\n<p><a href=\"https://en.wikipedia.org/wiki/NonVisual_Desktop_Access\">NonVisual Desktop Access</a></p>\n\n\n\n<p><a href=\"https://support.apple.com/en-gb/guide/voiceover/welcome/mac\">Voiceover for Mac</a></p>\n\n\n\n<p>Elena&#8217;s <a href=\"https://plusbrothers.net/english/about/\">Plus Brothers</a></p>\n\n\n\n<p><a href=\"https://heropress.com/essays/defeating-silence-and-stigma-with-wordpress/\">Defeating silence and stigma with WordPress / Sconfiggere silenzio e stigma con WordPress</a></p>\n\n\n\n<p><a href=\"https://www.letsenvision.com/blog/ally-ai-hiv-stigma\">How Elena Brescacin Uses ally to Break HIV Stigma and Champion Accessibility</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 Jan 2025 15:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"WPTavern: Hosting and Themes Teams Announce Representatives for 2025\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=184991\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wptavern.com/hosting-and-themes-teams-announce-representatives-for-2025\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2941:\"<p>The Themes and Hosting teams has unveiled their representatives for 2025. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Themes Team Reps&nbsp;</h3>\n\n\n\n<p>In November, the Themes Team <a href=\"https://make.wordpress.org/themes/2024/11/13/nominations-call-for-the-themes-team-representatives-2025-edition/\">announced</a> their search for community members familiar with WordPress theme development to serve as representatives for 2025. The call for nominations was open to everyone, allowing individuals to nominate themselves or others.</p>\n\n\n\n<p>Interestingly, several comments on the announcement post suggested re-nominating the 2024 representatives. After consulting with current and former team representatives, the Themes Team decided to retain the existing team reps for another term:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://profiles.wordpress.org/acosmin/\">Alexandru Cosmin</a> from Romania is sponsored by <a href=\"https://extendthemes.com/\">Extend Themes</a> as a part-time reviewer. He released his first WordPress theme in 2008, and since then, has played diverse roles—serving as a reviewer, developer, and team representative.</li>\n\n\n\n<li><a href=\"https://profiles.wordpress.org/kafleg/\">Ganga Kafle</a> from Nepal is a full-time WordPress contributor sponsored by <a href=\"https://rankmath.com/\">Rank Math</a>. Active in the community since 2012, he is an organizer for WordCamp Asia 2025 and a moderator for WordPress-related podcasts like <a href=\"https://gowithwp.com/\">Go With WP</a>.</li>\n\n\n\n<li><a href=\"https://profiles.wordpress.org/shivashankerbhatta/\">Shiva Shanker Bhatta</a> from Nepal is the founder/CEO of AF Themes. With over a decade of experience in WordPress, he focuses on themes, plugins, and community contributions.</li>\n</ul>\n\n\n\n<p>In <a href=\"https://make.wordpress.org/themes/2024/12/30/a-year-in-themes-team-2024/\">2024</a>, the Themes Team closed a total of 39,796 tickets, with Alexandru Cosmin, Ganga Kafle, and Shiva Shanker Bhatta collectively handling 1,708 reviews. Ganga Kafle and Alexandru Cosmin were the top reviewers last year.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Hosting Team Reps</h3>\n\n\n\n<p>After a <a href=\"https://make.wordpress.org/hosting/2024/11/29/voting-for-hosting-team-reps-2023-2/\">Call for Nominations</a>, four candidates were proposed for the Hosting Team Rep positions: Matthias Pfefferle, Javier Casares, Zunaid Amin, and Lucas Radke. However, Matthias and Javier declined the opportunity. Following an anonymous survey, the team announced the following representatives for 2025:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://profiles.wordpress.org/zunaid321/\">Zunaid Amin</a> from Bangladesh is joining as a new Hosting Team Rep. He is a WordPress Engineer at Rocket.Net.</li>\n\n\n\n<li><a href=\"https://profiles.wordpress.org/crixu/\">Lucas Radke</a> from Germany is the Product Manager at WordPress VIP. He is continuing as Hosting Team Rep.</li>\n</ul>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Jan 2025 20:14:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Jyolsna\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"Gravatar: How to Customize Your WordPress Author Box\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://blog.gravatar.com/?p=2702\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://blog.gravatar.com/2025/01/07/wordpress-author-box/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:12263:\"<p>An author box in WordPress might seem like a simple addition to any blog, but it’s actually one of the most important elements. Showing author credentials builds content authority – something that&#8217;s becoming increasingly vital in an era of AI-generated content and information overload. When readers can verify the expertise and background of the person behind an article, they&#8217;re more likely to trust and engage with the content.</p>\n\n\n\n<p>WordPress includes basic author bio functionality, but the default options often fall short when trying to showcase author credentials and links effectively. If you want to connect with your audience, you need something that does more than just display a name and photo.</p>\n\n\n\n<p>To help you with that, we’ll show how to create dynamic, professionally styled author boxes using the free <a href=\"https://wordpress.org/plugins/gravatar-enhanced/\">Gravatar Enhanced plugin</a>, helping you transform basic author information into compelling author profiles that update automatically.</p>\n\n\n\n<a href=\"https://wordpress.org/plugins/gravatar-enhanced/\"><img width=\"3243\" height=\"729\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/gravatar_enhanced_cta.png\" alt=\"\" class=\"wp-image-2634\" /></a>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Why would you want to customize your WordPress author box?</strong></h2>\n\n\n\n<p>The internet is a place where literally anyone and anything can post content, humans and bots alike. But that doesn’t mean that they are experts in their field or that the posted piece is something users can trust.&nbsp;</p>\n\n\n\n<p>A well-designed author box with verified links does just that – it shows the face behind the words and puts your content above the millions of spammers and bots, <strong>building trust and showcasing expertise</strong>.&nbsp;</p>\n\n\n\n<p>Besides that, <a href=\"https://www.google.com/\">Google</a> and other <strong>search engines look for signals that demonstrate Experience, Expertise, Authoritativeness, and Trustworthiness (E-E-A-T)</strong> when ranking content. An author box with verified credentials, professional links, and relevant expertise helps strengthen these signals. For example, if you&#8217;re writing about medical topics, displaying your medical credentials and links to professional profiles helps validate your authority on the subject.</p>\n\n\n\n<p><strong>Okay, but what if you have a site with multiple authors?</strong> Well, it becomes even more complicated. Without additional tools, you’d have to create separate WordPress profiles for each author and add their credentials to the post. A better alternative is to find a profile management tool that lets you pull author information from a central database and updates automatically as their profiles update (hint: It’s <a href=\"https://gravatar.com/\">Gravatar</a>!)</p>\n\n\n\n<p><strong>Finally, author boxes also improve reader engagement.</strong> When readers can verify who&#8217;s writing the content and see the author&#8217;s expertise, they&#8217;re more likely to trust and engage with the material. Plus, social proof through professional network links and credentials helps establish a stronger connection with your audience.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Default customization options for author boxes in WordPress</strong></h2>\n\n\n\n<p>WordPress comes with basic author box functionality, but its default options can feel limiting. By default, each author gets two main elements: a Gravatar-powered profile picture and a biographical text field found in the <em>Users</em> section of the WordPress dashboard.</p>\n\n\n\n<img width=\"892\" height=\"372\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/default-user-information-1.png\" alt=\"Default user information in WordPress\" class=\"wp-image-2705\" />\n\n\n\n<p>Getting your author box to look exactly how you want proves challenging with these basic tools. The visual styling depends entirely on your active WordPress theme, which means changing how it looks often requires diving into template files and custom CSS. You can change the background color and the padding of the box, but that’s pretty much it,&nbsp;</p>\n\n\n\n<img width=\"1449\" height=\"966\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/bio-default-wordpress-settings.png\" alt=\"Default settings for the author biography box in WordPress\" class=\"wp-image-2706\" />\n\n\n\n<p>Any customizations made through template files must be implemented through a child theme to prevent them from disappearing during theme updates. This creates an ongoing maintenance burden, especially for multi-author sites that need consistent styling across different contributors.</p>\n\n\n\n<p>The biographical text field also has limitations. Authors can&#8217;t easily add social media links, credentials, or other dynamic content that might change over time. Each update requires logging into WordPress and manually editing the bio text – a time-consuming process when managing multiple authors.</p>\n\n\n\n<p>These restrictions often push site owners to look for better solutions that don&#8217;t require constant maintenance or coding knowledge. The need for more flexibility in design and easier profile management has led to the development of tools that expand on WordPress&#8217;s built-in author box capabilities.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Gravatar Enhanced: The best way to customize your author box in WordPress</strong></h2>\n\n\n\n<img width=\"1217\" height=\"530\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/gravatar-enhanced-plugin.png\" alt=\"Gravatar Enhanced plugin download page\" class=\"wp-image-2707\" />\n\n\n\n<p><a href=\"https://wordpress.org/plugins/gravatar-enhanced/\">The Gravatar Enhanced plugin</a> rethinks how author boxes work in WordPress. At its core, the plugin&#8217;s Profile Block pulls information directly from Gravatar profiles, offering a fresh approach to displaying author information that&#8217;s both dynamic and easy to manage.</p>\n\n\n\n<p>The Profile Block stands out by eliminating the need for manual updates. Authors can modify their profiles once at <a href=\"http://gravatar.com\">Gravatar.com</a>, and these changes automatically appear across every site using the block. This centralized management saves significant time, especially for authors who contribute to multiple WordPress sites.</p>\n\n\n\n<p>For guest authors, the process becomes remarkably simple. Instead of creating WordPress user accounts, site owners just add the Profile Block and enter the author&#8217;s email address.&nbsp;</p>\n\n\n\n<p>The block automatically fetches and displays their Gravatar <a href=\"https://blog.gravatar.com/2024/11/18/create-online-profile/\">profile information</a>, including professional credentials, <a href=\"https://blog.gravatar.com/2024/11/11/how-to-list-social-media-handles/\">social media links</a>, and biographical details.</p>\n\n\n\n<p>Customization options are extensive but user-friendly. Through the block settings panel, you can:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Adjust the background color to match your site&#8217;s design.</li>\n\n\n\n<li>Modify padding and spacing for better visual balance.</li>\n\n\n\n<li>Choose which profile elements to display.</li>\n\n\n\n<li>Customize border styles and box shadows.</li>\n\n\n\n<li>Set the width and alignment.</li>\n</ul>\n\n\n\n<img width=\"1226\" height=\"793\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/gravatar-profile-block-customized-1.png\" alt=\"Customization options for the Gravatar profile block\" class=\"wp-image-2708\" />\n\n\n\n<p>All these features integrate smoothly with WordPress&#8217;s block editor, making it simple to add author boxes to any post, page, or custom post type. The block inherits your theme&#8217;s typography settings by default, ensuring a consistent look across your site. If you want, you could also further customize it through CSS, giving you even more flexibility in how they look on the front end. For example, you could add border animations on hover or put semi-transparent overlays for a more interesting design.&nbsp;</p>\n\n\n\n<p>As you can see, unlike traditional author boxes that display basic information, the Profile Block acts as a verified digital <a href=\"https://blog.gravatar.com/2024/11/08/creating-a-digital-business-card/\">business card</a> – readers know they&#8217;re seeing authentic, current author information pulled directly from the author&#8217;s Gravatar profile.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How to set up your customized author box with Gravatar Enhanced&nbsp;</strong></h2>\n\n\n\n<p>Getting started with a more powerful author box takes just a few simple steps. First, <a href=\"https://gravatar.com/connect/?gravatar_from=signup\">create a Gravatar account</a> using your WordPress email address – this forms the foundation of your enhanced author profiles.</p>\n\n\n\n<p>Setting up your Gravatar profile is straightforward:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Upload a professional photo for your avatar.</li>\n</ul>\n\n\n\n<img width=\"1471\" height=\"529\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/uploading-profile-pic-to-gravatar.png\" alt=\"Uploading a profile picture to Gravatar\" class=\"wp-image-2709\" />\n\n\n\n<ul class=\"wp-block-list\">\n<li>Add a detailed bio highlighting your expertise.</li>\n</ul>\n\n\n\n<img width=\"1452\" height=\"1123\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/gravatar-about-section.png\" alt=\"Adding a bio section to your Gravatar profile\" class=\"wp-image-2710\" />\n\n\n\n<ul class=\"wp-block-list\">\n<li>Include relevant social media profiles and professional links.</li>\n</ul>\n\n\n\n<img width=\"660\" height=\"334\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/verified-accounts-gravatar-new.png?w=660\" alt=\" Linking verified accounts to a Gravatar profile\" class=\"wp-image-2711\" />\n\n\n\n<ul class=\"wp-block-list\">\n<li>Add any certifications or credentials that build trust – either through custom links or photos.&nbsp;</li>\n</ul>\n\n\n\n<p>Next, install the Gravatar Enhanced plugin on your WordPress site.&nbsp;</p>\n\n\n\n<img width=\"1515\" height=\"723\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/search-gravatar-plugin.png\" alt=\"Installing the Gravatar Enhanced plugin to WordPress \" class=\"wp-image-2712\" />\n\n\n\n<p>Once activated, you&#8217;ll find the Profile Block ready to use in the block editor. Add it to your single post template or anywhere you want author information to appear, input the author&#8217;s email connected to their Gravatar profile, and the plugin will automatically generate the profile block using their profile information.</p>\n\n\n\n<img width=\"1526\" height=\"521\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/gravatar-profile-block-in-editor.png\" alt=\"Adding a profile block in WordPress\" class=\"wp-image-2713\" />\n\n\n\n<p>Because the Gravatar profile is dynamic, every single change will be immediately updated on the block as well. No need to juggle multiple author bios or worry about outdated information.</p>\n\n\n\n<p>For multi-author sites, simply repeat the process for each contributor. They&#8217;ll control their own profiles through Gravatar.com while you maintain a consistent, professional look across all author boxes on your site.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Transform your WordPress author boxes with Gravatar Enhanced</strong></h2>\n\n\n\n<p>Moving beyond WordPress&#8217;s basic author box functionality opens up new possibilities for showcasing writer expertise and building trust. The Gravatar Enhanced plugin replaces manual profile management with automatic, real-time updates while adding excellent customization options and privacy protections.</p>\n\n\n\n<p>Instead of wrestling with template files or juggling multiple author accounts, you get a streamlined system where authors manage their own profiles.&nbsp;</p>\n\n\n\n<p>Ready to upgrade your author boxes? <a href=\"https://wordpress.org/plugins/gravatar-enhanced/\">Get started with Gravatar Enhanced toda</a>y and give your content the professional polish it deserves. </p>\n\n\n\n<a href=\"https://wordpress.org/plugins/gravatar-enhanced/\"><img width=\"3243\" height=\"729\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/gravatar_enhanced_cta.png\" alt=\"\" class=\"wp-image-2634\" /></a>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Jan 2025 19:01:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ronnie Burt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Do The Woo Community: Kicking Off 2025 with Do the Woo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=88714\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://dothewoo.io/kicking-off-2025-with-do-the-woo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"As we kick off 2025, we are on the cusp of Do the Woo, version 5.0 and our 7th Anniversary.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Jan 2025 10:46:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"Do The Woo Community: Strategies to Elevate Your Personal Brand and Agency on LinkedIn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://dothewoo.io/?post_type=blog&p=88438\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://dothewoo.io/blog/strategies-to-elevate-your-personal-brand-and-agency-on-linkedin/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:147:\"LinkedIn empowers agencies and founders to connect and grow by sharing authentic content, engaging actively, and building meaningful relationships.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Jan 2025 00:15:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"WPTavern: WordPress.org Services Resume After Holiday Break\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=184826\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wptavern.com/wordpress-org-services-resume-after-holiday-break\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1980:\"<p>Automattician Alex Shiels of the Meta team has <a href=\"https://make.wordpress.org/meta/2025/01/03/welcome-back-everyone-the-holiday/\">announced</a> the resumption of WordPress.org services after the holiday break of two weeks. Users can now register new accounts, submit plugins, themes, and photos, and review plugins once again.</p>\n\n\n\n<p>Last month, Matt Mullenweg declared WordPress.org&#8217;s <a href=\"https://wptavern.com/matt-mullenweg-declares-holiday-break-for-wordpress-org-services\">first-ever holiday break</a>. He said, “In order to give myself and the many tired volunteers around WordPress.org a break for the holidays, we’re going to be pausing a few of the free services currently offered.”&nbsp;</p>\n\n\n\n<p>Initially, WP Engine was the sole exception, retaining full access to WordPress.org. Later, user registrations were reopened to support WordCamps following a ticket raised by Joost de Valk of Emilia Capital on <a href=\"https://github.com/WordPress/wordcamp.org/issues/1450\">WordPress GitHub</a>. The ticket highlighted that a WP.org account is required to purchase WordCamp tickets.</p>\n\n\n\n<p>Matt did not share a specific date for resuming the services, stating, “I hope to find the time, energy, and money to reopen all of this sometime in the new year.”</p>\n\n\n\n<img width=\"1174\" height=\"1866\" src=\"https://wptavern.com/wp-content/uploads/2025/01/Create-WordPress-account.png\" alt=\"WordPress.org new account registration page.\" class=\"wp-image-184827\" />\n\n\n\n<p>To create a <a href=\"https://login.wordpress.org/register\">new account</a>, users must provide their email address and a username. The registration form includes three checkboxes: confirming acceptance of the Privacy Policy (mandatory), subscribing to the WordPress Announcements mailing list, and the infamous <a href=\"https://wptavern.com/wordpress-org-makes-pineapple-pizza-checkbox-optional\">pineapple pizza</a>. Only accepting the Privacy Policy is required to proceed.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 04 Jan 2025 21:52:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Jyolsna\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"WPTavern: Nick Hamze’s Call to Make WordPress Themes Weird and Exciting Sparks Accessibility Discussion\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=184802\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"https://wptavern.com/nick-hamzes-call-to-make-wordpress-themes-weird-and-exciting-sparks-accessibility-discussion\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9329:\"<p>Nick Hamze has <a href=\"https://wordpress.org/news/2025/01/wordpress-themes-need-more-weird-a-call-for-creative-digital-homes/\">called</a> for making WordPress themes exciting and the web weird again. “WordPress desperately needs your creativity, your weird ideas, your willingness to break the visual rules. The future of the web shouldn’t be a monochrome landscape of identical layouts.”, he said.</p>\n\n\n\n<p>He believes there are plenty of good themes in the Repository but no great themes with “designs that break the mold and spark excitement.”&nbsp;</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>We need more themes that make people say “Wow!” or “That’s different!” rather than “That’s clean and professional.” The web needs more personality, more risk-taking, more fun.</p>\n</blockquote>\n\n\n\n<p>According to him, great themes should:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Have a distinct point of view</li>\n\n\n\n<li>Embrace specific aesthetics boldly</li>\n\n\n\n<li>Design for specific use cases</li>\n\n\n\n<li>Break some rules thoughtfully</li>\n</ul>\n\n\n\n<p>Hamze&#8217;s call comes amid growing uncertainty about the future of WordPress themes. While the repository now hosts over 13,000 free themes, recent community discussions have often cast a grim outlook.Some of the discussions/articles published on the fate of themes include:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://www.wpwatercooler.com/wpwatercooler/ep421-the-theme-is-dead-long-live-the-theme/\">The Theme Is Dead, Long Live the Theme</a></li>\n\n\n\n<li><a href=\"https://wickydesign.com/wordpress-themes-are-dead/\">WordPress Themes Are Dead</a></li>\n\n\n\n<li><a href=\"https://www.binarymoon.co.uk/2019/09/the-end-of-wordpress-themes-is-in-sight/\">The End of WordPress Themes is in Sight</a></li>\n\n\n\n<li><a href=\"https://freemius.com/blog/full-site-editing-death-wordpress-themes/\">Will Page Builders &amp; Full Site Editing Be the Death of WordPress Themes?</a></li>\n\n\n\n<li><a href=\"https://www.reddit.com/r/Wordpress/comments/gxon74/is_wordpress_theme_business_dead/\">Is WordPress Theme Business Dead?</a></li>\n\n\n\n<li><a href=\"https://infinum.com/blog/gutenberg-wordpress-themes/\">WordPress Themes Are Dead. Long Live WordPress Themes!</a></li>\n</ul>\n\n\n\n<p>Vova Feldman of Freemius too <a href=\"https://x.com/vovafeldman/status/1874755673051046316\">recently</a> highlighted the stagnation in the WordPress theme market: “The WordPress Theme Market is in big trouble! Over the past six years, the annual single-site pricing for themes has shown little to no growth. In fact, the average price has decreased by 9%, dropping from $55.78 in 2019 to $50.75 in 2024.”</p>\n\n\n\n<p>Many will remember the excitement generated by the <a href=\"https://olliewp.com/\">Ollie theme</a>, but it <a href=\"https://wptavern.com/ollie-theme-faces-pushback-from-wordpress-theme-review-team\">faced pushback</a> from the Theme Review team. Though Matt Mullenweg, Josepha Haden Chomphosy and Justin Tadlock supported the theme, in the end, it was featured on the repository only after dropping its <a href=\"https://wptavern.com/contentious-review-process-leads-ollie-theme-to-remove-innovative-onboarding-features-amid-stagnating-block-theme-adoption\">innovative onboarding features</a>. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Accessibility Challenges</h3>\n\n\n\n<p>Amber Hinds, CEO of Equalize Digital (the team behind the <a href=\"https://wordpress.org/plugins/accessibility-checker/\">Equalize Digital  Accessibility Checker plugin</a>) noticed some accessibility issues with Hamze&#8217;s post and she <a href=\"https://x.com/heyamberhinds/status/1875008828963459458\">drew attention</a> to them. She said, “WordPress themes need more #a11y and expected interfaces that convert. Not &#8220;weird&#8221; designs that confuse people or kill time on site.”</p>\n\n\n\n<p>Matt Mullenweg joined the conversation and <a href=\"https://x.com/photomatt/status/1875185846204444871\">replied</a>, “You’re tipping into net negative contribution territory. Like at what point do you say a Rothko painting isn’t high contrast enough?”</p>\n\n\n\n<a href=\"https://x.com/heyamberhinds/status/1875008828963459458\"><img src=\"https://lh7-rt.googleusercontent.com/docsz/AD_4nXdeHt8-2pgs_pe3wTiEqhq4Kx8XmJe16Qqw37VixJ7x9bvDcxo6SAMkwHhBJdEoSPlqPWb5rIR7t3gDR5qJs4FuKDNktDuSwdhRXCPGswaWvUqVEGlzwJ-XydZ9WeZEzVScaNIRCw?key=DI5V1CDAajrWF-CBcBeB8lsn\" alt=\"Tweet from Amber Hinds about accessibility issues with Hamze\'s post  and replies from Matt Mullenweg.\" /></a>\n\n\n\n<p>However, this sparked backlash. Katie Keith of Barn2Plugins <a href=\"https://x.com/KatieKeithBarn2/status/1875459920713429205\">questioned</a>, “Why would the leader of the WordPress project say something so disrespectful to one of the community’s top accessibility experts simply for highlighting some accessibility issues? THAT is tipping into net negative contribution territory.”</p>\n\n\n\n<p>WordPress developer Earle Davies also shared his <a href=\"https://x.com/EarleDavies_/status/1875201740301365454\">thoughts</a>, “Wonder why accessibility in WordPress sucks? When experts highlight accessibility flaws, it’s considered a net negative contribution by the leader of the project. No surprise a8c employees argue why they choose design &gt;accessibility. WP/GB accessibility sucks. Indisputable fact.”</p>\n\n\n\n<p>Accessibility Expert Alex Stine <a href=\"https://x.com/alexleestine303/status/1875552325760381230\">tweeted</a>, “Matt has always taken this stand-offish approach to accessibility and I quit trying to figure out why.” He also <a href=\"https://x.com/alexleestine303/status/1875252730241093729\">said</a>, “Accessibility and inclusion are important. Sure, themes should be eye popping fun. That doesn&#8217;t mean they shouldn&#8217;t be accessible too.”</p>\n\n\n\n<p>Accessibility Advocate Anne Bovelett <a href=\"https://x.com/Bovelett/status/1875199415335432657\">added</a>, “If a theme is not accessible by contrast, it may look like a Porsche Carrera to the site owner and a good part of the visitors, but it will be a Porsche with windows that can’t be seen through from inside nor outside with doorknobs that won’t budge, to a large percentage of visitors.” She also shared her <a href=\"https://www.youtube.com/watch?v=6HS0tDxkotI\">YouTube video</a> showing examples of how many people experience the web and suggested organizing Design Days like Core Days.&nbsp;</p>\n\n\n\n<p>Designer Brian Gardner had this to <a href=\"https://x.com/bgardner/status/1875617016599761153\">say</a>: &#8221; I’m all for creative WordPress themes—whether bold and quirky or plain but practical. As far as I’m concerned, they should ALL be accessible. At a bare minimum, every theme should pass basic color contrast requirements.&#8221;</p>\n\n\n\n<p>“Rothko should be fine as long as no one needs to access the painting to order medical supplies or pay their water bills. Although, a text/audio alternative to the painting is very beneficial for those with low or no vision.”, <a href=\"https://x.com/stevejonesdev/status/1875220751076487668\">tweeted</a> Steve Jones, Co-Owner and CTO at Equalize Digital.</p>\n\n\n\n<p>Jenni McKinnon, CEO of WP Pros(e) <a href=\"https://x.com/iamjennialways/status/1875501922356285500\">asked</a>, “If the Rothko painting was on a website, then wouldn&#8217;t the WCAG point to what is (or isn&#8217;t) &#8220;high contrast enough?&#8221;” while Courtney Robertson of GoDaddy <a href=\"https://x.com/courtneyr_dev/status/1875191954918773021\">emphasised</a>: “Democratizing publishing is for all. WordPress must ensure no one is excluded from creating or consuming content.”</p>\n\n\n\n<p>Kevin Geary of Digital Gravy also does not support Nick Hamze. He <a href=\"https://x.com/thekevingeary/status/1875560264982261890\">said</a>, &#8220;WP &#8220;themes&#8221; are dead. It&#8217;s a dead concept. If you don&#8217;t realize this, you&#8217;re completely out of touch with how sites are built and managed. It&#8217;s especially antithetical to the fundamentals of a block editor&#8230;.WP needs actual leadership and real improvements to the software. We&#8217;d all LOVE a &#8220;sanitized and professional&#8221; wp-admin right about now. &#8220;Weird themes,&#8221; not so much.&#8221;</p>\n\n\n\n<p>According to <a href=\"https://x.com/carolinapoena/status/1875395756288569594\">Carolina Nymark</a> of Yoast (former team representative for the Themes Team), “Themes can be art and experimental and still be accessible and high quality. You just have to decide that is what you want to build.” And for WordPress developer <a href=\"https://x.com/briancoords/status/1875577961736499471\">Brian Coords</a>, “True creativity often thrives within constraints. Weird for weirdness sake is not art or self-expression. Creating something meaningful that inspires a shared experience between people (regardless of how they navigate the web) should be the ideal.”</p>\n\n\n\n<p>Discussions are still going on about accessibility. Meanwhile, the U.S. Federal Trade Commission (FTC) fined AI accessibility startup <a href=\"https://www.msn.com/en-us/news/technology/ftc-orders-ai-accessibility-startup-accessibe-to-pay-1m-for-misleading-advertising/ar-AA1wVcNt\">accessiBe</a> to pay $1M for misleading advertising. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 04 Jan 2025 20:07:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Jyolsna\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WordPress.org blog: WordPress Themes Need More Weird: A Call for Creative Digital Homes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18358\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"https://wordpress.org/news/2025/01/wordpress-themes-need-more-weird-a-call-for-creative-digital-homes/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4728:\"<p>The modern web has gradually shifted from a vibrant tapestry of personal expression to a landscape of identical designs, where millions of websites share not just similar structures, but identical visual language, spacing, and interaction patterns. As we collectively gravitate toward the same “proven” layouts and “conversion-optimized” designs, we’re not just losing visual diversity – we’re ceding control over how we present ourselves to the world. This matters because genuine self-expression online isn’t just about aesthetics – it’s about maintaining spaces where authentic voices can flourish.&nbsp;</p>\n\n\n\n<p>When every blog has the same hero section, when every portfolio follows the same grid, when every restaurant site looks interchangeable, we create an echo chamber of sameness. The cost isn’t just visual monotony – it’s the slow erosion of the web’s ability to surprise, delight, and showcase truly individual perspectives. WordPress, with its emphasis on complete ownership and control, offers an opportunity to break free from this convergence of design, allowing creators to build digital spaces that truly reflect their unique voice and vision.</p>\n\n\n\n<p>Think of WordPress themes like album covers. They should have personality and create an immediate visual impact. The web has become too sanitized, with everyone chasing the same minimal, “professional” look.</p>\n\n\n\n<p>Great themes should:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Have a strong point of view – like how Kubrick (the classic WordPress theme) defined an era with its distinctive header gradient. Don&#8217;t try to be everything to everyone.</li>\n\n\n\n<li>Embrace specific aesthetics boldly – whether that’s brutalist design, pixel art, hand-drawn elements, or distinctive typography. Create themes that excite people rather than just working for everyone.</li>\n\n\n\n<li>Design for specific use cases – like a theme for photographers that’s all about full-bleed images or a theme for writers that treats typography as art or a theme for musicians that feels like an album cover.</li>\n\n\n\n<li>Break some rules thoughtfully – because not every theme needs a hamburger menu. Not every theme needs to be mobile-first. Sometimes constraints create character.</li>\n</ul>\n\n\n\n<p>We need more themes that make people say “Wow!” or “That’s different!” rather than “That’s clean and professional.” The web needs more personality, more risk-taking, more fun.</p>\n\n\n\n<p>After spending countless hours digging through the WordPress theme repository, searching for designs that break the mold and spark excitement, I came up nearly empty-handed. Don’t get me wrong – there are plenty of well-built themes out there. But where’s the daring? The personality? The unexpected?</p>\n\n\n\n<p>If you&#8217;ve got a wild theme idea burning in your mind – that portfolio theme that looks like a vintage trading card collection, that blog theme inspired by zine culture, that restaurant theme that feels like a hand-drawn menu – now&#8217;s the time to build it. WordPress desperately needs your creativity, your weird ideas, your willingness to break the visual rules. The future of the web shouldn&#8217;t be a monochrome landscape of identical layouts. Let&#8217;s make WordPress themes exciting again. Let&#8217;s make the web weird again.</p>\n\n\n\n\n<a href=\"https://wordpress.org/themes/psychedeli\" target=\"_blank\" rel=\"noreferrer noopener\"><img width=\"1024\" height=\"768\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/psychedeli.webp?resize=1024%2C768&ssl=1\" alt=\"Psychedeli theme\" class=\"wp-image-18360\" /></a>\n\n\n\n<a href=\"https://wordpress.org/themes/kawaii-chan\" target=\"_blank\" rel=\"noreferrer noopener\"><img width=\"1024\" height=\"768\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/kawaii.webp?resize=1024%2C768&ssl=1\" alt=\"Kawaii-Chan theme\" class=\"wp-image-18362\" /></a>\n\n\n\n<a href=\"https://wordpress.org/themes/lowfi\" target=\"_blank\" rel=\"noreferrer noopener\"><img width=\"1024\" height=\"768\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/lofi.webp?resize=1024%2C768&ssl=1\" alt=\"LowFi theme\" class=\"wp-image-18361\" /></a>\n\n\n\n<a href=\"https://wordpress.org/themes/bedrock\" target=\"_blank\" rel=\"noreferrer noopener\"><img width=\"1024\" height=\"768\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/bedrock.webp?resize=1024%2C768&ssl=1\" alt=\"Bedrock theme\" class=\"wp-image-18364\" /></a>\n\n\n\n<a href=\"https://wordpress.org/themes/feelingood\" target=\"_blank\" rel=\"noreferrer noopener\"><img width=\"1024\" height=\"768\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/feeling.webp?resize=1024%2C768&ssl=1\" alt=\"Feelin’Good theme\" class=\"wp-image-18363\" /></a>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Jan 2025 18:53:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Nick Hamze\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"WPTavern: India to Host Three WordCamps in January 2025\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=184532\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://wptavern.com/india-to-host-three-wordcamps-in-january-2025\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3418:\"<p>The Indian WordPress community is set for an exciting start to 2025, with three WordCamps scheduled for January, as per <a href=\"https://central.wordcamp.org/schedule/\">WordCamp Central</a>. India has a thriving WordPress community&nbsp;and&nbsp; according to the <a href=\"https://make.wordpress.org/community/2024/07/18/wordpress-meetup-trends/\">WordPress Meetup global trends report</a> (January 2023 to June 2024), published by the Community Team, Indian cities Ahmedabad and Mumbai recorded the highest engagement for in-person events.</p>\n\n\n\n<h3 class=\"wp-block-heading\">WordCamp Ahmedabad </h3>\n\n\n\n<p>The fifth edition of <a href=\"https://ahmedabad.wordcamp.org/2025/\">WordCamp Ahmedabad</a> will take place on January 3 and 4, 2025, at the AUDA Auditorium in Shela, Gujarat. The first day is dedicated to WordPress contribution and Showcase while the <a href=\"https://ahmedabad.wordcamp.org/2025/schedule/\">schedule</a> for the second day features a single track of sessions, covering topics such as WordPress contributions, digital marketing, accessibility, and AI.</p>\n\n\n\n<img src=\"https://lh7-rt.googleusercontent.com/docsz/AD_4nXdWNtdIQjRA_C-nsvmH3vWVVOeGKRgfvts1Nxn3fmz1-eiV8ZJx63tpBugRLtLWM4j8kUvMEoGXVhtidwJXB6LBWXvNKgb5Da3PLrBaNfEw42sWsT9CBR1qiWMhfZW7m4ny-LuO0A?key=lJ1ZD8aYOQDoIBUAS0AGGSDs\" alt=\"WordCamp Ahmedabad Wapuu inspired by Gujarat’s International Kite Festival—Uttarayan\" />\n\n\n\n<p>The event’s mascot, <a href=\"https://ahmedabad.wordcamp.org/2025/meet-our-wapuu/\">Wapuu</a>, is inspired by Gujarat’s International Kite Festival—Uttarayan—symbolizing the limitless possibilities of WordPress. Adding to the excitement, the organizers have announced a <a href=\"https://ahmedabad.wordcamp.org/2025/get-ready-for-the-wcahmedabad-social-media-contest/\">Social Media Contest</a> with prizes for the best photo, reel, and group selfie, encouraging attendees to share their experience creatively.</p>\n\n\n\n<h3 class=\"wp-block-heading\">WordCamp Kolhapur </h3>\n\n\n\n<p>The first edition of <a href=\"https://kolhapur.wordcamp.org/2025/\">WordCamp Kolhapur</a> is scheduled for January 11 and 12, 2025, at D.Y. Patil School of Engineering and Management, Kasaba Bawada, Maharashtra. As a debut event, it has generated significant interest.</p>\n\n\n\n<p> A few <a href=\"https://kolhapur.wordcamp.org/2025/call-for-sponsors/\">sponsorship slots</a>, including Silver, Bronze, and Micro levels, are still open, and limited no-swag <a href=\"https://kolhapur.wordcamp.org/2025/tickets/\">tickets </a>are available for those interested in attending.</p>\n\n\n\n<h3 class=\"wp-block-heading\">WordCamp Kolkata</h3>\n\n\n\n<p><a href=\"https://kolkata.wordcamp.org/2025/\">WordCamp Kolkata</a> will return for its third edition on January 18, 2025, at Viveka Tirtha, West Bengal. Previously held in 2019 and 2022, this edition promises an enriching experience.</p>\n\n\n\n<p>The event will feature sessions on eCommerce, translation, accessibility, and design, along with workshops on Gutenberg, WP-CLI, headless WordPress, and core contributions, conducted across two tracks.</p>\n\n\n\n<p>The event is still accepting <a href=\"https://kolkata.wordcamp.org/2025/call-for-sponsors/\">Sponsors</a> and <a href=\"https://kolkata.wordcamp.org/2025/call-for-media-partners/\">Media Partners</a>.</p>\n\n\n\n<p>With these three events on the calendar, January 2025 promises to be a remarkable month for the WordPress community in India.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 01 Jan 2025 19:30:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Jyolsna\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"HeroPress: Growing Up in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=7713\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:120:\"https://heropress.com/essays/growing-up-in-wordpress/#utm_source=rss&utm_medium=rss&utm_campaign=growing-up-in-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9353:\"<img width=\"1024\" height=\"512\" src=\"https://heropress.com/wp-content/uploads/3024/12/121724-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: WordPress is the fertile soil in which I got to grow.\" /><h3 class=\"kt-adv-heading7713_ca85c7-49 wp-block-kadence-advancedheading\">Coming from the girl with the bag: Not here to code.&nbsp;</h3>\n\n\n\n<p>The growth and success I have found in my 15 years as a marketing professional has absolutely been impacted by WordPress, more specifically, the WordPress community.&nbsp;</p>\n\n\n\n<p>10 years ago I was working in a corporate marketing environment and I was really coming into myself as a professional. I was figuring out how to batch work and align strategic planning with task blocking while collaborating with sales teams in the field.</p>\n\n\n\n<p>I was operating a $750k budget in addition to the $1.5M budget that I co-operated with sales and product dev, and it was <em>amazing</em> what I could do with those resources. Our regional division was leading the company in pre-sales, lead conversion rates, engagement across our digital platforms and I was setting a new bar for marketing divisions across the country. I was helping to drive tens of millions of dollars into our pipeline.</p>\n\n\n\n<p>Then I got fired.</p>\n\n\n\n<h4 class=\"kt-adv-heading7713_fd7d38-67 wp-block-kadence-advancedheading\">Dealing With The Yuck</h4>\n\n\n\n<p>Why? I became a whistleblower against some good-ol-boy business practices which interfered with&nbsp; my ability to be *absolutely* amazing instead of regular amazing. The VP of Sales had a suspicious relationship with one of our marketing vendors, and despite me finding a better solution for more than half the price, I was asked to “drop it” and to leave the vendor securely in our budget (full story available over wine any time if I see you irl).&nbsp;</p>\n\n\n\n<p>Long story short, I was eventually dismissed on the spot, I received a severance package, and I resolved to never let others’ lack of integrity compromise my work again. I used those funds as fuel and started MKConsulting.</p>\n\n\n\n<p>What does this have to do with WordPress or the WordPress community?</p>\n\n\n\n<p>Nothing, yet.</p>\n\n\n\n<h4 class=\"kt-adv-heading7713_1a49f0-78 wp-block-kadence-advancedheading\">Finding Something New</h4>\n\n\n\n<p>Honestly at this point in my marketing career I had actively worked to remove websites from WordPress in a number of jobs I had because it was clunky and ugly, and I didn’t get it.&nbsp; I had spent 6 years dealing with WP off and on and never even knew the community existed.</p>\n\n\n\n<p>I spent the next two years learning how to be a business owner and how to run a marketing agency. Or was I just freelancing? I wasn’t really sure. I got my MBA so I could learn more about entire business operating systems and to break up the exclusive sales/marketing/user lens I had leveraged to date. I spoke at local events, I joined clubs, the hustle was real.&nbsp;</p>\n\n\n\n<p>I found my way into start-ups, as they were a great place for me to really showcase my market research abilities, strategic go to market positioning skills, and love for brand building.&nbsp;</p>\n\n\n\n<p>One particular startup led me to a connection that brought me my first long term retainer customer &#8211; a WordPress hosting company. That startup, and the connections that came from it, are still driving major work, joy, and passion for me, bittersweetly and tragically fracturing into different aspects of my life.</p>\n\n\n\n<h4 class=\"kt-adv-heading7713_1908c0-b0 wp-block-kadence-advancedheading\">Finding WordPress</h4>\n\n\n\n<p>I followed one of those fellow executives for work, as he was now the CEO of my new client, and he invited me to this thing called a Word Camp.&nbsp;</p>\n\n\n\n<p>I got to travel to Seattle for my first time &#8211; and my life changed forever. Bridget Willard took me on an introduction tour at the speaker/sponsor pre dinner and it was so different from anything else I had experienced in my corporate marketing career.&nbsp;</p>\n\n\n\n<p>After the initial shock to my system wore off caused by the sheer number of t-shirts, and the utmost display of casual community I had ever witnessed at a conference (by then I had attended dozens of tech conferences and other corporate industry events), there was something special about it &#8211; it was real. These were real humans that cared about being successful in more than one way. And honestly, it really took me getting to my first WCUS before it all really clicked for me.&nbsp;</p>\n\n\n\n<p>For the first time in my career I found an intersection of desire for business growth AND ethical display of integrity and sustainable values, seamlessly co-existing.&nbsp;</p>\n\n\n\n<p>The people were warm and welcoming and cared about my human plight more than my value as a productive professional.&nbsp;</p>\n\n\n\n<p>This was confusing for me. As a people pleasing perfectionist that adorned my self worth with my ability to make money for others and “do a good job” was inherently all I had ever known as an adult, and in many ways as a kid too.</p>\n\n\n\n<h4 class=\"kt-adv-heading7713_6c80b5-8b wp-block-kadence-advancedheading\">A Time Of Growth</h4>\n\n\n\n<p>This community opened my eyes to ask questions like, who is my whole person, beyond being good at marketing and business growth strategies?&nbsp;</p>\n\n\n\n<p>The authentic and raw relationships I encountered within the WordPress community showed me that choosing between good business and being a good human could sustainably co habitate. There are good people doing good business, and my corporate experience had not really shown me that side of what is economically sustainable. There was a thirst to do things the right way.&nbsp;</p>\n\n\n\n<p>I began aligning with clients and teams who shared my values, opening doors to remote work and global collaboration.</p>\n\n\n\n<p>The access to remote work, remote culture, and the discovery of a global community that shared these values, promoting work life balance as well as viable technology products and services became key skills beyond marketing that I was able to foster and that would help me propel myself for years to come.&nbsp;</p>\n\n\n\n<p>The combination of being good at my job within the reliable ecosystem of web tech provided stability to continue to work in the remote world.</p>\n\n\n\n<p>Ultimately this safety gave me the freedom to begin to reconciling my own growth as a person and my growth as a professional, beyond the growth in pipelines for my clients.</p>\n\n\n\n<p>When COVID-19 hit, my experience in remote work positioned me uniquely. I was able to niche myself as one of few marketers in the world operating in the US that could go beyond successfully executing smart marketing campaigns in a remote environment &#8211; but I could build remote culture, manage global asynchronous teams and empower dozens of others to be successful at marketing, sales, customer support, account management and talent acquisition too.&nbsp;</p>\n\n\n\n<p>I leveraged this to diversify beyond web tech clients and found bio tech, climate tech, and ag tech companies to even further align my passions with my skills and my conscience as an ethical, sustainable marketer.&nbsp;</p>\n\n\n\n<p>My underlying passions for teaching and sharing my expertise continued to serve me as I became a Fractional CMO. I was an early adopter of this framework of employment and the balance it gave me pushed me more and more into my own personal growth.</p>\n\n\n\n<h4 class=\"kt-adv-heading7713_5341e7-36 wp-block-kadence-advancedheading\">The Future</h4>\n\n\n\n<p>About 3 years ago the work-life balance lines blurred further as I got better at managing my time, my passions, my teams, expertise and work product. I was finally ready to grow up as a marketing agency owner. I sunset MKConsulting, and Frameworks MKTG entered the market. We broker marketing, sales, and growth talent off and on as needed for one person marketing departments around the world.&nbsp;</p>\n\n\n\n<p>Through it all, I&#8217;ve had my heart broken while working with climate tech and bio tech clients. But web tech has been a great home to grow in, and that is largely because the WordPress community connecting me to amazing humans, all around the world.</p>\n\n\n\n<p>I’m more confident than ever that showing up as my fully authentic self is what keeps me happy. When I can keep my family, friends, clients, teammates, and investors happy we all stay much more aligned to thrive. Thriving is a natural byproduct when I get to be real, and to maintain my stress levels and just do what I do.&nbsp;&nbsp;</p>\n\n\n\n<p>Coming to this clear view of what my professional timeline can be is once again, life changing.</p>\n\n\n\n<p>I will not waste the opportunities afforded to me, I am determined to become the best version of my whole human self. I&#8217;m determined to continue being a part of proving how sustainable business growth is possible and reliable.</p>\n\n\n\n<p>So thank you, WordPress community.&nbsp; You are the fertile soil in which I got to grow.&nbsp;</p>\n\n\n\n<p>Love yall. See ya in Slack.<br />Or maybe another WC somewhere.<br />Or maybe come visit me in Texas.&nbsp;</p>\n<p>The post <a href=\"https://heropress.com/essays/growing-up-in-wordpress/\">Growing Up in WordPress</a> appeared first on <a href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 01 Jan 2025 15:33:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"MK Keefer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"WPTavern: Community Team Proposes Women-Centric WordPress Events for International Women’s Day\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=184491\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"https://wptavern.com/community-team-proposes-women-centric-wordpress-events-for-international-womens-day\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1804:\"<p>The WordPress Community Team has <a href=\"https://make.wordpress.org/community/2024/12/19/hosting-wordpress-events-for-women-on-international-womens-day/\">proposed</a> hosting women-centric events on International Women&#8217;s Day through local WordPress communities to celebrate, empower, and inspire women. These events are envisioned as platforms where women can connect, share experiences, and enhance their skills in an inclusive and supportive environment.</p>\n\n\n\n<p>These events could take various forms, such as networking sessions, workshops, talks, learning activities, or mentorship opportunities. Local communities interested in organizing such events can apply through the <a href=\"https://make.wordpress.org/community/handbook/community-deputy/other-event-formats/nextgen-wordpress-event/\">&nbsp;Creative WordPress Events Form</a>. Approved communities will receive a dedicated website and a stipend of $100 – $500 USD to support the event.</p>\n\n\n\n<p>The team is also seeking volunteer designers to create a banner and logo for the event, as well as a sticker sheet featuring female Wapuu designs.</p>\n\n\n\n<p>Pooja Derashri shared the vision of the team regarding this event: “By organizing women-centric WordPress events on International Women’s Day, we can spark meaningful conversations and encourage more women to join, lead, and contribute to WordPress. It’s an opportunity to strengthen our community and amplify women’s voices in open source.”</p>\n\n\n\n<p>The WordPress community has a history of organizing women-only events/initiatives. Notably, <a href=\"https://wordpress.org/news/2023/11/shirley/\">WordPress 6.4</a> and <a href=\"https://wordpress.org/news/2020/12/simone/\">WordPress 5.6</a> were led by teams composed of women and underrepresented gender groups.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 31 Dec 2024 19:14:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Jyolsna\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: Plugins Team Unveils Roadmap for Phase 2 of Plugin Check\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=184481\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://wptavern.com/plugins-team-unveils-roadmap-for-phase-2-of-plugin-check\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3622:\"<p>Chris Christoff of the Plugins Team has published the roadmap of <a href=\"https://make.wordpress.org/plugins/2024/12/24/plugin-check-goals-roadmap/\">Phase 2</a> of the <a href=\"https://wordpress.org/plugins/plugin-check/\">Plugin Check plugin</a>. According to the statistics shared at this year’s State of the Word, 41% fewer issues were reported per approved plugin after launching the Plugin Check tool, enabling the team to approve 138% more plugins each week and significantly reducing the review queue length.&nbsp;</p>\n\n\n\n<p>In the words of David Perez, “Plugin Check is a tool for testing whether your plugin meets the required standards for the WordPress.org plugin directory. With this plugin, you will be able to run most of the checks used for new submissions and check if your plugin meets the requirements.”</p>\n\n\n\n<p>David Perez also shared that the Plugin Check plugin significantly reduced the time for reviews, bringing the average wait time down from 37 weeks to 9 weeks, even as plugin submissions have almost doubled.</p>\n\n\n\n<p>In <a href=\"https://make.wordpress.org/plugins/2024/09/17/introducing-plugin-check-pcp/\">Phase 1</a>, Plugin Check was released to the community as a plugin available through WordPress.org. It currently has 2000+ Active installations. In October this year, it became a <a href=\"https://wptavern.com/wordpress-enforces-plugin-check-and-2fa-for-new-plugin-submissions\">requirement </a>for new plugin submissions to the Plugin Directory and for relisting plugins that were removed due to security issues.</p>\n\n\n\n<p><a href=\"https://make.wordpress.org/plugins/2024/12/24/plugin-check-goals-roadmap/\">Phase 2</a> of Plugin Check will expand its coverage to include updates made by plugin authors to plugins already listed in the Directory. Planned improvements for the second phase include enhanced documentation, more intuitive messaging, a revamped UI, conditional rule application, the addition of an experimental checks feature, easier output customization for better integration, and retroactive directory integration.</p>\n\n\n\n<p>The Plugins Team revealed that the Plugin Check project also aims to help plugin authors keep up with the latest best practices by allowing them to quickly scan their plugins for performance improvements and best practice opportunities. The PCP team will also collaborate with other teams to support plugin authors.</p>\n\n\n\n<p>Currently, Plugin Check evaluates plugins based on best practices across five categories: General, Plugin Repo, Security, Performance, and Accessibility. The Plugin Team encourages all plugin authors to integrate Plugin Check into their development workflows.&nbsp;</p>\n\n\n\n<img width=\"1909\" height=\"1145\" src=\"https://wptavern.com/wp-content/uploads/2024/12/image-18.png\" alt=\"Errors shown when Classic Widgets plugin is checked with Plugin Check\" class=\"wp-image-184483\" />\n\n\n\n<p>Specific rollout timelines and processes for Phase 2 will be shared in a future Make Plugins post as its release approaches. Those interested in contributing to the plugin can do so on its <a href=\"https://github.com/wordPress/plugin-check/\">GitHub repository</a>.</p>\n\n\n\n<p>Details on the specific timeline and processes for Phase 2 will be shared in an upcoming ‘Make Plugins’ post as the release date approaches. Those interested in contributing to the project can do so through its <a href=\"https://github.com/wordPress/plugin-check/\">GitHub repository</a>.</p>\n\n\n\n<p>Also check out <a href=\"https://pascalbirchler.com/wordpress-plugin-check/\">Pascal Birchler’s post</a> on Why you should start using Plugin Check.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 31 Dec 2024 17:59:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Jyolsna\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"Do The Woo Community: Highlights from a Q and A with James Kemp from Woo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://dothewoo.io/?post_type=blog&p=88445\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://dothewoo.io/blog/highlights-from-a-q-and-a-with-james-kemp-from-woo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:380:\"James Kemp, Core Product Manager at Woo, recently shared updates and plans for the platform during a Q&#38;A episode on Woo ProductChat. His insights shed light on the current direction of WooCommerce and its commitment to empowering both merchants and developers. Integrating Premium Extensions into WooCommerce Core To simplify the experience for users, WooCommerce is [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 31 Dec 2024 10:50:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WPTavern: WordCamp Europe 2025: Tickets and Diversity Scholarship Now Available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=183631\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://wptavern.com/wordcamp-europe-2025-tickets-and-diversity-scholarship-now-available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2556:\"<p>WordCamp Europe has <a href=\"https://europe.wordcamp.org/2025/tickets/\">released tickets</a> for the 2025 edition of the event scheduled for June 5-7 in Basel, Switzerland.</p>\n\n\n\n<p>There are two types of tickets: the General ticket, priced at €50, and the Micro-Sponsor ticket, which costs €250. Both options include access to all sessions and Contributor Day on June 5, though separate registration is required for Contributor Day.</p>\n\n\n\n<p>The Micro-Sponsor ticket, priced closer to the actual cost of attendance, is a great way to support the event if you’re able to contribute more. Tickets are refundable, and you can transfer ownership by editing the attendee details using the link provided in your purchase confirmation email. To purchase tickets, you’ll now need a <a href=\"https://login.wordpress.org/register\">WordPress.org account</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">WordCamp Europe 2025 Diversity Scholarship</h3>\n\n\n\n<p>WordCamp Europe 2025 is introducing a <a href=\"https://europe.wordcamp.org/2025/apply-now-for-the-wordcamp-europe-2025-diversity-scholarship/\">Diversity Scholarship</a>, an initiative previously exclusive to WordCamp Asia. This program has been extended to the Europe event following recommendations from members of WordPress Community Support PBC and Queeromattic to allocate surplus funds from the 2024 flagship event budgets toward DEIB (Diversity, Equity, Inclusion, and Belonging) initiatives. </p>\n\n\n\n<p>To qualify, applicants must be active contributors to the WordPress project, have never attended a flagship WordCamp (Asia, US, or Europe), require financial assistance to attend, and belong to an underrepresented demographic among open-source contributors. Applicants should also demonstrate a commitment to using their experience to help grow their local WordPress community or the WordPress community in Europe.</p>\n\n\n\n<p>The scholarship covers travel expenses to Basel from the recipient’s home city, accommodation during the event, and a ticket to WordCamp Europe 2025. However, it does not include airport transfers, meals, or other incidental expenses.</p>\n\n\n\n<p>Applications for the scholarship will be accepted until<strong> January 31, 2025</strong>. </p>\n\n\n\n<p>For more details, visit the WordCamp Europe <a href=\"https://europe.wordcamp.org/2025/apply-now-for-the-wordcamp-europe-2025-diversity-scholarship/\">website</a>.</p>\n\n\n\n<p>Last year’s event in Torino, Italy, saw nearly 3,000 attendees, and the 2025 edition is expected to draw between 3,500 and 4,500 participants.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 30 Dec 2024 17:59:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Jyolsna\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"Gravatar: Advanced Tips for Creating a Successful Online Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://blog.gravatar.com/?p=2532\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://blog.gravatar.com/2024/12/27/create-online-community/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:24623:\"<p>Building an online community takes dedication, skill, and strategic thinking – but the rewards make it worth every bit of effort. A thriving community can transform your business, whether it&#8217;s your main focus or supplements your existing offerings.</p>\n\n\n\n<p>Starting a community might seem deceptively simple. After all, people naturally want to connect with others who share their interests. And social media makes it easier than ever to gather people in one place.</p>\n\n\n\n<p>But creating a community that genuinely serves its members while meeting your goals? That&#8217;s a different challenge entirely. Most communities struggle with low engagement, unclear purpose, or lack of sustainable growth.</p>\n\n\n\n<p>This guide breaks down advanced strategies for building a community that lasts. You&#8217;ll learn practical approaches to choosing the right platform, creating engaging experiences, and fostering meaningful connections among members. Each section includes specific tactics you can implement right away, backed by examples from successful communities.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Define your reason for creating an online community</strong></h2>\n\n\n\n<p>Starting an online community requires significant time and resources. Before diving in, you need a clear purpose that guides every decision you make.</p>\n\n\n\n<p>The most successful communities serve specific, well-defined goals. A vague aim like &#8220;connecting people&#8221; won&#8217;t provide enough direction. Instead, focus on concrete objectives such as:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Supporting customers through peer-to-peer problem solving.</li>\n\n\n\n<li>Building brand loyalty through exclusive experiences and early access.</li>\n\n\n\n<li>Creating collaborative learning spaces where members share expertise.</li>\n\n\n\n<li>Gathering feedback to improve products or services.</li>\n\n\n\n<li>Providing specialized networking opportunities in niche fields.</li>\n</ul>\n\n\n\n<p>Your community&#8217;s purpose shapes everything from platform choice to content strategy. An educational community focused on live workshops needs different tools than a support community built around troubleshooting forums.</p>\n\n\n\n<p>Ask yourself: <strong>Will this community be central to your business model or support existing offerings?</strong> A course creator might build their entire business around a learning community, while a retailer might use community spaces to enhance customer experience through product discussions and reviews.</p>\n\n\n\n<p>The clearer your purpose, the easier it becomes to make decisions that serve both your members and your goals.</p>\n\n\n\n<h1 class=\"wp-block-heading\"><strong>Define your ideal persona and why community is important for them</strong></h1>\n\n\n\n<p>Success in community building starts with deeply understanding who your members are and what draws them to connect with others. Going beyond basic demographics reveals what truly motivates participation.</p>\n\n\n\n<p>Take these specific examples:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Remote tech workers seeking professional growth might join to share career advice, discuss industry trends, and build relationships outside their immediate team.</li>\n\n\n\n<li>Home bakers learning artisan bread techniques want to troubleshoot recipes, showcase their creations, and find motivation from fellow enthusiasts.</li>\n\n\n\n<li>Independent artists could gather to share business tips, critique works in progress, and find potential collaborators.</li>\n</ul>\n\n\n\n<p>Each group has distinct needs that shape how they&#8217;ll engage. Remote workers might value structured networking events and skill-sharing sessions, while bakers might prefer photo-rich discussions and live-streaming demonstrations. Artists might engage most with portfolio showcases and project collaboration tools.</p>\n\n\n\n<p>Study where your ideal members currently gather online. What frustrates them about existing spaces? What makes them stick around? Use these insights to craft experiences that solve real pain points.</p>\n\n\n\n<p>And remember – your community will attract different types of participants. Some will actively create content, others will moderate discussions, while many will simply absorb information. Design your space to support all these interaction styles.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Selecting the right format and channels for your online community</strong></h2>\n\n\n\n<p>Your community&#8217;s format directly impacts how members interact and engage. Each option offers distinct advantages for different community goals:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Forums</strong> excel at organizing in-depth discussions by topic, making it easy for members to find relevant conversations and contribute meaningfully. They&#8217;re particularly effective for technical support or knowledge-sharing communities.</li>\n\n\n\n<li><strong>Live events</strong> build excitement and real-time connection. Whether through video workshops, AMAs, or virtual meetups, synchronous gatherings create shared experiences that strengthen community bonds.</li>\n\n\n\n<li><a href=\"https://blog.gravatar.com/2024/07/11/enable-comments-in-wordpress/\"><strong>Comment sections</strong></a> work well for focused discussions around specific content pieces. They&#8217;re ideal for communities built around blogs, courses, or media content where context matters.</li>\n\n\n\n<li><strong>Activity feeds</strong> keep members updated on community happenings, highlighting recent discussions, achievements, and contributions. They help maintain engagement between deeper interactions.</li>\n</ul>\n\n\n\n<p><a href=\"https://wordpress.org/\">WordPress</a> offers the flexibility to mix these formats without platform restrictions. Unlike social media networks, you control the experience and aren&#8217;t subject to algorithmic changes or paid reach limitations. It also gives you an opportunity to create an engaging community platform with <a href=\"https://blog.gravatar.com/2024/05/09/wordpress-profile-page/\">customized profile pages</a> and personalized recommendations based on user data.&nbsp;</p>\n\n\n\n<p>Whatever the format is,<strong> we recommend starting with free channels to build your initial audience.</strong> For example, many fitness channels offer free training videos on YouTube and then a paid membership option for subscribers who want to join specific programs. Similarly, the <a href=\"https://www.youtube.com/@GoodMythicalMorning/community\">Good Mythical Morning YouTube channel</a> nurtures viewers before inviting them to join their premium <a href=\"https://www.mythicalsociety.com/\">Mythical Society community</a>. This approach lets you demonstrate value and build trust before asking for a deeper commitment.</p>\n\n\n\n<img width=\"660\" height=\"314\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/mythical-society.png?w=660\" alt=\"The Mythical Society\" class=\"wp-image-2535\" />\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Creating member profiles for your community&nbsp;</strong></h2>\n\n\n\n<p>Member profiles form the foundation of community identity and connection. <a href=\"https://gravatar.com/\">Gravatar</a> helps website owners with this crucial element by linking profiles to email addresses, enabling consistent identity across platforms with minimal setup time.</p>\n\n\n\n<p>The &#8220;Update Once, Sync Everywhere&#8221; feature saves valuable time for both administrators and members. Instead of creating new profiles for each community space, Gravatar allows all integrated platforms to pull in and auto-populate profile data.</p>\n\n\n\n<p><a href=\"https://blog.gravatar.com/2024/08/26/gravatar-api-tutorial-for-app-developers/\">Two powerful APIs</a> make implementation straightforward:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The <a href=\"https://docs.gravatar.com/api/avatars/images/\">Avatar API</a> pulls member photos and basic details</li>\n\n\n\n<li>The <a href=\"https://docs.gravatar.com/rest-api/\">Profile API</a> imports comprehensive profile information</li>\n</ul>\n\n\n\n<p>This automation speeds up the <a href=\"https://blog.gravatar.com/2024/09/06/onboarding-user-experience/\">user onboarding</a> significantly. New members arrive with pre-filled profiles, reducing friction and increasing the likelihood they&#8217;ll engage right away. Familiar avatars across different sections of your community help members recognize each other easily, strengthening relationships.</p>\n\n\n\n<p><img src=\"https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" /><em>If you’re looking for some inspiration on how to build beautiful profile pages, check out our article on </em><a href=\"https://blog.gravatar.com/2024/06/05/user-profile-page-examples/\"><em>user profile page examples</em></a><em>.&nbsp;</em></p>\n\n\n\n<p>Privacy remains in members&#8217; control. They choose what information to share and can maintain multiple identities for different community roles – perfect for separating member and moderator profiles.</p>\n\n\n\n<a href=\"https://docs.gravatar.com/getting-started/\"><img width=\"3242\" height=\"729\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/gravatar_integration_cta.png\" alt=\"\" class=\"wp-image-2632\" /></a>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Creating community guidelines and moderation strategies</strong></h2>\n\n\n\n<p>Smart moderation strategies keep communities healthy while encouraging authentic interaction. Advanced approaches include:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>AI-powered content filtering to catch obvious violations automatically.</li>\n\n\n\n<li>Multi-tier moderation systems where trusted members help maintain community standards.</li>\n\n\n\n<li>Living guidelines that adapt based on community feedback and real situations.</li>\n</ul>\n\n\n\n<p>Gravatar&#8217;s universal profiles enhance these efforts by:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Using verified email addresses to reduce fake accounts and spam.</li>\n\n\n\n<li>Building trust scores based on member history across platforms.</li>\n\n\n\n<li>Speeding up issue resolution through integrated reporting systems.</li>\n</ul>\n\n\n\n<p>Balance strict rules with community self-regulation. The <a href=\"https://stackexchange.com/\">Stack Exchange network</a> demonstrates this well: Experienced members gain moderation privileges through consistent positive contributions, creating a sustainable system where the community largely moderates itself.</p>\n\n\n\n<p>Clear consequences for guideline violations matter, but focus more on rewarding positive behavior. Highlight exemplary members, celebrate constructive contributions, and create paths for members to earn additional privileges through helpful participation.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Strategies for launching and growing your community</strong></h2>\n\n\n\n<p>A successful community launch builds momentum that drives sustained growth. Smart tactics maximize early engagement and set the right foundations.</p>\n\n\n\n<p>Reward early adopters with exclusive perks like special &#8220;founding member&#8221; badges displayed on profiles. Besides the badges, members with this level could also have direct access to community leadership, the right to give input on future features and direction, and even early access to new content or features.</p>\n\n\n\n<p>However, you should nurture all members, not just the early adopters. Create achievement systems that encourage meaningful participation:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Recognition for quality contributions.</li>\n\n\n\n<li>Special roles for consistent, helpful answers.</li>\n\n\n\n<li>Progress tracking tied to learning goals.</li>\n\n\n\n<li>Visible milestones on member profiles.</li>\n</ul>\n\n\n\n<p>You can measure how successful your efforts are by measuring engagement metrics – number of comments, new members, etc. However, it’s best to go beyond the basics and track indicators that show real community health:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Ratio of new discussions to responses.</li>\n\n\n\n<li>Time between member questions and first answers.</li>\n\n\n\n<li>Number of connections made between members.</li>\n\n\n\n<li>Quality and depth of conversations.</li>\n</ul>\n\n\n\n<p>Finally, think of different ways you can scale engagement through time. Partner with micro-influencers who genuinely connect with your community&#8217;s purpose – their authentic enthusiasm will attract members who share your values.</p>\n\n\n\n<p>As your community grows, personalize the experience based on member behavior and interests. Use Gravatar profile data to:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Customize onboarding paths.</li>\n\n\n\n<li>Suggest relevant discussions.</li>\n\n\n\n<li>Connect members with shared interests.</li>\n\n\n\n<li>Highlight content matching expertise levels.</li>\n</ul>\n\n\n\n<p>Keep in mind that small, active communities often provide more value than large, disengaged ones. Focus on fostering quality interactions rather than chasing member numbers.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Fostering engagement and participation in your online community&nbsp;</strong></h2>\n\n\n\n<p>Engaged communities don&#8217;t happen by accident. They need thoughtful content, smart incentives, and active leadership. This section explores advanced strategies that go beyond basic engagement tactics, helping you create an environment where meaningful interaction happens naturally.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Creating compelling community content and discussions&nbsp;</strong></h3>\n\n\n\n<p>Strong content sparks conversations that keep members coming back. Focus on creating material that taps into your community&#8217;s specific interests and motivations:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Frame discussion topics as practical problems to solve rather than digital queries.</li>\n\n\n\n<li>Share behind-the-scenes insights that make members feel like insiders.</li>\n\n\n\n<li>Create content series that build anticipation and regular participation.</li>\n\n\n\n<li>Use polls and surveys to gather opinions on controversial industry topics.</li>\n</ul>\n\n\n\n<p>Mix content formats to suit different learning and interaction styles:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Short-form videos for quick tips and demonstrations.</li>\n\n\n\n<li>Long-form articles for deep dives into complex topics.</li>\n\n\n\n<li>Audio content for on-the-go consumption.</li>\n\n\n\n<li>Interactive workshops for hands-on learning.</li>\n</ul>\n\n\n\n<p>Encourage member-generated content by:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Featuring expert members in community spotlights.</li>\n\n\n\n<li>Running themed challenges that showcase member work.</li>\n\n\n\n<li>Creating dedicated spaces for member success stories.</li>\n\n\n\n<li>Setting up peer mentoring programs.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Implementing gamification and rewards for active members</strong></h3>\n\n\n\n<p>Gamification transforms passive members into active participants when implemented thoughtfully. The <a href=\"https://www.duolingo.com/\">Duolingo</a> language learning community demonstrates this perfectly – their streak system and XP leaderboards turn daily practice into an engaging challenge.</p>\n\n\n\n<img width=\"660\" height=\"290\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/duolingo-daily-quest.png?w=660\" alt=\"Example of Duolingo completed daily quest\" class=\"wp-image-2578\" />\n\n\n\n<p>Achievement paths should reflect genuine community values. A tech support community might award &#8220;Problem Solver&#8221; status to members who consistently provide validated solutions. These members then receive special privileges, like the ability to mark answers as official solutions or mentor newcomers.</p>\n\n\n\n<p>Collaborative challenges build stronger connections between members. Take <a href=\"https://www.strava.com/challenges\">Strava&#8217;s monthly distance challenges</a> – they motivate individual achievement while fostering a sense of shared accomplishment. Your community might organize team projects that combine different skill sets, such as writers partnering with designers to create resources for the community.</p>\n\n\n\n<img width=\"660\" height=\"270\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/strava.png?w=660\" alt=\"Strava’s monthly distance challenges\" class=\"wp-image-2538\" />\n\n\n\n<p><strong>The most effective rewards provide real value. </strong>This could mean exclusive access to industry experts, featured spots in community content, or early access to new features. One gaming community successfully uses a point system where active members earn credits toward premium content and merchandise.</p>\n\n\n\n<p>Track achievements through Gravatar profiles to make recognition visible and persistent. Members can showcase their expertise badges, contribution streaks, and impact metrics across all community spaces, building consistent reputation and authority.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Staying involved and active as a community leader</strong></h3>\n\n\n\n<p>Leadership visibility builds trust and encourages participation. Make your presence felt through:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Regular &#8220;state of the community&#8221; updates.</li>\n\n\n\n<li>Direct responses to member concerns.</li>\n\n\n\n<li>Personal stories that demonstrate vulnerability.</li>\n\n\n\n<li>Clear communication about community decisions.</li>\n</ul>\n\n\n\n<p><strong>Balance hands-on involvement with empowering others.</strong> Train moderators to handle day-to-day management, spotlight emerging community leaders and create opportunities for members to take ownership of initiatives.</p>\n\n\n\n<p>Remember that your consistent presence shows members their participation matters.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Scaling and building your community</strong></h2>\n\n\n\n<p>Growth presents both opportunities and challenges for community builders. A strategic approach helps maintain quality while expanding reach.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Start with a detailed roadmap that outlines growth phases.</strong> Map specific initiatives to member count milestones – what works for 100 members likely won&#8217;t serve 10,000. Include plans for things like expanding moderator teams, adding new content formats, introducing advanced features, and upgrading the technical infrastructure of your platform to accommodate increased traffic.&nbsp;</li>\n\n\n\n<li><strong>Make data-driven decisions</strong> by tracking meaningful metrics:\n<ul class=\"wp-block-list\">\n<li>Member retention rates across different joining cohorts.</li>\n\n\n\n<li>Response times for member questions.</li>\n\n\n\n<li>Active participation percentages.</li>\n\n\n\n<li>Content engagement patterns.</li>\n</ul>\n</li>\n\n\n\n<li><strong>Gather and act on member feedback systematically.</strong> Monthly surveys, feedback threads, and one-on-one conversations with active members reveal pain points before they become major issues.</li>\n\n\n\n<li><strong>Maintain community culture through growth spurts.</strong> The Reddit community r/AskHistorians demonstrates this well &#8211; they&#8217;ve scaled to over a million members while maintaining strict quality standards for historical discussion.</li>\n\n\n\n<li><strong>Be cautious about growing too quickly. </strong>Rapid member influx can overwhelm moderation systems and dilute community culture. Focus on attracting members who align with your community&#8217;s core values rather than chasing pure numbers.</li>\n</ul>\n\n\n\n<p>And remember: <strong>bigger isn&#8217;t always better.</strong> A focused community of 500 engaged members often provides more value than one with 50,000 lurkers. A great example of this is <a href=\"https://join.creatorscience.com/#pricing\">Jay Clouse’s highest-tier community</a>, which has a cap of 200 members. He knows that exclusivity is one of the most important perks, and having fewer subscribers allows him to pay more attention and provide those people with unique benefits.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How to monetize your community strategically</strong></h2>\n\n\n\n<p>Smart monetization enhances member value while creating sustainable revenue. The trick lies in aligning monetary goals with community benefits. Here’s what you can do:&nbsp;</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Paid memberships: </strong>Premium memberships work well when they unlock genuine value. <a href=\"https://www.sarahbethyoga.com/\">Sara Beth Yoga</a>, for example, offers basic classes through her YouTube channel while reserving expert-led workshops and specialized support groups for paying members. Members gladly pay because the premium features directly serve their goals.</li>\n\n\n\n<li><strong>Sponsored content: </strong>Brand partnerships succeed through authentic alignment. A photography community might partner with camera manufacturers for exclusive tutorials or early product access. Both the brand and community benefit, while members gain valuable insights.</li>\n\n\n\n<li><strong>Virtual events:</strong> These can include workshops taught by community experts, industry <a href=\"https://blog.gravatar.com/2024/06/16/how-to-network-at-a-conference/\">conferences</a> featuring member speakers, mastermind groups for specific topics, and behind-the-scenes tours or demonstrations.</li>\n\n\n\n<li><strong>Digital products</strong>: If members frequently ask similar questions, package those answers into comprehensive guides or courses. Let community input shape product development to ensure relevance.&nbsp;</li>\n\n\n\n<li><strong>Affiliate marketing: </strong>Sign up for affiliate programs to earn commissions on products you’ve personally tried and you believe your audience will find useful or interesting.&nbsp;</li>\n</ul>\n\n\n\n<p>Always maintain transparency about monetization. Explain how revenue supports community growth and improvement. Many successful communities, like <a href=\"http://dev.to\">DEV.to</a>, openly discuss their business model and gather member input on monetization decisions.</p>\n\n\n\n<p>Start small – test ideas with core members before full rollout. Their feedback helps refine offerings that truly serve the community.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Scaling your thriving community: Gravatar&#8217;s role in sustainable expansion</strong></h2>\n\n\n\n<p>Building a thriving online community requires careful planning, consistent effort, and the right tools. Each element covered in this guide is vital in creating spaces where people genuinely want to connect and contribute.</p>\n\n\n\n<p><a href=\"https://blog.gravatar.com/2024/06/03/profiles-as-a-service/\">Gravatar&#8217;s profiles-as-service system</a> removes major technical hurdles from community growth. This frees you to focus on what matters most – fostering meaningful connections between members.</p>\n\n\n\n<p>The platform supports sustainable expansion through several key features:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Streamlined registration</strong> eliminates common friction points. New members arrive with pre-populated profiles, making them more likely to engage immediately. No more abandoned signups due to lengthy forms.</li>\n\n\n\n<li><strong>Multi-platform identity management</strong> helps members maintain consistent presence across community spaces. A member&#8217;s contributions in your forums, comments, and events all link back to their unified profile on <a href=\"https://github.com/\">GitHub</a>, <a href=\"https://slack.com/\">Slack</a>, and other integrated platforms.</li>\n\n\n\n<li><strong>Rich profiles </strong>enable deeper connections. Members can showcase relevant expertise, interests, and achievements. This makes it easier for them to find like-minded peers and contribute meaningfully to discussions.</li>\n\n\n\n<li><strong>Privacy controls</strong> give members confidence in participation. They can manage multiple identities and control exactly what information appears in different community contexts. This flexibility encourages authentic engagement.</li>\n\n\n\n<li><strong>Developer-friendly integration</strong> speeds implementation through well-documented APIs and SDKs. You can focus on building unique community features instead of recreating basic profile functionality.</li>\n</ul>\n\n\n\n<p>Ready to start building your community? <a href=\"https://docs.gravatar.com/\">Explore how Gravatar can help</a> lay the foundation for sustainable growth while creating engaging member experiences.</p>\n\n\n\n<a href=\"https://docs.gravatar.com/getting-started/\"><img width=\"3242\" height=\"729\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/gravatar_integration_cta.png\" alt=\"\" class=\"wp-image-2632\" /></a>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 Dec 2024 16:11:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ronnie Burt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"WPTavern: WordPress Training Team Launches New Course for Designers: Beginner WordPress Designer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=183334\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"https://wptavern.com/wordpress-training-team-launches-new-course-for-designers-beginner-wordpress-designer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1749:\"<p>The Training Team has launched a new course on Learn WordPress specifically for designers: <a href=\"https://learn.wordpress.org/course/beginner-wordpress-designer/\">Beginner WordPress Designer</a>. This learning pathway is crafted to help designers new to WordPress gain the skills needed to create professional websites.</p>\n\n\n\n<p>The course covers essential topics such as building a style guide, understanding block themes, and adopting a block-first approach to design. It also teaches best practices in web design, theme customization, layout composition, and working with media blocks.</p>\n\n\n\n<p>This learning pathway is free and open to everyone and consists of 24 lessons organized into 6 sections, requiring approximately 4 hours to complete:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Introduction to designing with WordPress</li>\n\n\n\n<li>Getting to know WordPress</li>\n\n\n\n<li>Web design best practices</li>\n\n\n\n<li>Customizing themes and templates</li>\n\n\n\n<li>Layout composition</li>\n\n\n\n<li>Working with media blocks</li>\n</ul>\n\n\n\n<a href=\"https://x.com/dcwhatwhat/status/1870036926087954635\"><img src=\"https://lh7-rt.googleusercontent.com/docsz/AD_4nXcsB3IrCP79JgZlCcxR20I-kjT0wy8FAiSG471vrHErMhi3tkleO2KwZ8wwJU-LmAuauVD-D6FwKOe3NdOdEeSzfPhZbETKhQCGAuUuUwoZQs4jySI_OqjSX2UaGOyiZY9GUXZt2g?key=9To1fAJHQrfgfCSDChmn5_yZ\" alt=\"Tweet from WordPress Training Team rep Jamie Madden: \" /></a>\n\n\n\n<p>Lesley Sim, Co-founder of Newsletter Glue <a href=\"https://x.com/lesley_pizza/status/1870045335906832793\">tweeted</a>, “This looks so good and so useful.”</p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/\">Learn WordPress</a> is an educational initiative by the Training team aimed at helping users of all levels improve their WordPress skills.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 Dec 2024 20:57:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Jyolsna\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: Matt Mullenweg Asks What Drama to Create in 2025, Community Reacts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=183317\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://wptavern.com/matt-mullenweg-asks-what-drama-to-create-in-2025-community-reacts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9860:\"<p>On Christmas Eve, WordPress co-founder Matt Mullenweg took to <a href=\"https://www.reddit.com/r/WPDrama/comments/1hlp08d/what_drama_should_i_create_in_2025/\">Reddit</a>, causing quite a stir by asking what kind of drama he should create in 2025. He posted, “What drama should I create in 2025? I’m very open to suggestions. Should we stop naming releases after jazz musicians and name them after Drake lyrics? Eliminate all dashboard notices? Take over any plugins into core? Change from blue to purple? I think we can brainstorm together and come up with way better things than I could on my own. <img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/263a.png\" alt=\"☺\" class=\"wp-smiley\" /> Also, Merry Christmas! <img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f384.png\" alt=\"🎄\" class=\"wp-smiley\" />”</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"reddit-embed-bq\"><a href=\"https://www.reddit.com/r/WPDrama/comments/1hlp08d/what_drama_should_i_create_in_2025/\">What drama should I create in 2025?</a><br /> by<a href=\"https://www.reddit.com/user/photomatt/\">u/photomatt</a> in<a href=\"https://www.reddit.com/r/WPDrama/\">WPDrama</a></blockquote>\n</div>\n\n\n\n<p>The post quickly amassed over 500 comments. However, the community was far from being amused, and a good portion of the replies urged him to stop posting, step down, seek professional help, or take a break and avoid creating any drama. “For someone in your position, creating extraneous drama for these people is not only disrespectful, it&#8217;s outright psychopathic to the extent that it affects their ability to work and be productive.”, read one <a href=\"https://www.reddit.com/r/WPDrama/comments/1hlp08d/comment/m3ovebk/\">comment</a> from Stubby_Shillelagh.</p>\n\n\n\n<p>Redditor WillmanRacing referenced a Sherman Act violation, suggesting sarcastically, “I have a fantastic idea for some drama we can get up to. Why don&#8217;t we create a <a href=\"https://wordpressfoundation.org/\">charitable foundation</a> governing our open source software product, instead of <a href=\"https://automattic.com/\">our for-profit company</a>. Why don&#8217;t we also operate our main website as its <a href=\"https://wordpress.org/\">own separate entity</a>, with employees and volunteers provided by <a href=\"https://audrey.co/\">yet another entity</a>. Then, why dont we have all of these entities take action against one of our competitors and their entire customer base, refusing to do business with any customers until they stop working with our competitor. Why don&#8217;t we ban ALL of those people from our services, and try to compel them to use our service instead?” </p>\n\n\n\n<p>Many expressed frustration and hoped for a return to normalcy. One Redditor <a href=\"https://www.reddit.com/r/WPDrama/comments/1hlp08d/comment/m3om7bh/\">shared</a>, “I&#8217;ve been a huge fan of WordPress for the longest time, and I hate to see all this drama happening. Learning WordPress is actually how I landed my first official programming job. I really hope everything will get back to normal soon.”</p>\n\n\n\n<p>Responding to calls for taking a break, Matt quoted Shakespeare’s Macbeth: “Life&#8217;s but a walking shadow, A poor player that struts and frets his hour upon the stage, and then is heard no more: It is a tale told by an idiot, full of sound and fury, signifying nothing.”</p>\n\n\n\n<p>Matt also hinted that some exciting things are on the way. He said, “I&#8217;m really excited for people to experience Phase 3 of Gutenberg, things like real-time co-editing done completely peer-to-peer with WebRTC.”&nbsp;</p>\n\n\n\n<img src=\"https://lh7-rt.googleusercontent.com/docsz/AD_4nXf07lUKH9MXt_vqFieCzYniY92OBQ5zYieFbWFRkWW7EbOBWMx3wBq0OGn14WjHmtgfdAPR9NaJnV3eFmIN7szRoueCIZ-MYVZX10IpkgBG6skYhRTWHbs1KTsa3n6sl6OD7AKt3Q?key=VJAxsFxouUADeL7bmQ2E84-5\" alt=\"\" />\n\n\n\n<p>Another person <a href=\"https://www.reddit.com/r/WPDrama/comments/1hlp08d/comment/m3q58tc/\">chimed in</a>, “Matt is doing to WordPress.org what broadcom is doing to VMware. WordPress used to be such a happy place with a rich thriving developer community, but now everyone is scared shitless that Matt will do a rug pull because he feels like it.”</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>It (WordPress) has a very special place in my heart, as well. I think WordPress&#8217; brightest days are ahead of it. </p>\n\n\n\n<p>&#8211; Matt Mullenweg</p>\n</blockquote>\n\n\n\n<p>Matt was also criticized for not grasping the gravity of the situation. One Redditor <a href=\"https://www.reddit.com/r/WPDrama/comments/1hlp08d/comment/m3ohcq4/\">said</a>, “How can you write such a post in a time like this? The WordPress community needs stability and a leadership to trust again. It doesn’t matter if you want to be funny, this is not the right time. Do you think people see this post and think, &#8220;yeah, that’s a project I want to contribute to?&#8221; Contributors are leaving, even getting banned. Clients are worried. Users looking for alternatives. A court is involved. But your actions don’t really look like you get the seriousness of this. It’s really sad to watch.”</p>\n\n\n\n<p>Another Redditor too shared this opinion and Matt replied, “I hope you see how much this is unique to WPE and not something that has happened before or since with others. <strong>Silver Lake holds things for 4-6 years and then flips and moves on. Myself and many others are in this for decades. We have seen their type come and go in the past.</strong>”</p>\n\n\n\n<p>When a Redditor asked about choosing Shopify or sticking with WordPress, Matt recommended, “Use WordPress if you value freedom, autonomy, and want to be in complete control of your digital future. Shopify can be expensive but a good proprietary solution if you want to do exactly what they offer and not color outside the lines too much.” Most of Matt’s comments in Reddit were downvoted. </p>\n\n\n\n<p>Some supported Matt’s recent actions. “Thanks for your &#8220;drama&#8221;. Had it been successful, this would have set the best precedent ever for the all the hyper-capitalist leeches leeching off the free work of others. But everyone is selfish, and short-sighted. They should have taken the opportunity to back you, and dealt with you later, but alas. All fools.”, read one <a href=\"https://www.reddit.com/r/WPDrama/comments/1hlp08d/comment/m3r7q2u/\">comment</a>.</p>\n\n\n\n<p>Another one <a href=\"https://www.reddit.com/r/WPDrama/comments/1hlp08d/comment/m3rbe7k/\">said</a>, “If you want to make the change you claim you want to see and Matt take a more ethical stance on his business practices, then maybe give WordPress back to the people for free as it was intended. Until then we should appreciate the guy who brought us to the dance. Does not mean we need to like him, more successful people are not liked, something very sad about watching a group of people attack a man who gave 50% of the net to the world for free.”</p>\n\n\n\n<p>The community also offered Matt various suggestions, both serious and playful:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Provide steady leadership.</li>\n\n\n\n<li>Listen to the community.</li>\n\n\n\n<li>Show restraint and consider how his actions affect the rest of the community.</li>\n\n\n\n<li>Publicly promise that no plugins from the Repo will be taken over.</li>\n\n\n\n<li>Endorse a successor to WordPress</li>\n\n\n\n<li>Federate the Repos and take the hosting costs off Automattic.</li>\n\n\n\n<li>Introduce a built-in way to create a simple contact form&nbsp;</li>\n\n\n\n<li>Hand over WordPress.org to a community-run group.</li>\n\n\n\n<li>Make Gutenberg absolutely awesome.</li>\n\n\n\n<li>Offer WordPress with three options right out of the box: Classic only, Gutenberg only, or both.</li>\n\n\n\n<li>Name WordPress releases after meteors/poets/songwriters.</li>\n\n\n\n<li>Charge $.05 per request to anything at WordPress.org</li>\n</ul>\n\n\n\n<p>Regarding the ongoing drama, Matt said, “We&#8217;ll look back on the WPE drama next year as something that seemed like a big deal at the time but isn&#8217;t that notable in the grand arc of history.”</p>\n\n\n\n<p>&nbsp;He signed off, saying, “I really do enjoy talking with people on the internet, even if we don&#8217;t always agree, and I appreciate everyone taking the time to share their perspective. Forums like this is how I got my start as a teenager. If you think Reddit is spicy, you should have seen Usenet and IRC back in the day! I hope you all have an amazing Christmas and very happy new year.”</p>\n\n\n\n<p>The discussion spilled over to Twitter, too. Ryan Duff <a href=\"https://x.com/ryancduff/status/1871708268755869736\">dubbed</a> it “Just another day of very unhealthy and toxic behavior from WordPress co-founder Matt Mullenweg.”</p>\n\n\n\n<p>Takis Bouyouris <a href=\"https://x.com/takisbig/status/1872231107594535031\">tweeted</a>, “Either Matt has crossed some sort of personal Rubicon, or it is hard to imagine how such pettiness could have been the attribute of one who lead the project for so many years. Being lonely at the top, detached from reality and without healthy consult is a sign of a fading ruler. The Autumn of the Patriarch, by Gabriel García Márquez is a great novel on the topic.”&nbsp;</p>\n\n\n\n<p>Duane Storey <a href=\"https://x.com/DuaneStorey/status/1871773196795691345\">tweeted</a>, “Matt looking down at the #WordPress community on Reddit this Christmas eve, wondering why we are all still singing and enjoying ourselves without our WordPress.org toys.”</p>\n\n\n\n<p>Kellie Peterson <a href=\"https://x.com/kellie/status/1871701861369340395\">exclaimed</a>, “What fresh hell? This is what Matt Mullenweg is doing on Christmas Eve. He could be spending it with his alleged many godchildren, his mother, and his sister but instead he&#8217;s sowing chaos.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 Dec 2024 20:13:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Jyolsna\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"Gravatar: The Future of Blog UX: 6 Trends and Tools You Need\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://blog.gravatar.com/?p=2562\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://blog.gravatar.com/2024/12/23/blog-ux-best-practices/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:20196:\"<p>Even though great content is an important part of any blog, it’s only a small part of <a href=\"https://blog.gravatar.com/2024/08/16/user-experience-personalization/\">creating great user experiences</a>. Everything on your site should be focused on making sure readers can actually find, enjoy, and interact with what you&#8217;ve written.&nbsp;</p>\n\n\n\n<p>A well-designed user experience keeps visitors reading longer, encourages them to explore more posts, and makes them more likely to take a desired action, whether that&#8217;s signing up for your newsletter or checking out your products.</p>\n\n\n\n<p><strong>Search engines care about user experience too. </strong>Google specifically looks at how people interact with your blog, making UX a significant factor in where your content appears in search results. And according to <a href=\"https://lawsofux.com/jakobs-law/\">Jakob&#8217;s Law</a>, which tells us users prefer websites that work similarly to ones they already know, creating a familiar yet modern interface can dramatically increase engagement.</p>\n\n\n\n<p>Ready to make your blog easier to use and more engaging? Let&#8217;s explore some proven practices and tools to help create an outstanding experience for your readers. Plus, discover how <a href=\"https://gravatar.com/\">Gravatar</a> can boost your blog&#8217;s credibility and user interaction.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>1. Ensuring your blog homepage is easy to navigate and well-organized</strong></h2>\n\n\n\n<p>The homepage of your blog sets the tone for the entire reading experience. Getting it right means implementing smart navigation features that help readers find exactly what they want.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Start with an intelligent search system. </strong>Add auto-suggest functionality that predicts what users might search for as they type and weigh the results based on popularity and relevance. Make sure search results can be filtered by date, category, or content type to help readers narrow down their options.</li>\n</ul>\n\n\n\n<img width=\"1647\" height=\"919\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/example-search-system-woo.png\" alt=\"WooCommerce’s search function\" class=\"wp-image-2565\" />\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Structure your content with a clear taxonomy.</strong> Limit your primary categories to 5-7 options – any more can overwhelm readers. Build nested subcategories for more specific topics and use dynamic tag clouds to show popular subjects. This creates clear pathways for readers to explore related content.</li>\n</ul>\n\n\n\n<img width=\"1687\" height=\"771\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/gravatar-category-overview.png\" alt=\"Gravatar’s category overview\" class=\"wp-image-2566\" />\n\n\n\n<p>How you load content matters, too. For blogs with lots of posts, choose between:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Infinite scroll:</strong> Great for casual browsing and image-heavy content.</li>\n\n\n\n<li><strong>Pagination:</strong> Better for readers who want to track their progress or return to specific pages.</li>\n</ul>\n\n\n\n<p>On mobile devices, focus on these essential elements:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A clean drawer menu that slides in from the side.</li>\n\n\n\n<li>Floating action buttons for quick access to searches or categories.</li>\n\n\n\n<li>Headers that stay visible while scrolling.</li>\n</ul>\n\n\n\n<p>For content previews on your homepage:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Keep excerpts between 120-160 characters.</li>\n\n\n\n<li>Use 16:9 ratio images for consistency.</li>\n\n\n\n<li>Create custom layouts for different types of posts (tutorials, news, reviews).</li>\n</ul>\n\n\n\n<p>Remember to test your navigation with real users. Watch how they browse and search, then adjust based on their behavior. <strong>The best blog homepage design is one that feels natural and helps readers discover more of your content without thinking about it.</strong></p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>2. Optimizing the visual experience on your blog posts</strong></h2>\n\n\n\n<p>The main goal of great blog design is to make content easy and pleasant to read. Let&#8217;s look at specific techniques that enhance readability and keep readers engaged.</p>\n\n\n\n<p>Typography needs precise measurements to work well:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Set body text between 16-18px for comfortable reading.</li>\n\n\n\n<li>Use a line height of 1.5-1.6 to create breathing room between lines.</li>\n\n\n\n<li>Keep line length to 60-75 characters to prevent eye strain.</li>\n\n\n\n<li>Pick fonts that render crisply on all screen sizes.</li>\n</ul>\n\n\n\n<p>Make long posts easier to navigate with these structural elements:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Add a sticky table of contents that follows as readers scroll.</li>\n\n\n\n<li>Show a progress bar indicating how far through the post they are.</li>\n\n\n\n<li>Create clear visual separation between sections using whitespace.</li>\n\n\n\n<li>Include &#8220;jump to section&#8221; links for quick navigation.</li>\n</ul>\n\n\n\n<p>The first screen readers see (the &#8220;above-fold&#8221; area) should give them immediate context:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Add a clear summary box highlighting the main points.</li>\n\n\n\n<li>Display estimated reading time prominently.</li>\n\n\n\n<li>Keep at least 15-20% of space empty to avoid visual clutter.</li>\n\n\n\n<li>Use subheadings to break up text into scannable chunks.</li>\n</ul>\n\n\n\n<p>For complex or technical posts:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Create expandable sections for detailed explanations.</li>\n\n\n\n<li>Add tooltips to explain specialized terms.</li>\n\n\n\n<li>Use bullet points and numbered lists for step-by-step instructions.</li>\n\n\n\n<li>Include relevant screenshots or diagrams.</li>\n</ul>\n\n\n\n<p><strong>Most importantly, maintain consistency across all posts. </strong>Readers shouldn&#8217;t have to relearn how to navigate each time they visit. This follows Jakob&#8217;s Law – when elements work the same way throughout your blog, readers feel more confident exploring your content.</p>\n\n\n\n<p>Overall, visual design should support your content, not compete with it. Every element should serve a purpose in making the post easier to read and understand.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>3. Performance optimization: Speeding up your blog with dynamic content loading</strong></h2>\n\n\n\n<p>A fast-loading blog keeps readers happy and engaged. Here&#8217;s how to serve content quickly and efficiently using modern loading techniques.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Start with progressive loading to prioritize what matters</strong>, such as text and critical elements. Defer less important elements until after the main content appears and use resource hints to tell browsers what to load next. For example, you can implement the intersection observer API to load images only as readers scroll through them.&nbsp;</li>\n\n\n\n<li><strong>Structure your JavaScript smartly</strong> by splitting code into smaller chunks that load only when needed. Use dynamic imports for features like comment sections or sharing buttons, load third-party scripts (like analytics) after core content, and apply virtual scrolling on index pages to handle large archives efficiently.&nbsp;</li>\n\n\n\n<li><strong>Optimize images for better performance</strong> by compressing them without noticeably reducing quality. We recommend generating WebP versions of all images and creating multiple sizes for different screen widths. You could also use content-aware loading to prioritize visible images.</li>\n\n\n\n<li><strong>Set up technical optimizations</strong>, including browser caching with appropriate cache-control headers, skeleton screens (placeholder content) while posts load, and a CDN that will serve assets from locations close to your readers. Make sure you monitor Core Web Vitals regularly to catch performance issues early.&nbsp;</li>\n\n\n\n<li><strong>Include infinite scroll implementations</strong> like pre-loading the next set of posts before readers reach the bottom, keeping memory usage in check by removing posts far outside the viewport, saving scroll position when readers click through to a post, and showing loading indicators only when new content is actually loading.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>4. Making your blog more authoritative through E-E-A-T best practices</strong></h2>\n\n\n\n<p>Building trust with users means showing them exactly why they should value your content. Experience, expertise, authoritativeness, and trustworthiness (E-E-A-T) help readers – and search engines – understand the credibility behind your posts.</p>\n\n\n\n<p>The best way to do that is by creating <a href=\"https://blog.gravatar.com/2024/10/23/upgrade-author-profiles-with-the-gravatar-block-for-wordpress/\">comprehensive author profiles</a>:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>List relevant credentials and certifications.</li>\n\n\n\n<li>Highlight years of experience in specific topics.</li>\n\n\n\n<li>Link to other published work and research.</li>\n\n\n\n<li>Show professional achievements and awards.</li>\n\n\n\n<li>Connect social media profiles to establish a reliable <a href=\"https://blog.gravatar.com/2024/04/10/personal-branding-tools/\">digital presence</a>.</li>\n</ul>\n\n\n\n<p>Gravatar makes managing author identities simple across multiple platforms. Contributors have to create just one profile, and their information appears on Gravatar-supported websites, including every <a href=\"http://wordpress.com\">WordPress.com</a> blog. There, the integration happens automatically – perfect for blogs with multiple contributors or authors who write across different sites.&nbsp;</p>\n\n\n\n<p>For <a href=\"http://wordpress.org\">WordPress.org</a> sites, the <a href=\"https://wordpress.org/plugins/gravatar-enhanced/\">Gravatar Enhanced plugin</a> adds powerful profile features:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Customizable author profile blocks.</li>\n</ul>\n\n\n\n<img width=\"1548\" height=\"742\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/profile-block-example.png\" alt=\"The Gravatar profile block on WordPress\" class=\"wp-image-2567\" />\n\n\n\n<ul class=\"wp-block-list\">\n<li>Automatic profile card embedding in posts.&nbsp;</li>\n\n\n\n<li>Social media integration.&nbsp;</li>\n\n\n\n<li>Custom biography sections.</li>\n</ul>\n\n\n\n<img width=\"1542\" height=\"724\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/customizable-author-biography.png\" alt=\"Example of a customizable author biography section \" class=\"wp-image-2568\" />\n\n\n\n<p>You can use these features to build authority with your audience and create dedicated pages showcasing each author&#8217;s expertise. And if your users don’t have a Gravatar profile, you can set up an automated email sequence inviting them to create one.&nbsp;</p>\n\n\n\n<img width=\"660\" height=\"198\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/gravatar-plugin-invitation.png?w=660\" alt=\"Example of an invitation to create a Gravatar profile\" class=\"wp-image-2569\" />\n\n\n\n<p><img src=\"https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/1f4a1.png\" alt=\"💡\" class=\"wp-smiley\" /><em>If you’re not on WordPress (org or com), don’t worry! You can use Gravatar on any platform thanks to its easy-to-implement </em><a href=\"https://blog.gravatar.com/2024/06/03/profiles-as-a-service/\"><em>REST API</em></a><em>.</em></p>\n\n\n\n<p>Now, going beyond author profiles, you can build authority by structuring your archives effectively. For example, you can create Group posts by topic to demonstrate subject knowledge and display engagement metrics like comment counts. When you have someone who’s been contributing for a while, you can feature their most popular or influential posts or add testimonials from industry peers or readers.&nbsp;</p>\n\n\n\n<p>We also recommend that you make expertise visible throughout your content, not just through design:&nbsp;</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Add &#8220;About the Author&#8221; sections within posts.</li>\n\n\n\n<li>Include relevant credentials in article introductions.</li>\n\n\n\n<li>Link to author&#8217;s research or cited works.</li>\n\n\n\n<li>Show expertise indicators next to author names.</li>\n\n\n\n<li>Feature author contributions to industry publications.</li>\n</ul>\n\n\n\n<p>The Gravatar API lets you enhance these profiles further:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Pull in verified professional achievements.</li>\n\n\n\n<li>Display unified author information across platforms.</li>\n\n\n\n<li>Show real-time updates to author credentials.</li>\n\n\n\n<li>Create custom profile layouts for different content types.</li>\n</ul>\n\n\n\n<p>Whatever your approach is, the best strategy is authenticity. Focus on highlighting genuine expertise and real accomplishments rather than inflating credentials. Readers appreciate honesty and will trust authors who demonstrate their knowledge through quality content backed by verifiable experience.</p>\n\n\n\n<a href=\"https://wordpress.org/plugins/gravatar-enhanced/\"><img width=\"3243\" height=\"729\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/gravatar_enhanced_cta.png\" alt=\"\" class=\"wp-image-2634\" /></a>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>5. Boosting engagement and user interactions on your blog</strong></h2>\n\n\n\n<p>There are several strategies you can implement for a successful and engaging experience.&nbsp;</p>\n\n\n\n<p>First, you must <strong>ensure that your internal linking structure is logical</strong> – you don’t need to link to everything, just the posts that make sense. When you’re smart about it, you can keep readers exploring your content naturally through connections based on topics, skill levels, and reader interests. So, place contextual links within your content where they add value, and use automated related post sections that adapt based on what similar readers have found useful.</p>\n\n\n\n<p>Now, it’s a great thing to guide your readers throughout the blog, but you also need to <strong>motivate them with concrete but meaningful calls to action</strong>. Don’t bombard them with popups; analyze your scroll depth data to understand where readers are most receptive to taking action. Test different CTA positions, designs, and messages with various user segments to find what resonates best.</p>\n\n\n\n<p>Want to create a successful newsletter? <strong>Think beyond basic signup forms.</strong> <a href=\"https://wordpress.com/newsletter/\">WordPress.com&#8217;s native newsletter</a> functionality allows for sophisticated subscriber management. You can segment your audience, deliver automated post notifications, and track which content drives the most engagement. Plus, you can show different content blocks depending on whether someone&#8217;s already subscribed.</p>\n\n\n\n<p>However, perhaps the most powerful way to <strong>build engagement is through an active comment section</strong>. Here&#8217;s where Gravatar&#8217;s universal profile system really shines. When readers comment, their <a href=\"https://blog.gravatar.com/2024/06/05/user-profile-page-examples/\">verified profiles</a> automatically sync across any Gravatar-enabled platform. This builds a sense of community as readers recognize familiar faces and can trust they&#8217;re interacting with real people.</p>\n\n\n\n<img width=\"1784\" height=\"992\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/gravatar-comment-section.png\" alt=\"Example of a comment section with Gravatar profiles\" class=\"wp-image-2570\" />\n\n\n\n<p>With the <a href=\"https://jetpack.com/\">Jetpack</a> plugin, you can enhance this further by enabling <a href=\"https://support.gravatar.com/profiles/hovercards/\">hovercards</a> – detailed profile previews that appear when readers hover over a commenter&#8217;s name. These cards can display social connections, verified links, and complete user information, encouraging meaningful discussions while reducing spam and low-quality comments. This feature is automatically enabled on WordPress.com websites.&nbsp;</p>\n\n\n\n<img width=\"1036\" height=\"569\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/hovercards-example.png\" alt=\"Example of hovercards\" class=\"wp-image-2571\" />\n\n\n\n<p>Want to set up commenting on your WordPress site? Check out our detailed <a href=\"https://blog.gravatar.com/2024/07/11/enable-comments-in-wordpress/#:~:text=Enable%20comments%20on%20specific%20posts&text=Go%20to%20the%20Discussion%20panel,and%20click%20on%20Allow%20comments\">guide on enabling and managing comments</a> effectively.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>6. Creating multimedia elements that add genuine value to articles</strong></h2>\n\n\n\n<p>Adding images, videos, and interactive elements can enhance understanding – but only if they&#8217;re implemented thoughtfully. Your multimedia content should support your message without slowing down your blog.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Data visualization demands careful attention to detail:</strong> Interactive charts and graphs have to work across screen sizes while maintaining readability. Before adding a visual element, ask whether it makes complex information clearer. And remember to A/B test different visualization styles to see which ones readers engage with most.</li>\n\n\n\n<li><strong>Video integration requires balancing quality with performance: </strong>Implement lazy loading so videos only download when readers scroll near them. This keeps your pages fast while still offering rich content. Match your video player controls to your blog&#8217;s design, and add clear thumbnails that tell readers what they&#8217;ll learn.</li>\n</ul>\n\n\n\n<p>Whatever multimedia elements you choose, optimize them for <a href=\"https://support.google.com/webmasters/answer/9205520?hl=en\">Core Web Vitals</a>:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Compress files without sacrificing quality.</li>\n\n\n\n<li>Set proper width and height attributes to prevent layout shifts.</li>\n\n\n\n<li>Use modern formats like WebP for images and WebM for video.</li>\n\n\n\n<li>Ensure all content works well on mobile devices.</li>\n</ul>\n\n\n\n<p>Most importantly, <strong>make your multimedia content accessible</strong>. Add descriptive alt text for images, provide transcripts for videos, and ensure interactive elements work with keyboard navigation and screen readers.</p>\n\n\n\n<p>Think of multimedia as a powerful tool, not a requirement. Each element should serve a clear purpose in helping readers better understand your content. When used strategically, these additions can transform complex topics into engaging, memorable experiences.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Boost your blog’s UX with Gravatar integration</strong></h2>\n\n\n\n<p>Ready to put these UX improvements into action? Gravatar offers a simple way to enhance your blog&#8217;s user experience through automated profile management.</p>\n\n\n\n<p>The Gravatar Enhanced plugin makes implementation straightforward, with customizable profile blocks that showcase author expertise and build reader trust. Hovercards add depth to your comment sections, displaying detailed user information when readers hover over profile images. This creates a more dynamic, engaging experience that encourages meaningful discussions.</p>\n\n\n\n<p>For developers, the Gravatar API enables custom profile displays tailored to your blog&#8217;s specific needs. Build unique author showcases, create advanced comment systems, or integrate user profiles in creative ways. Plus, built-in privacy controls let users manage exactly what information they share.</p>\n\n\n\n<p>Whether you’re a developer or a passionate blogger, you can use Gravatar to transform your blog into an engaging, professional platform where readers can connect with authors and each other meaningfully. Check out the <a href=\"https://docs.gravatar.com/\">Gravatar REST API</a> or the <a href=\"https://wordpress.org/plugins/gravatar-enhanced/\">Gravatar Enhanced plugin</a> today!</p>\n\n\n\n<a href=\"https://docs.gravatar.com/getting-started/\"><img width=\"3242\" height=\"729\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/gravatar_integration_cta.png\" alt=\"\" class=\"wp-image-2632\" /></a>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Dec 2024 19:24:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ronnie Burt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 30 Jan 2025 12:47:58 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:13:\"last-modified\";s:29:\"Thu, 30 Jan 2025 12:30:31 GMT\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:2:\"br\";s:7:\"alt-svc\";s:19:\"h3=\":443\"; ma=86400\";s:4:\"x-nc\";s:9:\"HIT ord 2\";}}s:5:\"build\";s:14:\"20211221050300\";}', 'off');
INSERT INTO `wpht_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(2023, '_site_transient_timeout_community-events-27ce05d36bf300f8019668727fa21fa5', '1738284476', 'off'),
(2024, '_site_transient_community-events-27ce05d36bf300f8019668727fa21fa5', 'a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"189.28.80.0\";}s:6:\"events\";a:0:{}}', 'off'),
(1854, '_site_transient_timeout_wp_theme_files_patterns-7fd0ef9deeed500aebbb0f7583a28219', '1737752980', 'off'),
(1855, '_site_transient_wp_theme_files_patterns-7fd0ef9deeed500aebbb0f7583a28219', 'a:2:{s:7:\"version\";b:0;s:8:\"patterns\";a:0:{}}', 'off'),
(1856, '_site_transient_timeout_browser_41770e408d453f0e18b6cf535e220c84', '1738355981', 'off'),
(1857, '_site_transient_browser_41770e408d453f0e18b6cf535e220c84', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"132.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}', 'off'),
(1860, '_site_transient_timeout_community-events-2e468f41ec91f781e8b407d56f1af5b2', '1737794384', 'off'),
(1861, '_site_transient_community-events-2e468f41ec91f781e8b407d56f1af5b2', 'a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:13:\"186.121.194.0\";}s:6:\"events\";a:0:{}}', 'off');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wpht_postmeta`
--

CREATE TABLE `wpht_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Volcado de datos para la tabla `wpht_postmeta`
--

INSERT INTO `wpht_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5, 214, '_wp_attached_file', '2021/01/pexels-august-de-richelieu-4427609-scaled-1.jpg'),
(2, 3, '_wp_page_template', 'default'),
(3, 6, '_elementor_edit_mode', 'builder'),
(4, 6, '_elementor_template_type', 'kit'),
(6, 214, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1270;s:4:\"file\";s:55:\"2021/01/pexels-august-de-richelieu-4427609-scaled-1.jpg\";s:8:\"filesize\";i:298788;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"pexels-august-de-richelieu-4427609-scaled-1-300x149.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10238;}s:5:\"large\";a:5:{s:4:\"file\";s:56:\"pexels-august-de-richelieu-4427609-scaled-1-1024x508.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66998;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"pexels-august-de-richelieu-4427609-scaled-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7153;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:55:\"pexels-august-de-richelieu-4427609-scaled-1-768x381.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:381;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43750;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:56:\"pexels-august-de-richelieu-4427609-scaled-1-1536x762.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:762;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126202;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:57:\"pexels-august-de-richelieu-4427609-scaled-1-2048x1016.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1016;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:201110;}}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:{}}}'),
(8, 214, '_kadence_starter_templates_imported_post', '1'),
(9, 224, '_wp_attached_file', '2021/01/bg_01.png'),
(10, 224, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:17:\"2021/01/bg_01.png\";s:8:\"filesize\";i:84474;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"bg_01-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:66201;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"bg_01-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17786;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"bg_01-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:336110;}}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:{}}}'),
(12, 224, '_kadence_starter_templates_imported_post', '1'),
(13, 266, '_wp_attached_file', '2021/01/pexels-august-de-richelieu-4427550.jpg'),
(14, 266, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:467;s:6:\"height\";i:700;s:4:\"file\";s:46:\"2021/01/pexels-august-de-richelieu-4427550.jpg\";s:8:\"filesize\";i:53095;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"pexels-august-de-richelieu-4427550-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12812;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"pexels-august-de-richelieu-4427550-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7040;}}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:{}}}'),
(16, 266, '_kadence_starter_templates_imported_post', '1'),
(17, 270, '_wp_attached_file', '2021/01/pexels-august-de-richelieu-4427430.jpg'),
(18, 270, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:534;s:4:\"file\";s:46:\"2021/01/pexels-august-de-richelieu-4427430.jpg\";s:8:\"filesize\";i:91301;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"pexels-august-de-richelieu-4427430-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15402;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"pexels-august-de-richelieu-4427430-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6888;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"pexels-august-de-richelieu-4427430-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68096;}}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:{}}}'),
(20, 270, '_kadence_starter_templates_imported_post', '1'),
(21, 309, '_wp_attached_file', '2021/01/maarten-van-den-heuvel-_pc8aMbI9UQ-unsplash.jpg'),
(22, 309, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:55:\"2021/01/maarten-van-den-heuvel-_pc8aMbI9UQ-unsplash.jpg\";s:8:\"filesize\";i:50560;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"maarten-van-den-heuvel-_pc8aMbI9UQ-unsplash-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14456;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"maarten-van-den-heuvel-_pc8aMbI9UQ-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7068;}}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:{}}}'),
(24, 309, '_kadence_starter_templates_imported_post', '1'),
(25, 317, '_wp_attached_file', '2021/01/emre-aliriz-2rhz3Nuq12c-unsplash.jpg'),
(26, 317, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:421;s:6:\"height\";i:700;s:4:\"file\";s:44:\"2021/01/emre-aliriz-2rhz3Nuq12c-unsplash.jpg\";s:8:\"filesize\";i:92733;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"emre-aliriz-2rhz3Nuq12c-unsplash-180x300.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17123;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"emre-aliriz-2rhz3Nuq12c-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8082;}}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:{}}}'),
(28, 317, '_kadence_starter_templates_imported_post', '1'),
(29, 328, '_wp_attached_file', '2021/01/l_01.png'),
(30, 328, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:300;s:4:\"file\";s:16:\"2021/01/l_01.png\";s:8:\"filesize\";i:5058;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"l_01-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7909;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"l_01-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4664;}}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:{}}}'),
(32, 328, '_kadence_starter_templates_imported_post', '1'),
(33, 329, '_wp_attached_file', '2021/01/l_02.png'),
(34, 329, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:300;s:4:\"file\";s:16:\"2021/01/l_02.png\";s:8:\"filesize\";i:3644;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"l_02-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5507;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"l_02-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3799;}}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:{}}}'),
(36, 329, '_kadence_starter_templates_imported_post', '1'),
(37, 330, '_wp_attached_file', '2021/01/l_03.png'),
(38, 330, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:300;s:4:\"file\";s:16:\"2021/01/l_03.png\";s:8:\"filesize\";i:4264;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"l_03-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6474;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"l_03-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4392;}}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:{}}}'),
(40, 330, '_kadence_starter_templates_imported_post', '1'),
(41, 331, '_wp_attached_file', '2021/01/l_04.png'),
(42, 331, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:300;s:4:\"file\";s:16:\"2021/01/l_04.png\";s:8:\"filesize\";i:2798;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"l_04-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4123;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"l_04-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2875;}}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:{}}}'),
(44, 331, '_kadence_starter_templates_imported_post', '1'),
(45, 347, '_wp_attached_file', '2021/01/ico_01.png'),
(46, 347, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:60;s:6:\"height\";i:69;s:4:\"file\";s:18:\"2021/01/ico_01.png\";s:8:\"filesize\";i:2453;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(48, 347, '_kadence_starter_templates_imported_post', '1'),
(49, 351, '_wp_attached_file', '2021/01/ico_02.png'),
(50, 351, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:60;s:6:\"height\";i:69;s:4:\"file\";s:18:\"2021/01/ico_02.png\";s:8:\"filesize\";i:2317;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(52, 351, '_kadence_starter_templates_imported_post', '1'),
(53, 355, '_wp_attached_file', '2021/01/ico_03.png'),
(54, 355, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:60;s:6:\"height\";i:69;s:4:\"file\";s:18:\"2021/01/ico_03.png\";s:8:\"filesize\";i:2744;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(56, 355, '_kadence_starter_templates_imported_post', '1'),
(57, 414, '_wp_attached_file', '2021/01/pexels-josh-hild-4270292.jpg'),
(58, 414, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:530;s:4:\"file\";s:36:\"2021/01/pexels-josh-hild-4270292.jpg\";s:8:\"filesize\";i:157721;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"pexels-josh-hild-4270292-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21659;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"pexels-josh-hild-4270292-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9089;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"pexels-josh-hild-4270292-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107502;}}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:{}}}'),
(60, 414, '_kadence_starter_templates_imported_post', '1'),
(61, 424, '_wp_attached_file', '2021/01/pexels-august-de-richelieu-4427609-1.jpg'),
(62, 424, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:550;s:6:\"height\";i:800;s:4:\"file\";s:48:\"2021/01/pexels-august-de-richelieu-4427609-1.jpg\";s:8:\"filesize\";i:64019;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"pexels-august-de-richelieu-4427609-1-206x300.jpg\";s:5:\"width\";i:206;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10958;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"pexels-august-de-richelieu-4427609-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4906;}}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:{}}}'),
(64, 424, '_kadence_starter_templates_imported_post', '1'),
(65, 429, '_wp_attached_file', '2021/01/pexels-august-de-richelieu-4427609-2.jpg'),
(66, 429, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:550;s:6:\"height\";i:800;s:4:\"file\";s:48:\"2021/01/pexels-august-de-richelieu-4427609-2.jpg\";s:8:\"filesize\";i:90541;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"pexels-august-de-richelieu-4427609-2-206x300.jpg\";s:5:\"width\";i:206;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15188;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"pexels-august-de-richelieu-4427609-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7025;}}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:{}}}'),
(68, 429, '_kadence_starter_templates_imported_post', '1'),
(69, 430, '_wp_attached_file', '2021/01/pexels-august-de-richelieu-4427620.jpg'),
(70, 430, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:550;s:6:\"height\";i:800;s:4:\"file\";s:46:\"2021/01/pexels-august-de-richelieu-4427620.jpg\";s:8:\"filesize\";i:95501;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"pexels-august-de-richelieu-4427620-206x300.jpg\";s:5:\"width\";i:206;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12794;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"pexels-august-de-richelieu-4427620-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5720;}}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:{}}}'),
(72, 430, '_kadence_starter_templates_imported_post', '1'),
(73, 431, '_wp_attached_file', '2021/01/pexels-august-de-richelieu-4427614.jpg'),
(74, 431, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:550;s:6:\"height\";i:800;s:4:\"file\";s:46:\"2021/01/pexels-august-de-richelieu-4427614.jpg\";s:8:\"filesize\";i:89977;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"pexels-august-de-richelieu-4427614-206x300.jpg\";s:5:\"width\";i:206;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14647;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"pexels-august-de-richelieu-4427614-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7126;}}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:{}}}'),
(76, 431, '_kadence_starter_templates_imported_post', '1'),
(77, 477, '_wp_attached_file', '2021/01/austin-distel-h1RW-NFtUyc-unsplash.jpg'),
(78, 477, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:772;s:4:\"file\";s:46:\"2021/01/austin-distel-h1RW-NFtUyc-unsplash.jpg\";s:8:\"filesize\";i:87536;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"austin-distel-h1RW-NFtUyc-unsplash-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16569;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"austin-distel-h1RW-NFtUyc-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6871;}}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:{}}}'),
(80, 477, '_kadence_starter_templates_imported_post', '1'),
(81, 481, '_wp_attached_file', '2021/01/austin-distel-7uoMmzPd2JA-unsplash.jpg'),
(82, 481, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:700;s:6:\"height\";i:822;s:4:\"file\";s:46:\"2021/01/austin-distel-7uoMmzPd2JA-unsplash.jpg\";s:8:\"filesize\";i:100351;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"austin-distel-7uoMmzPd2JA-unsplash-255x300.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17323;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"austin-distel-7uoMmzPd2JA-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7211;}}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:{}}}'),
(84, 481, '_kadence_starter_templates_imported_post', '1'),
(85, 606, '_wp_attached_file', '2021/01/logo.png'),
(86, 606, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:90;s:6:\"height\";i:71;s:4:\"file\";s:16:\"2021/01/logo.png\";s:8:\"filesize\";i:2377;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(87, 606, '_kadence_starter_templates_imported_post', '1'),
(88, 631, '_wp_attached_file', '2021/01/logo_bottom.png'),
(89, 631, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:120;s:6:\"height\";i:117;s:4:\"file\";s:23:\"2021/01/logo_bottom.png\";s:8:\"filesize\";i:3219;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(90, 631, '_kadence_starter_templates_imported_post', '1'),
(91, 658, '_wp_attached_file', '2021/01/pexels-cqfavocat-613508.jpg'),
(92, 658, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:500;s:4:\"file\";s:35:\"2021/01/pexels-cqfavocat-613508.jpg\";s:8:\"filesize\";i:284033;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"pexels-cqfavocat-613508-300x94.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9859;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"pexels-cqfavocat-613508-1024x320.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112740;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"pexels-cqfavocat-613508-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8656;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"pexels-cqfavocat-613508-768x240.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64802;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:36:\"pexels-cqfavocat-613508-1536x480.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:230814;}}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:{}}}'),
(94, 658, '_kadence_starter_templates_imported_post', '1'),
(95, 661, '_wp_attached_file', '2021/01/pexels-august-de-richelieu-4427431.jpg'),
(96, 661, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:500;s:4:\"file\";s:46:\"2021/01/pexels-august-de-richelieu-4427431.jpg\";s:8:\"filesize\";i:96254;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"pexels-august-de-richelieu-4427431-300x94.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7812;}s:5:\"large\";a:5:{s:4:\"file\";s:47:\"pexels-august-de-richelieu-4427431-1024x320.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49919;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"pexels-august-de-richelieu-4427431-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4951;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"pexels-august-de-richelieu-4427431-768x240.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32002;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:47:\"pexels-august-de-richelieu-4427431-1536x480.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94677;}}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:{}}}'),
(98, 661, '_kadence_starter_templates_imported_post', '1'),
(99, 663, '_wp_attached_file', '2021/01/pexels-pixabay-207662.jpg'),
(100, 663, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:500;s:4:\"file\";s:33:\"2021/01/pexels-pixabay-207662.jpg\";s:8:\"filesize\";i:208107;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"pexels-pixabay-207662-300x94.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10592;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"pexels-pixabay-207662-1024x320.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90657;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"pexels-pixabay-207662-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8639;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"pexels-pixabay-207662-768x240.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54984;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"pexels-pixabay-207662-1536x480.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:180720;}}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:{}}}'),
(102, 663, '_kadence_starter_templates_imported_post', '1'),
(103, 666, '_wp_attached_file', '2021/01/pexels-photo-4754674.jpg'),
(104, 666, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:500;s:4:\"file\";s:32:\"2021/01/pexels-photo-4754674.jpg\";s:8:\"filesize\";i:47228;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"pexels-photo-4754674-300x94.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5723;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"pexels-photo-4754674-1024x320.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31834;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"pexels-photo-4754674-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3674;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"pexels-photo-4754674-768x240.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21029;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"pexels-photo-4754674-1536x480.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56791;}}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:{}}}'),
(106, 666, '_kadence_starter_templates_imported_post', '1'),
(107, 667, '_wp_attached_file', '2021/01/pexels-matthias-zomer-618158.jpg'),
(108, 667, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:500;s:4:\"file\";s:40:\"2021/01/pexels-matthias-zomer-618158.jpg\";s:8:\"filesize\";i:116719;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"pexels-matthias-zomer-618158-300x94.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8140;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"pexels-matthias-zomer-618158-1024x320.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59185;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"pexels-matthias-zomer-618158-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6178;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:40:\"pexels-matthias-zomer-618158-768x240.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37015;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:41:\"pexels-matthias-zomer-618158-1536x480.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111405;}}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:{}}}'),
(110, 667, '_kadence_starter_templates_imported_post', '1'),
(111, 672, '_wp_attached_file', '2021/01/wave_tr_bg.png'),
(112, 672, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:89;s:6:\"height\";i:84;s:4:\"file\";s:22:\"2021/01/wave_tr_bg.png\";s:8:\"filesize\";i:1490;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(113, 672, '_kadence_starter_templates_imported_post', '1'),
(114, 697, '_wp_attached_file', '2021/01/pexels-pixabay-208603.jpg'),
(115, 697, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:500;s:4:\"file\";s:33:\"2021/01/pexels-pixabay-208603.jpg\";s:8:\"filesize\";i:209146;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"pexels-pixabay-208603-300x94.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10437;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"pexels-pixabay-208603-1024x320.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92495;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"pexels-pixabay-208603-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8550;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"pexels-pixabay-208603-768x240.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55143;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"pexels-pixabay-208603-1536x480.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:183044;}}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:{}}}'),
(117, 697, '_kadence_starter_templates_imported_post', '1'),
(118, 759, '_wp_attached_file', '2021/01/l_05.png'),
(119, 759, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:300;s:4:\"file\";s:16:\"2021/01/l_05.png\";s:8:\"filesize\";i:3773;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"l_05-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3124;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"l_05-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2262;}}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:{}}}'),
(121, 759, '_kadence_starter_templates_imported_post', '1'),
(122, 760, '_wp_attached_file', '2021/01/l_06.png'),
(123, 760, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:300;s:4:\"file\";s:16:\"2021/01/l_06.png\";s:8:\"filesize\";i:4549;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"l_06-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4549;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"l_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3205;}}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:{}}}'),
(125, 760, '_kadence_starter_templates_imported_post', '1'),
(126, 761, '_wp_attached_file', '2021/01/l_07.png'),
(127, 761, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:300;s:4:\"file\";s:16:\"2021/01/l_07.png\";s:8:\"filesize\";i:3374;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"l_07-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2711;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"l_07-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1924;}}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:{}}}'),
(129, 761, '_kadence_starter_templates_imported_post', '1'),
(130, 762, '_wp_attached_file', '2021/01/l_08.png'),
(131, 762, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:300;s:4:\"file\";s:16:\"2021/01/l_08.png\";s:8:\"filesize\";i:8387;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"l_08-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7196;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"l_08-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5085;}}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:{}}}'),
(133, 762, '_kadence_starter_templates_imported_post', '1'),
(134, 763, '_wp_attached_file', '2021/01/l_09.png'),
(135, 763, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:300;s:4:\"file\";s:16:\"2021/01/l_09.png\";s:8:\"filesize\";i:5058;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"l_09-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4275;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"l_09-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3055;}}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:{}}}'),
(137, 763, '_kadence_starter_templates_imported_post', '1'),
(138, 764, '_wp_attached_file', '2021/01/l_10.png'),
(139, 764, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:300;s:4:\"file\";s:16:\"2021/01/l_10.png\";s:8:\"filesize\";i:6891;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"l_10-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6410;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"l_10-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4062;}}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:{}}}'),
(141, 764, '_kadence_starter_templates_imported_post', '1'),
(142, 771, '_wp_attached_file', '2021/01/pexels-august-de-richelieu-4427498.jpg'),
(143, 771, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:668;s:4:\"file\";s:46:\"2021/01/pexels-august-de-richelieu-4427498.jpg\";s:8:\"filesize\";i:84303;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"pexels-august-de-richelieu-4427498-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14547;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"pexels-august-de-richelieu-4427498-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7217;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"pexels-august-de-richelieu-4427498-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59540;}}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:{}}}'),
(145, 771, '_kadence_starter_templates_imported_post', '1'),
(146, 772, '_wp_attached_file', '2021/01/pexels-august-de-richelieu-4427507.jpg'),
(147, 772, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:668;s:4:\"file\";s:46:\"2021/01/pexels-august-de-richelieu-4427507.jpg\";s:8:\"filesize\";i:89130;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"pexels-august-de-richelieu-4427507-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14194;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"pexels-august-de-richelieu-4427507-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7088;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"pexels-august-de-richelieu-4427507-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61304;}}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:{}}}'),
(149, 772, '_kadence_starter_templates_imported_post', '1'),
(150, 773, '_wp_attached_file', '2021/01/pexels-august-de-richelieu-4427550-1.jpg'),
(151, 773, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:48:\"2021/01/pexels-august-de-richelieu-4427550-1.jpg\";s:8:\"filesize\";i:71313;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"pexels-august-de-richelieu-4427550-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12368;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"pexels-august-de-richelieu-4427550-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6187;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"pexels-august-de-richelieu-4427550-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49735;}}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:{}}}'),
(153, 773, '_kadence_starter_templates_imported_post', '1'),
(154, 774, '_wp_attached_file', '2021/01/pexels-august-de-richelieu-4427618.jpg'),
(155, 774, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:46:\"2021/01/pexels-august-de-richelieu-4427618.jpg\";s:8:\"filesize\";i:67949;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"pexels-august-de-richelieu-4427618-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12076;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"pexels-august-de-richelieu-4427618-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6429;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"pexels-august-de-richelieu-4427618-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48071;}}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:{}}}'),
(157, 774, '_kadence_starter_templates_imported_post', '1'),
(158, 775, '_wp_attached_file', '2021/01/pexels-august-de-richelieu-4427624.jpg'),
(159, 775, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:668;s:4:\"file\";s:46:\"2021/01/pexels-august-de-richelieu-4427624.jpg\";s:8:\"filesize\";i:68232;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"pexels-august-de-richelieu-4427624-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12106;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"pexels-august-de-richelieu-4427624-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6015;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"pexels-august-de-richelieu-4427624-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49456;}}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:{}}}'),
(161, 775, '_kadence_starter_templates_imported_post', '1'),
(162, 11, '_elementor_edit_mode', 'builder'),
(163, 11, '_elementor_template_type', 'kit'),
(164, 11, '_elementor_version', '3.0.16'),
(165, 11, '_wp_page_template', 'default');
INSERT INTO `wpht_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(166, 11, '_elementor_page_settings', 'a:43:{s:9:\"site_name\";s:8:\"Law Firm\";s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#1E2D40\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#1E2E3E\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#84909E\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#DBB189\";}}s:13:\"custom_colors\";a:10:{i:0;a:3:{s:3:\"_id\";s:8:\"kadence1\";s:5:\"title\";s:12:\"Theme Accent\";s:5:\"color\";s:7:\"#DBB189\";}i:1;a:3:{s:3:\"_id\";s:8:\"kadence2\";s:5:\"title\";s:18:\"Theme Accent - alt\";s:5:\"color\";s:7:\"#DBB189\";}i:2;a:3:{s:3:\"_id\";s:8:\"kadence3\";s:5:\"title\";s:14:\"Strongest text\";s:5:\"color\";s:7:\"#1E2D40\";}i:3;a:3:{s:3:\"_id\";s:8:\"kadence4\";s:5:\"title\";s:11:\"Strong Text\";s:5:\"color\";s:7:\"#1E2E3E\";}i:4;a:3:{s:3:\"_id\";s:8:\"kadence5\";s:5:\"title\";s:11:\"Medium text\";s:5:\"color\";s:7:\"#84909E\";}i:5;a:3:{s:3:\"_id\";s:8:\"kadence6\";s:5:\"title\";s:11:\"Subtle Text\";s:5:\"color\";s:7:\"#718096\";}i:6;a:3:{s:3:\"_id\";s:8:\"kadence7\";s:5:\"title\";s:17:\"Subtle Background\";s:5:\"color\";s:7:\"#1E2E3E\";}i:7;a:3:{s:3:\"_id\";s:8:\"kadence8\";s:5:\"title\";s:18:\"Lighter Background\";s:5:\"color\";s:7:\"#F8F7F3\";}i:8;a:3:{s:3:\"_id\";s:8:\"kadence9\";s:5:\"title\";s:17:\"White or offwhite\";s:5:\"color\";s:7:\"#ffffff\";}i:9;a:3:{s:3:\"_id\";s:7:\"f223b17\";s:5:\"title\";s:7:\"Borders\";s:5:\"color\";s:7:\"#E7E4D7\";}}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Playfair Display\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"Raleway\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"Raleway\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"Raleway\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:15:\"container_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:1280;s:5:\"sizes\";a:0:{}}s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:24:\"h1_typography_typography\";s:6:\"custom\";s:25:\"h1_typography_font_family\";s:16:\"Playfair Display\";s:23:\"h1_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:65;s:5:\"sizes\";a:0:{}}s:24:\"h2_typography_typography\";s:6:\"custom\";s:25:\"h2_typography_font_family\";s:16:\"Playfair Display\";s:23:\"h2_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;s:5:\"sizes\";a:0:{}}s:25:\"h2_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.149999999999999911182158029987476766109466552734375;s:5:\"sizes\";a:0:{}}s:24:\"h3_typography_typography\";s:6:\"custom\";s:25:\"h3_typography_font_family\";s:16:\"Playfair Display\";s:23:\"h3_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;s:5:\"sizes\";a:0:{}}s:24:\"h4_typography_typography\";s:6:\"custom\";s:10:\"body_color\";s:7:\"#84909E\";s:26:\"body_typography_typography\";s:6:\"custom\";s:27:\"body_typography_font_family\";s:7:\"Raleway\";s:25:\"body_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;s:5:\"sizes\";a:0:{}}s:27:\"body_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.8000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:32:\"link_hover_typography_typography\";s:6:\"custom\";s:25:\"h4_typography_font_family\";s:7:\"Raleway\";s:23:\"h4_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:24:\"h5_typography_typography\";s:6:\"custom\";s:25:\"h5_typography_font_family\";s:7:\"Raleway\";s:23:\"h5_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:24:\"h6_typography_typography\";s:6:\"custom\";s:25:\"h6_typography_font_family\";s:7:\"Raleway\";s:23:\"h6_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:11;s:5:\"sizes\";a:0:{}}s:25:\"h6_typography_font_weight\";s:3:\"400\";s:11:\"__globals__\";a:2:{s:10:\"body_color\";s:22:\"globals/colors?id=text\";s:16:\"link_hover_color\";s:0:\"\";}s:14:\"kadence_colors\";a:9:{i:0;a:3:{s:3:\"_id\";s:8:\"palette1\";s:5:\"title\";s:12:\"Theme Accent\";s:5:\"color\";s:7:\"#DBB189\";}i:1;a:3:{s:3:\"_id\";s:8:\"palette2\";s:5:\"title\";s:18:\"Theme Accent - alt\";s:5:\"color\";s:7:\"#DBB189\";}i:2;a:3:{s:3:\"_id\";s:8:\"palette3\";s:5:\"title\";s:14:\"Strongest text\";s:5:\"color\";s:7:\"#1E2D40\";}i:3;a:3:{s:3:\"_id\";s:8:\"palette4\";s:5:\"title\";s:11:\"Strong Text\";s:5:\"color\";s:7:\"#1E2E3E\";}i:4;a:3:{s:3:\"_id\";s:8:\"palette5\";s:5:\"title\";s:11:\"Medium text\";s:5:\"color\";s:7:\"#84909E\";}i:5;a:3:{s:3:\"_id\";s:8:\"palette6\";s:5:\"title\";s:11:\"Subtle Text\";s:5:\"color\";s:7:\"#718096\";}i:6;a:3:{s:3:\"_id\";s:8:\"palette7\";s:5:\"title\";s:17:\"Subtle Background\";s:5:\"color\";s:7:\"#1E2E3E\";}i:7;a:3:{s:3:\"_id\";s:8:\"palette8\";s:5:\"title\";s:18:\"Lighter Background\";s:5:\"color\";s:7:\"#F8F7F3\";}i:8;a:3:{s:3:\"_id\";s:8:\"palette9\";s:5:\"title\";s:17:\"White or offwhite\";s:5:\"color\";s:7:\"#ffffff\";}}s:17:\"link_normal_color\";s:7:\"#2263D6\";s:16:\"link_hover_color\";s:7:\"#174EBA\";s:16:\"site_description\";s:7:\"Tagline\";s:30:\"h1_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:30:\"h2_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:30:\"h2_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}}'),
(167, 11, '_elementor_data', '[]'),
(168, 11, '_wp_trash_meta_status', 'publish'),
(169, 11, '_wp_trash_meta_time', '1614957643'),
(170, 11, '_wp_desired_post_slug', 'default-kit'),
(171, 11, '_kadence_starter_templates_imported_post', '1'),
(172, 776, '_wp_attached_file', '2021/01/pexels-august-de-richelieu-4427625.jpg'),
(173, 776, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:46:\"2021/01/pexels-august-de-richelieu-4427625.jpg\";s:8:\"filesize\";i:46500;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"pexels-august-de-richelieu-4427625-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9046;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"pexels-august-de-richelieu-4427625-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5286;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"pexels-august-de-richelieu-4427625-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34930;}}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:{}}}'),
(175, 776, '_kadence_starter_templates_imported_post', '1'),
(176, 808, '_wp_attached_file', '2021/01/joanna-nix-walkup-2_MhTaJsGgQ-unsplash.jpg'),
(177, 808, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:944;s:4:\"file\";s:50:\"2021/01/joanna-nix-walkup-2_MhTaJsGgQ-unsplash.jpg\";s:8:\"filesize\";i:58947;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"joanna-nix-walkup-2_MhTaJsGgQ-unsplash-191x300.jpg\";s:5:\"width\";i:191;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11507;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"joanna-nix-walkup-2_MhTaJsGgQ-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6374;}}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:{}}}'),
(179, 808, '_kadence_starter_templates_imported_post', '1'),
(180, 809, '_wp_attached_file', '2021/01/nick-karvounis-JyO_szjGvUw-unsplash.jpg'),
(181, 809, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:944;s:4:\"file\";s:47:\"2021/01/nick-karvounis-JyO_szjGvUw-unsplash.jpg\";s:8:\"filesize\";i:61668;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"nick-karvounis-JyO_szjGvUw-unsplash-191x300.jpg\";s:5:\"width\";i:191;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9876;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"nick-karvounis-JyO_szjGvUw-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5004;}}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:{}}}'),
(183, 809, '_kadence_starter_templates_imported_post', '1'),
(184, 810, '_wp_attached_file', '2021/01/roland-samuel-MZ5A24H1JqU-unsplash.jpg'),
(185, 810, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:944;s:4:\"file\";s:46:\"2021/01/roland-samuel-MZ5A24H1JqU-unsplash.jpg\";s:8:\"filesize\";i:51257;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"roland-samuel-MZ5A24H1JqU-unsplash-191x300.jpg\";s:5:\"width\";i:191;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9474;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"roland-samuel-MZ5A24H1JqU-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5407;}}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:{}}}'),
(187, 810, '_kadence_starter_templates_imported_post', '1'),
(188, 951, '_wp_attached_file', '2021/01/pexels-josh-hild-4270292-2.jpg'),
(189, 951, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:500;s:4:\"file\";s:38:\"2021/01/pexels-josh-hild-4270292-2.jpg\";s:8:\"filesize\";i:159301;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"pexels-josh-hild-4270292-2-300x94.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8177;}s:5:\"large\";a:5:{s:4:\"file\";s:39:\"pexels-josh-hild-4270292-2-1024x320.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68083;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"pexels-josh-hild-4270292-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6441;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"pexels-josh-hild-4270292-2-768x240.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40091;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:39:\"pexels-josh-hild-4270292-2-1536x480.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:141886;}}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:{}}}'),
(191, 951, '_kadence_starter_templates_imported_post', '1'),
(192, 964, '_wp_attached_file', '2021/01/pexels-august-de-richelieu-4427428.jpg'),
(193, 964, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:500;s:4:\"file\";s:46:\"2021/01/pexels-august-de-richelieu-4427428.jpg\";s:8:\"filesize\";i:80851;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"pexels-august-de-richelieu-4427428-300x94.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5694;}s:5:\"large\";a:5:{s:4:\"file\";s:47:\"pexels-august-de-richelieu-4427428-1024x320.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37010;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"pexels-august-de-richelieu-4427428-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6141;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"pexels-august-de-richelieu-4427428-768x240.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22311;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:47:\"pexels-august-de-richelieu-4427428-1536x480.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80503;}}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:{}}}'),
(195, 964, '_kadence_starter_templates_imported_post', '1'),
(196, 1017, '_wp_attached_file', '2021/01/pexels-august-de-richelieu-4427430-2.jpg'),
(197, 1017, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:850;s:4:\"file\";s:48:\"2021/01/pexels-august-de-richelieu-4427430-2.jpg\";s:8:\"filesize\";i:183828;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"pexels-august-de-richelieu-4427430-2-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13924;}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"pexels-august-de-richelieu-4427430-2-1024x580.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98810;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"pexels-august-de-richelieu-4427430-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6866;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"pexels-august-de-richelieu-4427430-2-768x435.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61560;}}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:{}}}'),
(199, 1017, '_kadence_starter_templates_imported_post', '1'),
(200, 1024, '_wp_attached_file', '2021/01/pexels-august-de-richelieu-4427629.jpg'),
(201, 1024, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:550;s:6:\"height\";i:800;s:4:\"file\";s:46:\"2021/01/pexels-august-de-richelieu-4427629.jpg\";s:8:\"filesize\";i:46948;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"pexels-august-de-richelieu-4427629-206x300.jpg\";s:5:\"width\";i:206;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11612;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"pexels-august-de-richelieu-4427629-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6031;}}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 `wpht_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(424, 1123, '_elementor_data', '[{\"id\":\"d1b8091\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"column_position\":\"bottom\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/02/pexels-august-de-richelieu-4427609-n.jpg\",\"id\":1113},\"background_position\":\"center center\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"background_position_tablet\":\"center center\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-322,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-347,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"background_size_mobile\":\"cover\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence3\"}},\"elements\":[{\"id\":\"8ef2c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39.688,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ca1a76\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Earn Your Trust and are Diligent in Your Case\",\"title_color\":\"#FFFFFF\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"26f37cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60.312},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"734944d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/wave_tr_bg.png\",\"id\":672},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence4\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0d6976f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"245cf51\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"280da85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"057e2e4\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Securities Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/ico_02.png\",\"id\":351},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"8b497a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"23555ad\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Employment Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/ico_01.png\",\"id\":347},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"60c7782\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"6ffacfc\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Commercial Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/ico_03.png\",\"id\":355},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19ecfbb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"193aa1b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"473481d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.888,\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"47af15c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Over 20+ Years of Experiences\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a58e6c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e6876ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.112,\"_inline_size_tablet\":30},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"56810f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"db02640\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0c629f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":18.41,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"3b50f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":22.919,\"content_position\":\"bottom\",\"z_index\":2,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"eaf0f96\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Legal Team on Your Side\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"920ce0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.003,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-60\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7903671\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-august-de-richelieu-4427430.jpg\",\"id\":270},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38e54e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/bg_01.png\",\"id\":224},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[{\"id\":\"5d1548c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef57aca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c9876ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c5a0b87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/maarten-van-den-heuvel-_pc8aMbI9UQ-unsplash.jpg\",\"id\":309},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ed3148b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"545f8d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let Our Experience Be Your Guide\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b6707a1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"506a219\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"content_position\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c04509\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis.<\\/p><p>Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante. Quisque ultricies, dui et egestas cursus, nisl augue blandit tortor, ac congue ante est ut odio. Maecenas vitae eros quis tortor convallis luctus. Mauris nec elementum ante, sit amet mattis nisl. Aenean dapibus bibendum nisl ut bibendum.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"73cc05f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c410284\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"-90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/emre-aliriz-2rhz3Nuq12c-unsplash.jpg\",\"id\":317},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ddb1ef\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a78588\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"5868d7b\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/l_01.png\",\"id\":328}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0514d1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ffd847\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/l_03.png\",\"id\":330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"8070f5e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"9f6ee70\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/l_04.png\",\"id\":331}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"465ce7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"}},\"elements\":[{\"id\":\"4e93209\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/l_02.png\",\"id\":329}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a49c31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"be38919\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"46b5f9e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"580cef1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba5958d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advisory Areas \",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38d116e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"0cfd52f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3571846\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8984d80\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3f05776\",\"elType\":\"widget\",\"settings\":{\"title\":\"Banking and Finance\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c50a4d\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"39181af\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d474db0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"c1232cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Commercial Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29d10c5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc3431a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5ce446e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ff2d6d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Construction Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0efdf85\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ea45ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"29f03e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"aaa25cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c172b98\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0e65810\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"907d020\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"cfb2ecf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3ab7e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"Corporate Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5d4336\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6f93d7c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"64b72f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"acd3495\",\"elType\":\"widget\",\"settings\":{\"title\":\"Criminal Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f99de23\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7e92357\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a747937\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"428125d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63e9720\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2f81764\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7cff492\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"17ffe05\",\"elType\":\"widget\",\"settings\":{\"title\":\"Family Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b54fe38\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"824304e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3dcb03d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence4\",\"background_color_b\":\"globals\\/colors?id=kadence8\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#F8F7F3\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"686d6c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.516,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"200\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a175a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Headquarters\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"300\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"258b6c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our company located in the heart of the financial district in New York City\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\",\"_background_color\":\"globals\\/colors?id=kadence7\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"80\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b9db2fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wall Street<br \\/>New York, NY 10005<br \\/>info@consulting.com<\\/p><p>T : +1 (333) 444 4040<br \\/>F : +1 (444) 777 9988<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74d5b8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.484,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d36ebb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-josh-hild-4270292.jpg\",\"id\":414},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3cb1b31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":34,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\",\"background_color_b\":\"globals\\/colors?id=kadence9\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"76cd4aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb2dc43\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000030\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"a6c9a3f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"df7b1f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"75565f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Attorneys\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0873a4e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0ef5364\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"81e34f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ad279a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"2c7c5cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"8947a5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-august-de-richelieu-4427609-2.jpg\",\"id\":429},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9cda802\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7befea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karin Burrows\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5620951\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founding Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"db726b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1fdb046\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-august-de-richelieu-4427609-1.jpg\",\"id\":424},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"86c7670\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"363d3a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"William Laboy\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d7cbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Managing Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4347a05\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d255677\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-august-de-richelieu-4427620.jpg\",\"id\":430},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c15e5a3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b3e2f83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Paul Hoff\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da6d2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Managing Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"676bed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"2747d7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-august-de-richelieu-4427614.jpg\",\"id\":431},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"70a572e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4840912\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louise Andre\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0436401\",\"elType\":\"widget\",\"settings\":{\"title\":\"Senior Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8feef0d\",\"elType\":\"section\",\"settings\":{\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9179ade\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f1c81da\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"0ea47b6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5546ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"992431f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Clients Say\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"041ad89\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d77e830\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"16667b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"86f16ec\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"c27a4a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"334d0d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/austin-distel-7uoMmzPd2JA-unsplash.jpg\",\"id\":481},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4783bee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e039d21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thanks to the Company in Solving a Difficult Problem!\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d1e21f4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis. Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a4ee310\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>Mike Bruck<\\/h5>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"767f877\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"70bbc84\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence6\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"a97f48b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ab1111f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d592b1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fill Out the Form Below and Get a \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"690b328\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Consultation\",\"align\":\"center\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2822f6b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7028d4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ccd669f\",\"elType\":\"widget\",\"settings\":{\"form_list\":\"1\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"form_container_max_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"form_container_alignment\":\"center\",\"input_alignment\":\"center\",\"form_field_text_indent\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"form_input_width\":{\"unit\":\"%\",\"size\":94,\"sizes\":[]},\"form_submit_button_align\":\"center\",\"__globals__\":{\"form_submit_button_bg_color_normal\":\"globals\\/colors?id=kadence1\"},\"form_submit_button_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"form_field_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"form_submit_button_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"form_container_max_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"form_container_alignment_mobile\":\"center\",\"form_submit_button_width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"fluent-form-widget\"},{\"id\":\"5b7f766\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6 style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis. Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante. Quisque ultricies, dui et egestas cursus, nisl augue blandit tortor, ac congue ante est ut odio. Maecenas vitae eros quis tortor convallis luctus. Mauris nec elementum ante, sit amet mattis nisl. Aenean dapibus bibendum nisl ut bibendum.<\\/h6>\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpht_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(203, 1024, '_kadence_starter_templates_imported_post', '1'),
(204, 1034, '_wp_attached_file', '2021/01/pexels-dellon-thomas-2216607.jpg'),
(205, 1034, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:550;s:6:\"height\";i:800;s:4:\"file\";s:40:\"2021/01/pexels-dellon-thomas-2216607.jpg\";s:8:\"filesize\";i:33120;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"pexels-dellon-thomas-2216607-206x300.jpg\";s:5:\"width\";i:206;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6456;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"pexels-dellon-thomas-2216607-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3509;}}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:{}}}'),
(207, 1034, '_kadence_starter_templates_imported_post', '1'),
(208, 1035, '_wp_attached_file', '2021/01/pexels-mentatdgt-937481.jpg'),
(209, 1035, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:550;s:6:\"height\";i:800;s:4:\"file\";s:35:\"2021/01/pexels-mentatdgt-937481.jpg\";s:8:\"filesize\";i:91771;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"pexels-mentatdgt-937481-206x300.jpg\";s:5:\"width\";i:206;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14756;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"pexels-mentatdgt-937481-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6590;}}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:{}}}'),
(423, 1123, '_wp_page_template', 'default'),
(211, 1035, '_kadence_starter_templates_imported_post', '1'),
(212, 1036, '_wp_attached_file', '2021/01/pexels-mentatdgt-1138903.jpg'),
(213, 1036, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:550;s:6:\"height\";i:800;s:4:\"file\";s:36:\"2021/01/pexels-mentatdgt-1138903.jpg\";s:8:\"filesize\";i:88854;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"pexels-mentatdgt-1138903-206x300.jpg\";s:5:\"width\";i:206;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12223;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"pexels-mentatdgt-1138903-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5527;}}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:{}}}'),
(215, 1036, '_kadence_starter_templates_imported_post', '1'),
(216, 1063, '_wp_attached_file', '2021/01/pexels-august-de-richelieu-4427431-1.jpg'),
(217, 1063, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:400;s:4:\"file\";s:48:\"2021/01/pexels-august-de-richelieu-4427431-1.jpg\";s:8:\"filesize\";i:85057;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"pexels-august-de-richelieu-4427431-1-300x60.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4093;}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"pexels-august-de-richelieu-4427431-1-1024x205.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25489;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"pexels-august-de-richelieu-4427431-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5108;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"pexels-august-de-richelieu-4427431-1-768x154.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16336;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:49:\"pexels-august-de-richelieu-4427431-1-1536x307.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47324;}}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:{}}}'),
(422, 1123, '_elementor_version', '3.1.3'),
(219, 1063, '_kadence_starter_templates_imported_post', '1'),
(220, 1067, '_wp_attached_file', '2021/01/pexels-august-de-richelieu-4427428-1.jpg'),
(221, 1067, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:400;s:4:\"file\";s:48:\"2021/01/pexels-august-de-richelieu-4427428-1.jpg\";s:8:\"filesize\";i:66525;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"pexels-august-de-richelieu-4427428-1-300x60.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3154;}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"pexels-august-de-richelieu-4427428-1-1024x205.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17810;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"pexels-august-de-richelieu-4427428-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6232;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"pexels-august-de-richelieu-4427428-1-768x154.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11546;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:49:\"pexels-august-de-richelieu-4427428-1-1536x307.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35355;}}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:{}}}'),
(223, 1067, '_kadence_starter_templates_imported_post', '1'),
(224, 1071, '_wp_attached_file', '2021/01/pexels-august-de-richelieu-4427816.jpg'),
(225, 1071, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:400;s:4:\"file\";s:46:\"2021/01/pexels-august-de-richelieu-4427816.jpg\";s:8:\"filesize\";i:110561;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"pexels-august-de-richelieu-4427816-300x60.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5049;}s:5:\"large\";a:5:{s:4:\"file\";s:47:\"pexels-august-de-richelieu-4427816-1024x205.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32747;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"pexels-august-de-richelieu-4427816-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7412;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"pexels-august-de-richelieu-4427816-768x154.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21180;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:47:\"pexels-august-de-richelieu-4427816-1536x307.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61969;}}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:{}}}'),
(421, 1123, '_elementor_template_type', 'wp-page'),
(227, 1071, '_kadence_starter_templates_imported_post', '1'),
(228, 1113, '_wp_attached_file', '2021/02/pexels-august-de-richelieu-4427609-n.jpg'),
(229, 1113, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2016;s:6:\"height\";i:800;s:4:\"file\";s:48:\"2021/02/pexels-august-de-richelieu-4427609-n.jpg\";s:8:\"filesize\";i:230076;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"pexels-august-de-richelieu-4427609-n-300x119.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9493;}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"pexels-august-de-richelieu-4427609-n-1024x406.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:406;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63124;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"pexels-august-de-richelieu-4427609-n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7598;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"pexels-august-de-richelieu-4427609-n-768x305.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41246;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:49:\"pexels-august-de-richelieu-4427609-n-1536x610.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118675;}}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:{}}}'),
(231, 1113, '_kadence_starter_templates_imported_post', '1'),
(232, 1114, '_menu_item_type', 'post_type'),
(233, 1114, '_menu_item_menu_item_parent', '0'),
(234, 1114, '_menu_item_object_id', '878'),
(235, 1114, '_menu_item_object', 'page'),
(236, 1114, '_menu_item_target', ''),
(237, 1114, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(238, 1114, '_menu_item_xfn', ''),
(239, 1114, '_menu_item_url', ''),
(420, 1123, '_elementor_edit_mode', 'builder'),
(241, 1114, '_kadence_starter_templates_imported_post', '1'),
(242, 1122, '_elementor_edit_mode', 'builder'),
(243, 1122, '_elementor_template_type', 'kit'),
(244, 1122, '_elementor_version', '3.1.3'),
(245, 1122, '_wp_page_template', 'default'),
(246, 1122, '_elementor_page_settings', 'a:11:{s:13:\"custom_colors\";a:9:{i:0;a:3:{s:3:\"_id\";s:8:\"kadence1\";s:5:\"title\";s:12:\"Theme Accent\";s:5:\"color\";s:7:\"#dbb189\";}i:1;a:3:{s:3:\"_id\";s:8:\"kadence2\";s:5:\"title\";s:18:\"Theme Accent - alt\";s:5:\"color\";s:7:\"#d7a975\";}i:2;a:3:{s:3:\"_id\";s:8:\"kadence3\";s:5:\"title\";s:14:\"Strongest text\";s:5:\"color\";s:7:\"#090a0c\";}i:3;a:3:{s:3:\"_id\";s:8:\"kadence4\";s:5:\"title\";s:11:\"Strong Text\";s:5:\"color\";s:7:\"#1e2d40\";}i:4;a:3:{s:3:\"_id\";s:8:\"kadence5\";s:5:\"title\";s:11:\"Medium text\";s:5:\"color\";s:7:\"#4A5568\";}i:5;a:3:{s:3:\"_id\";s:8:\"kadence6\";s:5:\"title\";s:11:\"Subtle Text\";s:5:\"color\";s:7:\"#84909e\";}i:6;a:3:{s:3:\"_id\";s:8:\"kadence7\";s:5:\"title\";s:17:\"Subtle Background\";s:5:\"color\";s:7:\"#f2f0e8\";}i:7;a:3:{s:3:\"_id\";s:8:\"kadence8\";s:5:\"title\";s:18:\"Lighter Background\";s:5:\"color\";s:7:\"#f8f7f3\";}i:8;a:3:{s:3:\"_id\";s:8:\"kadence9\";s:5:\"title\";s:17:\"White or offwhite\";s:5:\"color\";s:7:\"#ffffff\";}}s:14:\"kadence_colors\";a:9:{i:0;a:3:{s:3:\"_id\";s:8:\"palette1\";s:5:\"title\";s:12:\"Theme Accent\";s:5:\"color\";s:7:\"#dbb189\";}i:1;a:3:{s:3:\"_id\";s:8:\"palette2\";s:5:\"title\";s:18:\"Theme Accent - alt\";s:5:\"color\";s:7:\"#d7a975\";}i:2;a:3:{s:3:\"_id\";s:8:\"palette3\";s:5:\"title\";s:14:\"Strongest text\";s:5:\"color\";s:7:\"#090a0c\";}i:3;a:3:{s:3:\"_id\";s:8:\"palette4\";s:5:\"title\";s:11:\"Strong Text\";s:5:\"color\";s:7:\"#1e2d40\";}i:4;a:3:{s:3:\"_id\";s:8:\"palette5\";s:5:\"title\";s:11:\"Medium text\";s:5:\"color\";s:7:\"#4A5568\";}i:5;a:3:{s:3:\"_id\";s:8:\"palette6\";s:5:\"title\";s:11:\"Subtle Text\";s:5:\"color\";s:7:\"#84909e\";}i:6;a:3:{s:3:\"_id\";s:8:\"palette7\";s:5:\"title\";s:17:\"Subtle Background\";s:5:\"color\";s:7:\"#f2f0e8\";}i:7;a:3:{s:3:\"_id\";s:8:\"palette8\";s:5:\"title\";s:18:\"Lighter Background\";s:5:\"color\";s:7:\"#f8f7f3\";}i:8;a:3:{s:3:\"_id\";s:8:\"palette9\";s:5:\"title\";s:17:\"White or offwhite\";s:5:\"color\";s:7:\"#ffffff\";}}s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#6EC1E4\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#CD00D7\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#894545\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#61CE70\";}}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:8:\"Law Firm\";s:16:\"site_description\";s:41:\"Just another Starter Templates Sites site\";s:15:\"container_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:1280;s:5:\"sizes\";a:0:{}}s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;}'),
(247, 1122, '_elementor_data', '[]'),
(248, 1122, '_kadence_starter_templates_imported_post', '1'),
(249, 73, '_elementor_edit_mode', 'builder'),
(250, 73, '_elementor_template_type', 'wp-page'),
(251, 73, '_elementor_version', '3.24.5'),
(252, 73, '_kad_pagebuilder_layout_flag', 'disabled'),
(253, 73, '_kad_post_title', 'hide'),
(254, 73, '_kad_post_content_style', 'unboxed'),
(255, 73, '_kad_post_vertical_padding', 'hide'),
(256, 73, '_kad_post_feature', 'hide'),
(257, 73, '_kad_post_layout', 'fullwidth'),
(258, 73, '_wp_page_template', 'default'),
(259, 73, '_elementor_data', '[{\"id\":\"f8453e4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/WhatsApp-Image-2024-08-29-at-5.43.39-PM.jpeg\",\"id\":1146,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"min_height\":{\"unit\":\"px\",\"size\":655,\"sizes\":[]},\"background_position\":\"bottom center\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":1145,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/FOTO-GRUPO-CBA.jpg\"},{\"id\":1148,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/lamina2.png\"},{\"id\":1149,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/lamina1.png\"},{\"id\":1545,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2025\\/01\\/1-1.png\"},{\"id\":1546,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2025\\/01\\/2-2.png\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#00000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":46,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":188,\"sizes\":[]},\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"42f2235\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"carousel\":[{\"id\":1145,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/FOTO-GRUPO-CBA.jpg\"},{\"id\":1146,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/WhatsApp-Image-2024-08-29-at-5.43.39-PM.jpeg\"},{\"id\":1149,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/lamina1.png\"},{\"id\":1148,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/lamina2.png\"},{\"id\":1545,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2025\\/01\\/1-1.png\"},{\"id\":1546,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2025\\/01\\/2-2.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"navigation\":\"none\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false},{\"id\":\"3dcb03d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence4\",\"background_color_b\":\"globals\\/colors?id=kadence8\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#F8F7F3\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"686d6c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"200\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a175a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00bfQu\\u00e9 Hacemos?\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"300\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"258b6c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nuestra Misi\\u00f3n\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\",\"_background_color\":\"globals\\/colors?id=kadence7\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"80\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b9db2fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Es proporcionar equipos y servicios que cumplan con las normativas de la National Fire Protection Association (NFPA). Nos esforzamos por ser el socio confiable y estrat\\u00e9gico de nuestros clientes, aportando valor a trav\\u00e9s de nuestra experiencia t\\u00e9cnica, asesor\\u00eda especializada y compromiso con la excelencia.<\\/p>\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74d5b8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"03ddbe9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/SAMO-3.png\",\"id\":1256,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":325,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"42071c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Servicios\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a1ca4dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e31eeb7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/SAMO-2.png\",\"id\":1255,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":325,\"sizes\":[]},\"object-fit\":\"cover\",\"image_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0bb7e8c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Productos\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38e54e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"__globals__\":{\"background_color\":\"\"},\"background_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/wave_tr_bg.png\",\"id\":672,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"5d1548c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef57aca\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"marcas\"},\"elements\":[{\"id\":\"ed3148b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"545f8d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Somos Distribuidores\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ad1fa0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>en Bolivia y Paraguay de marcas reconocidas mundialmente en el rubro de protecci\\u00f3n contra incendios, como KIDDE, EDWARDS, GST y KIDDE FIRE SYSTEMS. Estas alianzas estrat\\u00e9gicas nos permiten ofrecer una amplia gama de productos y soluciones que cumplen con los m\\u00e1s altos est\\u00e1ndares internacionales de seguridad.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"11315ef\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":4,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"0fa6a5f\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/LOGO-EDWARDS-copia.png\",\"id\":1189,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hover_animation\":\"push\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b8551ca\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/LOGO-GST-copia.png\",\"id\":1188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hover_animation\":\"push\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6852944\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/LOGO-kidde-fire-systems-copia.png\",\"id\":1187,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hover_animation\":\"push\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7df9348\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/LOGO-KIDDE-COMMERCIAL-copia.png\",\"id\":1186,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hover_animation\":\"push\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"10565db\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":4,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"db4ed74\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2025\\/01\\/1.png\",\"id\":1502,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hover_animation\":\"push\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9633e2b\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2025\\/01\\/4.png\",\"id\":1501,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hover_animation\":\"push\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b3d82\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2025\\/01\\/3.png\",\"id\":1504,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hover_animation\":\"push\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0247b19\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2025\\/01\\/2.png\",\"id\":1503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hover_animation\":\"push\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1476, 1283, '_elementor_controls_usage', 'a:9:{s:7:\"heading\";a:3:{s:5:\"count\";i:28;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:28;s:11:\"header_size\";i:21;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:1;s:22:\"typography_font_family\";i:16;s:20:\"typography_font_size\";i:19;s:22:\"typography_font_weight\";i:24;s:21:\"typography_typography\";i:9;s:22:\"typography_line_height\";i:2;s:27:\"typography_font_size_mobile\";i:1;s:29:\"typography_line_height_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:5:{s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:3;s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:1:{s:21:\"_border_radius_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:47;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:47;s:19:\"_inline_size_tablet\";i:27;s:16:\"content_position\";i:5;s:19:\"_inline_size_mobile\";i:4;s:21:\"space_between_widgets\";i:7;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:7:{s:7:\"padding\";i:15;s:13:\"margin_mobile\";i:6;s:14:\"padding_mobile\";i:10;s:7:\"z_index\";i:1;s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:2;s:14:\"padding_tablet\";i:3;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:4;s:11:\"hide_mobile\";i:4;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:1:{s:21:\"background_background\";i:7;}s:14:\"section_border\";a:9:{s:13:\"border_border\";i:19;s:12:\"border_width\";i:19;s:12:\"border_color\";i:15;s:19:\"border_hover_border\";i:15;s:18:\"border_hover_width\";i:15;s:13:\"border_radius\";i:7;s:18:\"border_hover_color\";i:3;s:19:\"border_width_mobile\";i:4;s:19:\"border_width_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:6:{s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:15:\"column_position\";i:1;s:20:\"custom_height_mobile\";i:1;s:6:\"layout\";i:1;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:15;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:15:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;s:26:\"background_position_tablet\";i:1;s:22:\"background_xpos_tablet\";i:1;s:26:\"background_position_mobile\";i:1;s:22:\"background_xpos_mobile\";i:1;s:17:\"background_repeat\";i:1;s:22:\"background_size_tablet\";i:1;s:22:\"background_size_mobile\";i:1;s:21:\"background_color_stop\";i:2;s:23:\"background_color_b_stop\";i:2;s:25:\"background_gradient_angle\";i:1;s:18:\"background_color_b\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:3;s:24:\"background_overlay_image\";i:2;s:26:\"background_overlay_opacity\";i:3;s:27:\"background_overlay_position\";i:1;s:25:\"background_overlay_repeat\";i:1;s:18:\"overlay_blend_mode\";i:1;}s:14:\"section_border\";a:2:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:7:\"padding\";i:8;s:14:\"padding_mobile\";i:6;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:11;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:10:\"title_text\";i:3;s:5:\"image\";i:3;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:3;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:3;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:2:{s:11:\"image_space\";i:3;s:10:\"image_size\";i:3;}s:21:\"section_style_content\";a:1:{s:18:\"title_bottom_space\";i:3;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:1;s:12:\"space_mobile\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:13;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:15:\"_padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:13;s:10:\"image_size\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:9;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:1:{s:5:\"color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_tablet\";i:1;}}}}s:18:\"fluent-form-widget\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_fluent_form\";a:1:{s:9:\"form_list\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:3:{s:28:\"section_form_container_style\";a:4:{s:24:\"form_container_max_width\";i:1;s:24:\"form_container_alignment\";i:1;s:31:\"form_container_max_width_mobile\";i:1;s:31:\"form_container_alignment_mobile\";i:1;}s:25:\"section_form_fields_style\";a:4:{s:15:\"input_alignment\";i:1;s:22:\"form_field_text_indent\";i:1;s:16:\"form_input_width\";i:1;s:18:\"form_field_spacing\";i:1;}s:32:\"section_form_submit_button_style\";a:4:{s:24:\"form_submit_button_align\";i:1;s:24:\"form_submit_button_width\";i:1;s:25:\"form_submit_button_margin\";i:1;s:31:\"form_submit_button_width_mobile\";i:1;}}}}}'),
(1481, 1284, '_wp_page_template', 'default'),
(1482, 1284, '_elementor_data', '[{\"id\":\"f8453e4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/FOTO-GRUPO-CBA.jpg\",\"id\":1145,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"min_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"background_position\":\"bottom center\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#7C83A6\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#00000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":46,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":188,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"3dcb03d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence4\",\"background_color_b\":\"globals\\/colors?id=kadence8\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#F8F7F3\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"686d6c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"200\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a175a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00bfQu\\u00e9 Hacemos?\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"300\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"258b6c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nuestra Misi\\u00f3n\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\",\"_background_color\":\"globals\\/colors?id=kadence7\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"80\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b9db2fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Es proporcionar equipos y servicios que cumplan con las normativas de la National Fire Protection Association (NFPA). Nos esforzamos por ser el socio confiable y estrat\\u00e9gico de nuestros clientes, aportando valor a trav\\u00e9s de nuestra experiencia t\\u00e9cnica, asesor\\u00eda especializada y compromiso con la excelencia.<\\/p>\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74d5b8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"03ddbe9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/SAMO-3.png\",\"id\":1256,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":325,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"42071c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Servicios\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a1ca4dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e31eeb7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/SAMO-2.png\",\"id\":1255,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":325,\"sizes\":[]},\"object-fit\":\"cover\",\"image_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0bb7e8c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Productos\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38e54e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"__globals__\":{\"background_color\":\"\"},\"background_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/wave_tr_bg.png\",\"id\":672,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"5d1548c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef57aca\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ed3148b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"545f8d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Somos Distribuidores\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ad1fa0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>en Bolivia y Paraguay de marcas reconocidas mundialmente en el rubro de protecci\\u00f3n contra incendios, como KIDDE, EDWARDS, GST y KIDDE FIRE SYSTEMS. Estas alianzas estrat\\u00e9gicas nos permiten ofrecer una amplia gama de productos y soluciones que cumplen con los m\\u00e1s altos est\\u00e1ndares internacionales de seguridad.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpht_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1483, 1284, '_elementor_controls_usage', 'a:9:{s:7:\"heading\";a:3:{s:5:\"count\";i:28;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:28;s:11:\"header_size\";i:21;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:1;s:22:\"typography_font_family\";i:16;s:20:\"typography_font_size\";i:19;s:22:\"typography_font_weight\";i:24;s:21:\"typography_typography\";i:9;s:22:\"typography_line_height\";i:2;s:27:\"typography_font_size_mobile\";i:1;s:29:\"typography_line_height_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:5:{s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:3;s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:1:{s:21:\"_border_radius_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:47;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:47;s:19:\"_inline_size_tablet\";i:27;s:16:\"content_position\";i:5;s:19:\"_inline_size_mobile\";i:4;s:21:\"space_between_widgets\";i:7;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:7:{s:7:\"padding\";i:15;s:13:\"margin_mobile\";i:6;s:14:\"padding_mobile\";i:10;s:7:\"z_index\";i:1;s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:2;s:14:\"padding_tablet\";i:3;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:4;s:11:\"hide_mobile\";i:4;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:1:{s:21:\"background_background\";i:7;}s:14:\"section_border\";a:9:{s:13:\"border_border\";i:19;s:12:\"border_width\";i:19;s:12:\"border_color\";i:15;s:19:\"border_hover_border\";i:15;s:18:\"border_hover_width\";i:15;s:13:\"border_radius\";i:7;s:18:\"border_hover_color\";i:3;s:19:\"border_width_mobile\";i:4;s:19:\"border_width_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:6:{s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:15:\"column_position\";i:1;s:20:\"custom_height_mobile\";i:1;s:6:\"layout\";i:1;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:15;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:15:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;s:26:\"background_position_tablet\";i:1;s:22:\"background_xpos_tablet\";i:1;s:26:\"background_position_mobile\";i:1;s:22:\"background_xpos_mobile\";i:1;s:17:\"background_repeat\";i:1;s:22:\"background_size_tablet\";i:1;s:22:\"background_size_mobile\";i:1;s:21:\"background_color_stop\";i:2;s:23:\"background_color_b_stop\";i:2;s:25:\"background_gradient_angle\";i:1;s:18:\"background_color_b\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:3;s:24:\"background_overlay_image\";i:2;s:26:\"background_overlay_opacity\";i:3;s:27:\"background_overlay_position\";i:1;s:25:\"background_overlay_repeat\";i:1;s:18:\"overlay_blend_mode\";i:1;}s:14:\"section_border\";a:2:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:7:\"padding\";i:8;s:14:\"padding_mobile\";i:6;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:11;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:10:\"title_text\";i:3;s:5:\"image\";i:3;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:3;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:3;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:2:{s:11:\"image_space\";i:3;s:10:\"image_size\";i:3;}s:21:\"section_style_content\";a:1:{s:18:\"title_bottom_space\";i:3;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:1;s:12:\"space_mobile\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:13;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:15:\"_padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:13;s:10:\"image_size\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:9;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:1:{s:5:\"color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_tablet\";i:1;}}}}s:18:\"fluent-form-widget\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_fluent_form\";a:1:{s:9:\"form_list\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:3:{s:28:\"section_form_container_style\";a:4:{s:24:\"form_container_max_width\";i:1;s:24:\"form_container_alignment\";i:1;s:31:\"form_container_max_width_mobile\";i:1;s:31:\"form_container_alignment_mobile\";i:1;}s:25:\"section_form_fields_style\";a:4:{s:15:\"input_alignment\";i:1;s:22:\"form_field_text_indent\";i:1;s:16:\"form_input_width\";i:1;s:18:\"form_field_spacing\";i:1;}s:32:\"section_form_submit_button_style\";a:4:{s:24:\"form_submit_button_align\";i:1;s:24:\"form_submit_button_width\";i:1;s:25:\"form_submit_button_margin\";i:1;s:31:\"form_submit_button_width_mobile\";i:1;}}}}}'),
(1485, 1285, '_elementor_edit_mode', 'builder'),
(1486, 1285, '_elementor_template_type', 'wp-page'),
(1487, 1285, '_elementor_version', '3.24.5'),
(1488, 1285, '_wp_page_template', 'default'),
(1489, 1285, '_elementor_data', '[{\"id\":\"f8453e4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/FOTO-GRUPO-CBA.jpg\",\"id\":1145,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"min_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"background_position\":\"bottom center\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#7C83A6\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#00000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":46,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":188,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"3dcb03d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence4\",\"background_color_b\":\"globals\\/colors?id=kadence8\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#F8F7F3\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"686d6c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"200\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a175a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00bfQu\\u00e9 Hacemos?\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"300\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"258b6c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nuestra Misi\\u00f3n\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\",\"_background_color\":\"globals\\/colors?id=kadence7\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"80\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b9db2fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Es proporcionar equipos y servicios que cumplan con las normativas de la National Fire Protection Association (NFPA). Nos esforzamos por ser el socio confiable y estrat\\u00e9gico de nuestros clientes, aportando valor a trav\\u00e9s de nuestra experiencia t\\u00e9cnica, asesor\\u00eda especializada y compromiso con la excelencia.<\\/p>\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74d5b8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"03ddbe9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/SAMO-3.png\",\"id\":1256,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":325,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"42071c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Servicios\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a1ca4dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e31eeb7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/SAMO-2.png\",\"id\":1255,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":325,\"sizes\":[]},\"object-fit\":\"cover\",\"image_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0bb7e8c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Productos\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38e54e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"__globals__\":{\"background_color\":\"\"},\"background_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/wave_tr_bg.png\",\"id\":672,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"5d1548c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef57aca\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ed3148b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"545f8d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Somos Distribuidores\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ad1fa0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>en Bolivia y Paraguay de marcas reconocidas mundialmente en el rubro de protecci\\u00f3n contra incendios, como KIDDE, EDWARDS, GST y KIDDE FIRE SYSTEMS. Estas alianzas estrat\\u00e9gicas nos permiten ofrecer una amplia gama de productos y soluciones que cumplen con los m\\u00e1s altos est\\u00e1ndares internacionales de seguridad.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1005, 1219, '_wp_page_template', 'default');
INSERT INTO `wpht_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1006, 1219, '_elementor_data', '[{\"id\":\"d1b8091\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"background_position_tablet\":\"center center\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-322,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-347,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"background_size_mobile\":\"cover\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence3\"},\"layout\":\"full_width\",\"background_slideshow_gallery\":[{\"id\":1145,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/FOTO-GRUPO-CBA.jpg\"},{\"id\":1148,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/lamina2.png\"},{\"id\":1149,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/lamina1.png\"},{\"id\":1146,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/WhatsApp-Image-2024-08-29-at-5.43.39-PM.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\"},\"elements\":[{\"id\":\"26f37cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"slideshow\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ca36b8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d6c8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38e54e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/bg_01.png\",\"id\":224},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[{\"id\":\"5d1548c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef57aca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ed3148b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"545f8d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Somos Distribuidores\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ad1fa0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>en Bolivia y Paraguay de marcas reconocidas mundialmente en el rubro de protecci\\u00f3n contra incendios, como KIDDE, EDWARDS, GST y KIDDE FIRE SYSTEMS. Estas alianzas estrat\\u00e9gicas nos permiten ofrecer una amplia gama de productos y soluciones que cumplen con los m\\u00e1s altos est\\u00e1ndares internacionales de seguridad.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c9876ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c5a0b87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/WhatsApp-Image-2024-08-29-at-5.43.39-PM.jpeg\",\"id\":1146,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":442,\"sizes\":[]},\"object-fit\":\"cover\",\"object-position\":\"center right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3dcb03d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence4\",\"background_color_b\":\"globals\\/colors?id=kadence8\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#F8F7F3\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"686d6c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.51599999999999823785401531495153903961181640625,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"200\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a175a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Headquarters\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"300\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"258b6c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our company located in the heart of the financial district in New York City\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\",\"_background_color\":\"globals\\/colors?id=kadence7\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"80\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b9db2fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wall Street<br \\/>New York, NY 10005<br \\/>info@consulting.com<\\/p><p>T : +1 (333) 444 4040<br \\/>F : +1 (444) 777 9988<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74d5b8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.48400000000000176214598468504846096038818359375,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d36ebb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-josh-hild-4270292.jpg\",\"id\":414},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a49c31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"be38919\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"46b5f9e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"580cef1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba5958d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advisory Areas \",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38d116e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"0cfd52f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3571846\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8984d80\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3f05776\",\"elType\":\"widget\",\"settings\":{\"title\":\"Banking and Finance\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c50a4d\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"39181af\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d474db0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"c1232cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Commercial Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29d10c5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc3431a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5ce446e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ff2d6d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Construction Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0efdf85\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ea45ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"29f03e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"aaa25cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c172b98\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0e65810\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"907d020\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"cfb2ecf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3ab7e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"Corporate Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5d4336\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6f93d7c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"64b72f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"acd3495\",\"elType\":\"widget\",\"settings\":{\"title\":\"Criminal Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f99de23\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7e92357\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a747937\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"428125d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63e9720\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2f81764\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7cff492\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"17ffe05\",\"elType\":\"widget\",\"settings\":{\"title\":\"Family Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b54fe38\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"824304e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3cb1b31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":34,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\",\"background_color_b\":\"globals\\/colors?id=kadence9\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"76cd4aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb2dc43\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000030\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"a6c9a3f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"df7b1f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"75565f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Attorneys\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0873a4e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0ef5364\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"81e34f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ad279a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"2c7c5cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"8947a5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427609-2.jpg\",\"id\":429},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9cda802\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7befea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karin Burrows\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5620951\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founding Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"db726b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1fdb046\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427609-1.jpg\",\"id\":424},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"86c7670\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"363d3a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"William Laboy\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d7cbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Managing Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4347a05\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d255677\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427620.jpg\",\"id\":430},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c15e5a3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b3e2f83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Paul Hoff\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da6d2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Managing Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"676bed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"2747d7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427614.jpg\",\"id\":431},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"70a572e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4840912\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louise Andre\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0436401\",\"elType\":\"widget\",\"settings\":{\"title\":\"Senior Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8feef0d\",\"elType\":\"section\",\"settings\":{\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9179ade\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f1c81da\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"0ea47b6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5546ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"992431f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Clients Say\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"041ad89\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d77e830\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"16667b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"86f16ec\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"c27a4a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"334d0d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/austin-distel-7uoMmzPd2JA-unsplash.jpg\",\"id\":481},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4783bee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e039d21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thanks to the Company in Solving a Difficult Problem!\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d1e21f4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis. Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a4ee310\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>Mike Bruck<\\/h5>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"767f877\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"70bbc84\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence6\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"a97f48b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ab1111f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d592b1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fill Out the Form Below and Get a \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"690b328\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Consultation\",\"align\":\"center\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2822f6b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7028d4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ccd669f\",\"elType\":\"widget\",\"settings\":{\"form_list\":\"1\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"form_container_max_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"form_container_alignment\":\"center\",\"input_alignment\":\"center\",\"form_field_text_indent\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"form_input_width\":{\"unit\":\"%\",\"size\":94,\"sizes\":[]},\"form_submit_button_align\":\"center\",\"__globals__\":{\"form_submit_button_bg_color_normal\":\"globals\\/colors?id=kadence1\"},\"form_submit_button_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"form_field_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"form_submit_button_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"form_container_max_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"form_container_alignment_mobile\":\"center\",\"form_submit_button_width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"fluent-form-widget\"},{\"id\":\"5b7f766\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6 style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis. Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante. Quisque ultricies, dui et egestas cursus, nisl augue blandit tortor, ac congue ante est ut odio. Maecenas vitae eros quis tortor convallis luctus. Mauris nec elementum ante, sit amet mattis nisl. Aenean dapibus bibendum nisl ut bibendum.<\\/h6>\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(808, 1192, '_elementor_version', '3.24.5'),
(809, 1192, '_wp_page_template', 'default');
INSERT INTO `wpht_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(810, 1192, '_elementor_data', '[{\"id\":\"d1b8091\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"background_position_tablet\":\"center center\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-322,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-347,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"background_size_mobile\":\"cover\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence3\"},\"layout\":\"full_width\",\"background_slideshow_gallery\":[{\"id\":1145,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/FOTO-GRUPO-CBA.jpg\"},{\"id\":1148,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/lamina2.png\"},{\"id\":1149,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/lamina1.png\"},{\"id\":1146,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/WhatsApp-Image-2024-08-29-at-5.43.39-PM.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\"},\"elements\":[{\"id\":\"26f37cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"slideshow\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ca36b8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d6c8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"734944d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/wave_tr_bg.png\",\"id\":672},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0d6976f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"245cf51\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"280da85\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\",\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"efc6f4b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/LOGO-EDWARDS-copia.png\",\"id\":1189,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1bdb4ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[],\"isInner\":true},{\"id\":\"8b497a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[],\"isInner\":true},{\"id\":\"60c7782\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"19ecfbb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"193aa1b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"473481d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.88799999999999812416717759333550930023193359375,\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"47af15c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Over 20+ Years of Experiences\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#051259\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a58e6c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e6876ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.111999999999994770405464805662631988525390625,\"_inline_size_tablet\":30},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"56810f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"db02640\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0c629f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":18.410000000000000142108547152020037174224853515625,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"3b50f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":22.919000000000000483169060316868126392364501953125,\"content_position\":\"bottom\",\"z_index\":2,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"eaf0f96\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Legal Team on Your Side\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#051259\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"920ce0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.0030000000000001136868377216160297393798828125,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-60\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7903671\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427430.jpg\",\"id\":270},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38e54e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/bg_01.png\",\"id\":224},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[{\"id\":\"5d1548c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef57aca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c9876ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c5a0b87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/maarten-van-den-heuvel-_pc8aMbI9UQ-unsplash.jpg\",\"id\":309},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ed3148b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"545f8d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let Our Experience Be Your Guide\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b6707a1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"506a219\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"content_position\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c04509\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis.<\\/p><p>Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante. Quisque ultricies, dui et egestas cursus, nisl augue blandit tortor, ac congue ante est ut odio. Maecenas vitae eros quis tortor convallis luctus. Mauris nec elementum ante, sit amet mattis nisl. Aenean dapibus bibendum nisl ut bibendum.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"73cc05f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c410284\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"-90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/emre-aliriz-2rhz3Nuq12c-unsplash.jpg\",\"id\":317},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ddb1ef\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a78588\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"5868d7b\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_01.png\",\"id\":328}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0514d1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ffd847\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_03.png\",\"id\":330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"8070f5e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"9f6ee70\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_04.png\",\"id\":331}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"465ce7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"}},\"elements\":[{\"id\":\"4e93209\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_02.png\",\"id\":329}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a49c31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"be38919\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"46b5f9e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"580cef1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba5958d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advisory Areas \",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38d116e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"0cfd52f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3571846\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8984d80\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3f05776\",\"elType\":\"widget\",\"settings\":{\"title\":\"Banking and Finance\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c50a4d\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"39181af\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d474db0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"c1232cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Commercial Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29d10c5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc3431a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5ce446e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ff2d6d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Construction Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0efdf85\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ea45ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"29f03e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"aaa25cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c172b98\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0e65810\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"907d020\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"cfb2ecf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3ab7e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"Corporate Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5d4336\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6f93d7c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"64b72f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"acd3495\",\"elType\":\"widget\",\"settings\":{\"title\":\"Criminal Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f99de23\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7e92357\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a747937\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"428125d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63e9720\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2f81764\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7cff492\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"17ffe05\",\"elType\":\"widget\",\"settings\":{\"title\":\"Family Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b54fe38\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"824304e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3dcb03d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence4\",\"background_color_b\":\"globals\\/colors?id=kadence8\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#F8F7F3\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"686d6c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.51599999999999823785401531495153903961181640625,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"200\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a175a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Headquarters\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"300\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"258b6c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our company located in the heart of the financial district in New York City\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\",\"_background_color\":\"globals\\/colors?id=kadence7\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"80\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b9db2fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wall Street<br \\/>New York, NY 10005<br \\/>info@consulting.com<\\/p><p>T : +1 (333) 444 4040<br \\/>F : +1 (444) 777 9988<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74d5b8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.48400000000000176214598468504846096038818359375,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d36ebb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-josh-hild-4270292.jpg\",\"id\":414},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3cb1b31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":34,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\",\"background_color_b\":\"globals\\/colors?id=kadence9\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"76cd4aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb2dc43\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000030\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"a6c9a3f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"df7b1f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"75565f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Attorneys\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0873a4e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0ef5364\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"81e34f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ad279a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"2c7c5cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"8947a5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427609-2.jpg\",\"id\":429},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9cda802\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7befea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karin Burrows\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5620951\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founding Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"db726b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1fdb046\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427609-1.jpg\",\"id\":424},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"86c7670\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"363d3a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"William Laboy\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d7cbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Managing Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4347a05\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d255677\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427620.jpg\",\"id\":430},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c15e5a3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b3e2f83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Paul Hoff\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da6d2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Managing Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"676bed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"2747d7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427614.jpg\",\"id\":431},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"70a572e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4840912\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louise Andre\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0436401\",\"elType\":\"widget\",\"settings\":{\"title\":\"Senior Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8feef0d\",\"elType\":\"section\",\"settings\":{\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9179ade\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f1c81da\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"0ea47b6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5546ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"992431f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Clients Say\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"041ad89\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d77e830\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"16667b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"86f16ec\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"c27a4a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"334d0d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/austin-distel-7uoMmzPd2JA-unsplash.jpg\",\"id\":481},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4783bee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e039d21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thanks to the Company in Solving a Difficult Problem!\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d1e21f4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis. Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a4ee310\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>Mike Bruck<\\/h5>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"767f877\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"70bbc84\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence6\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"a97f48b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ab1111f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d592b1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fill Out the Form Below and Get a \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"690b328\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Consultation\",\"align\":\"center\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2822f6b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7028d4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ccd669f\",\"elType\":\"widget\",\"settings\":{\"form_list\":\"1\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"form_container_max_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"form_container_alignment\":\"center\",\"input_alignment\":\"center\",\"form_field_text_indent\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"form_input_width\":{\"unit\":\"%\",\"size\":94,\"sizes\":[]},\"form_submit_button_align\":\"center\",\"__globals__\":{\"form_submit_button_bg_color_normal\":\"globals\\/colors?id=kadence1\"},\"form_submit_button_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"form_field_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"form_submit_button_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"form_container_max_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"form_container_alignment_mobile\":\"center\",\"form_submit_button_width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"fluent-form-widget\"},{\"id\":\"5b7f766\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6 style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis. Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante. Quisque ultricies, dui et egestas cursus, nisl augue blandit tortor, ac congue ante est ut odio. Maecenas vitae eros quis tortor convallis luctus. Mauris nec elementum ante, sit amet mattis nisl. Aenean dapibus bibendum nisl ut bibendum.<\\/h6>\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpht_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(260, 73, '_elementor_controls_usage', 'a:9:{s:7:\"heading\";a:3:{s:5:\"count\";i:28;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:28;s:11:\"header_size\";i:21;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:1;s:22:\"typography_font_family\";i:16;s:20:\"typography_font_size\";i:19;s:22:\"typography_font_weight\";i:24;s:21:\"typography_typography\";i:9;s:22:\"typography_line_height\";i:2;s:27:\"typography_font_size_mobile\";i:1;s:29:\"typography_line_height_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:5:{s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:3;s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:1:{s:21:\"_border_radius_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:47;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:47;s:19:\"_inline_size_tablet\";i:27;s:16:\"content_position\";i:5;s:19:\"_inline_size_mobile\";i:4;s:21:\"space_between_widgets\";i:7;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:7:{s:7:\"padding\";i:15;s:13:\"margin_mobile\";i:6;s:14:\"padding_mobile\";i:10;s:7:\"z_index\";i:1;s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:2;s:14:\"padding_tablet\";i:3;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:4;s:11:\"hide_mobile\";i:4;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:1:{s:21:\"background_background\";i:7;}s:14:\"section_border\";a:9:{s:13:\"border_border\";i:19;s:12:\"border_width\";i:19;s:12:\"border_color\";i:15;s:19:\"border_hover_border\";i:15;s:18:\"border_hover_width\";i:15;s:13:\"border_radius\";i:7;s:18:\"border_hover_color\";i:3;s:19:\"border_width_mobile\";i:4;s:19:\"border_width_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:6:{s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:15:\"column_position\";i:1;s:20:\"custom_height_mobile\";i:1;s:6:\"layout\";i:1;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:15;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:15:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;s:26:\"background_position_tablet\";i:1;s:22:\"background_xpos_tablet\";i:1;s:26:\"background_position_mobile\";i:1;s:22:\"background_xpos_mobile\";i:1;s:17:\"background_repeat\";i:1;s:22:\"background_size_tablet\";i:1;s:22:\"background_size_mobile\";i:1;s:21:\"background_color_stop\";i:2;s:23:\"background_color_b_stop\";i:2;s:25:\"background_gradient_angle\";i:1;s:18:\"background_color_b\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:3;s:24:\"background_overlay_image\";i:2;s:26:\"background_overlay_opacity\";i:3;s:27:\"background_overlay_position\";i:1;s:25:\"background_overlay_repeat\";i:1;s:18:\"overlay_blend_mode\";i:1;}s:14:\"section_border\";a:2:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:7:\"padding\";i:8;s:14:\"padding_mobile\";i:6;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:11;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:10:\"title_text\";i:3;s:5:\"image\";i:3;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:3;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:3;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:2:{s:11:\"image_space\";i:3;s:10:\"image_size\";i:3;}s:21:\"section_style_content\";a:1:{s:18:\"title_bottom_space\";i:3;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:1;s:12:\"space_mobile\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:13;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:15:\"_padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:13;s:10:\"image_size\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:9;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:1:{s:5:\"color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_tablet\";i:1;}}}}s:18:\"fluent-form-widget\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_fluent_form\";a:1:{s:9:\"form_list\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:3:{s:28:\"section_form_container_style\";a:4:{s:24:\"form_container_max_width\";i:1;s:24:\"form_container_alignment\";i:1;s:31:\"form_container_max_width_mobile\";i:1;s:31:\"form_container_alignment_mobile\";i:1;}s:25:\"section_form_fields_style\";a:4:{s:15:\"input_alignment\";i:1;s:22:\"form_field_text_indent\";i:1;s:16:\"form_input_width\";i:1;s:18:\"form_field_spacing\";i:1;}s:32:\"section_form_submit_button_style\";a:4:{s:24:\"form_submit_button_align\";i:1;s:24:\"form_submit_button_width\";i:1;s:25:\"form_submit_button_margin\";i:1;s:31:\"form_submit_button_width_mobile\";i:1;}}}}}'),
(426, 1124, '_elementor_edit_mode', 'builder'),
(262, 73, '_kadence_starter_templates_imported_post', '1'),
(263, 636, '_pingme', '1'),
(264, 636, '_encloseme', '1'),
(265, 636, '_thumbnail_id', '666'),
(266, 636, '_wp_page_template', 'default'),
(267, 636, '_kadence_starter_templates_imported_post', '1'),
(268, 638, '_kadence_starter_templates_imported_post', '1'),
(269, 653, '_pingme', '1'),
(270, 653, '_encloseme', '1'),
(271, 653, '_thumbnail_id', '667'),
(272, 653, '_wp_page_template', 'default'),
(273, 653, '_dp_original', '636'),
(274, 653, '_wp_old_date', '2021-01-23'),
(275, 653, '_kadence_starter_templates_imported_post', '1'),
(276, 654, '_pingme', '1'),
(277, 654, '_encloseme', '1'),
(278, 654, '_thumbnail_id', '697'),
(279, 654, '_wp_page_template', 'default'),
(280, 654, '_dp_original', '636'),
(281, 654, '_wp_old_date', '2021-01-23'),
(282, 654, '_kadence_starter_templates_imported_post', '1'),
(283, 655, '_pingme', '1'),
(284, 655, '_encloseme', '1'),
(285, 655, '_thumbnail_id', '663'),
(286, 655, '_wp_page_template', 'default'),
(287, 655, '_dp_original', '636'),
(288, 655, '_kadence_starter_templates_imported_post', '1'),
(289, 656, '_pingme', '1'),
(290, 656, '_encloseme', '1'),
(291, 656, '_thumbnail_id', '658'),
(292, 656, '_wp_page_template', 'default'),
(293, 656, '_dp_original', '636'),
(294, 656, '_kadence_starter_templates_imported_post', '1'),
(295, 657, '_pingme', '1'),
(296, 657, '_encloseme', '1'),
(297, 657, '_thumbnail_id', '661'),
(298, 657, '_wp_page_template', 'default'),
(299, 657, '_dp_original', '636'),
(300, 657, '_kadence_starter_templates_imported_post', '1'),
(301, 713, '_elementor_edit_mode', 'builder'),
(302, 713, '_elementor_template_type', 'wp-page'),
(303, 713, '_elementor_version', '3.24.5'),
(304, 713, '_kad_pagebuilder_layout_flag', 'disabled'),
(305, 713, '_kad_post_title', 'hide'),
(306, 713, '_kad_post_content_style', 'unboxed'),
(307, 713, '_kad_post_vertical_padding', 'hide'),
(308, 713, '_kad_post_feature', 'hide'),
(309, 713, '_kad_post_layout', 'fullwidth'),
(310, 713, '_wp_page_template', 'default'),
(311, 713, '_elementor_data', '[{\"id\":\"d1b8091\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"column_position\":\"bottom\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/SAMO-Banner-3.png\",\"id\":1232,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#10151B\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-322,\"sizes\":[]},\"background_position_mobile\":\"initial\",\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-604,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999997779553950749686919152736663818359375,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\"},\"elements\":[{\"id\":\"8ef2c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ca1a76\",\"elType\":\"widget\",\"settings\":{\"title\":\"Qui\\u00e9nes Somos\",\"title_color\":\"#FFFFFF\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"26f37cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"38e54e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"overlay_blend_mode\":\"multiply\"},\"elements\":[{\"id\":\"5d1548c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"676ef90\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"62d0348\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8224d15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Somos distribuidores\\nen Bolivia y Paraguay \",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d9a15c6\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"<p>de marcas reconocidas mundialmente en el rubro de protecci\\u00f3n contra incendios, como KIDDE, EDWARDS, GST y KIDDE FIRE SYSTEMS. Estas alianzas estrat\\u00e9gicas nos permiten ofrecer una amplia gama de productos y soluciones que cumplen con los m\\u00e1s altos est\\u00e1ndares internacionales de seguridad.<\\/p><p>Nuestra misi\\u00f3n es proporcionar equipos y servicios que cumplan con las normativas de la National Fire Protection Association (NFPA). Nos esforzamos por ser el socio confiable y estrat\\u00e9gico de nuestros clientes, aportando valor a trav\\u00e9s de nuestra experiencia t\\u00e9cnica, asesor\\u00eda especializada y compromiso con la excelencia.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"090912a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ec4e140\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"53a3179\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/LOGO-EDWARDS-copia.png\",\"id\":1189,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"bfb6a43\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"a2b8adf\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/LOGO-GST-copia.png\",\"id\":1188,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"867d4b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"e73bc4f\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/LOGO-kidde-fire-systems-copia.png\",\"id\":1187,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0384396\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"}},\"elements\":[{\"id\":\"9d93f1c\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/LOGO-KIDDE-COMMERCIAL-copia.png\",\"id\":1186,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34c0d09\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"510612c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"b2672fa\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2025\\/01\\/1.png\",\"id\":1502,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"fc34363\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"64f4fc5\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2025\\/01\\/4.png\",\"id\":1501,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"09d5e52\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c7bcbc\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2025\\/01\\/3.png\",\"id\":1504,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2ee1d75\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"}},\"elements\":[{\"id\":\"daa09cf\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2025\\/01\\/2.png\",\"id\":1503,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8743fe1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/wave_tr_bg.png\",\"id\":672},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence4\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"e9553d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"10\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"71d4843\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"58cd638\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.99900000000000233058017329312860965728759765625},\"elements\":[{\"id\":\"44b4b0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sobre Nosotros\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence8\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9ffbe83\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.96300000000000096633812063373625278472900390625},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"98429d8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"e79ab5c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"animation\":\"fadeIn\",\"animation_delay\":150,\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_mobile\":\"none\"},\"elements\":[{\"id\":\"99bb3dc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2025\\/01\\/WhatsApp-Image-2025-01-10-at-9.29.53-PM.jpeg\",\"id\":1550,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":40,\"blur\":56,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"_animation_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"905977d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"-250\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"edaf7bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2020\\/10\\/quote.png\",\"id\":252},\"background_overlay_position\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"overlay_blend_mode\":\"multiply\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[{\"id\":\"ddf41d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4 class=\\\"elementor-image-box-title\\\"><strong>Misi\\u00f3n<\\/strong><\\/h4><p class=\\\"elementor-image-box-description\\\">Somos una distribuidora de sistemas de protecci\\u00f3n contra incendios que ofrece equipos de alta calidad y tecnolog\\u00eda avanzada. Nos comprometemos a ofrecer soluciones integrales, soporte t\\u00e9cnico especializado y un servicio excepcional, garantizando la seguridad y la satisfacci\\u00f3n de nuestros clientes en la implementaci\\u00f3n de sus proyectos.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"aa3a833\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"animation\":\"fadeIn\",\"animation_delay\":150,\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_mobile\":\"none\"},\"elements\":[{\"id\":\"a23509a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2025\\/01\\/WhatsApp-Image-2025-01-10-at-9.29.58-PM.jpeg\",\"id\":1551,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":40,\"blur\":56,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"_animation_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1f61122\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"-250\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57e05dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2020\\/10\\/quote.png\",\"id\":252},\"background_overlay_position\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"overlay_blend_mode\":\"multiply\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[{\"id\":\"ac3f0fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4 class=\\\"elementor-image-box-title\\\"><strong>Visi\\u00f3n<\\/strong><\\/h4><p class=\\\"elementor-image-box-description\\\">Convertirnos en el socio estrat\\u00e9gico preferido por empresas instaladoras y desarrolladores de proyectos inmobiliarios en la regi\\u00f3n, siendo reconocidos por nuestra innovaci\\u00f3n, excelencia operativa y compromiso con la seguridad. Aspiramos a liderar el mercado de distribuci\\u00f3n de equipos de protecci\\u00f3n contra incendios, estableciendo est\\u00e1ndares de calidad y servicio que contribuyan al \\u00e9xito y seguridad de los proyectos de nuestros clientes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1918, 1349, '_elementor_template_type', 'wp-page'),
(1919, 1349, '_elementor_version', '3.24.5'),
(1920, 1349, '_wp_page_template', 'default'),
(1921, 1349, '_elementor_data', '[{\"id\":\"d1b8091\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"column_position\":\"bottom\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/SAMO-Banner-3.png\",\"id\":1232,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#10151B\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-322,\"sizes\":[]},\"background_position_mobile\":\"initial\",\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-604,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999997779553950749686919152736663818359375,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\"},\"elements\":[{\"id\":\"8ef2c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ca1a76\",\"elType\":\"widget\",\"settings\":{\"title\":\"Qui\\u00e9nes Somos\",\"title_color\":\"#FFFFFF\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"26f37cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"38e54e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/bg_01.png\",\"id\":224},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"overlay_blend_mode\":\"multiply\"},\"elements\":[{\"id\":\"5d1548c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b6707a1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"506a219\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"content_position\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"c61f591\",\"elType\":\"widget\",\"settings\":{\"title\":\"SAMO es una compa\\u00f1\\u00eda con presencia en los mercados de Bolivia y Paraguay, l\\u00edder en la distribuci\\u00f3n de equipos para sistemas de protecci\\u00f3n contra incendios en Bolivia.\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c04509\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>En 2024 apertura su primera sucursal internacional con el objetivo de convertirse lider en Paraguay y ser un referente regional como un distribuidor confiable de equipos de sistemas contra incendios<\\/p><p>Con a\\u00f1os de experiencia en el mercado, nos especializamos en ofrecer soluciones integrales que garantizan la seguridad y protecci\\u00f3n de infraestructuras y personas. Nuestros clientes incluyen empresas instaladoras de sistemas de protecci\\u00f3n contra incendios y desarrolladores de proyectos inmobiliarios, a quienes brindamos productos de alta calidad y tecnolog\\u00eda avanzada.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"73cc05f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence1\"},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c410284\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"-90\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/SAMO-Banner-4.png\",\"id\":1330,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"676ef90\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"62d0348\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8224d15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Somos distribuidores\\nen Bolivia y Paraguay \",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d9a15c6\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"<p>de marcas reconocidas mundialmente en el rubro de protecci\\u00f3n contra incendios, como KIDDE, EDWARDS, GST y KIDDE FIRE SYSTEMS. Estas alianzas estrat\\u00e9gicas nos permiten ofrecer una amplia gama de productos y soluciones que cumplen con los m\\u00e1s altos est\\u00e1ndares internacionales de seguridad.<\\/p><p>Nuestra misi\\u00f3n es proporcionar equipos y servicios que cumplan con las normativas de la National Fire Protection Association (NFPA). Nos esforzamos por ser el socio confiable y estrat\\u00e9gico de nuestros clientes, aportando valor a trav\\u00e9s de nuestra experiencia t\\u00e9cnica, asesor\\u00eda especializada y compromiso con la excelencia.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"090912a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ec4e140\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"53a3179\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/LOGO-EDWARDS-copia.png\",\"id\":1189,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"bfb6a43\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"a2b8adf\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/LOGO-GST-copia.png\",\"id\":1188,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"867d4b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"e73bc4f\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/LOGO-kidde-fire-systems-copia.png\",\"id\":1187,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0384396\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"}},\"elements\":[{\"id\":\"9d93f1c\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/LOGO-KIDDE-COMMERCIAL-copia.png\",\"id\":1186,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(312, 713, '_dp_original', '73');
INSERT INTO `wpht_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(313, 713, '_elementor_controls_usage', 'a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:22;s:11:\"header_size\";i:18;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:12;s:22:\"typography_font_weight\";i:17;s:21:\"typography_typography\";i:5;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:14:\"_margin_mobile\";i:2;s:15:\"_padding_mobile\";i:3;s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:39;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:39;s:19:\"_inline_size_tablet\";i:16;s:16:\"content_position\";i:2;s:21:\"space_between_widgets\";i:6;s:19:\"_inline_size_mobile\";i:12;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:12;s:13:\"margin_mobile\";i:4;s:14:\"padding_mobile\";i:5;s:13:\"margin_tablet\";i:1;s:14:\"padding_tablet\";i:2;s:6:\"margin\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:2:{s:14:\"section_border\";a:9:{s:13:\"border_border\";i:25;s:12:\"border_width\";i:25;s:19:\"border_width_tablet\";i:4;s:19:\"border_width_mobile\";i:9;s:20:\"border_radius_mobile\";i:1;s:12:\"border_color\";i:12;s:19:\"border_hover_border\";i:12;s:18:\"border_hover_width\";i:12;s:13:\"border_radius\";i:4;}s:13:\"section_style\";a:1:{s:21:\"background_background\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:6:\"height\";i:1;s:15:\"column_position\";i:1;s:6:\"layout\";i:2;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:11:{s:21:\"background_background\";i:5;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:16:\"background_color\";i:1;s:26:\"background_position_tablet\";i:1;s:22:\"background_xpos_tablet\";i:1;s:26:\"background_position_mobile\";i:1;s:22:\"background_xpos_mobile\";i:1;s:17:\"background_repeat\";i:1;s:21:\"background_color_stop\";i:1;s:23:\"background_color_b_stop\";i:1;}s:26:\"section_background_overlay\";a:6:{s:26:\"background_overlay_opacity\";i:2;s:29:\"background_overlay_background\";i:3;s:24:\"background_overlay_image\";i:3;s:27:\"background_overlay_position\";i:1;s:25:\"background_overlay_repeat\";i:1;s:18:\"overlay_blend_mode\";i:1;}s:14:\"section_border\";a:2:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:11;s:7:\"padding\";i:8;s:14:\"padding_mobile\";i:3;s:13:\"margin_tablet\";i:8;s:14:\"padding_tablet\";i:8;s:13:\"margin_mobile\";i:7;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:18;s:10:\"image_size\";i:12;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:6;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:20;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:10;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:2;s:15:\"_padding_tablet\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:1;}}}}s:14:\"image-carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:22:\"section_image_carousel\";a:6:{s:8:\"carousel\";i:1;s:14:\"thumbnail_size\";i:1;s:14:\"slides_to_show\";i:1;s:13:\"image_stretch\";i:1;s:10:\"navigation\";i:1;s:21:\"slides_to_show_tablet\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:2:{s:13:\"image_spacing\";i:1;s:20:\"image_spacing_custom\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_tablet\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:5;}}}}}'),
(432, 1125, '_elementor_edit_mode', 'builder'),
(315, 713, '_kadence_starter_templates_imported_post', '1'),
(316, 783, '_elementor_edit_mode', 'builder'),
(317, 783, '_elementor_template_type', 'wp-page'),
(318, 783, '_elementor_version', '3.1.3'),
(319, 783, '_kad_pagebuilder_layout_flag', 'disabled'),
(320, 783, '_kad_post_title', 'hide'),
(321, 783, '_kad_post_content_style', 'unboxed'),
(322, 783, '_kad_post_vertical_padding', 'hide'),
(323, 783, '_kad_post_feature', 'hide'),
(324, 783, '_kad_post_layout', 'fullwidth'),
(325, 783, '_wp_page_template', 'default'),
(326, 783, '_elementor_data', '[{\"id\":\"d1b8091\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"column_position\":\"bottom\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-august-de-richelieu-4427428-1.jpg\",\"id\":1067},\"background_position\":\"bottom center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-322,\"sizes\":[]},\"background_position_mobile\":\"initial\",\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-715,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=kadence4\",\"background_color\":\"globals\\/colors?id=kadence3\"},\"background_repeat_mobile\":\"no-repeat\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"8ef2c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ca1a76\",\"elType\":\"widget\",\"settings\":{\"title\":\"Practice Areas\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"26f37cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a49c31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"be38919\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3571846\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8984d80\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3f05776\",\"elType\":\"widget\",\"settings\":{\"title\":\"Banking and Finance\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c50a4d\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"39181af\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d474db0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"c1232cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Commercial Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29d10c5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc3431a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5ce446e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ff2d6d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Construction Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0efdf85\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ea45ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"29f03e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"aaa25cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c172b98\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0e65810\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"907d020\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"cfb2ecf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3ab7e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"Corporate Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5d4336\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6f93d7c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"64b72f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"acd3495\",\"elType\":\"widget\",\"settings\":{\"title\":\"Criminal Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f99de23\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7e92357\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a747937\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"428125d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63e9720\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2f81764\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7cff492\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"17ffe05\",\"elType\":\"widget\",\"settings\":{\"title\":\"Family Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b54fe38\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"824304e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"734944d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/wave_tr_bg.png\",\"id\":672},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence4\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0d6976f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"10\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c784a0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"bfbacd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.999},\"elements\":[{\"id\":\"490ca0a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Satisfied Client Stories \",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence8\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f186e9c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eb1d3ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.963},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"929a4c2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"75de1e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"animation\":\"fadeIn\",\"animation_delay\":150,\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_mobile\":\"none\"},\"elements\":[{\"id\":\"0e36352\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/nick-karvounis-JyO_szjGvUw-unsplash.jpg\",\"id\":809},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":40,\"blur\":56,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"_animation_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"583922b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"-250\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f95cbf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2020/10/quote.png\",\"id\":252},\"background_overlay_position\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"overlay_blend_mode\":\"multiply\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[{\"id\":\"471639f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bec7b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"animation\":\"fadeIn\",\"animation_delay\":150,\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_mobile\":\"none\"},\"elements\":[{\"id\":\"ac71f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/joanna-nix-walkup-2_MhTaJsGgQ-unsplash.jpg\",\"id\":808},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":40,\"blur\":56,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"_animation_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"196d405\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"-250\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc322df\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2020/10/quote.png\",\"id\":252},\"background_overlay_position\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"overlay_blend_mode\":\"multiply\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[{\"id\":\"8da19bb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e71f415\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"animation\":\"fadeIn\",\"animation_delay\":150,\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_mobile\":\"none\"},\"elements\":[{\"id\":\"2d3971b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/roland-samuel-MZ5A24H1JqU-unsplash.jpg\",\"id\":810},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":40,\"blur\":56,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"_animation_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f19a98b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"-250\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a55e3e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2020/10/quote.png\",\"id\":252},\"background_overlay_position\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"overlay_blend_mode\":\"multiply\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[{\"id\":\"293daba\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38e54e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d1548c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9fa13e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"aaef64c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57b3e98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Major Clients\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"593d9a7\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ddb1ef\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a78588\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"5868d7b\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/l_01.png\",\"id\":328}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0514d1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"8ffd847\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/l_03.png\",\"id\":330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"8070f5e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"9f6ee70\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/l_04.png\",\"id\":331}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"465ce7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"}},\"elements\":[{\"id\":\"4e93209\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/l_02.png\",\"id\":329}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ddf1e53\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28802fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb4ee17\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/l_05.png\",\"id\":759}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b648968\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"91392a5\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/l_10.png\",\"id\":764}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9aa1350\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"a2e3be7\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/l_08.png\",\"id\":762}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"8c1e078\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"}},\"elements\":[{\"id\":\"2881570\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/l_09.png\",\"id\":763}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f148d80\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5d0ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"8106445\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/l_06.png\",\"id\":760}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a03672d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"31e8bad\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/l_07.png\",\"id\":761}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"c5345ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"a2208e4\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/l_10.png\",\"id\":764}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ca106c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"}},\"elements\":[{\"id\":\"74c3912\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/l_04.png\",\"id\":331}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"443acfd\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"f5e6947\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c9a9088\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b5f2d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fill Out the Form Below and Get a \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"06741a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Consultation\",\"align\":\"center\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ce34284\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ad62606\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1a6e4cd\",\"elType\":\"widget\",\"settings\":{\"form_list\":\"1\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"form_container_max_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"form_container_alignment\":\"center\",\"input_alignment\":\"center\",\"form_field_text_indent\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"form_input_width\":{\"unit\":\"%\",\"size\":94,\"sizes\":[]},\"form_submit_button_align\":\"center\",\"__globals__\":{\"form_submit_button_bg_color_normal\":\"globals\\/colors?id=kadence1\"},\"form_submit_button_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"form_field_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"form_submit_button_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"form_container_max_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"form_container_alignment_mobile\":\"center\",\"form_submit_button_width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"fluent-form-widget\"},{\"id\":\"20b071c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6 style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis. Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante. Quisque ultricies, dui et egestas cursus, nisl augue blandit tortor, ac congue ante est ut odio. Maecenas vitae eros quis tortor convallis luctus. Mauris nec elementum ante, sit amet mattis nisl. Aenean dapibus bibendum nisl ut bibendum.<\\/h6>\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(327, 783, '_dp_original', '713');
INSERT INTO `wpht_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(328, 783, '_elementor_controls_usage', 'a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:13;s:11:\"header_size\";i:9;s:5:\"align\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:22:\"typography_font_family\";i:10;s:20:\"typography_font_size\";i:11;s:22:\"typography_font_weight\";i:11;s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:29:\"typography_line_height_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:14:\"_margin_mobile\";i:2;s:15:\"_padding_mobile\";i:2;s:7:\"_margin\";i:2;s:8:\"_padding\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:36;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:36;s:19:\"_inline_size_tablet\";i:11;s:21:\"space_between_widgets\";i:2;s:19:\"_inline_size_mobile\";i:12;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:15;s:13:\"margin_mobile\";i:8;s:14:\"padding_mobile\";i:7;s:6:\"margin\";i:6;s:14:\"padding_tablet\";i:1;}s:15:\"section_effects\";a:3:{s:9:\"animation\";i:3;s:15:\"animation_delay\";i:3;s:16:\"animation_mobile\";i:3;}}s:5:\"style\";a:3:{s:14:\"section_border\";a:11:{s:13:\"border_border\";i:20;s:12:\"border_width\";i:20;s:12:\"border_color\";i:8;s:19:\"border_hover_border\";i:8;s:18:\"border_hover_width\";i:8;s:26:\"box_shadow_box_shadow_type\";i:3;s:13:\"border_radius\";i:3;s:21:\"box_shadow_box_shadow\";i:3;s:19:\"border_width_mobile\";i:9;s:19:\"border_width_tablet\";i:3;s:20:\"border_radius_mobile\";i:1;}s:13:\"section_style\";a:1:{s:21:\"background_background\";i:6;}s:26:\"section_background_overlay\";a:10:{s:29:\"background_overlay_background\";i:3;s:24:\"background_overlay_image\";i:3;s:27:\"background_overlay_position\";i:3;s:23:\"background_overlay_xpos\";i:3;s:23:\"background_overlay_ypos\";i:3;s:25:\"background_overlay_repeat\";i:3;s:23:\"background_overlay_size\";i:3;s:27:\"background_overlay_bg_width\";i:3;s:26:\"background_overlay_opacity\";i:3;s:18:\"overlay_blend_mode\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:17;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:6:\"height\";i:1;s:15:\"column_position\";i:1;s:6:\"layout\";i:2;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:8;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:9:{s:21:\"background_background\";i:8;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:26:\"background_position_tablet\";i:1;s:22:\"background_xpos_tablet\";i:1;s:26:\"background_position_mobile\";i:1;s:22:\"background_xpos_mobile\";i:1;s:24:\"background_repeat_mobile\";i:1;s:17:\"background_repeat\";i:1;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:3;s:26:\"background_overlay_opacity\";i:2;s:24:\"background_overlay_image\";i:1;s:27:\"background_overlay_position\";i:1;s:25:\"background_overlay_repeat\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:3;s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:14;s:7:\"padding\";i:10;s:14:\"padding_mobile\";i:5;s:14:\"padding_tablet\";i:5;s:13:\"margin_tablet\";i:5;s:13:\"margin_mobile\";i:3;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:9;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:1;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:15;s:10:\"image_size\";i:12;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:19:\"image_border_radius\";i:3;s:32:\"image_box_shadow_box_shadow_type\";i:3;s:27:\"image_box_shadow_box_shadow\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:17:\"_animation_mobile\";i:3;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:1;s:12:\"space_mobile\";i:1;}}}}s:18:\"fluent-form-widget\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_fluent_form\";a:1:{s:9:\"form_list\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:3:{s:28:\"section_form_container_style\";a:4:{s:24:\"form_container_max_width\";i:1;s:24:\"form_container_alignment\";i:1;s:31:\"form_container_max_width_mobile\";i:1;s:31:\"form_container_alignment_mobile\";i:1;}s:25:\"section_form_fields_style\";a:4:{s:15:\"input_alignment\";i:1;s:22:\"form_field_text_indent\";i:1;s:16:\"form_input_width\";i:1;s:18:\"form_field_spacing\";i:1;}s:32:\"section_form_submit_button_style\";a:4:{s:24:\"form_submit_button_align\";i:1;s:24:\"form_submit_button_width\";i:1;s:25:\"form_submit_button_margin\";i:1;s:31:\"form_submit_button_width_mobile\";i:1;}}}}}'),
(438, 1126, '_elementor_edit_mode', 'builder'),
(330, 783, '_kadence_starter_templates_imported_post', '1'),
(331, 878, '_elementor_edit_mode', 'builder'),
(332, 878, '_elementor_template_type', 'wp-page'),
(333, 878, '_elementor_version', '3.24.5'),
(334, 878, '_kad_pagebuilder_layout_flag', 'disabled'),
(335, 878, '_kad_post_title', 'hide'),
(336, 878, '_kad_post_content_style', 'unboxed'),
(337, 878, '_kad_post_vertical_padding', 'hide'),
(338, 878, '_kad_post_feature', 'hide'),
(339, 878, '_kad_post_layout', 'fullwidth'),
(340, 878, '_wp_page_template', 'default'),
(341, 878, '_elementor_data', '[{\"id\":\"d1b8091\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"column_position\":\"bottom\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2025\\/01\\/WhatsApp-Image-2025-01-10-at-9.29.52-PM.jpeg\",\"id\":1514,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-322,\"sizes\":[]},\"background_position_mobile\":\"initial\",\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-347,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=kadence4\",\"background_color\":\"globals\\/colors?id=kadence3\"}},\"elements\":[{\"id\":\"8ef2c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ca1a76\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contacto \",\"title_color\":\"#FFFFFF\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"26f37cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4199598\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"z_index\":2},\"elements\":[{\"id\":\"e2fde2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f36f12\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estamos aqu\\u00ed para ayudarte\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"300\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a36b793\",\"elType\":\"widget\",\"settings\":{\"title\":\"No dudes en contactarnos!\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence3\",\"_background_color\":\"globals\\/colors?id=kadence7\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"80\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"94d69f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>CASA MATRIZ - SANTA CRUZ:<\\/strong> Av. Nicolas Suarez 4065, Entre Alemana y 2 de Agosto (Cuarto Anillo)<br \\/><strong>SUCURSAL - COCHABAMBA:<\\/strong> Av. Blanco Galindo Km 0 Esquina Alto de la Alianza<\\/p><p>marketing@samo.com.bo<br \\/>(+591) 4-4418320<br \\/>(+591) 77401750<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence5\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"7c4b594\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"gradient\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=kadence8\"},\"background_color\":\"#FFFFFF\",\"background_color_b\":\"#EFF7FB\",\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"f7cfb97\",\"elType\":\"widget\",\"settings\":{\"title\":\"Formulario de Contacto\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ddd2c2\",\"elType\":\"widget\",\"settings\":{\"form_list\":\"1\",\"form_field_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"form_submit_button_align\":\"center\",\"__globals__\":{\"form_submit_button_bg_color_normal\":\"globals\\/colors?id=kadence1\",\"form_submit_button_bg_color_hover\":\"\"},\"form_container_max_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"form_container_max_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"form_container_alignment\":\"center\",\"form_container_alignment_mobile\":\"center\",\"input_alignment\":\"center\",\"form_field_text_indent\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"form_input_width\":{\"unit\":\"%\",\"size\":94,\"sizes\":[]},\"form_submit_button_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"form_submit_button_width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"form_submit_button_margin\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"form_submit_button_width_type\":\"full-width\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"fluent-form-widget\"}],\"isInner\":false}],\"isInner\":false}]'),
(2360, 1415, '_elementor_template_type', 'wp-page'),
(2361, 1415, '_elementor_version', '3.24.5'),
(2362, 1415, '_wp_page_template', 'default'),
(2363, 1415, '_elementor_data', '[{\"id\":\"d1b8091\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"column_position\":\"bottom\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-josh-hild-4270292-2.jpg\",\"id\":951},\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-322,\"sizes\":[]},\"background_position_mobile\":\"initial\",\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-347,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=kadence4\",\"background_color\":\"globals\\/colors?id=kadence3\"}},\"elements\":[{\"id\":\"8ef2c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ca1a76\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contacto \",\"title_color\":\"#FFFFFF\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"26f37cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4199598\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"z_index\":2},\"elements\":[{\"id\":\"e2fde2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f36f12\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estamos aqu\\u00ed para ayudarte\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"300\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a36b793\",\"elType\":\"widget\",\"settings\":{\"title\":\"No dudes en contactarnos!\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence3\",\"_background_color\":\"globals\\/colors?id=kadence7\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"80\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"94d69f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Av. Blanco Galindo Km 0 Esquina Alto de la Alianza<br \\/>marketing@samo.com.bo<\\/p><p>(+591) 4-4418320<br \\/>(+591) 77401750<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence5\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"7c4b594\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"gradient\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=kadence8\"},\"background_color\":\"#FFFFFF\",\"background_color_b\":\"#EFF7FB\",\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"f7cfb97\",\"elType\":\"widget\",\"settings\":{\"title\":\"Formulario de Contacto\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ddd2c2\",\"elType\":\"widget\",\"settings\":{\"form_list\":\"1\",\"form_field_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"form_submit_button_align\":\"center\",\"__globals__\":{\"form_submit_button_bg_color_normal\":\"globals\\/colors?id=kadence1\",\"form_submit_button_bg_color_hover\":\"\"},\"form_container_max_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"form_container_max_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"form_container_alignment\":\"center\",\"form_container_alignment_mobile\":\"center\",\"input_alignment\":\"center\",\"form_field_text_indent\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"form_input_width\":{\"unit\":\"%\",\"size\":94,\"sizes\":[]},\"form_submit_button_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"form_submit_button_width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"form_submit_button_margin\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"form_submit_button_width_type\":\"full-width\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"fluent-form-widget\"}],\"isInner\":false}],\"isInner\":false}]'),
(2364, 1415, '_elementor_controls_usage', 'a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:5;s:11:\"header_size\";i:4;s:5:\"align\";i:2;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:1;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:21:\"typography_typography\";i:2;s:22:\"typography_line_height\";i:1;s:27:\"typography_font_size_mobile\";i:2;s:27:\"typography_font_size_tablet\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:2;s:8:\"_padding\";i:1;}s:15:\"_section_border\";a:1:{s:21:\"_border_radius_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:9;s:19:\"_inline_size_tablet\";i:2;s:21:\"space_between_widgets\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:6;s:13:\"margin_mobile\";i:4;s:14:\"padding_mobile\";i:5;s:6:\"margin\";i:2;s:13:\"margin_tablet\";i:1;s:14:\"padding_tablet\";i:2;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:1:{s:21:\"background_background\";i:1;}s:14:\"section_border\";a:2:{s:12:\"border_width\";i:1;s:13:\"border_radius\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:6:\"height\";i:1;s:15:\"column_position\";i:1;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:8:{s:21:\"background_background\";i:3;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;s:26:\"background_position_tablet\";i:1;s:22:\"background_xpos_tablet\";i:1;s:26:\"background_position_mobile\";i:1;s:22:\"background_xpos_mobile\";i:1;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:2;s:26:\"background_overlay_opacity\";i:2;s:24:\"background_overlay_image\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:4;s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:2;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:1;s:14:\"padding_tablet\";i:2;s:7:\"z_index\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;}}}}s:18:\"fluent-form-widget\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_fluent_form\";a:1:{s:9:\"form_list\";i:1;}}s:5:\"style\";a:3:{s:25:\"section_form_fields_style\";a:4:{s:18:\"form_field_spacing\";i:1;s:15:\"input_alignment\";i:1;s:22:\"form_field_text_indent\";i:1;s:16:\"form_input_width\";i:1;}s:32:\"section_form_submit_button_style\";a:5:{s:24:\"form_submit_button_align\";i:1;s:24:\"form_submit_button_width\";i:1;s:31:\"form_submit_button_width_mobile\";i:1;s:25:\"form_submit_button_margin\";i:1;s:29:\"form_submit_button_width_type\";i:1;}s:28:\"section_form_container_style\";a:4:{s:24:\"form_container_max_width\";i:1;s:31:\"form_container_max_width_mobile\";i:1;s:24:\"form_container_alignment\";i:1;s:31:\"form_container_alignment_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;}}}}s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:11:\"section_map\";a:3:{s:7:\"address\";i:1;s:4:\"zoom\";i:1;s:6:\"height\";i:1;}}s:5:\"style\";a:1:{s:17:\"section_map_style\";a:4:{s:22:\"css_filters_css_filter\";i:1;s:22:\"css_filters_brightness\";i:1;s:20:\"css_filters_contrast\";i:1;s:20:\"css_filters_saturate\";i:1;}}}}s:9:\"accordion\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:4:\"tabs\";i:1;}}s:5:\"style\";a:4:{s:19:\"section_title_style\";a:1:{s:12:\"border_width\";i:1;}s:25:\"section_toggle_style_icon\";a:2:{s:10:\"icon_align\";i:1;s:10:\"icon_space\";i:1;}s:26:\"section_toggle_style_title\";a:6:{s:11:\"title_color\";i:1;s:16:\"tab_active_color\";i:1;s:27:\"title_typography_typography\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:13:\"title_padding\";i:1;}s:28:\"section_toggle_style_content\";a:5:{s:29:\"content_typography_typography\";i:1;s:28:\"content_typography_font_size\";i:1;s:30:\"content_typography_font_weight\";i:1;s:15:\"content_padding\";i:1;s:13:\"content_color\";i:1;}}}}}'),
(2263, 1402, '_elementor_version', '3.24.5'),
(2264, 1402, '_wp_page_template', 'default'),
(2265, 1402, '_elementor_data', '[{\"id\":\"d1b8091\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"column_position\":\"bottom\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-josh-hild-4270292-2.jpg\",\"id\":951},\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-322,\"sizes\":[]},\"background_position_mobile\":\"initial\",\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-347,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=kadence4\",\"background_color\":\"globals\\/colors?id=kadence3\"}},\"elements\":[{\"id\":\"8ef2c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ca1a76\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contacto \",\"title_color\":\"#FFFFFF\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"26f37cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4199598\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"z_index\":2},\"elements\":[{\"id\":\"e2fde2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f36f12\",\"elType\":\"widget\",\"settings\":{\"title\":\"Headquarters\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"300\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a36b793\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our company located in the heart of the financial district in New York City\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence3\",\"_background_color\":\"globals\\/colors?id=kadence7\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"80\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"94d69f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Av. Blanco Galindo Km 0 Esquina Alto de la Alianza<br \\/>marketing@samo.com.bo<\\/p><p>(+591) 4-4418320<br \\/>(+591) 77401750<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence5\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"7c4b594\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"gradient\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence7\",\"background_color_b\":\"globals\\/colors?id=kadence8\"}},\"elements\":[{\"id\":\"f7cfb97\",\"elType\":\"widget\",\"settings\":{\"title\":\"Formulario de Contacto\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ddd2c2\",\"elType\":\"widget\",\"settings\":{\"form_list\":\"1\",\"form_field_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"form_submit_button_align\":\"center\",\"__globals__\":{\"form_submit_button_bg_color_normal\":\"globals\\/colors?id=kadence1\",\"form_submit_button_bg_color_hover\":\"\"},\"form_container_max_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"form_container_max_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"form_container_alignment\":\"center\",\"form_container_alignment_mobile\":\"center\",\"input_alignment\":\"center\",\"form_field_text_indent\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"form_input_width\":{\"unit\":\"%\",\"size\":94,\"sizes\":[]},\"form_submit_button_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"form_submit_button_width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"form_submit_button_margin\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"form_submit_button_width_type\":\"full-width\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"fluent-form-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"734944d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/wave_tr_bg.png\",\"id\":672},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence4\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0d6976f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"10\",\"bottom\":\"5\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"fed3b8f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f8e24fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"81a1b8c\",\"elType\":\"widget\",\"settings\":{\"address\":\"New York, NY 10005\",\"zoom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":118,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a49c31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"be38919\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1380ad\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3ac0c86\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0},\"elements\":[{\"id\":\"27c3362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Question?\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"54a2bb5\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence5\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"82061b4\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5aea6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc0a58f\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is Law Firm the right law firm for me? \\/ Why should I trust your firm with my case?\",\"tab_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi vehicula interdum lorem. Phasellus luctus elit viverra consectetur feugiat. Proin egestas nisl metus, nec consectetur mauris pulvinar non. Proin condimentum blandit nunc sit amet sagittis. Suspendisse nibh lorem, varius at eleifend eget, interdum malesuada arcu.<\\/p><p>Mauris nibh urna, porttitor sit amet efficitur at, laoreet et arcu. Sed vitae felis dui. Pellentesque sodales ac mauris euismod ullamcorper. Mauris ac tellus fringilla, rhoncus ligula quis, efficitur lacus. Aliquam in nulla nec justo dignissim convallis. Vestibulum ultrices maximus ornare. Morbi a nisl vel enim aliquam iaculis et eget eros.<\\/p>\",\"_id\":\"512a261\"},{\"tab_title\":\"What types of cases does your law firm handle?\",\"tab_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi vehicula interdum lorem. Phasellus luctus elit viverra consectetur feugiat. Proin egestas nisl metus, nec consectetur mauris pulvinar non. Proin condimentum blandit nunc sit amet sagittis. Suspendisse nibh lorem, varius at eleifend eget, interdum malesuada arcu.<\\/p><p>Mauris nibh urna, porttitor sit amet efficitur at, laoreet et arcu. Sed vitae felis dui. Pellentesque sodales ac mauris euismod ullamcorper. Mauris ac tellus fringilla, rhoncus ligula quis, efficitur lacus. Aliquam in nulla nec justo dignissim convallis. Vestibulum ultrices maximus ornare. Morbi a nisl vel enim aliquam iaculis et eget eros.<\\/p>\",\"_id\":\"14e30ee\"},{\"tab_title\":\"How long have you been in business?\",\"tab_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi vehicula interdum lorem. Phasellus luctus elit viverra consectetur feugiat. Proin egestas nisl metus, nec consectetur mauris pulvinar non. Proin condimentum blandit nunc sit amet sagittis. Suspendisse nibh lorem, varius at eleifend eget, interdum malesuada arcu.<\\/p><p>Mauris nibh urna, porttitor sit amet efficitur at, laoreet et arcu. Sed vitae felis dui. Pellentesque sodales ac mauris euismod ullamcorper. Mauris ac tellus fringilla, rhoncus ligula quis, efficitur lacus. Aliquam in nulla nec justo dignissim convallis. Vestibulum ultrices maximus ornare. Morbi a nisl vel enim aliquam iaculis et eget eros.<\\/p>\",\"_id\":\"5447713\"},{\"tab_title\":\"Do I need to come into your office and meet you in person to retain you, or to receive legal services?\",\"tab_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi vehicula interdum lorem. Phasellus luctus elit viverra consectetur feugiat. Proin egestas nisl metus, nec consectetur mauris pulvinar non. Proin condimentum blandit nunc sit amet sagittis. Suspendisse nibh lorem, varius at eleifend eget, interdum malesuada arcu.<\\/p><p>Mauris nibh urna, porttitor sit amet efficitur at, laoreet et arcu. Sed vitae felis dui. Pellentesque sodales ac mauris euismod ullamcorper. Mauris ac tellus fringilla, rhoncus ligula quis, efficitur lacus. Aliquam in nulla nec justo dignissim convallis. Vestibulum ultrices maximus ornare. Morbi a nisl vel enim aliquam iaculis et eget eros.<\\/p>\",\"_id\":\"0f30f70\"},{\"tab_title\":\"What are your business hours? \",\"tab_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi vehicula interdum lorem. Phasellus luctus elit viverra consectetur feugiat. Proin egestas nisl metus, nec consectetur mauris pulvinar non. Proin condimentum blandit nunc sit amet sagittis. Suspendisse nibh lorem, varius at eleifend eget, interdum malesuada arcu.<\\/p><p>Mauris nibh urna, porttitor sit amet efficitur at, laoreet et arcu. Sed vitae felis dui. Pellentesque sodales ac mauris euismod ullamcorper. Mauris ac tellus fringilla, rhoncus ligula quis, efficitur lacus. Aliquam in nulla nec justo dignissim convallis. Vestibulum ultrices maximus ornare. Morbi a nisl vel enim aliquam iaculis et eget eros.<\\/p>\",\"_id\":\"e8eddfe\"},{\"tab_title\":\"Do you charge for consultations?\",\"tab_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi vehicula interdum lorem. Phasellus luctus elit viverra consectetur feugiat. Proin egestas nisl metus, nec consectetur mauris pulvinar non. Proin condimentum blandit nunc sit amet sagittis. Suspendisse nibh lorem, varius at eleifend eget, interdum malesuada arcu.<\\/p><p>Mauris nibh urna, porttitor sit amet efficitur at, laoreet et arcu. Sed vitae felis dui. Pellentesque sodales ac mauris euismod ullamcorper. Mauris ac tellus fringilla, rhoncus ligula quis, efficitur lacus. Aliquam in nulla nec justo dignissim convallis. Vestibulum ultrices maximus ornare. Morbi a nisl vel enim aliquam iaculis et eget eros.<\\/p>\",\"_id\":\"8a58255\"},{\"tab_title\":\"What will the legal fees cost me?\",\"tab_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi vehicula interdum lorem. Phasellus luctus elit viverra consectetur feugiat. Proin egestas nisl metus, nec consectetur mauris pulvinar non. Proin condimentum blandit nunc sit amet sagittis. Suspendisse nibh lorem, varius at eleifend eget, interdum malesuada arcu.<\\/p><p>Mauris nibh urna, porttitor sit amet efficitur at, laoreet et arcu. Sed vitae felis dui. Pellentesque sodales ac mauris euismod ullamcorper. Mauris ac tellus fringilla, rhoncus ligula quis, efficitur lacus. Aliquam in nulla nec justo dignissim convallis. Vestibulum ultrices maximus ornare. Morbi a nisl vel enim aliquam iaculis et eget eros.<\\/p>\",\"_id\":\"73d8883\"},{\"tab_title\":\"What do I receive in exchange for your attorney\\u2019s fee?\",\"tab_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi vehicula interdum lorem. Phasellus luctus elit viverra consectetur feugiat. Proin egestas nisl metus, nec consectetur mauris pulvinar non. Proin condimentum blandit nunc sit amet sagittis. Suspendisse nibh lorem, varius at eleifend eget, interdum malesuada arcu.<\\/p><p>Mauris nibh urna, porttitor sit amet efficitur at, laoreet et arcu. Sed vitae felis dui. Pellentesque sodales ac mauris euismod ullamcorper. Mauris ac tellus fringilla, rhoncus ligula quis, efficitur lacus. Aliquam in nulla nec justo dignissim convallis. Vestibulum ultrices maximus ornare. Morbi a nisl vel enim aliquam iaculis et eget eros.<\\/p>\",\"_id\":\"e345f5e\"}],\"border_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"icon_align\":\"right\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\",\"title_color\":\"globals\\/colors?id=kadence4\",\"tab_active_color\":\"globals\\/colors?id=kadence2\",\"title_typography_typography\":\"\",\"content_color\":\"globals\\/colors?id=kadence4\",\"title_background\":\"globals\\/colors?id=kadence9\",\"content_background_color\":\"globals\\/colors?id=kadence9\"},\"title_color\":\"#1E2E3E\",\"tab_active_color\":\"#DBB189\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"content_color\":\"#1E2E3E\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(342, 878, '_dp_original', '783');
INSERT INTO `wpht_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(343, 878, '_elementor_controls_usage', 'a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:5;s:11:\"header_size\";i:4;s:5:\"align\";i:2;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:1;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:21:\"typography_typography\";i:2;s:22:\"typography_line_height\";i:1;s:27:\"typography_font_size_mobile\";i:2;s:27:\"typography_font_size_tablet\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:2;s:8:\"_padding\";i:1;}s:15:\"_section_border\";a:1:{s:21:\"_border_radius_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:9;s:19:\"_inline_size_tablet\";i:2;s:21:\"space_between_widgets\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:6;s:13:\"margin_mobile\";i:4;s:14:\"padding_mobile\";i:5;s:6:\"margin\";i:2;s:13:\"margin_tablet\";i:1;s:14:\"padding_tablet\";i:2;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:1:{s:21:\"background_background\";i:1;}s:14:\"section_border\";a:2:{s:12:\"border_width\";i:1;s:13:\"border_radius\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:6:\"height\";i:1;s:15:\"column_position\";i:1;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:8:{s:21:\"background_background\";i:3;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;s:26:\"background_position_tablet\";i:1;s:22:\"background_xpos_tablet\";i:1;s:26:\"background_position_mobile\";i:1;s:22:\"background_xpos_mobile\";i:1;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:2;s:26:\"background_overlay_opacity\";i:2;s:24:\"background_overlay_image\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:4;s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:2;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:1;s:14:\"padding_tablet\";i:2;s:7:\"z_index\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;}}}}s:18:\"fluent-form-widget\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_fluent_form\";a:1:{s:9:\"form_list\";i:1;}}s:5:\"style\";a:3:{s:25:\"section_form_fields_style\";a:4:{s:18:\"form_field_spacing\";i:1;s:15:\"input_alignment\";i:1;s:22:\"form_field_text_indent\";i:1;s:16:\"form_input_width\";i:1;}s:32:\"section_form_submit_button_style\";a:5:{s:24:\"form_submit_button_align\";i:1;s:24:\"form_submit_button_width\";i:1;s:31:\"form_submit_button_width_mobile\";i:1;s:25:\"form_submit_button_margin\";i:1;s:29:\"form_submit_button_width_type\";i:1;}s:28:\"section_form_container_style\";a:4:{s:24:\"form_container_max_width\";i:1;s:31:\"form_container_max_width_mobile\";i:1;s:24:\"form_container_alignment\";i:1;s:31:\"form_container_alignment_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;}}}}s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:11:\"section_map\";a:3:{s:7:\"address\";i:1;s:4:\"zoom\";i:1;s:6:\"height\";i:1;}}s:5:\"style\";a:1:{s:17:\"section_map_style\";a:4:{s:22:\"css_filters_css_filter\";i:1;s:22:\"css_filters_brightness\";i:1;s:20:\"css_filters_contrast\";i:1;s:20:\"css_filters_saturate\";i:1;}}}}s:9:\"accordion\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:4:\"tabs\";i:1;}}s:5:\"style\";a:4:{s:19:\"section_title_style\";a:1:{s:12:\"border_width\";i:1;}s:25:\"section_toggle_style_icon\";a:2:{s:10:\"icon_align\";i:1;s:10:\"icon_space\";i:1;}s:26:\"section_toggle_style_title\";a:6:{s:11:\"title_color\";i:1;s:16:\"tab_active_color\";i:1;s:27:\"title_typography_typography\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:13:\"title_padding\";i:1;}s:28:\"section_toggle_style_content\";a:5:{s:29:\"content_typography_typography\";i:1;s:28:\"content_typography_font_size\";i:1;s:30:\"content_typography_font_weight\";i:1;s:15:\"content_padding\";i:1;s:13:\"content_color\";i:1;}}}}}'),
(344, 878, '_kadence_starter_templates_imported_post', '1'),
(345, 974, '_elementor_edit_mode', 'builder'),
(346, 974, '_elementor_template_type', 'wp-page'),
(347, 974, '_elementor_version', '3.1.3'),
(348, 974, '_kad_pagebuilder_layout_flag', 'disabled'),
(349, 974, '_kad_post_title', 'hide'),
(350, 974, '_kad_post_content_style', 'unboxed'),
(351, 974, '_kad_post_vertical_padding', 'hide'),
(352, 974, '_kad_post_feature', 'hide'),
(353, 974, '_kad_post_layout', 'fullwidth'),
(354, 974, '_wp_page_template', 'default'),
(355, 974, '_elementor_data', '[{\"id\":\"d1b8091\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"column_position\":\"bottom\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-august-de-richelieu-4427816.jpg\",\"id\":1071},\"background_position\":\"center center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-322,\"sizes\":[]},\"background_position_mobile\":\"initial\",\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-347,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=kadence4\",\"background_color\":\"globals\\/colors?id=kadence3\"},\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"8ef2c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ca1a76\",\"elType\":\"widget\",\"settings\":{\"title\":\"Attorneys\\n\",\"title_color\":\"#FFFFFF\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"26f37cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"734944d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/wave_tr_bg.png\",\"id\":672},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence4\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0d6976f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"20\",\"bottom\":\"180\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c784a0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"bfbacd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"490ca0a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Over 20+ Years of Experiences\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence8\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"eb1d3ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.962},\"elements\":[{\"id\":\"f186e9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis. Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ee58af2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"z_index\":3,\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c1c581\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"-120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c5cfc39\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-august-de-richelieu-4427430-2.jpg\",\"id\":1017},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":52,\"blur\":61,\"spread\":-38,\"color\":\"rgba(0, 0, 0, 0.25)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a49c31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"be38919\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3571846\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8984d80\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_hover_color\":\"#00000030\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence6\",\"border_hover_color\":\"\"},\"_inline_size_tablet\":100,\"border_radius_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f05776\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reputation\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\",\"align\":\"center\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c50a4d\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d474db0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_hover_color\":\"#00000030\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence6\",\"border_hover_color\":\"\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"c1232cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Respect\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\",\"align\":\"center\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29d10c5\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5ce446e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_hover_color\":\"#00000030\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ff2d6d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Results\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\",\"align\":\"center\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0efdf85\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c5dc83e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":34,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\",\"background_color_b\":\"globals\\/colors?id=kadence9\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"decef46\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26ff900\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7334f57\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d60f7c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"812a954\",\"elType\":\"widget\",\"settings\":{\"title\":\"Attorneys\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e60378\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac8af62\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"993464c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"1b4918f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"638c1bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"918d4ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-august-de-richelieu-4427609-2.jpg\",\"id\":429},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"91c0763\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"79515cb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karin Burrows\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bed0aab\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founding Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed317e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"94de326\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-august-de-richelieu-4427609-1.jpg\",\"id\":424},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b115de2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a698bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"William Laboy\\u200b\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa88e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Managing Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6562a11\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"a39e92f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-august-de-richelieu-4427620.jpg\",\"id\":430},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b90c6c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"997809b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Paul Hoff\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00e52d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Managing Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8f26612\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"af52d5d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-august-de-richelieu-4427614.jpg\",\"id\":431},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"071e652\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"60eb005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louise Andre\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c663bb9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Senior Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"32f38e7\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"482170c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5776a94\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-august-de-richelieu-4427629.jpg\",\"id\":1024},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c7b25f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8a98240\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jackie Davis\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bf7d26\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a1a0ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"acbbf13\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-mentatdgt-937481.jpg\",\"id\":1035},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"75d33c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"272a6f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clifford Griffith\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"894e92c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lawyer\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fe6b0e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"0de0869\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-dellon-thomas-2216607.jpg\",\"id\":1034},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d56db4e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8afe717\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eduardo Brewer\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2993f44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lawyer\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"5182424\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"606c6e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-mentatdgt-1138903.jpg\",\"id\":1036},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"30de679\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c6af960\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alejandro Ringler\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eae3485\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lawyer\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(356, 974, '_dp_original', '783'),
(357, 974, '_elementor_controls_usage', 'a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:22;s:11:\"header_size\";i:17;s:5:\"align\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:7:{s:11:\"title_color\";i:1;s:22:\"typography_font_family\";i:5;s:20:\"typography_font_size\";i:6;s:22:\"typography_font_weight\";i:14;s:21:\"typography_typography\";i:12;s:22:\"typography_line_height\";i:1;s:28:\"text_shadow_text_shadow_type\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:21;s:19:\"_inline_size_tablet\";i:12;s:21:\"space_between_widgets\";i:9;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:6;s:13:\"margin_mobile\";i:2;s:14:\"padding_mobile\";i:2;s:14:\"padding_tablet\";i:2;s:6:\"margin\";i:2;s:13:\"margin_tablet\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}s:5:\"style\";a:2:{s:14:\"section_border\";a:8:{s:13:\"border_border\";i:10;s:12:\"border_width\";i:11;s:18:\"border_hover_width\";i:11;s:18:\"border_hover_color\";i:3;s:20:\"border_radius_tablet\";i:1;s:12:\"border_color\";i:9;s:13:\"border_radius\";i:8;s:19:\"border_hover_border\";i:8;}s:13:\"section_style\";a:1:{s:21:\"background_background\";i:8;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"height\";i:1;s:15:\"column_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:6;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:10:{s:21:\"background_background\";i:5;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:26:\"background_position_tablet\";i:1;s:22:\"background_xpos_tablet\";i:1;s:26:\"background_position_mobile\";i:1;s:22:\"background_xpos_mobile\";i:1;s:17:\"background_repeat\";i:1;s:21:\"background_color_stop\";i:1;s:23:\"background_color_b_stop\";i:1;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:2;s:26:\"background_overlay_opacity\";i:2;s:24:\"background_overlay_image\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:2;s:13:\"margin_tablet\";i:3;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:4;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:3;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:9;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:19:\"image_border_radius\";i:9;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_tablet\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:9;}}}}}'),
(444, 1127, '_elementor_edit_mode', 'builder'),
(359, 974, '_kadence_starter_templates_imported_post', '1'),
(360, 1046, '_elementor_edit_mode', 'builder'),
(361, 1046, '_elementor_template_type', 'wp-page'),
(362, 1046, '_elementor_version', '3.1.3'),
(363, 1046, '_kad_pagebuilder_layout_flag', 'disabled'),
(364, 1046, '_kad_post_title', 'hide'),
(365, 1046, '_kad_post_content_style', 'unboxed'),
(366, 1046, '_kad_post_vertical_padding', 'hide'),
(367, 1046, '_kad_post_feature', 'hide'),
(368, 1046, '_kad_post_layout', 'fullwidth'),
(369, 1046, '_wp_page_template', 'default');
INSERT INTO `wpht_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(370, 1046, '_elementor_data', '[{\"id\":\"734944d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/wave_tr_bg.png\",\"id\":672},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence4\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0d6976f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c784a0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bfbacd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"0cd6a69\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-august-de-richelieu-4427609-2.jpg\",\"id\":429},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb1d3ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.962},\"elements\":[{\"id\":\"490ca0a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karin Burrows\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence8\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42e1e25\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founding Partner\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence8\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f186e9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence7\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2170f22\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3df6bb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Practice Areas\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence8\"},\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d474c65\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Business Law\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"262b441\"},{\"text\":\"Criminal Law\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"067502c\"},{\"text\":\"Employment Law\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"cbe1991\"},{\"text\":\"Gov & Administrative Law\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"eda68ec\"},{\"text\":\"Securities Law\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"af3aaac\"}],\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence7\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"bbad49d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d18ac8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Biography\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence8\"},\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b64c9de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis. Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence7\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a49c31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"be38919\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3571846\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8984d80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_hover_color\":\"#00000030\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence6\",\"border_hover_color\":\"\"},\"_inline_size_tablet\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f05776\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education & Court Admissions\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\",\"align\":\"left\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c50a4d\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis. Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante. Quisque ultricies, dui et egestas cursus, nisl augue blandit tortor, ac congue ante est ut odio. Maecenas vitae eros quis tortor convallis luctus. Mauris nec elementum ante, sit amet mattis nisl. Aenean dapibus bibendum nisl ut bibendum.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d474db0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_hover_color\":\"#00000030\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=f223b17\",\"border_hover_color\":\"\"},\"_inline_size_tablet\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c1232cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Serious Results\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\",\"align\":\"left\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29d10c5\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis. Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante. Quisque ultricies, dui et egestas cursus, nisl augue blandit tortor, ac congue ante est ut odio. Maecenas vitae eros quis tortor convallis luctus. Mauris nec elementum ante, sit amet mattis nisl. Aenean dapibus bibendum nisl ut bibendum.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c5dc83e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":34,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\",\"background_color_b\":\"globals\\/colors?id=kadence9\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"decef46\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26ff900\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7334f57\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d60f7c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"812a954\",\"elType\":\"widget\",\"settings\":{\"title\":\"Attorneys\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e60378\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac8af62\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"993464c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"1b4918f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"638c1bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"918d4ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-august-de-richelieu-4427609-2.jpg\",\"id\":429},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"91c0763\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"79515cb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karin Burrows\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bed0aab\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founding Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed317e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"94de326\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-august-de-richelieu-4427609-1.jpg\",\"id\":424},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b115de2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a698bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"William Laboy\\u200b\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa88e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Managing Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6562a11\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"a39e92f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-august-de-richelieu-4427620.jpg\",\"id\":430},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b90c6c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"997809b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Paul Hoff\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00e52d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Managing Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8f26612\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"af52d5d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-august-de-richelieu-4427614.jpg\",\"id\":431},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"071e652\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"60eb005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louise Andre\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c663bb9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Senior Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"32f38e7\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"482170c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5776a94\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-august-de-richelieu-4427629.jpg\",\"id\":1024},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c7b25f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8a98240\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jackie Davis\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bf7d26\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a1a0ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"acbbf13\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-mentatdgt-937481.jpg\",\"id\":1035},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"75d33c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"272a6f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clifford Griffith\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"894e92c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lawyer\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fe6b0e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"0de0869\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-dellon-thomas-2216607.jpg\",\"id\":1034},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d56db4e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8afe717\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eduardo Brewer\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2993f44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lawyer\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"5182424\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"606c6e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-mentatdgt-1138903.jpg\",\"id\":1036},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"30de679\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c6af960\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alejandro Ringler\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eae3485\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lawyer\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(371, 1046, '_dp_original', '974'),
(372, 1046, '_elementor_controls_usage', 'a:8:{s:5:\"image\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:9;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:9;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:17;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:17;s:19:\"_inline_size_tablet\";i:11;s:21:\"space_between_widgets\";i:9;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:5:{s:13:\"margin_mobile\";i:1;s:14:\"padding_mobile\";i:1;s:7:\"padding\";i:4;s:14:\"padding_tablet\";i:1;s:6:\"margin\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}s:5:\"style\";a:2:{s:14:\"section_border\";a:8:{s:13:\"border_border\";i:10;s:12:\"border_width\";i:10;s:18:\"border_hover_width\";i:10;s:18:\"border_hover_color\";i:2;s:19:\"border_width_mobile\";i:2;s:12:\"border_color\";i:8;s:13:\"border_radius\";i:8;s:19:\"border_hover_border\";i:8;}s:13:\"section_style\";a:1:{s:21:\"background_background\";i:8;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:23;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:23;s:5:\"align\";i:6;s:11:\"header_size\";i:19;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:4;s:8:\"_padding\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:7;s:20:\"typography_font_size\";i:7;s:22:\"typography_font_weight\";i:15;s:22:\"typography_line_height\";i:3;s:28:\"text_shadow_text_shadow_type\";i:3;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:11;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:6;s:7:\"padding\";i:4;s:13:\"margin_tablet\";i:2;s:14:\"padding_mobile\";i:1;s:14:\"padding_tablet\";i:3;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:3;s:21:\"background_color_stop\";i:1;s:23:\"background_color_b_stop\";i:1;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_image\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_tablet\";i:1;}}}}}'),
(450, 1128, '_elementor_edit_mode', 'builder'),
(374, 1046, '_kadence_starter_templates_imported_post', '1'),
(384, 1118, '_menu_item_type', 'post_type'),
(385, 1118, '_menu_item_menu_item_parent', '0'),
(386, 1118, '_menu_item_object_id', '73'),
(387, 1118, '_menu_item_object', 'page'),
(388, 1118, '_menu_item_target', ''),
(389, 1118, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(390, 1118, '_menu_item_xfn', ''),
(391, 1118, '_menu_item_url', ''),
(392, 1118, '_kadence_starter_templates_imported_post', '1'),
(402, 1120, '_menu_item_type', 'post_type'),
(403, 1120, '_menu_item_menu_item_parent', '0'),
(404, 1120, '_menu_item_object_id', '713'),
(405, 1120, '_menu_item_object', 'page'),
(406, 1120, '_menu_item_target', ''),
(407, 1120, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(408, 1120, '_menu_item_xfn', ''),
(409, 1120, '_menu_item_url', ''),
(410, 1120, '_kadence_starter_templates_imported_post', '1'),
(1594, 1300, '_elementor_data', '[{\"id\":\"f8453e4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/FOTO-GRUPO-CBA.jpg\",\"id\":1145,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"min_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"background_position\":\"bottom center\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#7C83A6\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#00000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":46,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":188,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"3dcb03d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence4\",\"background_color_b\":\"globals\\/colors?id=kadence8\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#F8F7F3\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"686d6c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"200\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a175a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00bfQu\\u00e9 Hacemos?\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"300\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"258b6c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nuestra Misi\\u00f3n\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\",\"_background_color\":\"globals\\/colors?id=kadence7\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"80\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b9db2fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Es proporcionar equipos y servicios que cumplan con las normativas de la National Fire Protection Association (NFPA). Nos esforzamos por ser el socio confiable y estrat\\u00e9gico de nuestros clientes, aportando valor a trav\\u00e9s de nuestra experiencia t\\u00e9cnica, asesor\\u00eda especializada y compromiso con la excelencia.<\\/p>\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74d5b8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"03ddbe9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/SAMO-3.png\",\"id\":1256,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":325,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"42071c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Servicios\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a1ca4dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e31eeb7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/SAMO-2.png\",\"id\":1255,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":325,\"sizes\":[]},\"object-fit\":\"cover\",\"image_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0bb7e8c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Productos\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38e54e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"__globals__\":{\"background_color\":\"\"},\"background_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/wave_tr_bg.png\",\"id\":672,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"5d1548c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef57aca\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"marcas\"},\"elements\":[{\"id\":\"ed3148b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"545f8d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Somos Distribuidores\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ad1fa0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>en Bolivia y Paraguay de marcas reconocidas mundialmente en el rubro de protecci\\u00f3n contra incendios, como KIDDE, EDWARDS, GST y KIDDE FIRE SYSTEMS. Estas alianzas estrat\\u00e9gicas nos permiten ofrecer una amplia gama de productos y soluciones que cumplen con los m\\u00e1s altos est\\u00e1ndares internacionales de seguridad.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"11315ef\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":4,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"0fa6a5f\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/LOGO-EDWARDS-copia.png\",\"id\":1189,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hover_animation\":\"push\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b8551ca\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/LOGO-GST-copia.png\",\"id\":1188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hover_animation\":\"push\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6852944\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/LOGO-kidde-fire-systems-copia.png\",\"id\":1187,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hover_animation\":\"push\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7df9348\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/LOGO-KIDDE-COMMERCIAL-copia.png\",\"id\":1186,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hover_animation\":\"push\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1593, 1300, '_wp_page_template', 'default'),
(1592, 1300, '_elementor_version', '3.24.5'),
(1591, 1300, '_elementor_template_type', 'wp-page'),
(1590, 1300, '_elementor_edit_mode', 'builder'),
(425, 1123, '_elementor_controls_usage', 'a:9:{s:7:\"heading\";a:3:{s:5:\"count\";i:28;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:28;s:11:\"header_size\";i:21;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:1;s:22:\"typography_font_family\";i:16;s:20:\"typography_font_size\";i:19;s:22:\"typography_font_weight\";i:24;s:21:\"typography_typography\";i:9;s:22:\"typography_line_height\";i:2;s:27:\"typography_font_size_mobile\";i:1;s:29:\"typography_line_height_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:5:{s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:3;s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:1:{s:21:\"_border_radius_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:47;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:47;s:19:\"_inline_size_tablet\";i:27;s:16:\"content_position\";i:5;s:19:\"_inline_size_mobile\";i:4;s:21:\"space_between_widgets\";i:7;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:7:{s:7:\"padding\";i:15;s:13:\"margin_mobile\";i:6;s:14:\"padding_mobile\";i:10;s:7:\"z_index\";i:1;s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:2;s:14:\"padding_tablet\";i:3;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:4;s:11:\"hide_mobile\";i:4;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:1:{s:21:\"background_background\";i:7;}s:14:\"section_border\";a:9:{s:13:\"border_border\";i:19;s:12:\"border_width\";i:19;s:12:\"border_color\";i:15;s:19:\"border_hover_border\";i:15;s:18:\"border_hover_width\";i:15;s:13:\"border_radius\";i:7;s:18:\"border_hover_color\";i:3;s:19:\"border_width_mobile\";i:4;s:19:\"border_width_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:6:{s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:15:\"column_position\";i:1;s:20:\"custom_height_mobile\";i:1;s:6:\"layout\";i:1;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:15;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:15:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;s:26:\"background_position_tablet\";i:1;s:22:\"background_xpos_tablet\";i:1;s:26:\"background_position_mobile\";i:1;s:22:\"background_xpos_mobile\";i:1;s:17:\"background_repeat\";i:1;s:22:\"background_size_tablet\";i:1;s:22:\"background_size_mobile\";i:1;s:21:\"background_color_stop\";i:2;s:23:\"background_color_b_stop\";i:2;s:25:\"background_gradient_angle\";i:1;s:18:\"background_color_b\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:3;s:24:\"background_overlay_image\";i:2;s:26:\"background_overlay_opacity\";i:3;s:27:\"background_overlay_position\";i:1;s:25:\"background_overlay_repeat\";i:1;s:18:\"overlay_blend_mode\";i:1;}s:14:\"section_border\";a:2:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:7:\"padding\";i:8;s:14:\"padding_mobile\";i:6;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:11;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:10:\"title_text\";i:3;s:5:\"image\";i:3;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:3;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:3;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:2:{s:11:\"image_space\";i:3;s:10:\"image_size\";i:3;}s:21:\"section_style_content\";a:1:{s:18:\"title_bottom_space\";i:3;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:1;s:12:\"space_mobile\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:13;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:15:\"_padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:13;s:10:\"image_size\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:9;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:1:{s:5:\"color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_tablet\";i:1;}}}}s:18:\"fluent-form-widget\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_fluent_form\";a:1:{s:9:\"form_list\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:3:{s:28:\"section_form_container_style\";a:4:{s:24:\"form_container_max_width\";i:1;s:24:\"form_container_alignment\";i:1;s:31:\"form_container_max_width_mobile\";i:1;s:31:\"form_container_alignment_mobile\";i:1;}s:25:\"section_form_fields_style\";a:4:{s:15:\"input_alignment\";i:1;s:22:\"form_field_text_indent\";i:1;s:16:\"form_input_width\";i:1;s:18:\"form_field_spacing\";i:1;}s:32:\"section_form_submit_button_style\";a:4:{s:24:\"form_submit_button_align\";i:1;s:24:\"form_submit_button_width\";i:1;s:25:\"form_submit_button_margin\";i:1;s:31:\"form_submit_button_width_mobile\";i:1;}}}}}');
INSERT INTO `wpht_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(427, 1124, '_elementor_template_type', 'wp-page'),
(428, 1124, '_elementor_version', '3.1.3'),
(429, 1124, '_wp_page_template', 'default'),
(430, 1124, '_elementor_data', '[{\"id\":\"d1b8091\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"column_position\":\"bottom\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-august-de-richelieu-4427431-1.jpg\",\"id\":1063},\"background_position\":\"center center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#10151B\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-322,\"sizes\":[]},\"background_position_mobile\":\"initial\",\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-604,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=kadence7\"},\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"8ef2c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ca1a76\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"title_color\":\"#FFFFFF\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"26f37cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"38e54e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/bg_01.png\",\"id\":224},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"overlay_blend_mode\":\"multiply\"},\"elements\":[{\"id\":\"5d1548c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef57aca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/wave_tr_bg.png\",\"id\":672},\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c9876ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.891,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c5a0b87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-august-de-richelieu-4427430.jpg\",\"id\":270},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ed3148b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.109,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"545f8d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Legal Team on Your Side\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence3\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c88844\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula.\\u00a0<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b6707a1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"506a219\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"content_position\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"c61f591\",\"elType\":\"widget\",\"settings\":{\"title\":\"Over 25 years of practicing law, Karin Burrows has tried and settled numerous cases that have resulted in tens of millions of dollars of recoveries for his clients.\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c04509\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis.<\\/p><p>Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante. Quisque ultricies, dui et egestas cursus, nisl augue blandit tortor, ac congue ante est ut odio. Maecenas vitae eros quis tortor convallis luctus. Mauris nec elementum ante, sit amet mattis nisl. Aenean dapibus bibendum nisl ut bibendum.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"73cc05f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence1\"},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c410284\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"-90\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-august-de-richelieu-4427609-2.jpg\",\"id\":429},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"676ef90\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"62d0348\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8224d15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Major Clients\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d9a15c6\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"090912a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ec4e140\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"53a3179\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/l_01.png\",\"id\":328}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"bfb6a43\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"a2b8adf\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/l_03.png\",\"id\":330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"867d4b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"e73bc4f\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/l_04.png\",\"id\":331}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0384396\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"}},\"elements\":[{\"id\":\"9d93f1c\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/l_02.png\",\"id\":329}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e7e8075\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"662e33a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d66d0e\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/l_05.png\",\"id\":759}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"f51998c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"fe6f393\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/l_10.png\",\"id\":764}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a8193c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d5ba57\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/l_08.png\",\"id\":762}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39c938d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"}},\"elements\":[{\"id\":\"bb36fb5\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/l_09.png\",\"id\":763}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f29b78\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8e03138\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0e1a54\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/l_06.png\",\"id\":760}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"82aa4bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"07fa509\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/l_07.png\",\"id\":761}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"aa9a5b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"157d353\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/l_10.png\",\"id\":764}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"98f424d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"}},\"elements\":[{\"id\":\"a9f649f\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/l_04.png\",\"id\":331}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"734944d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/wave_tr_bg.png\",\"id\":672},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence4\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0d6976f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"10\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"da10eb7\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":776,\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-august-de-richelieu-4427625.jpg\"},{\"id\":775,\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-august-de-richelieu-4427624.jpg\"},{\"id\":774,\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-august-de-richelieu-4427618.jpg\"},{\"id\":773,\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-august-de-richelieu-4427550-1.jpg\"},{\"id\":772,\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-august-de-richelieu-4427507.jpg\"},{\"id\":771,\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-august-de-richelieu-4427498.jpg\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"2\",\"image_stretch\":\"yes\",\"navigation\":\"dots\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"dots_color\":\"globals\\/colors?id=kadence1\"},\"slides_to_show_tablet\":\"1\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a49c31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"be38919\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"46b5f9e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"580cef1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba5958d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advisory Areas \",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38d116e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"0cfd52f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3571846\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8984d80\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3f05776\",\"elType\":\"widget\",\"settings\":{\"title\":\"Banking and Finance\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c50a4d\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"39181af\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d474db0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"c1232cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Commercial Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29d10c5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc3431a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5ce446e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ff2d6d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Construction Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0efdf85\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ea45ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"29f03e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"aaa25cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c172b98\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0e65810\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"907d020\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"cfb2ecf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3ab7e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"Corporate Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5d4336\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6f93d7c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"64b72f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"acd3495\",\"elType\":\"widget\",\"settings\":{\"title\":\"Criminal Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f99de23\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7e92357\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a747937\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"428125d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63e9720\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2f81764\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7cff492\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"17ffe05\",\"elType\":\"widget\",\"settings\":{\"title\":\"Family Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b54fe38\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"824304e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3cb1b31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":34,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\",\"background_color_b\":\"globals\\/colors?id=kadence9\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"76cd4aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb2dc43\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"a6c9a3f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"df7b1f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"75565f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Attorneys\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0873a4e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0ef5364\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"81e34f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ad279a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c7c5cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"8947a5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-august-de-richelieu-4427609-2.jpg\",\"id\":429},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9cda802\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7befea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karin Burrows\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5620951\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founding Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"db726b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1fdb046\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-august-de-richelieu-4427609-1.jpg\",\"id\":424},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"86c7670\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"363d3a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"William Laboy\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d7cbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Managing Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4347a05\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d255677\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-august-de-richelieu-4427620.jpg\",\"id\":430},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c15e5a3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b3e2f83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Paul Hoff\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da6d2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Managing Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"676bed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"2747d7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-august-de-richelieu-4427614.jpg\",\"id\":431},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"70a572e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4840912\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louise Andre\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0436401\",\"elType\":\"widget\",\"settings\":{\"title\":\"Senior Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpht_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(431, 1124, '_elementor_controls_usage', 'a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:22;s:11:\"header_size\";i:18;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:12;s:22:\"typography_font_weight\";i:17;s:21:\"typography_typography\";i:5;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:14:\"_margin_mobile\";i:2;s:15:\"_padding_mobile\";i:3;s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:39;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:39;s:19:\"_inline_size_tablet\";i:16;s:16:\"content_position\";i:2;s:21:\"space_between_widgets\";i:6;s:19:\"_inline_size_mobile\";i:12;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:12;s:13:\"margin_mobile\";i:4;s:14:\"padding_mobile\";i:5;s:13:\"margin_tablet\";i:1;s:14:\"padding_tablet\";i:2;s:6:\"margin\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:2:{s:14:\"section_border\";a:9:{s:13:\"border_border\";i:25;s:12:\"border_width\";i:25;s:19:\"border_width_tablet\";i:4;s:19:\"border_width_mobile\";i:9;s:20:\"border_radius_mobile\";i:1;s:12:\"border_color\";i:12;s:19:\"border_hover_border\";i:12;s:18:\"border_hover_width\";i:12;s:13:\"border_radius\";i:4;}s:13:\"section_style\";a:1:{s:21:\"background_background\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:6:\"height\";i:1;s:15:\"column_position\";i:1;s:6:\"layout\";i:2;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:11:{s:21:\"background_background\";i:5;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:16:\"background_color\";i:1;s:26:\"background_position_tablet\";i:1;s:22:\"background_xpos_tablet\";i:1;s:26:\"background_position_mobile\";i:1;s:22:\"background_xpos_mobile\";i:1;s:17:\"background_repeat\";i:1;s:21:\"background_color_stop\";i:1;s:23:\"background_color_b_stop\";i:1;}s:26:\"section_background_overlay\";a:6:{s:26:\"background_overlay_opacity\";i:2;s:29:\"background_overlay_background\";i:3;s:24:\"background_overlay_image\";i:3;s:27:\"background_overlay_position\";i:1;s:25:\"background_overlay_repeat\";i:1;s:18:\"overlay_blend_mode\";i:1;}s:14:\"section_border\";a:2:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:11;s:7:\"padding\";i:8;s:14:\"padding_mobile\";i:3;s:13:\"margin_tablet\";i:8;s:14:\"padding_tablet\";i:8;s:13:\"margin_mobile\";i:7;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:18;s:10:\"image_size\";i:12;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:6;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:20;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:10;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:2;s:15:\"_padding_tablet\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:1;}}}}s:14:\"image-carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:22:\"section_image_carousel\";a:6:{s:8:\"carousel\";i:1;s:14:\"thumbnail_size\";i:1;s:14:\"slides_to_show\";i:1;s:13:\"image_stretch\";i:1;s:10:\"navigation\";i:1;s:21:\"slides_to_show_tablet\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:2:{s:13:\"image_spacing\";i:1;s:20:\"image_spacing_custom\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_tablet\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:5;}}}}}'),
(433, 1125, '_elementor_template_type', 'wp-page'),
(434, 1125, '_elementor_version', '3.1.3'),
(435, 1125, '_wp_page_template', 'default'),
(436, 1125, '_elementor_data', '[{\"id\":\"d1b8091\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"column_position\":\"bottom\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-august-de-richelieu-4427428-1.jpg\",\"id\":1067},\"background_position\":\"bottom center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-322,\"sizes\":[]},\"background_position_mobile\":\"initial\",\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-715,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=kadence4\",\"background_color\":\"globals\\/colors?id=kadence3\"},\"background_repeat_mobile\":\"no-repeat\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"8ef2c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ca1a76\",\"elType\":\"widget\",\"settings\":{\"title\":\"Practice Areas\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"26f37cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a49c31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"be38919\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3571846\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8984d80\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3f05776\",\"elType\":\"widget\",\"settings\":{\"title\":\"Banking and Finance\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c50a4d\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"39181af\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d474db0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"c1232cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Commercial Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29d10c5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc3431a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5ce446e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ff2d6d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Construction Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0efdf85\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ea45ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"29f03e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"aaa25cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c172b98\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0e65810\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"907d020\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"cfb2ecf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3ab7e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"Corporate Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5d4336\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6f93d7c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"64b72f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"acd3495\",\"elType\":\"widget\",\"settings\":{\"title\":\"Criminal Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f99de23\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7e92357\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a747937\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"428125d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63e9720\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2f81764\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7cff492\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"17ffe05\",\"elType\":\"widget\",\"settings\":{\"title\":\"Family Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b54fe38\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"824304e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"734944d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/wave_tr_bg.png\",\"id\":672},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence4\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0d6976f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"10\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c784a0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"bfbacd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.999},\"elements\":[{\"id\":\"490ca0a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Satisfied Client Stories \",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence8\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f186e9c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eb1d3ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.963},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"929a4c2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"75de1e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"animation\":\"fadeIn\",\"animation_delay\":150,\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_mobile\":\"none\"},\"elements\":[{\"id\":\"0e36352\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/nick-karvounis-JyO_szjGvUw-unsplash.jpg\",\"id\":809},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":40,\"blur\":56,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"_animation_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"583922b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"-250\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f95cbf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2020/10/quote.png\",\"id\":252},\"background_overlay_position\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"overlay_blend_mode\":\"multiply\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[{\"id\":\"471639f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bec7b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"animation\":\"fadeIn\",\"animation_delay\":150,\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_mobile\":\"none\"},\"elements\":[{\"id\":\"ac71f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/joanna-nix-walkup-2_MhTaJsGgQ-unsplash.jpg\",\"id\":808},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":40,\"blur\":56,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"_animation_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"196d405\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"-250\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc322df\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2020/10/quote.png\",\"id\":252},\"background_overlay_position\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"overlay_blend_mode\":\"multiply\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[{\"id\":\"8da19bb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e71f415\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"animation\":\"fadeIn\",\"animation_delay\":150,\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_mobile\":\"none\"},\"elements\":[{\"id\":\"2d3971b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/roland-samuel-MZ5A24H1JqU-unsplash.jpg\",\"id\":810},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":40,\"blur\":56,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"_animation_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f19a98b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"-250\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a55e3e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2020/10/quote.png\",\"id\":252},\"background_overlay_position\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"overlay_blend_mode\":\"multiply\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[{\"id\":\"293daba\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38e54e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d1548c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9fa13e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"aaef64c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57b3e98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Major Clients\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"593d9a7\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ddb1ef\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a78588\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"5868d7b\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/l_01.png\",\"id\":328}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0514d1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"8ffd847\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/l_03.png\",\"id\":330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"8070f5e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"9f6ee70\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/l_04.png\",\"id\":331}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"465ce7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"}},\"elements\":[{\"id\":\"4e93209\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/l_02.png\",\"id\":329}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ddf1e53\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28802fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb4ee17\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/l_05.png\",\"id\":759}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b648968\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"91392a5\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/l_10.png\",\"id\":764}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9aa1350\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"a2e3be7\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/l_08.png\",\"id\":762}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"8c1e078\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"}},\"elements\":[{\"id\":\"2881570\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/l_09.png\",\"id\":763}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f148d80\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5d0ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"8106445\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/l_06.png\",\"id\":760}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a03672d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"31e8bad\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/l_07.png\",\"id\":761}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"c5345ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"a2208e4\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/l_10.png\",\"id\":764}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ca106c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"}},\"elements\":[{\"id\":\"74c3912\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/l_04.png\",\"id\":331}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"443acfd\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"f5e6947\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c9a9088\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b5f2d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fill Out the Form Below and Get a \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"06741a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Consultation\",\"align\":\"center\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ce34284\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ad62606\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1a6e4cd\",\"elType\":\"widget\",\"settings\":{\"form_list\":\"1\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"form_container_max_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"form_container_alignment\":\"center\",\"input_alignment\":\"center\",\"form_field_text_indent\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"form_input_width\":{\"unit\":\"%\",\"size\":94,\"sizes\":[]},\"form_submit_button_align\":\"center\",\"__globals__\":{\"form_submit_button_bg_color_normal\":\"globals\\/colors?id=kadence1\"},\"form_submit_button_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"form_field_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"form_submit_button_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"form_container_max_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"form_container_alignment_mobile\":\"center\",\"form_submit_button_width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"fluent-form-widget\"},{\"id\":\"20b071c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6 style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis. Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante. Quisque ultricies, dui et egestas cursus, nisl augue blandit tortor, ac congue ante est ut odio. Maecenas vitae eros quis tortor convallis luctus. Mauris nec elementum ante, sit amet mattis nisl. Aenean dapibus bibendum nisl ut bibendum.<\\/h6>\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpht_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(437, 1125, '_elementor_controls_usage', 'a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:13;s:11:\"header_size\";i:9;s:5:\"align\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:22:\"typography_font_family\";i:10;s:20:\"typography_font_size\";i:11;s:22:\"typography_font_weight\";i:11;s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:29:\"typography_line_height_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:14:\"_margin_mobile\";i:2;s:15:\"_padding_mobile\";i:2;s:7:\"_margin\";i:2;s:8:\"_padding\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:36;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:36;s:19:\"_inline_size_tablet\";i:11;s:21:\"space_between_widgets\";i:2;s:19:\"_inline_size_mobile\";i:12;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:15;s:13:\"margin_mobile\";i:8;s:14:\"padding_mobile\";i:7;s:6:\"margin\";i:6;s:14:\"padding_tablet\";i:1;}s:15:\"section_effects\";a:3:{s:9:\"animation\";i:3;s:15:\"animation_delay\";i:3;s:16:\"animation_mobile\";i:3;}}s:5:\"style\";a:3:{s:14:\"section_border\";a:11:{s:13:\"border_border\";i:20;s:12:\"border_width\";i:20;s:12:\"border_color\";i:8;s:19:\"border_hover_border\";i:8;s:18:\"border_hover_width\";i:8;s:26:\"box_shadow_box_shadow_type\";i:3;s:13:\"border_radius\";i:3;s:21:\"box_shadow_box_shadow\";i:3;s:19:\"border_width_mobile\";i:9;s:19:\"border_width_tablet\";i:3;s:20:\"border_radius_mobile\";i:1;}s:13:\"section_style\";a:1:{s:21:\"background_background\";i:6;}s:26:\"section_background_overlay\";a:10:{s:29:\"background_overlay_background\";i:3;s:24:\"background_overlay_image\";i:3;s:27:\"background_overlay_position\";i:3;s:23:\"background_overlay_xpos\";i:3;s:23:\"background_overlay_ypos\";i:3;s:25:\"background_overlay_repeat\";i:3;s:23:\"background_overlay_size\";i:3;s:27:\"background_overlay_bg_width\";i:3;s:26:\"background_overlay_opacity\";i:3;s:18:\"overlay_blend_mode\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:17;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:6:\"height\";i:1;s:15:\"column_position\";i:1;s:6:\"layout\";i:2;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:8;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:9:{s:21:\"background_background\";i:8;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:26:\"background_position_tablet\";i:1;s:22:\"background_xpos_tablet\";i:1;s:26:\"background_position_mobile\";i:1;s:22:\"background_xpos_mobile\";i:1;s:24:\"background_repeat_mobile\";i:1;s:17:\"background_repeat\";i:1;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:3;s:26:\"background_overlay_opacity\";i:2;s:24:\"background_overlay_image\";i:1;s:27:\"background_overlay_position\";i:1;s:25:\"background_overlay_repeat\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:3;s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:14;s:7:\"padding\";i:10;s:14:\"padding_mobile\";i:5;s:14:\"padding_tablet\";i:5;s:13:\"margin_tablet\";i:5;s:13:\"margin_mobile\";i:3;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:9;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:1;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:15;s:10:\"image_size\";i:12;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:19:\"image_border_radius\";i:3;s:32:\"image_box_shadow_box_shadow_type\";i:3;s:27:\"image_box_shadow_box_shadow\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:17:\"_animation_mobile\";i:3;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:1;s:12:\"space_mobile\";i:1;}}}}s:18:\"fluent-form-widget\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_fluent_form\";a:1:{s:9:\"form_list\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:3:{s:28:\"section_form_container_style\";a:4:{s:24:\"form_container_max_width\";i:1;s:24:\"form_container_alignment\";i:1;s:31:\"form_container_max_width_mobile\";i:1;s:31:\"form_container_alignment_mobile\";i:1;}s:25:\"section_form_fields_style\";a:4:{s:15:\"input_alignment\";i:1;s:22:\"form_field_text_indent\";i:1;s:16:\"form_input_width\";i:1;s:18:\"form_field_spacing\";i:1;}s:32:\"section_form_submit_button_style\";a:4:{s:24:\"form_submit_button_align\";i:1;s:24:\"form_submit_button_width\";i:1;s:25:\"form_submit_button_margin\";i:1;s:31:\"form_submit_button_width_mobile\";i:1;}}}}}'),
(439, 1126, '_elementor_template_type', 'wp-page'),
(440, 1126, '_elementor_version', '3.1.3'),
(441, 1126, '_wp_page_template', 'default'),
(442, 1126, '_elementor_data', '[{\"id\":\"d1b8091\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"column_position\":\"bottom\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-august-de-richelieu-4427816.jpg\",\"id\":1071},\"background_position\":\"center center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-322,\"sizes\":[]},\"background_position_mobile\":\"initial\",\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-347,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=kadence4\",\"background_color\":\"globals\\/colors?id=kadence3\"},\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"8ef2c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ca1a76\",\"elType\":\"widget\",\"settings\":{\"title\":\"Attorneys\\n\",\"title_color\":\"#FFFFFF\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"26f37cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"734944d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/wave_tr_bg.png\",\"id\":672},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence4\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0d6976f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"20\",\"bottom\":\"180\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c784a0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"bfbacd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"490ca0a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Over 20+ Years of Experiences\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence8\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"eb1d3ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.962},\"elements\":[{\"id\":\"f186e9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis. Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ee58af2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"z_index\":3,\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c1c581\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"-120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c5cfc39\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-august-de-richelieu-4427430-2.jpg\",\"id\":1017},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":52,\"blur\":61,\"spread\":-38,\"color\":\"rgba(0, 0, 0, 0.25)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a49c31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"be38919\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3571846\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8984d80\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_hover_color\":\"#00000030\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence6\",\"border_hover_color\":\"\"},\"_inline_size_tablet\":100,\"border_radius_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f05776\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reputation\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\",\"align\":\"center\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c50a4d\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d474db0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_hover_color\":\"#00000030\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence6\",\"border_hover_color\":\"\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"c1232cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Respect\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\",\"align\":\"center\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29d10c5\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5ce446e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_hover_color\":\"#00000030\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ff2d6d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Results\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\",\"align\":\"center\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0efdf85\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c5dc83e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":34,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\",\"background_color_b\":\"globals\\/colors?id=kadence9\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"decef46\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26ff900\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7334f57\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d60f7c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"812a954\",\"elType\":\"widget\",\"settings\":{\"title\":\"Attorneys\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e60378\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac8af62\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"993464c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"1b4918f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"638c1bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"918d4ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-august-de-richelieu-4427609-2.jpg\",\"id\":429},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"91c0763\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"79515cb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karin Burrows\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bed0aab\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founding Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed317e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"94de326\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-august-de-richelieu-4427609-1.jpg\",\"id\":424},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b115de2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a698bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"William Laboy\\u200b\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa88e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Managing Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6562a11\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"a39e92f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-august-de-richelieu-4427620.jpg\",\"id\":430},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b90c6c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"997809b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Paul Hoff\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00e52d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Managing Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8f26612\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"af52d5d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-august-de-richelieu-4427614.jpg\",\"id\":431},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"071e652\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"60eb005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louise Andre\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c663bb9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Senior Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"32f38e7\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"482170c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5776a94\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-august-de-richelieu-4427629.jpg\",\"id\":1024},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c7b25f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8a98240\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jackie Davis\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bf7d26\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a1a0ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"acbbf13\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-mentatdgt-937481.jpg\",\"id\":1035},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"75d33c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"272a6f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clifford Griffith\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"894e92c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lawyer\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fe6b0e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"0de0869\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-dellon-thomas-2216607.jpg\",\"id\":1034},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d56db4e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8afe717\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eduardo Brewer\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2993f44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lawyer\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"5182424\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"606c6e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-mentatdgt-1138903.jpg\",\"id\":1036},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"30de679\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c6af960\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alejandro Ringler\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eae3485\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lawyer\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(443, 1126, '_elementor_controls_usage', 'a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:22;s:11:\"header_size\";i:17;s:5:\"align\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:7:{s:11:\"title_color\";i:1;s:22:\"typography_font_family\";i:5;s:20:\"typography_font_size\";i:6;s:22:\"typography_font_weight\";i:14;s:21:\"typography_typography\";i:12;s:22:\"typography_line_height\";i:1;s:28:\"text_shadow_text_shadow_type\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:21;s:19:\"_inline_size_tablet\";i:12;s:21:\"space_between_widgets\";i:9;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:6;s:13:\"margin_mobile\";i:2;s:14:\"padding_mobile\";i:2;s:14:\"padding_tablet\";i:2;s:6:\"margin\";i:2;s:13:\"margin_tablet\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}s:5:\"style\";a:2:{s:14:\"section_border\";a:8:{s:13:\"border_border\";i:10;s:12:\"border_width\";i:11;s:18:\"border_hover_width\";i:11;s:18:\"border_hover_color\";i:3;s:20:\"border_radius_tablet\";i:1;s:12:\"border_color\";i:9;s:13:\"border_radius\";i:8;s:19:\"border_hover_border\";i:8;}s:13:\"section_style\";a:1:{s:21:\"background_background\";i:8;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"height\";i:1;s:15:\"column_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:6;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:10:{s:21:\"background_background\";i:5;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:26:\"background_position_tablet\";i:1;s:22:\"background_xpos_tablet\";i:1;s:26:\"background_position_mobile\";i:1;s:22:\"background_xpos_mobile\";i:1;s:17:\"background_repeat\";i:1;s:21:\"background_color_stop\";i:1;s:23:\"background_color_b_stop\";i:1;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:2;s:26:\"background_overlay_opacity\";i:2;s:24:\"background_overlay_image\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:2;s:13:\"margin_tablet\";i:3;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:4;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:3;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:9;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:19:\"image_border_radius\";i:9;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_tablet\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:9;}}}}}'),
(445, 1127, '_elementor_template_type', 'wp-page'),
(446, 1127, '_elementor_version', '3.1.3'),
(447, 1127, '_wp_page_template', 'default');
INSERT INTO `wpht_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(448, 1127, '_elementor_data', '[{\"id\":\"734944d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/wave_tr_bg.png\",\"id\":672},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence4\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0d6976f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c784a0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bfbacd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"0cd6a69\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-august-de-richelieu-4427609-2.jpg\",\"id\":429},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb1d3ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.962},\"elements\":[{\"id\":\"490ca0a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karin Burrows\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence8\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42e1e25\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founding Partner\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence8\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f186e9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence7\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2170f22\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3df6bb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Practice Areas\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence8\"},\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d474c65\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Business Law\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"262b441\"},{\"text\":\"Criminal Law\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"067502c\"},{\"text\":\"Employment Law\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"cbe1991\"},{\"text\":\"Gov & Administrative Law\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"eda68ec\"},{\"text\":\"Securities Law\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"af3aaac\"}],\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence7\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"bbad49d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d18ac8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Biography\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence8\"},\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b64c9de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis. Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence7\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a49c31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"be38919\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3571846\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8984d80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_hover_color\":\"#00000030\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence6\",\"border_hover_color\":\"\"},\"_inline_size_tablet\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f05776\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education & Court Admissions\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\",\"align\":\"left\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c50a4d\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis. Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante. Quisque ultricies, dui et egestas cursus, nisl augue blandit tortor, ac congue ante est ut odio. Maecenas vitae eros quis tortor convallis luctus. Mauris nec elementum ante, sit amet mattis nisl. Aenean dapibus bibendum nisl ut bibendum.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d474db0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_hover_color\":\"#00000030\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=f223b17\",\"border_hover_color\":\"\"},\"_inline_size_tablet\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c1232cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Serious Results\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\",\"align\":\"left\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29d10c5\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis. Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante. Quisque ultricies, dui et egestas cursus, nisl augue blandit tortor, ac congue ante est ut odio. Maecenas vitae eros quis tortor convallis luctus. Mauris nec elementum ante, sit amet mattis nisl. Aenean dapibus bibendum nisl ut bibendum.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c5dc83e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":34,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\",\"background_color_b\":\"globals\\/colors?id=kadence9\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"decef46\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26ff900\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7334f57\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d60f7c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"812a954\",\"elType\":\"widget\",\"settings\":{\"title\":\"Attorneys\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e60378\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac8af62\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"993464c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"1b4918f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"638c1bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"918d4ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-august-de-richelieu-4427609-2.jpg\",\"id\":429},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"91c0763\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"79515cb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karin Burrows\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bed0aab\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founding Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed317e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"94de326\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-august-de-richelieu-4427609-1.jpg\",\"id\":424},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b115de2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a698bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"William Laboy\\u200b\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa88e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Managing Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6562a11\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"a39e92f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-august-de-richelieu-4427620.jpg\",\"id\":430},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b90c6c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"997809b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Paul Hoff\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00e52d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Managing Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8f26612\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"af52d5d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-august-de-richelieu-4427614.jpg\",\"id\":431},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"071e652\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"60eb005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louise Andre\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c663bb9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Senior Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"32f38e7\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"482170c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5776a94\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-august-de-richelieu-4427629.jpg\",\"id\":1024},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c7b25f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8a98240\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jackie Davis\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bf7d26\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a1a0ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"acbbf13\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-mentatdgt-937481.jpg\",\"id\":1035},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"75d33c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"272a6f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clifford Griffith\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"894e92c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lawyer\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fe6b0e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"0de0869\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-dellon-thomas-2216607.jpg\",\"id\":1034},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d56db4e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8afe717\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eduardo Brewer\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2993f44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lawyer\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"5182424\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"606c6e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-mentatdgt-1138903.jpg\",\"id\":1036},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"30de679\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c6af960\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alejandro Ringler\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eae3485\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lawyer\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(449, 1127, '_elementor_controls_usage', 'a:8:{s:5:\"image\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:9;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:9;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:17;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:17;s:19:\"_inline_size_tablet\";i:11;s:21:\"space_between_widgets\";i:9;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:5:{s:13:\"margin_mobile\";i:1;s:14:\"padding_mobile\";i:1;s:7:\"padding\";i:4;s:14:\"padding_tablet\";i:1;s:6:\"margin\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}s:5:\"style\";a:2:{s:14:\"section_border\";a:8:{s:13:\"border_border\";i:10;s:12:\"border_width\";i:10;s:18:\"border_hover_width\";i:10;s:18:\"border_hover_color\";i:2;s:19:\"border_width_mobile\";i:2;s:12:\"border_color\";i:8;s:13:\"border_radius\";i:8;s:19:\"border_hover_border\";i:8;}s:13:\"section_style\";a:1:{s:21:\"background_background\";i:8;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:23;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:23;s:5:\"align\";i:6;s:11:\"header_size\";i:19;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:4;s:8:\"_padding\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:7;s:20:\"typography_font_size\";i:7;s:22:\"typography_font_weight\";i:15;s:22:\"typography_line_height\";i:3;s:28:\"text_shadow_text_shadow_type\";i:3;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:11;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:6;s:7:\"padding\";i:4;s:13:\"margin_tablet\";i:2;s:14:\"padding_mobile\";i:1;s:14:\"padding_tablet\";i:3;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:3;s:21:\"background_color_stop\";i:1;s:23:\"background_color_b_stop\";i:1;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_image\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_tablet\";i:1;}}}}}'),
(451, 1128, '_elementor_template_type', 'kit'),
(452, 6, '_wp_page_template', 'default'),
(453, 6, '_elementor_page_settings', 'a:6:{s:13:\"custom_colors\";a:9:{i:0;a:3:{s:3:\"_id\";s:8:\"kadence1\";s:5:\"title\";s:17:\"Énfasis del tema\";s:5:\"color\";s:7:\"#0386d7\";}i:1;a:3:{s:3:\"_id\";s:8:\"kadence2\";s:5:\"title\";s:21:\"Acento del tema - alt\";s:5:\"color\";s:7:\"#0386d7\";}i:2;a:3:{s:3:\"_id\";s:8:\"kadence3\";s:5:\"title\";s:17:\"Texto más fuerte\";s:5:\"color\";s:7:\"#1c0d5a\";}i:3;a:3:{s:3:\"_id\";s:8:\"kadence4\";s:5:\"title\";s:12:\"Texto fuerte\";s:5:\"color\";s:7:\"#1c0d5a\";}i:4;a:3:{s:3:\"_id\";s:8:\"kadence5\";s:5:\"title\";s:11:\"Texto medio\";s:5:\"color\";s:7:\"#57575D\";}i:5;a:3:{s:3:\"_id\";s:8:\"kadence6\";s:5:\"title\";s:11:\"Texto sutil\";s:5:\"color\";s:7:\"#636363\";}i:6;a:3:{s:3:\"_id\";s:8:\"kadence7\";s:5:\"title\";s:11:\"Fondo sutil\";s:5:\"color\";s:7:\"#E1EBEE\";}i:7;a:3:{s:3:\"_id\";s:8:\"kadence8\";s:5:\"title\";s:16:\"Fondo más claro\";s:5:\"color\";s:7:\"#EFF7FB\";}i:8;a:3:{s:3:\"_id\";s:8:\"kadence9\";s:5:\"title\";s:20:\"Blanco o blanquecino\";s:5:\"color\";s:7:\"#ffffff\";}}s:14:\"kadence_colors\";a:9:{i:0;a:3:{s:3:\"_id\";s:8:\"palette1\";s:5:\"title\";s:17:\"Énfasis del tema\";s:5:\"color\";s:7:\"#0386d7\";}i:1;a:3:{s:3:\"_id\";s:8:\"palette2\";s:5:\"title\";s:21:\"Acento del tema - alt\";s:5:\"color\";s:7:\"#0386d7\";}i:2;a:3:{s:3:\"_id\";s:8:\"palette3\";s:5:\"title\";s:17:\"Texto más fuerte\";s:5:\"color\";s:7:\"#1c0d5a\";}i:3;a:3:{s:3:\"_id\";s:8:\"palette4\";s:5:\"title\";s:12:\"Texto fuerte\";s:5:\"color\";s:7:\"#1c0d5a\";}i:4;a:3:{s:3:\"_id\";s:8:\"palette5\";s:5:\"title\";s:11:\"Texto medio\";s:5:\"color\";s:7:\"#57575D\";}i:5;a:3:{s:3:\"_id\";s:8:\"palette6\";s:5:\"title\";s:11:\"Texto sutil\";s:5:\"color\";s:7:\"#636363\";}i:6;a:3:{s:3:\"_id\";s:8:\"palette7\";s:5:\"title\";s:11:\"Fondo sutil\";s:5:\"color\";s:7:\"#E1EBEE\";}i:7;a:3:{s:3:\"_id\";s:8:\"palette8\";s:5:\"title\";s:16:\"Fondo más claro\";s:5:\"color\";s:7:\"#EFF7FB\";}i:8;a:3:{s:3:\"_id\";s:8:\"palette9\";s:5:\"title\";s:20:\"Blanco o blanquecino\";s:5:\"color\";s:7:\"#ffffff\";}}s:15:\"container_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:1242;s:5:\"sizes\";a:0:{}}s:22:\"container_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:700;s:5:\"sizes\";a:0:{}}s:9:\"site_name\";s:4:\"SAMO\";s:16:\"site_description\";s:31:\"Industria, Comercio y Servicios\";}'),
(459, 73, '_edit_lock', '1737730932:1'),
(569, 1154, '_elementor_edit_mode', 'builder'),
(570, 1154, '_elementor_template_type', 'wp-page'),
(571, 1154, '_elementor_version', '3.24.5'),
(572, 1154, '_wp_page_template', 'default');
INSERT INTO `wpht_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(573, 1154, '_elementor_data', '[{\"id\":\"d1b8091\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"background_position_tablet\":\"center center\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-322,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-347,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"background_size_mobile\":\"cover\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence3\"},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"26f37cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ca6bf30\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":1145,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/FOTO-GRUPO-CBA.jpg\"},{\"id\":1148,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/lamina2.png\"},{\"id\":1149,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/lamina1.png\"},{\"id\":1146,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/WhatsApp-Image-2024-08-29-at-5.43.39-PM.jpeg\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"734944d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/wave_tr_bg.png\",\"id\":672},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence4\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0d6976f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"245cf51\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"280da85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"057e2e4\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Securities Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_02.png\",\"id\":351},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"8b497a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"23555ad\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Employment Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_01.png\",\"id\":347},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"60c7782\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"6ffacfc\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Commercial Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_03.png\",\"id\":355},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19ecfbb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"193aa1b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"473481d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.88799999999999812416717759333550930023193359375,\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"47af15c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Over 20+ Years of Experiences\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a58e6c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e6876ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.111999999999994770405464805662631988525390625,\"_inline_size_tablet\":30},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"56810f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"db02640\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0c629f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":18.410000000000000142108547152020037174224853515625,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"3b50f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":22.919000000000000483169060316868126392364501953125,\"content_position\":\"bottom\",\"z_index\":2,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"eaf0f96\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Legal Team on Your Side\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"920ce0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.0030000000000001136868377216160297393798828125,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-60\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7903671\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427430.jpg\",\"id\":270},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38e54e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/bg_01.png\",\"id\":224},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[{\"id\":\"5d1548c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef57aca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c9876ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c5a0b87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/maarten-van-den-heuvel-_pc8aMbI9UQ-unsplash.jpg\",\"id\":309},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ed3148b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"545f8d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let Our Experience Be Your Guide\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b6707a1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"506a219\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"content_position\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c04509\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis.<\\/p><p>Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante. Quisque ultricies, dui et egestas cursus, nisl augue blandit tortor, ac congue ante est ut odio. Maecenas vitae eros quis tortor convallis luctus. Mauris nec elementum ante, sit amet mattis nisl. Aenean dapibus bibendum nisl ut bibendum.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"73cc05f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c410284\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"-90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/emre-aliriz-2rhz3Nuq12c-unsplash.jpg\",\"id\":317},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ddb1ef\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a78588\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"5868d7b\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_01.png\",\"id\":328}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0514d1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ffd847\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_03.png\",\"id\":330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"8070f5e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"9f6ee70\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_04.png\",\"id\":331}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"465ce7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"}},\"elements\":[{\"id\":\"4e93209\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_02.png\",\"id\":329}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a49c31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"be38919\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"46b5f9e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"580cef1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba5958d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advisory Areas \",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38d116e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"0cfd52f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3571846\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8984d80\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3f05776\",\"elType\":\"widget\",\"settings\":{\"title\":\"Banking and Finance\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c50a4d\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"39181af\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d474db0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"c1232cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Commercial Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29d10c5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc3431a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5ce446e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ff2d6d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Construction Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0efdf85\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ea45ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"29f03e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"aaa25cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c172b98\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0e65810\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"907d020\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"cfb2ecf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3ab7e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"Corporate Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5d4336\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6f93d7c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"64b72f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"acd3495\",\"elType\":\"widget\",\"settings\":{\"title\":\"Criminal Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f99de23\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7e92357\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a747937\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"428125d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63e9720\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2f81764\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7cff492\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"17ffe05\",\"elType\":\"widget\",\"settings\":{\"title\":\"Family Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b54fe38\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"824304e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3dcb03d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence4\",\"background_color_b\":\"globals\\/colors?id=kadence8\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#F8F7F3\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"686d6c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.51599999999999823785401531495153903961181640625,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"200\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a175a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Headquarters\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"300\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"258b6c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our company located in the heart of the financial district in New York City\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\",\"_background_color\":\"globals\\/colors?id=kadence7\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"80\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b9db2fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wall Street<br \\/>New York, NY 10005<br \\/>info@consulting.com<\\/p><p>T : +1 (333) 444 4040<br \\/>F : +1 (444) 777 9988<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74d5b8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.48400000000000176214598468504846096038818359375,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d36ebb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-josh-hild-4270292.jpg\",\"id\":414},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3cb1b31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":34,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\",\"background_color_b\":\"globals\\/colors?id=kadence9\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"76cd4aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb2dc43\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000030\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"a6c9a3f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"df7b1f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"75565f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Attorneys\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0873a4e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0ef5364\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"81e34f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ad279a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"2c7c5cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"8947a5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427609-2.jpg\",\"id\":429},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9cda802\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7befea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karin Burrows\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5620951\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founding Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"db726b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1fdb046\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427609-1.jpg\",\"id\":424},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"86c7670\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"363d3a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"William Laboy\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d7cbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Managing Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4347a05\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d255677\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427620.jpg\",\"id\":430},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c15e5a3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b3e2f83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Paul Hoff\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da6d2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Managing Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"676bed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"2747d7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427614.jpg\",\"id\":431},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"70a572e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4840912\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louise Andre\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0436401\",\"elType\":\"widget\",\"settings\":{\"title\":\"Senior Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8feef0d\",\"elType\":\"section\",\"settings\":{\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9179ade\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f1c81da\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"0ea47b6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5546ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"992431f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Clients Say\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"041ad89\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d77e830\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"16667b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"86f16ec\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"c27a4a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"334d0d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/austin-distel-7uoMmzPd2JA-unsplash.jpg\",\"id\":481},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4783bee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e039d21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thanks to the Company in Solving a Difficult Problem!\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d1e21f4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis. Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a4ee310\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>Mike Bruck<\\/h5>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"767f877\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"70bbc84\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence6\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"a97f48b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ab1111f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d592b1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fill Out the Form Below and Get a \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"690b328\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Consultation\",\"align\":\"center\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2822f6b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7028d4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ccd669f\",\"elType\":\"widget\",\"settings\":{\"form_list\":\"1\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"form_container_max_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"form_container_alignment\":\"center\",\"input_alignment\":\"center\",\"form_field_text_indent\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"form_input_width\":{\"unit\":\"%\",\"size\":94,\"sizes\":[]},\"form_submit_button_align\":\"center\",\"__globals__\":{\"form_submit_button_bg_color_normal\":\"globals\\/colors?id=kadence1\"},\"form_submit_button_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"form_field_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"form_submit_button_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"form_container_max_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"form_container_alignment_mobile\":\"center\",\"form_submit_button_width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"fluent-form-widget\"},{\"id\":\"5b7f766\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6 style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis. Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante. Quisque ultricies, dui et egestas cursus, nisl augue blandit tortor, ac congue ante est ut odio. Maecenas vitae eros quis tortor convallis luctus. Mauris nec elementum ante, sit amet mattis nisl. Aenean dapibus bibendum nisl ut bibendum.<\\/h6>\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpht_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(574, 1154, '_elementor_controls_usage', 'a:9:{s:7:\"heading\";a:3:{s:5:\"count\";i:28;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:28;s:11:\"header_size\";i:21;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:1;s:22:\"typography_font_family\";i:16;s:20:\"typography_font_size\";i:19;s:22:\"typography_font_weight\";i:24;s:21:\"typography_typography\";i:9;s:22:\"typography_line_height\";i:2;s:27:\"typography_font_size_mobile\";i:1;s:29:\"typography_line_height_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:5:{s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:3;s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:1:{s:21:\"_border_radius_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:47;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:47;s:19:\"_inline_size_tablet\";i:27;s:16:\"content_position\";i:5;s:19:\"_inline_size_mobile\";i:4;s:21:\"space_between_widgets\";i:7;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:7:{s:7:\"padding\";i:15;s:13:\"margin_mobile\";i:6;s:14:\"padding_mobile\";i:10;s:7:\"z_index\";i:1;s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:2;s:14:\"padding_tablet\";i:3;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:4;s:11:\"hide_mobile\";i:4;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:1:{s:21:\"background_background\";i:7;}s:14:\"section_border\";a:9:{s:13:\"border_border\";i:19;s:12:\"border_width\";i:19;s:12:\"border_color\";i:15;s:19:\"border_hover_border\";i:15;s:18:\"border_hover_width\";i:15;s:13:\"border_radius\";i:7;s:18:\"border_hover_color\";i:3;s:19:\"border_width_mobile\";i:4;s:19:\"border_width_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:6:{s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:15:\"column_position\";i:1;s:20:\"custom_height_mobile\";i:1;s:6:\"layout\";i:1;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:15;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:15:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;s:26:\"background_position_tablet\";i:1;s:22:\"background_xpos_tablet\";i:1;s:26:\"background_position_mobile\";i:1;s:22:\"background_xpos_mobile\";i:1;s:17:\"background_repeat\";i:1;s:22:\"background_size_tablet\";i:1;s:22:\"background_size_mobile\";i:1;s:21:\"background_color_stop\";i:2;s:23:\"background_color_b_stop\";i:2;s:25:\"background_gradient_angle\";i:1;s:18:\"background_color_b\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:3;s:24:\"background_overlay_image\";i:2;s:26:\"background_overlay_opacity\";i:3;s:27:\"background_overlay_position\";i:1;s:25:\"background_overlay_repeat\";i:1;s:18:\"overlay_blend_mode\";i:1;}s:14:\"section_border\";a:2:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:7:\"padding\";i:8;s:14:\"padding_mobile\";i:6;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:11;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:10:\"title_text\";i:3;s:5:\"image\";i:3;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:3;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:3;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:2:{s:11:\"image_space\";i:3;s:10:\"image_size\";i:3;}s:21:\"section_style_content\";a:1:{s:18:\"title_bottom_space\";i:3;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:1;s:12:\"space_mobile\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:13;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:15:\"_padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:13;s:10:\"image_size\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:9;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:1:{s:5:\"color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_tablet\";i:1;}}}}s:18:\"fluent-form-widget\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_fluent_form\";a:1:{s:9:\"form_list\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:3:{s:28:\"section_form_container_style\";a:4:{s:24:\"form_container_max_width\";i:1;s:24:\"form_container_alignment\";i:1;s:31:\"form_container_max_width_mobile\";i:1;s:31:\"form_container_alignment_mobile\";i:1;}s:25:\"section_form_fields_style\";a:4:{s:15:\"input_alignment\";i:1;s:22:\"form_field_text_indent\";i:1;s:16:\"form_input_width\";i:1;s:18:\"form_field_spacing\";i:1;}s:32:\"section_form_submit_button_style\";a:4:{s:24:\"form_submit_button_align\";i:1;s:24:\"form_submit_button_width\";i:1;s:25:\"form_submit_button_margin\";i:1;s:31:\"form_submit_button_width_mobile\";i:1;}}}}}'),
(576, 1155, '_elementor_edit_mode', 'builder'),
(577, 1155, '_elementor_template_type', 'wp-page'),
(578, 1155, '_elementor_version', '3.24.5'),
(579, 1155, '_wp_page_template', 'default');
INSERT INTO `wpht_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(580, 1155, '_elementor_data', '[{\"id\":\"d1b8091\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"background_position_tablet\":\"center center\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-322,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-347,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"background_size_mobile\":\"cover\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence3\"},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"26f37cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ca6bf30\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":1145,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/FOTO-GRUPO-CBA.jpg\"},{\"id\":1148,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/lamina2.png\"},{\"id\":1149,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/lamina1.png\"},{\"id\":1146,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/WhatsApp-Image-2024-08-29-at-5.43.39-PM.jpeg\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"734944d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/wave_tr_bg.png\",\"id\":672},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence4\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0d6976f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"245cf51\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"280da85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"057e2e4\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Securities Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_02.png\",\"id\":351},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"8b497a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"23555ad\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Employment Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_01.png\",\"id\":347},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"60c7782\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"6ffacfc\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Commercial Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_03.png\",\"id\":355},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19ecfbb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"193aa1b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"473481d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.88799999999999812416717759333550930023193359375,\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"47af15c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Over 20+ Years of Experiences\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a58e6c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e6876ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.111999999999994770405464805662631988525390625,\"_inline_size_tablet\":30},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"56810f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"db02640\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0c629f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":18.410000000000000142108547152020037174224853515625,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"3b50f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":22.919000000000000483169060316868126392364501953125,\"content_position\":\"bottom\",\"z_index\":2,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"eaf0f96\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Legal Team on Your Side\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"920ce0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.0030000000000001136868377216160297393798828125,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-60\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7903671\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427430.jpg\",\"id\":270},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38e54e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/bg_01.png\",\"id\":224},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[{\"id\":\"5d1548c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef57aca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c9876ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c5a0b87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/maarten-van-den-heuvel-_pc8aMbI9UQ-unsplash.jpg\",\"id\":309},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ed3148b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"545f8d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let Our Experience Be Your Guide\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b6707a1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"506a219\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"content_position\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c04509\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis.<\\/p><p>Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante. Quisque ultricies, dui et egestas cursus, nisl augue blandit tortor, ac congue ante est ut odio. Maecenas vitae eros quis tortor convallis luctus. Mauris nec elementum ante, sit amet mattis nisl. Aenean dapibus bibendum nisl ut bibendum.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"73cc05f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c410284\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"-90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/emre-aliriz-2rhz3Nuq12c-unsplash.jpg\",\"id\":317},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ddb1ef\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a78588\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"5868d7b\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_01.png\",\"id\":328}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0514d1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ffd847\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_03.png\",\"id\":330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"8070f5e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"9f6ee70\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_04.png\",\"id\":331}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"465ce7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"}},\"elements\":[{\"id\":\"4e93209\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_02.png\",\"id\":329}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a49c31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"be38919\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"46b5f9e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"580cef1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba5958d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advisory Areas \",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38d116e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"0cfd52f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3571846\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8984d80\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3f05776\",\"elType\":\"widget\",\"settings\":{\"title\":\"Banking and Finance\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c50a4d\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"39181af\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d474db0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"c1232cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Commercial Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29d10c5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc3431a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5ce446e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ff2d6d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Construction Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0efdf85\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ea45ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"29f03e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"aaa25cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c172b98\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0e65810\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"907d020\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"cfb2ecf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3ab7e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"Corporate Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5d4336\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6f93d7c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"64b72f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"acd3495\",\"elType\":\"widget\",\"settings\":{\"title\":\"Criminal Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f99de23\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7e92357\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a747937\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"428125d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63e9720\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2f81764\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7cff492\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"17ffe05\",\"elType\":\"widget\",\"settings\":{\"title\":\"Family Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b54fe38\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"824304e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3dcb03d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence4\",\"background_color_b\":\"globals\\/colors?id=kadence8\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#F8F7F3\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"686d6c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.51599999999999823785401531495153903961181640625,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"200\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a175a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Headquarters\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"300\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"258b6c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our company located in the heart of the financial district in New York City\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\",\"_background_color\":\"globals\\/colors?id=kadence7\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"80\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b9db2fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wall Street<br \\/>New York, NY 10005<br \\/>info@consulting.com<\\/p><p>T : +1 (333) 444 4040<br \\/>F : +1 (444) 777 9988<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74d5b8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.48400000000000176214598468504846096038818359375,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d36ebb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-josh-hild-4270292.jpg\",\"id\":414},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3cb1b31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":34,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\",\"background_color_b\":\"globals\\/colors?id=kadence9\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"76cd4aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb2dc43\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000030\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"a6c9a3f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"df7b1f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"75565f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Attorneys\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0873a4e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0ef5364\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"81e34f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ad279a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"2c7c5cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"8947a5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427609-2.jpg\",\"id\":429},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9cda802\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7befea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karin Burrows\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5620951\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founding Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"db726b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1fdb046\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427609-1.jpg\",\"id\":424},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"86c7670\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"363d3a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"William Laboy\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d7cbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Managing Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4347a05\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d255677\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427620.jpg\",\"id\":430},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c15e5a3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b3e2f83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Paul Hoff\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da6d2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Managing Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"676bed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"2747d7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427614.jpg\",\"id\":431},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"70a572e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4840912\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louise Andre\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0436401\",\"elType\":\"widget\",\"settings\":{\"title\":\"Senior Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8feef0d\",\"elType\":\"section\",\"settings\":{\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9179ade\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f1c81da\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"0ea47b6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5546ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"992431f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Clients Say\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"041ad89\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d77e830\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"16667b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"86f16ec\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"c27a4a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"334d0d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/austin-distel-7uoMmzPd2JA-unsplash.jpg\",\"id\":481},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4783bee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e039d21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thanks to the Company in Solving a Difficult Problem!\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d1e21f4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis. Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a4ee310\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>Mike Bruck<\\/h5>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"767f877\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"70bbc84\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence6\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"a97f48b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ab1111f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d592b1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fill Out the Form Below and Get a \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"690b328\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Consultation\",\"align\":\"center\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2822f6b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7028d4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ccd669f\",\"elType\":\"widget\",\"settings\":{\"form_list\":\"1\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"form_container_max_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"form_container_alignment\":\"center\",\"input_alignment\":\"center\",\"form_field_text_indent\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"form_input_width\":{\"unit\":\"%\",\"size\":94,\"sizes\":[]},\"form_submit_button_align\":\"center\",\"__globals__\":{\"form_submit_button_bg_color_normal\":\"globals\\/colors?id=kadence1\"},\"form_submit_button_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"form_field_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"form_submit_button_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"form_container_max_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"form_container_alignment_mobile\":\"center\",\"form_submit_button_width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"fluent-form-widget\"},{\"id\":\"5b7f766\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6 style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis. Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante. Quisque ultricies, dui et egestas cursus, nisl augue blandit tortor, ac congue ante est ut odio. Maecenas vitae eros quis tortor convallis luctus. Mauris nec elementum ante, sit amet mattis nisl. Aenean dapibus bibendum nisl ut bibendum.<\\/h6>\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpht_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(463, 1129, '_wp_trash_meta_status', 'publish'),
(464, 1129, '_wp_trash_meta_time', '1728260434'),
(465, 1130, '_wp_trash_meta_status', 'publish'),
(466, 1130, '_wp_trash_meta_time', '1728260457'),
(467, 1131, '_wp_attached_file', '2024/10/SAMO-BOLIVIA-LOGO.png'),
(468, 1131, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:456;s:4:\"file\";s:29:\"2024/10/SAMO-BOLIVIA-LOGO.png\";s:8:\"filesize\";i:118280;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"SAMO-BOLIVIA-LOGO-300x127.png\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26696;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"SAMO-BOLIVIA-LOGO-1024x432.png\";s:5:\"width\";i:1024;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:137673;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"SAMO-BOLIVIA-LOGO-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12379;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"SAMO-BOLIVIA-LOGO-768x324.png\";s:5:\"width\";i:768;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:92884;}}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:{}}}'),
(469, 1132, '_wp_attached_file', '2024/10/SAMO-Favicon-1.png'),
(470, 1132, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:540;s:6:\"height\";i:540;s:4:\"file\";s:26:\"2024/10/SAMO-Favicon-1.png\";s:8:\"filesize\";i:59879;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"SAMO-Favicon-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24824;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"SAMO-Favicon-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8840;}}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:{}}}'),
(471, 1133, '_wp_attached_file', '2024/10/cropped-SAMO-Favicon-1.png'),
(472, 1133, '_wp_attachment_context', 'site-icon'),
(473, 1133, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:34:\"2024/10/cropped-SAMO-Favicon-1.png\";s:8:\"filesize\";i:57971;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"cropped-SAMO-Favicon-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25891;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"cropped-SAMO-Favicon-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8997;}s:13:\"site_icon-270\";a:5:{s:4:\"file\";s:34:\"cropped-SAMO-Favicon-1-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21849;}s:13:\"site_icon-192\";a:5:{s:4:\"file\";s:34:\"cropped-SAMO-Favicon-1-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12928;}s:13:\"site_icon-180\";a:5:{s:4:\"file\";s:34:\"cropped-SAMO-Favicon-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11823;}s:12:\"site_icon-32\";a:5:{s:4:\"file\";s:32:\"cropped-SAMO-Favicon-1-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1168;}}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:{}}}'),
(474, 1134, '_wp_trash_meta_status', 'publish'),
(475, 1134, '_wp_trash_meta_time', '1728260890'),
(476, 1135, '_wp_attached_file', '2024/10/cropped-SAMO-BOLIVIA-LOGO.png'),
(477, 1135, '_wp_attachment_context', 'custom-logo'),
(478, 1135, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:432;s:4:\"file\";s:37:\"2024/10/cropped-SAMO-BOLIVIA-LOGO.png\";s:8:\"filesize\";i:117759;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"cropped-SAMO-BOLIVIA-LOGO-300x120.png\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26321;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"cropped-SAMO-BOLIVIA-LOGO-1024x410.png\";s:5:\"width\";i:1024;s:6:\"height\";i:410;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:138203;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"cropped-SAMO-BOLIVIA-LOGO-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12228;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"cropped-SAMO-BOLIVIA-LOGO-768x307.png\";s:5:\"width\";i:768;s:6:\"height\";i:307;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:93816;}}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:{}}}'),
(479, 1136, '_edit_lock', '1728260961:1'),
(480, 1136, '_wp_trash_meta_status', 'publish'),
(481, 1136, '_wp_trash_meta_time', '1728260967'),
(482, 1137, '_wp_trash_meta_status', 'publish'),
(483, 1137, '_wp_trash_meta_time', '1728260976'),
(484, 1138, '_wp_trash_meta_status', 'publish'),
(485, 1138, '_wp_trash_meta_time', '1728261015'),
(486, 1139, '_wp_trash_meta_status', 'publish'),
(487, 1139, '_wp_trash_meta_time', '1728261035'),
(488, 1140, '_elementor_edit_mode', 'builder'),
(489, 1140, '_elementor_template_type', 'wp-page'),
(490, 1140, '_elementor_version', '3.1.3'),
(491, 1140, '_wp_page_template', 'default');
INSERT INTO `wpht_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(492, 1140, '_elementor_data', '[{\"id\":\"d1b8091\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"column_position\":\"bottom\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/02/pexels-august-de-richelieu-4427609-n.jpg\",\"id\":1113},\"background_position\":\"center center\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"background_position_tablet\":\"center center\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-322,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-347,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"background_size_mobile\":\"cover\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence3\"}},\"elements\":[{\"id\":\"8ef2c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39.688,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ca1a76\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Earn Your Trust and are Diligent in Your Case\",\"title_color\":\"#FFFFFF\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"26f37cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60.312},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"734944d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/wave_tr_bg.png\",\"id\":672},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence4\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0d6976f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"245cf51\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"280da85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"057e2e4\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Securities Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/ico_02.png\",\"id\":351},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"8b497a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"23555ad\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Employment Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/ico_01.png\",\"id\":347},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"60c7782\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"6ffacfc\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Commercial Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/ico_03.png\",\"id\":355},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19ecfbb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"193aa1b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"473481d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.888,\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"47af15c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Over 20+ Years of Experiences\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a58e6c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e6876ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.112,\"_inline_size_tablet\":30},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"56810f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"db02640\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0c629f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":18.41,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"3b50f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":22.919,\"content_position\":\"bottom\",\"z_index\":2,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"eaf0f96\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Legal Team on Your Side\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"920ce0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.003,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-60\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7903671\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-august-de-richelieu-4427430.jpg\",\"id\":270},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38e54e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/bg_01.png\",\"id\":224},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[{\"id\":\"5d1548c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef57aca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c9876ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c5a0b87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/maarten-van-den-heuvel-_pc8aMbI9UQ-unsplash.jpg\",\"id\":309},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ed3148b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"545f8d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let Our Experience Be Your Guide\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b6707a1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"506a219\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"content_position\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c04509\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis.<\\/p><p>Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante. Quisque ultricies, dui et egestas cursus, nisl augue blandit tortor, ac congue ante est ut odio. Maecenas vitae eros quis tortor convallis luctus. Mauris nec elementum ante, sit amet mattis nisl. Aenean dapibus bibendum nisl ut bibendum.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"73cc05f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c410284\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"-90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/emre-aliriz-2rhz3Nuq12c-unsplash.jpg\",\"id\":317},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ddb1ef\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a78588\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"5868d7b\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/l_01.png\",\"id\":328}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0514d1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ffd847\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/l_03.png\",\"id\":330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"8070f5e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"9f6ee70\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/l_04.png\",\"id\":331}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"465ce7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"}},\"elements\":[{\"id\":\"4e93209\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/l_02.png\",\"id\":329}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a49c31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"be38919\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"46b5f9e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"580cef1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba5958d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advisory Areas \",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38d116e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"0cfd52f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3571846\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8984d80\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3f05776\",\"elType\":\"widget\",\"settings\":{\"title\":\"Banking and Finance\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c50a4d\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"39181af\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d474db0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"c1232cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Commercial Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29d10c5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc3431a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5ce446e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ff2d6d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Construction Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0efdf85\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ea45ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"29f03e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"aaa25cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c172b98\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0e65810\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"907d020\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"cfb2ecf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3ab7e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"Corporate Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5d4336\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6f93d7c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"64b72f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"acd3495\",\"elType\":\"widget\",\"settings\":{\"title\":\"Criminal Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f99de23\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7e92357\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a747937\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"428125d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63e9720\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2f81764\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7cff492\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"17ffe05\",\"elType\":\"widget\",\"settings\":{\"title\":\"Family Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b54fe38\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"824304e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3dcb03d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence4\",\"background_color_b\":\"globals\\/colors?id=kadence8\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#F8F7F3\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"686d6c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.516,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"200\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a175a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Headquarters\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"300\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"258b6c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our company located in the heart of the financial district in New York City\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\",\"_background_color\":\"globals\\/colors?id=kadence7\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"80\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b9db2fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wall Street<br \\/>New York, NY 10005<br \\/>info@consulting.com<\\/p><p>T : +1 (333) 444 4040<br \\/>F : +1 (444) 777 9988<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74d5b8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.484,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d36ebb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-josh-hild-4270292.jpg\",\"id\":414},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3cb1b31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":34,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\",\"background_color_b\":\"globals\\/colors?id=kadence9\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"76cd4aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb2dc43\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000030\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"a6c9a3f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"df7b1f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"75565f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Attorneys\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0873a4e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0ef5364\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"81e34f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ad279a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"2c7c5cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"8947a5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-august-de-richelieu-4427609-2.jpg\",\"id\":429},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9cda802\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7befea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karin Burrows\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5620951\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founding Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"db726b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1fdb046\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-august-de-richelieu-4427609-1.jpg\",\"id\":424},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"86c7670\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"363d3a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"William Laboy\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d7cbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Managing Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4347a05\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d255677\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-august-de-richelieu-4427620.jpg\",\"id\":430},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c15e5a3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b3e2f83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Paul Hoff\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da6d2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Managing Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"676bed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"2747d7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-august-de-richelieu-4427614.jpg\",\"id\":431},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"70a572e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4840912\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louise Andre\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0436401\",\"elType\":\"widget\",\"settings\":{\"title\":\"Senior Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8feef0d\",\"elType\":\"section\",\"settings\":{\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9179ade\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f1c81da\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"0ea47b6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5546ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"992431f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Clients Say\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"041ad89\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d77e830\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"16667b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"86f16ec\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"c27a4a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"334d0d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/austin-distel-7uoMmzPd2JA-unsplash.jpg\",\"id\":481},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4783bee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e039d21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thanks to the Company in Solving a Difficult Problem!\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d1e21f4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis. Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a4ee310\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>Mike Bruck<\\/h5>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"767f877\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"70bbc84\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence6\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"a97f48b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ab1111f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d592b1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fill Out the Form Below and Get a \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"690b328\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Consultation\",\"align\":\"center\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2822f6b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7028d4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ccd669f\",\"elType\":\"widget\",\"settings\":{\"form_list\":\"1\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"form_container_max_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"form_container_alignment\":\"center\",\"input_alignment\":\"center\",\"form_field_text_indent\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"form_input_width\":{\"unit\":\"%\",\"size\":94,\"sizes\":[]},\"form_submit_button_align\":\"center\",\"__globals__\":{\"form_submit_button_bg_color_normal\":\"globals\\/colors?id=kadence1\"},\"form_submit_button_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"form_field_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"form_submit_button_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"form_container_max_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"form_container_alignment_mobile\":\"center\",\"form_submit_button_width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"fluent-form-widget\"},{\"id\":\"5b7f766\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6 style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis. Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante. Quisque ultricies, dui et egestas cursus, nisl augue blandit tortor, ac congue ante est ut odio. Maecenas vitae eros quis tortor convallis luctus. Mauris nec elementum ante, sit amet mattis nisl. Aenean dapibus bibendum nisl ut bibendum.<\\/h6>\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpht_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(493, 1140, '_elementor_controls_usage', 'a:9:{s:7:\"heading\";a:3:{s:5:\"count\";i:28;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:28;s:11:\"header_size\";i:21;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:1;s:22:\"typography_font_family\";i:16;s:20:\"typography_font_size\";i:19;s:22:\"typography_font_weight\";i:24;s:21:\"typography_typography\";i:9;s:22:\"typography_line_height\";i:2;s:27:\"typography_font_size_mobile\";i:1;s:29:\"typography_line_height_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:5:{s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:3;s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:1:{s:21:\"_border_radius_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:47;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:47;s:19:\"_inline_size_tablet\";i:27;s:16:\"content_position\";i:5;s:19:\"_inline_size_mobile\";i:4;s:21:\"space_between_widgets\";i:7;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:7:{s:7:\"padding\";i:15;s:13:\"margin_mobile\";i:6;s:14:\"padding_mobile\";i:10;s:7:\"z_index\";i:1;s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:2;s:14:\"padding_tablet\";i:3;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:4;s:11:\"hide_mobile\";i:4;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:1:{s:21:\"background_background\";i:7;}s:14:\"section_border\";a:9:{s:13:\"border_border\";i:19;s:12:\"border_width\";i:19;s:12:\"border_color\";i:15;s:19:\"border_hover_border\";i:15;s:18:\"border_hover_width\";i:15;s:13:\"border_radius\";i:7;s:18:\"border_hover_color\";i:3;s:19:\"border_width_mobile\";i:4;s:19:\"border_width_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:6:{s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:15:\"column_position\";i:1;s:20:\"custom_height_mobile\";i:1;s:6:\"layout\";i:1;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:15;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:15:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;s:26:\"background_position_tablet\";i:1;s:22:\"background_xpos_tablet\";i:1;s:26:\"background_position_mobile\";i:1;s:22:\"background_xpos_mobile\";i:1;s:17:\"background_repeat\";i:1;s:22:\"background_size_tablet\";i:1;s:22:\"background_size_mobile\";i:1;s:21:\"background_color_stop\";i:2;s:23:\"background_color_b_stop\";i:2;s:25:\"background_gradient_angle\";i:1;s:18:\"background_color_b\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:3;s:24:\"background_overlay_image\";i:2;s:26:\"background_overlay_opacity\";i:3;s:27:\"background_overlay_position\";i:1;s:25:\"background_overlay_repeat\";i:1;s:18:\"overlay_blend_mode\";i:1;}s:14:\"section_border\";a:2:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:7:\"padding\";i:8;s:14:\"padding_mobile\";i:6;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:11;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:10:\"title_text\";i:3;s:5:\"image\";i:3;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:3;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:3;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:2:{s:11:\"image_space\";i:3;s:10:\"image_size\";i:3;}s:21:\"section_style_content\";a:1:{s:18:\"title_bottom_space\";i:3;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:1;s:12:\"space_mobile\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:13;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:15:\"_padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:13;s:10:\"image_size\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:9;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:1:{s:5:\"color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_tablet\";i:1;}}}}s:18:\"fluent-form-widget\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_fluent_form\";a:1:{s:9:\"form_list\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:3:{s:28:\"section_form_container_style\";a:4:{s:24:\"form_container_max_width\";i:1;s:24:\"form_container_alignment\";i:1;s:31:\"form_container_max_width_mobile\";i:1;s:31:\"form_container_alignment_mobile\";i:1;}s:25:\"section_form_fields_style\";a:4:{s:15:\"input_alignment\";i:1;s:22:\"form_field_text_indent\";i:1;s:16:\"form_input_width\";i:1;s:18:\"form_field_spacing\";i:1;}s:32:\"section_form_submit_button_style\";a:4:{s:24:\"form_submit_button_align\";i:1;s:24:\"form_submit_button_width\";i:1;s:25:\"form_submit_button_margin\";i:1;s:31:\"form_submit_button_width_mobile\";i:1;}}}}}'),
(740, 1178, '_elementor_controls_usage', 'a:9:{s:7:\"heading\";a:3:{s:5:\"count\";i:28;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:28;s:11:\"header_size\";i:21;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:1;s:22:\"typography_font_family\";i:16;s:20:\"typography_font_size\";i:19;s:22:\"typography_font_weight\";i:24;s:21:\"typography_typography\";i:9;s:22:\"typography_line_height\";i:2;s:27:\"typography_font_size_mobile\";i:1;s:29:\"typography_line_height_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:5:{s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:3;s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:1:{s:21:\"_border_radius_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:47;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:47;s:19:\"_inline_size_tablet\";i:27;s:16:\"content_position\";i:5;s:19:\"_inline_size_mobile\";i:4;s:21:\"space_between_widgets\";i:7;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:7:{s:7:\"padding\";i:15;s:13:\"margin_mobile\";i:6;s:14:\"padding_mobile\";i:10;s:7:\"z_index\";i:1;s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:2;s:14:\"padding_tablet\";i:3;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:4;s:11:\"hide_mobile\";i:4;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:1:{s:21:\"background_background\";i:7;}s:14:\"section_border\";a:9:{s:13:\"border_border\";i:19;s:12:\"border_width\";i:19;s:12:\"border_color\";i:15;s:19:\"border_hover_border\";i:15;s:18:\"border_hover_width\";i:15;s:13:\"border_radius\";i:7;s:18:\"border_hover_color\";i:3;s:19:\"border_width_mobile\";i:4;s:19:\"border_width_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:6:{s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:15:\"column_position\";i:1;s:20:\"custom_height_mobile\";i:1;s:6:\"layout\";i:1;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:15;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:15:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;s:26:\"background_position_tablet\";i:1;s:22:\"background_xpos_tablet\";i:1;s:26:\"background_position_mobile\";i:1;s:22:\"background_xpos_mobile\";i:1;s:17:\"background_repeat\";i:1;s:22:\"background_size_tablet\";i:1;s:22:\"background_size_mobile\";i:1;s:21:\"background_color_stop\";i:2;s:23:\"background_color_b_stop\";i:2;s:25:\"background_gradient_angle\";i:1;s:18:\"background_color_b\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:3;s:24:\"background_overlay_image\";i:2;s:26:\"background_overlay_opacity\";i:3;s:27:\"background_overlay_position\";i:1;s:25:\"background_overlay_repeat\";i:1;s:18:\"overlay_blend_mode\";i:1;}s:14:\"section_border\";a:2:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:7:\"padding\";i:8;s:14:\"padding_mobile\";i:6;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:11;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:10:\"title_text\";i:3;s:5:\"image\";i:3;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:3;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:3;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:2:{s:11:\"image_space\";i:3;s:10:\"image_size\";i:3;}s:21:\"section_style_content\";a:1:{s:18:\"title_bottom_space\";i:3;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:1;s:12:\"space_mobile\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:13;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:15:\"_padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:13;s:10:\"image_size\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:9;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:1:{s:5:\"color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_tablet\";i:1;}}}}s:18:\"fluent-form-widget\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_fluent_form\";a:1:{s:9:\"form_list\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:3:{s:28:\"section_form_container_style\";a:4:{s:24:\"form_container_max_width\";i:1;s:24:\"form_container_alignment\";i:1;s:31:\"form_container_max_width_mobile\";i:1;s:31:\"form_container_alignment_mobile\";i:1;}s:25:\"section_form_fields_style\";a:4:{s:15:\"input_alignment\";i:1;s:22:\"form_field_text_indent\";i:1;s:16:\"form_input_width\";i:1;s:18:\"form_field_spacing\";i:1;}s:32:\"section_form_submit_button_style\";a:4:{s:24:\"form_submit_button_align\";i:1;s:24:\"form_submit_button_width\";i:1;s:25:\"form_submit_button_margin\";i:1;s:31:\"form_submit_button_width_mobile\";i:1;}}}}}'),
(742, 1179, '_elementor_edit_mode', 'builder'),
(743, 1179, '_elementor_template_type', 'section'),
(744, 1179, '_elementor_version', '3.24.5'),
(745, 1180, '_elementor_edit_mode', 'builder'),
(746, 1180, '_elementor_template_type', 'section'),
(747, 1180, '_elementor_version', '3.24.5'),
(748, 1179, '_wp_page_template', 'default'),
(749, 1179, '_elementor_data', '[{\"id\":\"22fcc351\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"bd9c5c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[],\"isInner\":true},{\"id\":\"758e7bec\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[],\"isInner\":true},{\"id\":\"7e91cb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"2c4dda6e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Employment Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_01.png\",\"id\":347},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"113ad72e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"7c7a2c5c\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Commercial Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_03.png\",\"id\":355},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}]'),
(750, 1181, '_elementor_edit_mode', 'builder'),
(751, 1181, '_elementor_template_type', 'section'),
(752, 1181, '_elementor_version', '3.24.5'),
(753, 1181, '_wp_page_template', 'default'),
(754, 1181, '_elementor_data', '[{\"id\":\"22fcc351\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"bd9c5c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[],\"isInner\":true},{\"id\":\"758e7bec\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[],\"isInner\":true},{\"id\":\"7e91cb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"2c4dda6e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Employment Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_01.png\",\"id\":347},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"113ad72e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"7c7a2c5c\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Commercial Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_03.png\",\"id\":355},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}]'),
(756, 1182, '_elementor_edit_mode', 'builder'),
(757, 1182, '_elementor_template_type', 'wp-page'),
(758, 1182, '_elementor_version', '3.24.5'),
(759, 1182, '_wp_page_template', 'default');
INSERT INTO `wpht_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(760, 1182, '_elementor_data', '[{\"id\":\"d1b8091\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"background_position_tablet\":\"center center\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-322,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-347,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"background_size_mobile\":\"cover\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence3\"},\"layout\":\"full_width\",\"background_slideshow_gallery\":[{\"id\":1145,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/FOTO-GRUPO-CBA.jpg\"},{\"id\":1148,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/lamina2.png\"},{\"id\":1149,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/lamina1.png\"},{\"id\":1146,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/WhatsApp-Image-2024-08-29-at-5.43.39-PM.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\"},\"elements\":[{\"id\":\"26f37cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"slideshow\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ca36b8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d6c8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"734944d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/wave_tr_bg.png\",\"id\":672},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0d6976f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"245cf51\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"280da85\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"057e2e4\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Securities Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"\",\"id\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#051259\",\"description_color\":\"#636363\",\"_background_color\":\"#1c0d5a\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"1bdb4ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"d345c17\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Securities Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_02.png\",\"id\":351},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"8b497a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"23555ad\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Employment Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_01.png\",\"id\":347},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"60c7782\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"6ffacfc\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Commercial Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_03.png\",\"id\":355},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19ecfbb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"193aa1b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"473481d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.88799999999999812416717759333550930023193359375,\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"47af15c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Over 20+ Years of Experiences\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#051259\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a58e6c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e6876ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.111999999999994770405464805662631988525390625,\"_inline_size_tablet\":30},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"56810f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"db02640\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0c629f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":18.410000000000000142108547152020037174224853515625,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"3b50f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":22.919000000000000483169060316868126392364501953125,\"content_position\":\"bottom\",\"z_index\":2,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"eaf0f96\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Legal Team on Your Side\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#051259\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"920ce0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.0030000000000001136868377216160297393798828125,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-60\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7903671\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427430.jpg\",\"id\":270},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38e54e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/bg_01.png\",\"id\":224},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[{\"id\":\"5d1548c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef57aca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c9876ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c5a0b87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/maarten-van-den-heuvel-_pc8aMbI9UQ-unsplash.jpg\",\"id\":309},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ed3148b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"545f8d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let Our Experience Be Your Guide\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b6707a1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"506a219\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"content_position\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c04509\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis.<\\/p><p>Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante. Quisque ultricies, dui et egestas cursus, nisl augue blandit tortor, ac congue ante est ut odio. Maecenas vitae eros quis tortor convallis luctus. Mauris nec elementum ante, sit amet mattis nisl. Aenean dapibus bibendum nisl ut bibendum.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"73cc05f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c410284\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"-90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/emre-aliriz-2rhz3Nuq12c-unsplash.jpg\",\"id\":317},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ddb1ef\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a78588\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"5868d7b\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_01.png\",\"id\":328}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0514d1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ffd847\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_03.png\",\"id\":330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"8070f5e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"9f6ee70\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_04.png\",\"id\":331}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"465ce7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"}},\"elements\":[{\"id\":\"4e93209\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_02.png\",\"id\":329}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a49c31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"be38919\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"46b5f9e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"580cef1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba5958d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advisory Areas \",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38d116e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"0cfd52f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3571846\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8984d80\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3f05776\",\"elType\":\"widget\",\"settings\":{\"title\":\"Banking and Finance\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c50a4d\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"39181af\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d474db0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"c1232cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Commercial Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29d10c5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc3431a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5ce446e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ff2d6d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Construction Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0efdf85\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ea45ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"29f03e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"aaa25cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c172b98\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0e65810\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"907d020\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"cfb2ecf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3ab7e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"Corporate Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5d4336\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6f93d7c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"64b72f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"acd3495\",\"elType\":\"widget\",\"settings\":{\"title\":\"Criminal Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f99de23\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7e92357\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a747937\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"428125d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63e9720\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2f81764\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7cff492\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"17ffe05\",\"elType\":\"widget\",\"settings\":{\"title\":\"Family Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b54fe38\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"824304e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3dcb03d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence4\",\"background_color_b\":\"globals\\/colors?id=kadence8\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#F8F7F3\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"686d6c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.51599999999999823785401531495153903961181640625,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"200\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a175a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Headquarters\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"300\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"258b6c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our company located in the heart of the financial district in New York City\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\",\"_background_color\":\"globals\\/colors?id=kadence7\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"80\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b9db2fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wall Street<br \\/>New York, NY 10005<br \\/>info@consulting.com<\\/p><p>T : +1 (333) 444 4040<br \\/>F : +1 (444) 777 9988<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74d5b8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.48400000000000176214598468504846096038818359375,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d36ebb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-josh-hild-4270292.jpg\",\"id\":414},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3cb1b31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":34,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\",\"background_color_b\":\"globals\\/colors?id=kadence9\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"76cd4aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb2dc43\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000030\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"a6c9a3f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"df7b1f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"75565f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Attorneys\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0873a4e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0ef5364\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"81e34f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ad279a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"2c7c5cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"8947a5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427609-2.jpg\",\"id\":429},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9cda802\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7befea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karin Burrows\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5620951\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founding Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"db726b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1fdb046\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427609-1.jpg\",\"id\":424},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"86c7670\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"363d3a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"William Laboy\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d7cbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Managing Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4347a05\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d255677\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427620.jpg\",\"id\":430},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c15e5a3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b3e2f83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Paul Hoff\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da6d2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Managing Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"676bed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"2747d7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427614.jpg\",\"id\":431},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"70a572e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4840912\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louise Andre\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0436401\",\"elType\":\"widget\",\"settings\":{\"title\":\"Senior Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8feef0d\",\"elType\":\"section\",\"settings\":{\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9179ade\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f1c81da\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"0ea47b6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5546ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"992431f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Clients Say\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"041ad89\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d77e830\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"16667b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"86f16ec\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"c27a4a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"334d0d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/austin-distel-7uoMmzPd2JA-unsplash.jpg\",\"id\":481},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4783bee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e039d21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thanks to the Company in Solving a Difficult Problem!\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d1e21f4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis. Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a4ee310\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>Mike Bruck<\\/h5>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"767f877\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"70bbc84\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence6\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"a97f48b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ab1111f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d592b1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fill Out the Form Below and Get a \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"690b328\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Consultation\",\"align\":\"center\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2822f6b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7028d4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ccd669f\",\"elType\":\"widget\",\"settings\":{\"form_list\":\"1\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"form_container_max_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"form_container_alignment\":\"center\",\"input_alignment\":\"center\",\"form_field_text_indent\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"form_input_width\":{\"unit\":\"%\",\"size\":94,\"sizes\":[]},\"form_submit_button_align\":\"center\",\"__globals__\":{\"form_submit_button_bg_color_normal\":\"globals\\/colors?id=kadence1\"},\"form_submit_button_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"form_field_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"form_submit_button_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"form_container_max_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"form_container_alignment_mobile\":\"center\",\"form_submit_button_width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"fluent-form-widget\"},{\"id\":\"5b7f766\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6 style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis. Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante. Quisque ultricies, dui et egestas cursus, nisl augue blandit tortor, ac congue ante est ut odio. Maecenas vitae eros quis tortor convallis luctus. Mauris nec elementum ante, sit amet mattis nisl. Aenean dapibus bibendum nisl ut bibendum.<\\/h6>\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpht_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(497, 1141, '_elementor_edit_mode', 'builder'),
(498, 1141, '_elementor_template_type', 'wp-page'),
(499, 1141, '_elementor_version', '3.1.3'),
(500, 1141, '_wp_page_template', 'default');
INSERT INTO `wpht_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(501, 1141, '_elementor_data', '[{\"id\":\"d1b8091\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"column_position\":\"bottom\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/02/pexels-august-de-richelieu-4427609-n.jpg\",\"id\":1113},\"background_position\":\"center center\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"background_position_tablet\":\"center center\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-322,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-347,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"background_size_mobile\":\"cover\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence3\"}},\"elements\":[{\"id\":\"8ef2c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39.688,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ca1a76\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Earn Your Trust and are Diligent in Your Case\",\"title_color\":\"#FFFFFF\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"26f37cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60.312},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"734944d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/wave_tr_bg.png\",\"id\":672},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence4\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0d6976f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"245cf51\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"280da85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"057e2e4\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Securities Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/ico_02.png\",\"id\":351},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"8b497a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"23555ad\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Employment Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/ico_01.png\",\"id\":347},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"60c7782\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"6ffacfc\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Commercial Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/ico_03.png\",\"id\":355},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19ecfbb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"193aa1b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"473481d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.888,\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"47af15c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Over 20+ Years of Experiences\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a58e6c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e6876ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.112,\"_inline_size_tablet\":30},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"56810f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"db02640\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0c629f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":18.41,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"3b50f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":22.919,\"content_position\":\"bottom\",\"z_index\":2,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"eaf0f96\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Legal Team on Your Side\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"920ce0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.003,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-60\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7903671\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-august-de-richelieu-4427430.jpg\",\"id\":270},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38e54e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/bg_01.png\",\"id\":224},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[{\"id\":\"5d1548c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef57aca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c9876ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c5a0b87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/maarten-van-den-heuvel-_pc8aMbI9UQ-unsplash.jpg\",\"id\":309},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ed3148b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"545f8d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let Our Experience Be Your Guide\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b6707a1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"506a219\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"content_position\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c04509\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis.<\\/p><p>Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante. Quisque ultricies, dui et egestas cursus, nisl augue blandit tortor, ac congue ante est ut odio. Maecenas vitae eros quis tortor convallis luctus. Mauris nec elementum ante, sit amet mattis nisl. Aenean dapibus bibendum nisl ut bibendum.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"73cc05f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c410284\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"-90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/emre-aliriz-2rhz3Nuq12c-unsplash.jpg\",\"id\":317},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ddb1ef\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a78588\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"5868d7b\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/l_01.png\",\"id\":328}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0514d1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ffd847\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/l_03.png\",\"id\":330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"8070f5e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"9f6ee70\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/l_04.png\",\"id\":331}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"465ce7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"}},\"elements\":[{\"id\":\"4e93209\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/l_02.png\",\"id\":329}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a49c31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"be38919\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"46b5f9e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"580cef1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba5958d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advisory Areas \",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38d116e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"0cfd52f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3571846\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8984d80\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3f05776\",\"elType\":\"widget\",\"settings\":{\"title\":\"Banking and Finance\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c50a4d\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"39181af\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d474db0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"c1232cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Commercial Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29d10c5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc3431a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5ce446e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ff2d6d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Construction Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0efdf85\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ea45ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"29f03e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"aaa25cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c172b98\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0e65810\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"907d020\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"cfb2ecf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3ab7e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"Corporate Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5d4336\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6f93d7c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"64b72f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"acd3495\",\"elType\":\"widget\",\"settings\":{\"title\":\"Criminal Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f99de23\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7e92357\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a747937\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"428125d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63e9720\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2f81764\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7cff492\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"17ffe05\",\"elType\":\"widget\",\"settings\":{\"title\":\"Family Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b54fe38\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"824304e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3dcb03d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence4\",\"background_color_b\":\"globals\\/colors?id=kadence8\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#F8F7F3\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"686d6c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.516,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"200\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a175a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Headquarters\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"300\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"258b6c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our company located in the heart of the financial district in New York City\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\",\"_background_color\":\"globals\\/colors?id=kadence7\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"80\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b9db2fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wall Street<br \\/>New York, NY 10005<br \\/>info@consulting.com<\\/p><p>T : +1 (333) 444 4040<br \\/>F : +1 (444) 777 9988<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74d5b8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.484,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d36ebb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-josh-hild-4270292.jpg\",\"id\":414},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3cb1b31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":34,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\",\"background_color_b\":\"globals\\/colors?id=kadence9\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"76cd4aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb2dc43\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000030\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"a6c9a3f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"df7b1f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"75565f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Attorneys\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0873a4e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0ef5364\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"81e34f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ad279a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"2c7c5cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"8947a5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-august-de-richelieu-4427609-2.jpg\",\"id\":429},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9cda802\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7befea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karin Burrows\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5620951\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founding Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"db726b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1fdb046\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-august-de-richelieu-4427609-1.jpg\",\"id\":424},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"86c7670\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"363d3a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"William Laboy\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d7cbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Managing Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4347a05\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d255677\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-august-de-richelieu-4427620.jpg\",\"id\":430},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c15e5a3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b3e2f83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Paul Hoff\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da6d2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Managing Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"676bed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"2747d7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/pexels-august-de-richelieu-4427614.jpg\",\"id\":431},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"70a572e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4840912\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louise Andre\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0436401\",\"elType\":\"widget\",\"settings\":{\"title\":\"Senior Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8feef0d\",\"elType\":\"section\",\"settings\":{\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9179ade\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f1c81da\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"0ea47b6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5546ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"992431f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Clients Say\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"041ad89\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d77e830\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"16667b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"86f16ec\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"c27a4a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"334d0d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://samobolivia.ejesrl.net/wp-content/uploads/2021/01/austin-distel-7uoMmzPd2JA-unsplash.jpg\",\"id\":481},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4783bee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e039d21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thanks to the Company in Solving a Difficult Problem!\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d1e21f4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis. Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a4ee310\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>Mike Bruck<\\/h5>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"767f877\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"70bbc84\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence6\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"a97f48b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ab1111f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d592b1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fill Out the Form Below and Get a \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"690b328\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Consultation\",\"align\":\"center\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2822f6b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7028d4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ccd669f\",\"elType\":\"widget\",\"settings\":{\"form_list\":\"1\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"form_container_max_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"form_container_alignment\":\"center\",\"input_alignment\":\"center\",\"form_field_text_indent\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"form_input_width\":{\"unit\":\"%\",\"size\":94,\"sizes\":[]},\"form_submit_button_align\":\"center\",\"__globals__\":{\"form_submit_button_bg_color_normal\":\"globals\\/colors?id=kadence1\"},\"form_submit_button_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"form_field_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"form_submit_button_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"form_container_max_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"form_container_alignment_mobile\":\"center\",\"form_submit_button_width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"fluent-form-widget\"},{\"id\":\"5b7f766\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6 style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis. Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante. Quisque ultricies, dui et egestas cursus, nisl augue blandit tortor, ac congue ante est ut odio. Maecenas vitae eros quis tortor convallis luctus. Mauris nec elementum ante, sit amet mattis nisl. Aenean dapibus bibendum nisl ut bibendum.<\\/h6>\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpht_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(502, 1141, '_elementor_controls_usage', 'a:9:{s:7:\"heading\";a:3:{s:5:\"count\";i:28;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:28;s:11:\"header_size\";i:21;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:1;s:22:\"typography_font_family\";i:16;s:20:\"typography_font_size\";i:19;s:22:\"typography_font_weight\";i:24;s:21:\"typography_typography\";i:9;s:22:\"typography_line_height\";i:2;s:27:\"typography_font_size_mobile\";i:1;s:29:\"typography_line_height_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:5:{s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:3;s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:1:{s:21:\"_border_radius_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:47;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:47;s:19:\"_inline_size_tablet\";i:27;s:16:\"content_position\";i:5;s:19:\"_inline_size_mobile\";i:4;s:21:\"space_between_widgets\";i:7;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:7:{s:7:\"padding\";i:15;s:13:\"margin_mobile\";i:6;s:14:\"padding_mobile\";i:10;s:7:\"z_index\";i:1;s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:2;s:14:\"padding_tablet\";i:3;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:4;s:11:\"hide_mobile\";i:4;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:1:{s:21:\"background_background\";i:7;}s:14:\"section_border\";a:9:{s:13:\"border_border\";i:19;s:12:\"border_width\";i:19;s:12:\"border_color\";i:15;s:19:\"border_hover_border\";i:15;s:18:\"border_hover_width\";i:15;s:13:\"border_radius\";i:7;s:18:\"border_hover_color\";i:3;s:19:\"border_width_mobile\";i:4;s:19:\"border_width_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:6:{s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:15:\"column_position\";i:1;s:20:\"custom_height_mobile\";i:1;s:6:\"layout\";i:1;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:15;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:15:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;s:26:\"background_position_tablet\";i:1;s:22:\"background_xpos_tablet\";i:1;s:26:\"background_position_mobile\";i:1;s:22:\"background_xpos_mobile\";i:1;s:17:\"background_repeat\";i:1;s:22:\"background_size_tablet\";i:1;s:22:\"background_size_mobile\";i:1;s:21:\"background_color_stop\";i:2;s:23:\"background_color_b_stop\";i:2;s:25:\"background_gradient_angle\";i:1;s:18:\"background_color_b\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:3;s:24:\"background_overlay_image\";i:2;s:26:\"background_overlay_opacity\";i:3;s:27:\"background_overlay_position\";i:1;s:25:\"background_overlay_repeat\";i:1;s:18:\"overlay_blend_mode\";i:1;}s:14:\"section_border\";a:2:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:7:\"padding\";i:8;s:14:\"padding_mobile\";i:6;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:11;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:10:\"title_text\";i:3;s:5:\"image\";i:3;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:3;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:3;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:2:{s:11:\"image_space\";i:3;s:10:\"image_size\";i:3;}s:21:\"section_style_content\";a:1:{s:18:\"title_bottom_space\";i:3;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:1;s:12:\"space_mobile\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:13;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:15:\"_padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:13;s:10:\"image_size\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:9;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:1:{s:5:\"color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_tablet\";i:1;}}}}s:18:\"fluent-form-widget\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_fluent_form\";a:1:{s:9:\"form_list\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:3:{s:28:\"section_form_container_style\";a:4:{s:24:\"form_container_max_width\";i:1;s:24:\"form_container_alignment\";i:1;s:31:\"form_container_max_width_mobile\";i:1;s:31:\"form_container_alignment_mobile\";i:1;}s:25:\"section_form_fields_style\";a:4:{s:15:\"input_alignment\";i:1;s:22:\"form_field_text_indent\";i:1;s:16:\"form_input_width\";i:1;s:18:\"form_field_spacing\";i:1;}s:32:\"section_form_submit_button_style\";a:4:{s:24:\"form_submit_button_align\";i:1;s:24:\"form_submit_button_width\";i:1;s:25:\"form_submit_button_margin\";i:1;s:31:\"form_submit_button_width_mobile\";i:1;}}}}}'),
(733, 1177, '_elementor_controls_usage', 'a:9:{s:7:\"heading\";a:3:{s:5:\"count\";i:28;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:28;s:11:\"header_size\";i:21;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:1;s:22:\"typography_font_family\";i:16;s:20:\"typography_font_size\";i:19;s:22:\"typography_font_weight\";i:24;s:21:\"typography_typography\";i:9;s:22:\"typography_line_height\";i:2;s:27:\"typography_font_size_mobile\";i:1;s:29:\"typography_line_height_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:5:{s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:3;s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:1:{s:21:\"_border_radius_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:47;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:47;s:19:\"_inline_size_tablet\";i:27;s:16:\"content_position\";i:5;s:19:\"_inline_size_mobile\";i:4;s:21:\"space_between_widgets\";i:7;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:7:{s:7:\"padding\";i:15;s:13:\"margin_mobile\";i:6;s:14:\"padding_mobile\";i:10;s:7:\"z_index\";i:1;s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:2;s:14:\"padding_tablet\";i:3;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:4;s:11:\"hide_mobile\";i:4;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:1:{s:21:\"background_background\";i:7;}s:14:\"section_border\";a:9:{s:13:\"border_border\";i:19;s:12:\"border_width\";i:19;s:12:\"border_color\";i:15;s:19:\"border_hover_border\";i:15;s:18:\"border_hover_width\";i:15;s:13:\"border_radius\";i:7;s:18:\"border_hover_color\";i:3;s:19:\"border_width_mobile\";i:4;s:19:\"border_width_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:6:{s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:15:\"column_position\";i:1;s:20:\"custom_height_mobile\";i:1;s:6:\"layout\";i:1;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:15;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:15:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;s:26:\"background_position_tablet\";i:1;s:22:\"background_xpos_tablet\";i:1;s:26:\"background_position_mobile\";i:1;s:22:\"background_xpos_mobile\";i:1;s:17:\"background_repeat\";i:1;s:22:\"background_size_tablet\";i:1;s:22:\"background_size_mobile\";i:1;s:21:\"background_color_stop\";i:2;s:23:\"background_color_b_stop\";i:2;s:25:\"background_gradient_angle\";i:1;s:18:\"background_color_b\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:3;s:24:\"background_overlay_image\";i:2;s:26:\"background_overlay_opacity\";i:3;s:27:\"background_overlay_position\";i:1;s:25:\"background_overlay_repeat\";i:1;s:18:\"overlay_blend_mode\";i:1;}s:14:\"section_border\";a:2:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:7:\"padding\";i:8;s:14:\"padding_mobile\";i:6;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:11;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:10:\"title_text\";i:3;s:5:\"image\";i:3;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:3;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:3;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:2:{s:11:\"image_space\";i:3;s:10:\"image_size\";i:3;}s:21:\"section_style_content\";a:1:{s:18:\"title_bottom_space\";i:3;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:1;s:12:\"space_mobile\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:13;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:15:\"_padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:13;s:10:\"image_size\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:9;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:1:{s:5:\"color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_tablet\";i:1;}}}}s:18:\"fluent-form-widget\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_fluent_form\";a:1:{s:9:\"form_list\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:3:{s:28:\"section_form_container_style\";a:4:{s:24:\"form_container_max_width\";i:1;s:24:\"form_container_alignment\";i:1;s:31:\"form_container_max_width_mobile\";i:1;s:31:\"form_container_alignment_mobile\";i:1;}s:25:\"section_form_fields_style\";a:4:{s:15:\"input_alignment\";i:1;s:22:\"form_field_text_indent\";i:1;s:16:\"form_input_width\";i:1;s:18:\"form_field_spacing\";i:1;}s:32:\"section_form_submit_button_style\";a:4:{s:24:\"form_submit_button_align\";i:1;s:24:\"form_submit_button_width\";i:1;s:25:\"form_submit_button_margin\";i:1;s:31:\"form_submit_button_width_mobile\";i:1;}}}}}'),
(735, 1178, '_elementor_edit_mode', 'builder'),
(736, 1178, '_elementor_template_type', 'wp-page'),
(737, 1178, '_elementor_version', '3.24.5'),
(738, 1178, '_wp_page_template', 'default');
INSERT INTO `wpht_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(739, 1178, '_elementor_data', '[{\"id\":\"d1b8091\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"background_position_tablet\":\"center center\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-322,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-347,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"background_size_mobile\":\"cover\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence3\"},\"layout\":\"full_width\",\"background_slideshow_gallery\":[{\"id\":1145,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/FOTO-GRUPO-CBA.jpg\"},{\"id\":1148,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/lamina2.png\"},{\"id\":1149,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/lamina1.png\"},{\"id\":1146,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/WhatsApp-Image-2024-08-29-at-5.43.39-PM.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\"},\"elements\":[{\"id\":\"26f37cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"slideshow\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ca36b8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d6c8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"734944d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/wave_tr_bg.png\",\"id\":672},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0d6976f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"245cf51\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"280da85\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"057e2e4\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Securities Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"\",\"id\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#051259\",\"description_color\":\"#636363\",\"_background_color\":\"#1c0d5a\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"1bdb4ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"d345c17\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Securities Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_02.png\",\"id\":351},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"8b497a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"23555ad\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Employment Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_01.png\",\"id\":347},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"60c7782\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"6ffacfc\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Commercial Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_03.png\",\"id\":355},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19ecfbb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"193aa1b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"473481d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.88799999999999812416717759333550930023193359375,\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"47af15c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Over 20+ Years of Experiences\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#051259\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a58e6c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e6876ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.111999999999994770405464805662631988525390625,\"_inline_size_tablet\":30},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"56810f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"db02640\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0c629f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":18.410000000000000142108547152020037174224853515625,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"3b50f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":22.919000000000000483169060316868126392364501953125,\"content_position\":\"bottom\",\"z_index\":2,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"eaf0f96\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Legal Team on Your Side\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#051259\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"920ce0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.0030000000000001136868377216160297393798828125,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-60\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7903671\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427430.jpg\",\"id\":270},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38e54e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/bg_01.png\",\"id\":224},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[{\"id\":\"5d1548c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef57aca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c9876ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c5a0b87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/maarten-van-den-heuvel-_pc8aMbI9UQ-unsplash.jpg\",\"id\":309},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ed3148b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"545f8d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let Our Experience Be Your Guide\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b6707a1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"506a219\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"content_position\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c04509\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis.<\\/p><p>Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante. Quisque ultricies, dui et egestas cursus, nisl augue blandit tortor, ac congue ante est ut odio. Maecenas vitae eros quis tortor convallis luctus. Mauris nec elementum ante, sit amet mattis nisl. Aenean dapibus bibendum nisl ut bibendum.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"73cc05f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c410284\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"-90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/emre-aliriz-2rhz3Nuq12c-unsplash.jpg\",\"id\":317},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ddb1ef\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a78588\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"5868d7b\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_01.png\",\"id\":328}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0514d1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ffd847\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_03.png\",\"id\":330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"8070f5e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"9f6ee70\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_04.png\",\"id\":331}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"465ce7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"}},\"elements\":[{\"id\":\"4e93209\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_02.png\",\"id\":329}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a49c31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"be38919\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"46b5f9e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"580cef1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba5958d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advisory Areas \",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38d116e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"0cfd52f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3571846\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8984d80\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3f05776\",\"elType\":\"widget\",\"settings\":{\"title\":\"Banking and Finance\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c50a4d\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"39181af\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d474db0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"c1232cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Commercial Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29d10c5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc3431a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5ce446e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ff2d6d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Construction Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0efdf85\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ea45ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"29f03e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"aaa25cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c172b98\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0e65810\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"907d020\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"cfb2ecf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3ab7e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"Corporate Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5d4336\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6f93d7c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"64b72f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"acd3495\",\"elType\":\"widget\",\"settings\":{\"title\":\"Criminal Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f99de23\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7e92357\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a747937\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"428125d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63e9720\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2f81764\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7cff492\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"17ffe05\",\"elType\":\"widget\",\"settings\":{\"title\":\"Family Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b54fe38\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"824304e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3dcb03d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence4\",\"background_color_b\":\"globals\\/colors?id=kadence8\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#F8F7F3\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"686d6c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.51599999999999823785401531495153903961181640625,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"200\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a175a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Headquarters\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"300\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"258b6c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our company located in the heart of the financial district in New York City\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\",\"_background_color\":\"globals\\/colors?id=kadence7\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"80\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b9db2fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wall Street<br \\/>New York, NY 10005<br \\/>info@consulting.com<\\/p><p>T : +1 (333) 444 4040<br \\/>F : +1 (444) 777 9988<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74d5b8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.48400000000000176214598468504846096038818359375,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d36ebb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-josh-hild-4270292.jpg\",\"id\":414},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3cb1b31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":34,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\",\"background_color_b\":\"globals\\/colors?id=kadence9\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"76cd4aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb2dc43\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000030\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"a6c9a3f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"df7b1f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"75565f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Attorneys\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0873a4e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0ef5364\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"81e34f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ad279a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"2c7c5cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"8947a5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427609-2.jpg\",\"id\":429},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9cda802\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7befea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karin Burrows\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5620951\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founding Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"db726b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1fdb046\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427609-1.jpg\",\"id\":424},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"86c7670\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"363d3a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"William Laboy\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d7cbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Managing Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4347a05\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d255677\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427620.jpg\",\"id\":430},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c15e5a3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b3e2f83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Paul Hoff\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da6d2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Managing Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"676bed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"2747d7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427614.jpg\",\"id\":431},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"70a572e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4840912\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louise Andre\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0436401\",\"elType\":\"widget\",\"settings\":{\"title\":\"Senior Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8feef0d\",\"elType\":\"section\",\"settings\":{\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9179ade\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f1c81da\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"0ea47b6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5546ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"992431f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Clients Say\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"041ad89\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d77e830\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"16667b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"86f16ec\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"c27a4a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"334d0d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/austin-distel-7uoMmzPd2JA-unsplash.jpg\",\"id\":481},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4783bee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e039d21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thanks to the Company in Solving a Difficult Problem!\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d1e21f4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis. Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a4ee310\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>Mike Bruck<\\/h5>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"767f877\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"70bbc84\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence6\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"a97f48b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ab1111f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d592b1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fill Out the Form Below and Get a \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"690b328\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Consultation\",\"align\":\"center\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2822f6b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7028d4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ccd669f\",\"elType\":\"widget\",\"settings\":{\"form_list\":\"1\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"form_container_max_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"form_container_alignment\":\"center\",\"input_alignment\":\"center\",\"form_field_text_indent\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"form_input_width\":{\"unit\":\"%\",\"size\":94,\"sizes\":[]},\"form_submit_button_align\":\"center\",\"__globals__\":{\"form_submit_button_bg_color_normal\":\"globals\\/colors?id=kadence1\"},\"form_submit_button_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"form_field_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"form_submit_button_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"form_container_max_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"form_container_alignment_mobile\":\"center\",\"form_submit_button_width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"fluent-form-widget\"},{\"id\":\"5b7f766\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6 style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis. Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante. Quisque ultricies, dui et egestas cursus, nisl augue blandit tortor, ac congue ante est ut odio. Maecenas vitae eros quis tortor convallis luctus. Mauris nec elementum ante, sit amet mattis nisl. Aenean dapibus bibendum nisl ut bibendum.<\\/h6>\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpht_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(806, 1192, '_elementor_edit_mode', 'builder'),
(807, 1192, '_elementor_template_type', 'wp-page'),
(560, 1153, '_elementor_edit_mode', 'builder'),
(561, 1153, '_elementor_template_type', 'wp-page'),
(562, 1153, '_elementor_version', '3.24.5'),
(563, 1153, '_wp_page_template', 'default');
INSERT INTO `wpht_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(564, 1153, '_elementor_data', '[{\"id\":\"d1b8091\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"background_position_tablet\":\"center center\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-322,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-347,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"background_size_mobile\":\"cover\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence3\"},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"26f37cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ca6bf30\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":1145,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/FOTO-GRUPO-CBA.jpg\"},{\"id\":1148,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/lamina2.png\"},{\"id\":1149,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/lamina1.png\"},{\"id\":1146,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/WhatsApp-Image-2024-08-29-at-5.43.39-PM.jpeg\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"734944d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/wave_tr_bg.png\",\"id\":672},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence4\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0d6976f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"245cf51\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"280da85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"057e2e4\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Securities Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_02.png\",\"id\":351},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"8b497a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"23555ad\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Employment Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_01.png\",\"id\":347},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"60c7782\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"6ffacfc\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Commercial Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_03.png\",\"id\":355},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19ecfbb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"193aa1b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"473481d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.88799999999999812416717759333550930023193359375,\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"47af15c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Over 20+ Years of Experiences\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a58e6c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e6876ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.111999999999994770405464805662631988525390625,\"_inline_size_tablet\":30},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"56810f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"db02640\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0c629f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":18.410000000000000142108547152020037174224853515625,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"3b50f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":22.919000000000000483169060316868126392364501953125,\"content_position\":\"bottom\",\"z_index\":2,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"eaf0f96\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Legal Team on Your Side\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"920ce0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.0030000000000001136868377216160297393798828125,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-60\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7903671\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427430.jpg\",\"id\":270},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38e54e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/bg_01.png\",\"id\":224},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[{\"id\":\"5d1548c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef57aca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c9876ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c5a0b87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/maarten-van-den-heuvel-_pc8aMbI9UQ-unsplash.jpg\",\"id\":309},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ed3148b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"545f8d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let Our Experience Be Your Guide\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b6707a1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"506a219\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"content_position\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c04509\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis.<\\/p><p>Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante. Quisque ultricies, dui et egestas cursus, nisl augue blandit tortor, ac congue ante est ut odio. Maecenas vitae eros quis tortor convallis luctus. Mauris nec elementum ante, sit amet mattis nisl. Aenean dapibus bibendum nisl ut bibendum.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"73cc05f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c410284\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"-90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/emre-aliriz-2rhz3Nuq12c-unsplash.jpg\",\"id\":317},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ddb1ef\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a78588\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"5868d7b\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_01.png\",\"id\":328}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0514d1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ffd847\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_03.png\",\"id\":330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"8070f5e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"9f6ee70\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_04.png\",\"id\":331}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"465ce7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"}},\"elements\":[{\"id\":\"4e93209\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_02.png\",\"id\":329}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a49c31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"be38919\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"46b5f9e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"580cef1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba5958d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advisory Areas \",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38d116e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"0cfd52f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3571846\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8984d80\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3f05776\",\"elType\":\"widget\",\"settings\":{\"title\":\"Banking and Finance\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c50a4d\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"39181af\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d474db0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"c1232cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Commercial Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29d10c5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc3431a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5ce446e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ff2d6d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Construction Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0efdf85\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ea45ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"29f03e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"aaa25cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c172b98\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0e65810\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"907d020\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"cfb2ecf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3ab7e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"Corporate Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5d4336\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6f93d7c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"64b72f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"acd3495\",\"elType\":\"widget\",\"settings\":{\"title\":\"Criminal Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f99de23\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7e92357\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a747937\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"428125d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63e9720\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2f81764\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7cff492\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"17ffe05\",\"elType\":\"widget\",\"settings\":{\"title\":\"Family Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b54fe38\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"824304e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3dcb03d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence4\",\"background_color_b\":\"globals\\/colors?id=kadence8\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#F8F7F3\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"686d6c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.51599999999999823785401531495153903961181640625,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"200\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a175a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Headquarters\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"300\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"258b6c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our company located in the heart of the financial district in New York City\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\",\"_background_color\":\"globals\\/colors?id=kadence7\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"80\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b9db2fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wall Street<br \\/>New York, NY 10005<br \\/>info@consulting.com<\\/p><p>T : +1 (333) 444 4040<br \\/>F : +1 (444) 777 9988<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74d5b8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.48400000000000176214598468504846096038818359375,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d36ebb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-josh-hild-4270292.jpg\",\"id\":414},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3cb1b31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":34,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\",\"background_color_b\":\"globals\\/colors?id=kadence9\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"76cd4aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb2dc43\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000030\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"a6c9a3f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"df7b1f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"75565f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Attorneys\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0873a4e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0ef5364\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"81e34f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ad279a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"2c7c5cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"8947a5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427609-2.jpg\",\"id\":429},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9cda802\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7befea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karin Burrows\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5620951\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founding Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"db726b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1fdb046\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427609-1.jpg\",\"id\":424},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"86c7670\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"363d3a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"William Laboy\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d7cbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Managing Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4347a05\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d255677\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427620.jpg\",\"id\":430},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c15e5a3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b3e2f83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Paul Hoff\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da6d2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Managing Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"676bed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"2747d7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427614.jpg\",\"id\":431},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"70a572e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4840912\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louise Andre\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0436401\",\"elType\":\"widget\",\"settings\":{\"title\":\"Senior Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8feef0d\",\"elType\":\"section\",\"settings\":{\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9179ade\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f1c81da\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"0ea47b6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5546ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"992431f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Clients Say\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"041ad89\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d77e830\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"16667b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"86f16ec\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"c27a4a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"334d0d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/austin-distel-7uoMmzPd2JA-unsplash.jpg\",\"id\":481},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4783bee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e039d21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thanks to the Company in Solving a Difficult Problem!\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d1e21f4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis. Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a4ee310\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>Mike Bruck<\\/h5>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"767f877\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"70bbc84\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence6\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"a97f48b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ab1111f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d592b1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fill Out the Form Below and Get a \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"690b328\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Consultation\",\"align\":\"center\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2822f6b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7028d4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ccd669f\",\"elType\":\"widget\",\"settings\":{\"form_list\":\"1\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"form_container_max_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"form_container_alignment\":\"center\",\"input_alignment\":\"center\",\"form_field_text_indent\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"form_input_width\":{\"unit\":\"%\",\"size\":94,\"sizes\":[]},\"form_submit_button_align\":\"center\",\"__globals__\":{\"form_submit_button_bg_color_normal\":\"globals\\/colors?id=kadence1\"},\"form_submit_button_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"form_field_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"form_submit_button_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"form_container_max_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"form_container_alignment_mobile\":\"center\",\"form_submit_button_width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"fluent-form-widget\"},{\"id\":\"5b7f766\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6 style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis. Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante. Quisque ultricies, dui et egestas cursus, nisl augue blandit tortor, ac congue ante est ut odio. Maecenas vitae eros quis tortor convallis luctus. Mauris nec elementum ante, sit amet mattis nisl. Aenean dapibus bibendum nisl ut bibendum.<\\/h6>\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpht_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(506, 1142, '_elementor_edit_mode', 'builder'),
(507, 1142, '_elementor_template_type', 'wp-page'),
(508, 1142, '_elementor_version', '3.1.3'),
(509, 1142, '_wp_page_template', 'default');
INSERT INTO `wpht_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(510, 1142, '_elementor_data', '[{\"id\":\"d1b8091\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"column_position\":\"bottom\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/02\\/pexels-august-de-richelieu-4427609-n.jpg\",\"id\":1113},\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"background_position_tablet\":\"center center\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-322,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-347,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"background_size_mobile\":\"cover\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence3\"}},\"elements\":[{\"id\":\"8ef2c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39.6880000000000023874235921539366245269775390625,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ca1a76\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Earn Your Trust and are Diligent in Your Case\",\"title_color\":\"#FFFFFF\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"26f37cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60.3119999999999976125764078460633754730224609375},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"734944d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/wave_tr_bg.png\",\"id\":672},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence4\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0d6976f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"245cf51\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"280da85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"057e2e4\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Securities Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_02.png\",\"id\":351},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"8b497a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"23555ad\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Employment Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_01.png\",\"id\":347},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"60c7782\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"6ffacfc\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Commercial Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_03.png\",\"id\":355},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19ecfbb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"193aa1b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"473481d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.88799999999999812416717759333550930023193359375,\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"47af15c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Over 20+ Years of Experiences\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a58e6c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e6876ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.111999999999994770405464805662631988525390625,\"_inline_size_tablet\":30},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"56810f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"db02640\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0c629f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":18.410000000000000142108547152020037174224853515625,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"3b50f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":22.919000000000000483169060316868126392364501953125,\"content_position\":\"bottom\",\"z_index\":2,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"eaf0f96\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Legal Team on Your Side\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"920ce0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.0030000000000001136868377216160297393798828125,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-60\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7903671\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427430.jpg\",\"id\":270},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38e54e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/bg_01.png\",\"id\":224},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[{\"id\":\"5d1548c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef57aca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c9876ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c5a0b87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/maarten-van-den-heuvel-_pc8aMbI9UQ-unsplash.jpg\",\"id\":309},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ed3148b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"545f8d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let Our Experience Be Your Guide\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b6707a1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"506a219\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"content_position\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c04509\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis.<\\/p><p>Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante. Quisque ultricies, dui et egestas cursus, nisl augue blandit tortor, ac congue ante est ut odio. Maecenas vitae eros quis tortor convallis luctus. Mauris nec elementum ante, sit amet mattis nisl. Aenean dapibus bibendum nisl ut bibendum.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"73cc05f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c410284\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"-90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/emre-aliriz-2rhz3Nuq12c-unsplash.jpg\",\"id\":317},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ddb1ef\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a78588\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"5868d7b\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_01.png\",\"id\":328}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0514d1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ffd847\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_03.png\",\"id\":330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"8070f5e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"9f6ee70\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_04.png\",\"id\":331}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"465ce7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"}},\"elements\":[{\"id\":\"4e93209\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_02.png\",\"id\":329}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a49c31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"be38919\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"46b5f9e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"580cef1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba5958d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advisory Areas \",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38d116e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"0cfd52f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3571846\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8984d80\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3f05776\",\"elType\":\"widget\",\"settings\":{\"title\":\"Banking and Finance\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c50a4d\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"39181af\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d474db0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"c1232cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Commercial Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29d10c5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc3431a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5ce446e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ff2d6d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Construction Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0efdf85\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ea45ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"29f03e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"aaa25cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c172b98\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0e65810\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"907d020\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"cfb2ecf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3ab7e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"Corporate Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5d4336\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6f93d7c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"64b72f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"acd3495\",\"elType\":\"widget\",\"settings\":{\"title\":\"Criminal Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f99de23\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7e92357\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a747937\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"428125d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63e9720\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2f81764\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7cff492\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"17ffe05\",\"elType\":\"widget\",\"settings\":{\"title\":\"Family Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b54fe38\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"824304e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3dcb03d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence4\",\"background_color_b\":\"globals\\/colors?id=kadence8\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#F8F7F3\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"686d6c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.51599999999999823785401531495153903961181640625,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"200\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a175a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Headquarters\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"300\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"258b6c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our company located in the heart of the financial district in New York City\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\",\"_background_color\":\"globals\\/colors?id=kadence7\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"80\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b9db2fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wall Street<br \\/>New York, NY 10005<br \\/>info@consulting.com<\\/p><p>T : +1 (333) 444 4040<br \\/>F : +1 (444) 777 9988<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74d5b8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.48400000000000176214598468504846096038818359375,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d36ebb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-josh-hild-4270292.jpg\",\"id\":414},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3cb1b31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":34,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\",\"background_color_b\":\"globals\\/colors?id=kadence9\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"76cd4aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb2dc43\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000030\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"a6c9a3f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"df7b1f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"75565f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Attorneys\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0873a4e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0ef5364\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"81e34f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ad279a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"2c7c5cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"8947a5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427609-2.jpg\",\"id\":429},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9cda802\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7befea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karin Burrows\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5620951\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founding Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"db726b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1fdb046\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427609-1.jpg\",\"id\":424},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"86c7670\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"363d3a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"William Laboy\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d7cbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Managing Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4347a05\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d255677\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427620.jpg\",\"id\":430},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c15e5a3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b3e2f83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Paul Hoff\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da6d2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Managing Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"676bed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"2747d7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427614.jpg\",\"id\":431},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"70a572e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4840912\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louise Andre\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0436401\",\"elType\":\"widget\",\"settings\":{\"title\":\"Senior Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8feef0d\",\"elType\":\"section\",\"settings\":{\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9179ade\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f1c81da\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"0ea47b6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5546ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"992431f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Clients Say\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"041ad89\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d77e830\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"16667b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"86f16ec\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"c27a4a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"334d0d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/austin-distel-7uoMmzPd2JA-unsplash.jpg\",\"id\":481},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4783bee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e039d21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thanks to the Company in Solving a Difficult Problem!\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d1e21f4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis. Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a4ee310\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>Mike Bruck<\\/h5>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"767f877\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"70bbc84\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence6\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"a97f48b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ab1111f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d592b1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fill Out the Form Below and Get a \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"690b328\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Consultation\",\"align\":\"center\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2822f6b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7028d4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ccd669f\",\"elType\":\"widget\",\"settings\":{\"form_list\":\"1\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"form_container_max_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"form_container_alignment\":\"center\",\"input_alignment\":\"center\",\"form_field_text_indent\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"form_input_width\":{\"unit\":\"%\",\"size\":94,\"sizes\":[]},\"form_submit_button_align\":\"center\",\"__globals__\":{\"form_submit_button_bg_color_normal\":\"globals\\/colors?id=kadence1\"},\"form_submit_button_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"form_field_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"form_submit_button_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"form_container_max_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"form_container_alignment_mobile\":\"center\",\"form_submit_button_width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"fluent-form-widget\"},{\"id\":\"5b7f766\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6 style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis. Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante. Quisque ultricies, dui et egestas cursus, nisl augue blandit tortor, ac congue ante est ut odio. Maecenas vitae eros quis tortor convallis luctus. Mauris nec elementum ante, sit amet mattis nisl. Aenean dapibus bibendum nisl ut bibendum.<\\/h6>\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpht_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(511, 1142, '_elementor_controls_usage', 'a:9:{s:7:\"heading\";a:3:{s:5:\"count\";i:28;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:28;s:11:\"header_size\";i:21;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:1;s:22:\"typography_font_family\";i:16;s:20:\"typography_font_size\";i:19;s:22:\"typography_font_weight\";i:24;s:21:\"typography_typography\";i:9;s:22:\"typography_line_height\";i:2;s:27:\"typography_font_size_mobile\";i:1;s:29:\"typography_line_height_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:5:{s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:3;s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:1:{s:21:\"_border_radius_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:47;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:47;s:19:\"_inline_size_tablet\";i:27;s:16:\"content_position\";i:5;s:19:\"_inline_size_mobile\";i:4;s:21:\"space_between_widgets\";i:7;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:7:{s:7:\"padding\";i:15;s:13:\"margin_mobile\";i:6;s:14:\"padding_mobile\";i:10;s:7:\"z_index\";i:1;s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:2;s:14:\"padding_tablet\";i:3;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:4;s:11:\"hide_mobile\";i:4;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:1:{s:21:\"background_background\";i:7;}s:14:\"section_border\";a:9:{s:13:\"border_border\";i:19;s:12:\"border_width\";i:19;s:12:\"border_color\";i:15;s:19:\"border_hover_border\";i:15;s:18:\"border_hover_width\";i:15;s:13:\"border_radius\";i:7;s:18:\"border_hover_color\";i:3;s:19:\"border_width_mobile\";i:4;s:19:\"border_width_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:6:{s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:15:\"column_position\";i:1;s:20:\"custom_height_mobile\";i:1;s:6:\"layout\";i:1;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:15;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:15:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;s:26:\"background_position_tablet\";i:1;s:22:\"background_xpos_tablet\";i:1;s:26:\"background_position_mobile\";i:1;s:22:\"background_xpos_mobile\";i:1;s:17:\"background_repeat\";i:1;s:22:\"background_size_tablet\";i:1;s:22:\"background_size_mobile\";i:1;s:21:\"background_color_stop\";i:2;s:23:\"background_color_b_stop\";i:2;s:25:\"background_gradient_angle\";i:1;s:18:\"background_color_b\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:3;s:24:\"background_overlay_image\";i:2;s:26:\"background_overlay_opacity\";i:3;s:27:\"background_overlay_position\";i:1;s:25:\"background_overlay_repeat\";i:1;s:18:\"overlay_blend_mode\";i:1;}s:14:\"section_border\";a:2:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:7:\"padding\";i:8;s:14:\"padding_mobile\";i:6;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:11;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:10:\"title_text\";i:3;s:5:\"image\";i:3;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:3;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:3;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:2:{s:11:\"image_space\";i:3;s:10:\"image_size\";i:3;}s:21:\"section_style_content\";a:1:{s:18:\"title_bottom_space\";i:3;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:1;s:12:\"space_mobile\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:13;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:15:\"_padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:13;s:10:\"image_size\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:9;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:1:{s:5:\"color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_tablet\";i:1;}}}}s:18:\"fluent-form-widget\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_fluent_form\";a:1:{s:9:\"form_list\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:3:{s:28:\"section_form_container_style\";a:4:{s:24:\"form_container_max_width\";i:1;s:24:\"form_container_alignment\";i:1;s:31:\"form_container_max_width_mobile\";i:1;s:31:\"form_container_alignment_mobile\";i:1;}s:25:\"section_form_fields_style\";a:4:{s:15:\"input_alignment\";i:1;s:22:\"form_field_text_indent\";i:1;s:16:\"form_input_width\";i:1;s:18:\"form_field_spacing\";i:1;}s:32:\"section_form_submit_button_style\";a:4:{s:24:\"form_submit_button_align\";i:1;s:24:\"form_submit_button_width\";i:1;s:25:\"form_submit_button_margin\";i:1;s:31:\"form_submit_button_width_mobile\";i:1;}}}}}'),
(726, 1176, '_elementor_controls_usage', 'a:9:{s:7:\"heading\";a:3:{s:5:\"count\";i:28;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:28;s:11:\"header_size\";i:21;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:1;s:22:\"typography_font_family\";i:16;s:20:\"typography_font_size\";i:19;s:22:\"typography_font_weight\";i:24;s:21:\"typography_typography\";i:9;s:22:\"typography_line_height\";i:2;s:27:\"typography_font_size_mobile\";i:1;s:29:\"typography_line_height_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:5:{s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:3;s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:1:{s:21:\"_border_radius_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:47;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:47;s:19:\"_inline_size_tablet\";i:27;s:16:\"content_position\";i:5;s:19:\"_inline_size_mobile\";i:4;s:21:\"space_between_widgets\";i:7;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:7:{s:7:\"padding\";i:15;s:13:\"margin_mobile\";i:6;s:14:\"padding_mobile\";i:10;s:7:\"z_index\";i:1;s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:2;s:14:\"padding_tablet\";i:3;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:4;s:11:\"hide_mobile\";i:4;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:1:{s:21:\"background_background\";i:7;}s:14:\"section_border\";a:9:{s:13:\"border_border\";i:19;s:12:\"border_width\";i:19;s:12:\"border_color\";i:15;s:19:\"border_hover_border\";i:15;s:18:\"border_hover_width\";i:15;s:13:\"border_radius\";i:7;s:18:\"border_hover_color\";i:3;s:19:\"border_width_mobile\";i:4;s:19:\"border_width_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:6:{s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:15:\"column_position\";i:1;s:20:\"custom_height_mobile\";i:1;s:6:\"layout\";i:1;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:15;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:15:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;s:26:\"background_position_tablet\";i:1;s:22:\"background_xpos_tablet\";i:1;s:26:\"background_position_mobile\";i:1;s:22:\"background_xpos_mobile\";i:1;s:17:\"background_repeat\";i:1;s:22:\"background_size_tablet\";i:1;s:22:\"background_size_mobile\";i:1;s:21:\"background_color_stop\";i:2;s:23:\"background_color_b_stop\";i:2;s:25:\"background_gradient_angle\";i:1;s:18:\"background_color_b\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:3;s:24:\"background_overlay_image\";i:2;s:26:\"background_overlay_opacity\";i:3;s:27:\"background_overlay_position\";i:1;s:25:\"background_overlay_repeat\";i:1;s:18:\"overlay_blend_mode\";i:1;}s:14:\"section_border\";a:2:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:7:\"padding\";i:8;s:14:\"padding_mobile\";i:6;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:11;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:10:\"title_text\";i:3;s:5:\"image\";i:3;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:3;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:3;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:2:{s:11:\"image_space\";i:3;s:10:\"image_size\";i:3;}s:21:\"section_style_content\";a:1:{s:18:\"title_bottom_space\";i:3;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:1;s:12:\"space_mobile\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:13;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:15:\"_padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:13;s:10:\"image_size\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:9;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:1:{s:5:\"color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_tablet\";i:1;}}}}s:18:\"fluent-form-widget\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_fluent_form\";a:1:{s:9:\"form_list\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:3:{s:28:\"section_form_container_style\";a:4:{s:24:\"form_container_max_width\";i:1;s:24:\"form_container_alignment\";i:1;s:31:\"form_container_max_width_mobile\";i:1;s:31:\"form_container_alignment_mobile\";i:1;}s:25:\"section_form_fields_style\";a:4:{s:15:\"input_alignment\";i:1;s:22:\"form_field_text_indent\";i:1;s:16:\"form_input_width\";i:1;s:18:\"form_field_spacing\";i:1;}s:32:\"section_form_submit_button_style\";a:4:{s:24:\"form_submit_button_align\";i:1;s:24:\"form_submit_button_width\";i:1;s:25:\"form_submit_button_margin\";i:1;s:31:\"form_submit_button_width_mobile\";i:1;}}}}}'),
(728, 1177, '_elementor_edit_mode', 'builder'),
(729, 1177, '_elementor_template_type', 'wp-page'),
(730, 1177, '_elementor_version', '3.24.5'),
(731, 1177, '_wp_page_template', 'default');
INSERT INTO `wpht_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(732, 1177, '_elementor_data', '[{\"id\":\"d1b8091\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"background_position_tablet\":\"center center\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-322,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-347,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"background_size_mobile\":\"cover\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence3\"},\"layout\":\"full_width\",\"background_slideshow_gallery\":[{\"id\":1145,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/FOTO-GRUPO-CBA.jpg\"},{\"id\":1148,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/lamina2.png\"},{\"id\":1149,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/lamina1.png\"},{\"id\":1146,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/WhatsApp-Image-2024-08-29-at-5.43.39-PM.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\"},\"elements\":[{\"id\":\"26f37cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"slideshow\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ca36b8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d6c8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"734944d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/wave_tr_bg.png\",\"id\":672},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence4\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0d6976f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"245cf51\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"280da85\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"057e2e4\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Securities Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"\",\"id\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#051259\",\"description_color\":\"#636363\",\"_background_color\":\"#1c0d5a\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"1bdb4ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"d345c17\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Securities Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_02.png\",\"id\":351},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"8b497a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"23555ad\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Employment Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_01.png\",\"id\":347},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"60c7782\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"6ffacfc\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Commercial Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_03.png\",\"id\":355},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19ecfbb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"193aa1b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"473481d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.88799999999999812416717759333550930023193359375,\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"47af15c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Over 20+ Years of Experiences\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a58e6c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e6876ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.111999999999994770405464805662631988525390625,\"_inline_size_tablet\":30},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"56810f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"db02640\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0c629f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":18.410000000000000142108547152020037174224853515625,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"3b50f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":22.919000000000000483169060316868126392364501953125,\"content_position\":\"bottom\",\"z_index\":2,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"eaf0f96\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Legal Team on Your Side\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"920ce0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.0030000000000001136868377216160297393798828125,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-60\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7903671\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427430.jpg\",\"id\":270},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38e54e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/bg_01.png\",\"id\":224},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[{\"id\":\"5d1548c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef57aca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c9876ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c5a0b87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/maarten-van-den-heuvel-_pc8aMbI9UQ-unsplash.jpg\",\"id\":309},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ed3148b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"545f8d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let Our Experience Be Your Guide\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b6707a1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"506a219\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"content_position\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c04509\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis.<\\/p><p>Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante. Quisque ultricies, dui et egestas cursus, nisl augue blandit tortor, ac congue ante est ut odio. Maecenas vitae eros quis tortor convallis luctus. Mauris nec elementum ante, sit amet mattis nisl. Aenean dapibus bibendum nisl ut bibendum.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"73cc05f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c410284\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"-90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/emre-aliriz-2rhz3Nuq12c-unsplash.jpg\",\"id\":317},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ddb1ef\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a78588\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"5868d7b\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_01.png\",\"id\":328}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0514d1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ffd847\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_03.png\",\"id\":330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"8070f5e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"9f6ee70\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_04.png\",\"id\":331}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"465ce7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"}},\"elements\":[{\"id\":\"4e93209\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_02.png\",\"id\":329}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a49c31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"be38919\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"46b5f9e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"580cef1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba5958d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advisory Areas \",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38d116e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"0cfd52f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3571846\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8984d80\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3f05776\",\"elType\":\"widget\",\"settings\":{\"title\":\"Banking and Finance\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c50a4d\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"39181af\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d474db0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"c1232cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Commercial Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29d10c5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc3431a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5ce446e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ff2d6d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Construction Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0efdf85\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ea45ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"29f03e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"aaa25cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c172b98\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0e65810\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"907d020\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"cfb2ecf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3ab7e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"Corporate Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5d4336\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6f93d7c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"64b72f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"acd3495\",\"elType\":\"widget\",\"settings\":{\"title\":\"Criminal Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f99de23\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7e92357\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a747937\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"428125d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63e9720\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2f81764\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7cff492\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"17ffe05\",\"elType\":\"widget\",\"settings\":{\"title\":\"Family Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b54fe38\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"824304e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3dcb03d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence4\",\"background_color_b\":\"globals\\/colors?id=kadence8\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#F8F7F3\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"686d6c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.51599999999999823785401531495153903961181640625,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"200\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a175a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Headquarters\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"300\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"258b6c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our company located in the heart of the financial district in New York City\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\",\"_background_color\":\"globals\\/colors?id=kadence7\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"80\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b9db2fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wall Street<br \\/>New York, NY 10005<br \\/>info@consulting.com<\\/p><p>T : +1 (333) 444 4040<br \\/>F : +1 (444) 777 9988<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74d5b8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.48400000000000176214598468504846096038818359375,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d36ebb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-josh-hild-4270292.jpg\",\"id\":414},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3cb1b31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":34,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\",\"background_color_b\":\"globals\\/colors?id=kadence9\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"76cd4aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb2dc43\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000030\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"a6c9a3f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"df7b1f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"75565f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Attorneys\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0873a4e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0ef5364\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"81e34f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ad279a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"2c7c5cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"8947a5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427609-2.jpg\",\"id\":429},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9cda802\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7befea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karin Burrows\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5620951\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founding Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"db726b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1fdb046\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427609-1.jpg\",\"id\":424},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"86c7670\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"363d3a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"William Laboy\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d7cbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Managing Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4347a05\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d255677\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427620.jpg\",\"id\":430},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c15e5a3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b3e2f83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Paul Hoff\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da6d2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Managing Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"676bed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"2747d7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427614.jpg\",\"id\":431},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"70a572e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4840912\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louise Andre\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0436401\",\"elType\":\"widget\",\"settings\":{\"title\":\"Senior Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8feef0d\",\"elType\":\"section\",\"settings\":{\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9179ade\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f1c81da\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"0ea47b6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5546ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"992431f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Clients Say\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"041ad89\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d77e830\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"16667b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"86f16ec\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"c27a4a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"334d0d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/austin-distel-7uoMmzPd2JA-unsplash.jpg\",\"id\":481},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4783bee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e039d21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thanks to the Company in Solving a Difficult Problem!\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d1e21f4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis. Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a4ee310\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>Mike Bruck<\\/h5>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"767f877\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"70bbc84\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence6\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"a97f48b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ab1111f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d592b1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fill Out the Form Below and Get a \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"690b328\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Consultation\",\"align\":\"center\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2822f6b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7028d4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ccd669f\",\"elType\":\"widget\",\"settings\":{\"form_list\":\"1\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"form_container_max_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"form_container_alignment\":\"center\",\"input_alignment\":\"center\",\"form_field_text_indent\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"form_input_width\":{\"unit\":\"%\",\"size\":94,\"sizes\":[]},\"form_submit_button_align\":\"center\",\"__globals__\":{\"form_submit_button_bg_color_normal\":\"globals\\/colors?id=kadence1\"},\"form_submit_button_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"form_field_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"form_submit_button_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"form_container_max_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"form_container_alignment_mobile\":\"center\",\"form_submit_button_width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"fluent-form-widget\"},{\"id\":\"5b7f766\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6 style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis. Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante. Quisque ultricies, dui et egestas cursus, nisl augue blandit tortor, ac congue ante est ut odio. Maecenas vitae eros quis tortor convallis luctus. Mauris nec elementum ante, sit amet mattis nisl. Aenean dapibus bibendum nisl ut bibendum.<\\/h6>\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpht_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(565, 1153, '_elementor_controls_usage', 'a:9:{s:7:\"heading\";a:3:{s:5:\"count\";i:28;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:28;s:11:\"header_size\";i:21;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:1;s:22:\"typography_font_family\";i:16;s:20:\"typography_font_size\";i:19;s:22:\"typography_font_weight\";i:24;s:21:\"typography_typography\";i:9;s:22:\"typography_line_height\";i:2;s:27:\"typography_font_size_mobile\";i:1;s:29:\"typography_line_height_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:5:{s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:3;s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:1:{s:21:\"_border_radius_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:47;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:47;s:19:\"_inline_size_tablet\";i:27;s:16:\"content_position\";i:5;s:19:\"_inline_size_mobile\";i:4;s:21:\"space_between_widgets\";i:7;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:7:{s:7:\"padding\";i:15;s:13:\"margin_mobile\";i:6;s:14:\"padding_mobile\";i:10;s:7:\"z_index\";i:1;s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:2;s:14:\"padding_tablet\";i:3;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:4;s:11:\"hide_mobile\";i:4;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:1:{s:21:\"background_background\";i:7;}s:14:\"section_border\";a:9:{s:13:\"border_border\";i:19;s:12:\"border_width\";i:19;s:12:\"border_color\";i:15;s:19:\"border_hover_border\";i:15;s:18:\"border_hover_width\";i:15;s:13:\"border_radius\";i:7;s:18:\"border_hover_color\";i:3;s:19:\"border_width_mobile\";i:4;s:19:\"border_width_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:6:{s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:15:\"column_position\";i:1;s:20:\"custom_height_mobile\";i:1;s:6:\"layout\";i:1;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:15;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:15:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;s:26:\"background_position_tablet\";i:1;s:22:\"background_xpos_tablet\";i:1;s:26:\"background_position_mobile\";i:1;s:22:\"background_xpos_mobile\";i:1;s:17:\"background_repeat\";i:1;s:22:\"background_size_tablet\";i:1;s:22:\"background_size_mobile\";i:1;s:21:\"background_color_stop\";i:2;s:23:\"background_color_b_stop\";i:2;s:25:\"background_gradient_angle\";i:1;s:18:\"background_color_b\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:3;s:24:\"background_overlay_image\";i:2;s:26:\"background_overlay_opacity\";i:3;s:27:\"background_overlay_position\";i:1;s:25:\"background_overlay_repeat\";i:1;s:18:\"overlay_blend_mode\";i:1;}s:14:\"section_border\";a:2:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:7:\"padding\";i:8;s:14:\"padding_mobile\";i:6;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:11;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:10:\"title_text\";i:3;s:5:\"image\";i:3;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:3;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:3;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:2:{s:11:\"image_space\";i:3;s:10:\"image_size\";i:3;}s:21:\"section_style_content\";a:1:{s:18:\"title_bottom_space\";i:3;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:1;s:12:\"space_mobile\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:13;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:15:\"_padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:13;s:10:\"image_size\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:9;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:1:{s:5:\"color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_tablet\";i:1;}}}}s:18:\"fluent-form-widget\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_fluent_form\";a:1:{s:9:\"form_list\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:3:{s:28:\"section_form_container_style\";a:4:{s:24:\"form_container_max_width\";i:1;s:24:\"form_container_alignment\";i:1;s:31:\"form_container_max_width_mobile\";i:1;s:31:\"form_container_alignment_mobile\";i:1;}s:25:\"section_form_fields_style\";a:4:{s:15:\"input_alignment\";i:1;s:22:\"form_field_text_indent\";i:1;s:16:\"form_input_width\";i:1;s:18:\"form_field_spacing\";i:1;}s:32:\"section_form_submit_button_style\";a:4:{s:24:\"form_submit_button_align\";i:1;s:24:\"form_submit_button_width\";i:1;s:25:\"form_submit_button_margin\";i:1;s:31:\"form_submit_button_width_mobile\";i:1;}}}}}'),
(547, 1151, '_elementor_controls_usage', 'a:9:{s:7:\"heading\";a:3:{s:5:\"count\";i:28;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:28;s:11:\"header_size\";i:21;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:1;s:22:\"typography_font_family\";i:16;s:20:\"typography_font_size\";i:19;s:22:\"typography_font_weight\";i:24;s:21:\"typography_typography\";i:9;s:22:\"typography_line_height\";i:2;s:27:\"typography_font_size_mobile\";i:1;s:29:\"typography_line_height_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:5:{s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:3;s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:1:{s:21:\"_border_radius_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:47;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:47;s:19:\"_inline_size_tablet\";i:27;s:16:\"content_position\";i:5;s:19:\"_inline_size_mobile\";i:4;s:21:\"space_between_widgets\";i:7;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:7:{s:7:\"padding\";i:15;s:13:\"margin_mobile\";i:6;s:14:\"padding_mobile\";i:10;s:7:\"z_index\";i:1;s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:2;s:14:\"padding_tablet\";i:3;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:4;s:11:\"hide_mobile\";i:4;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:1:{s:21:\"background_background\";i:7;}s:14:\"section_border\";a:9:{s:13:\"border_border\";i:19;s:12:\"border_width\";i:19;s:12:\"border_color\";i:15;s:19:\"border_hover_border\";i:15;s:18:\"border_hover_width\";i:15;s:13:\"border_radius\";i:7;s:18:\"border_hover_color\";i:3;s:19:\"border_width_mobile\";i:4;s:19:\"border_width_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:6:{s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:15:\"column_position\";i:1;s:20:\"custom_height_mobile\";i:1;s:6:\"layout\";i:1;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:15;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:15:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;s:26:\"background_position_tablet\";i:1;s:22:\"background_xpos_tablet\";i:1;s:26:\"background_position_mobile\";i:1;s:22:\"background_xpos_mobile\";i:1;s:17:\"background_repeat\";i:1;s:22:\"background_size_tablet\";i:1;s:22:\"background_size_mobile\";i:1;s:21:\"background_color_stop\";i:2;s:23:\"background_color_b_stop\";i:2;s:25:\"background_gradient_angle\";i:1;s:18:\"background_color_b\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:3;s:24:\"background_overlay_image\";i:2;s:26:\"background_overlay_opacity\";i:3;s:27:\"background_overlay_position\";i:1;s:25:\"background_overlay_repeat\";i:1;s:18:\"overlay_blend_mode\";i:1;}s:14:\"section_border\";a:2:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:7:\"padding\";i:8;s:14:\"padding_mobile\";i:6;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:11;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:10:\"title_text\";i:3;s:5:\"image\";i:3;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:3;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:3;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:2:{s:11:\"image_space\";i:3;s:10:\"image_size\";i:3;}s:21:\"section_style_content\";a:1:{s:18:\"title_bottom_space\";i:3;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:1;s:12:\"space_mobile\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:13;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:15:\"_padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:13;s:10:\"image_size\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:9;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:1:{s:5:\"color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_tablet\";i:1;}}}}s:18:\"fluent-form-widget\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_fluent_form\";a:1:{s:9:\"form_list\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:3:{s:28:\"section_form_container_style\";a:4:{s:24:\"form_container_max_width\";i:1;s:24:\"form_container_alignment\";i:1;s:31:\"form_container_max_width_mobile\";i:1;s:31:\"form_container_alignment_mobile\";i:1;}s:25:\"section_form_fields_style\";a:4:{s:15:\"input_alignment\";i:1;s:22:\"form_field_text_indent\";i:1;s:16:\"form_input_width\";i:1;s:18:\"form_field_spacing\";i:1;}s:32:\"section_form_submit_button_style\";a:4:{s:24:\"form_submit_button_align\";i:1;s:24:\"form_submit_button_width\";i:1;s:25:\"form_submit_button_margin\";i:1;s:31:\"form_submit_button_width_mobile\";i:1;}}}}}'),
(527, 1144, '_wp_attached_file', '2024/10/SAMO-SRL-INDUSTRIA-Y-COMERCIO-3.png'),
(528, 1144, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:876;s:6:\"height\";i:304;s:4:\"file\";s:43:\"2024/10/SAMO-SRL-INDUSTRIA-Y-COMERCIO-3.png\";s:8:\"filesize\";i:19256;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"SAMO-SRL-INDUSTRIA-Y-COMERCIO-3-300x104.png\";s:5:\"width\";i:300;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9545;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"SAMO-SRL-INDUSTRIA-Y-COMERCIO-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3251;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:43:\"SAMO-SRL-INDUSTRIA-Y-COMERCIO-3-768x267.png\";s:5:\"width\";i:768;s:6:\"height\";i:267;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30748;}}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:{}}}'),
(529, 1145, '_wp_attached_file', '2024/10/FOTO-GRUPO-CBA.jpg'),
(530, 1145, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1444;s:6:\"height\";i:1090;s:4:\"file\";s:26:\"2024/10/FOTO-GRUPO-CBA.jpg\";s:8:\"filesize\";i:335130;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"FOTO-GRUPO-CBA-300x226.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17804;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"FOTO-GRUPO-CBA-1024x773.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:773;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132960;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"FOTO-GRUPO-CBA-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7339;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"FOTO-GRUPO-CBA-768x580.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84239;}}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:{}}}'),
(531, 1146, '_wp_attached_file', '2024/10/WhatsApp-Image-2024-08-29-at-5.43.39-PM.jpeg'),
(532, 1146, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:52:\"2024/10/WhatsApp-Image-2024-08-29-at-5.43.39-PM.jpeg\";s:8:\"filesize\";i:169051;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2024-08-29-at-5.43.39-PM-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20137;}s:5:\"large\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2024-08-29-at-5.43.39-PM-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136647;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2024-08-29-at-5.43.39-PM-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8543;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2024-08-29-at-5.43.39-PM-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88119;}}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:{}}}'),
(533, 1147, '_wp_attached_file', '2024/10/cropped-SAMO-SRL-INDUSTRIA-Y-COMERCIO-3.png'),
(534, 1147, '_wp_attachment_context', 'custom-logo'),
(535, 1147, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:876;s:6:\"height\";i:304;s:4:\"file\";s:51:\"2024/10/cropped-SAMO-SRL-INDUSTRIA-Y-COMERCIO-3.png\";s:8:\"filesize\";i:21317;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"cropped-SAMO-SRL-INDUSTRIA-Y-COMERCIO-3-300x104.png\";s:5:\"width\";i:300;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9545;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"cropped-SAMO-SRL-INDUSTRIA-Y-COMERCIO-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3251;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:51:\"cropped-SAMO-SRL-INDUSTRIA-Y-COMERCIO-3-768x267.png\";s:5:\"width\";i:768;s:6:\"height\";i:267;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30748;}}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:{}}}'),
(536, 1148, '_wp_attached_file', '2024/10/lamina2.png'),
(537, 1148, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:19:\"2024/10/lamina2.png\";s:8:\"filesize\";i:920525;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"lamina2-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41648;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"lamina2-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:357431;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"lamina2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22134;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"lamina2-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:214208;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"lamina2-1536x864.png\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:713416;}}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:{}}}'),
(538, 1149, '_wp_attached_file', '2024/10/lamina1.png'),
(539, 1149, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:19:\"2024/10/lamina1.png\";s:8:\"filesize\";i:1345152;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"lamina1-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:51949;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"lamina1-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:452631;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"lamina1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29431;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"lamina1-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:265126;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"lamina1-1536x864.png\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:957210;}}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:{}}}'),
(540, 1150, '_wp_trash_meta_status', 'publish'),
(541, 1150, '_wp_trash_meta_time', '1728261703'),
(542, 1151, '_elementor_edit_mode', 'builder'),
(543, 1151, '_elementor_template_type', 'wp-page'),
(544, 1151, '_elementor_version', '3.24.5'),
(545, 1151, '_wp_page_template', 'default');
INSERT INTO `wpht_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(546, 1151, '_elementor_data', '[{\"id\":\"d1b8091\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"column_position\":\"bottom\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/02\\/pexels-august-de-richelieu-4427609-n.jpg\",\"id\":1113},\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"background_position_tablet\":\"center center\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-322,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-347,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"background_size_mobile\":\"cover\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence3\"}},\"elements\":[{\"id\":\"8ef2c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39.6880000000000023874235921539366245269775390625,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ca1a76\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Earn Your Trust and are Diligent in Your Case\",\"title_color\":\"#FFFFFF\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"26f37cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60.3119999999999976125764078460633754730224609375},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"734944d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/wave_tr_bg.png\",\"id\":672},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence4\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0d6976f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"245cf51\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"280da85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"057e2e4\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Securities Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_02.png\",\"id\":351},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"8b497a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"23555ad\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Employment Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_01.png\",\"id\":347},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"60c7782\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"6ffacfc\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Commercial Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_03.png\",\"id\":355},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19ecfbb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"193aa1b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"473481d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.88799999999999812416717759333550930023193359375,\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"47af15c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Over 20+ Years of Experiences\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a58e6c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e6876ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.111999999999994770405464805662631988525390625,\"_inline_size_tablet\":30},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"56810f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"db02640\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0c629f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":18.410000000000000142108547152020037174224853515625,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"3b50f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":22.919000000000000483169060316868126392364501953125,\"content_position\":\"bottom\",\"z_index\":2,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"eaf0f96\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Legal Team on Your Side\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"920ce0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.0030000000000001136868377216160297393798828125,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-60\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7903671\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427430.jpg\",\"id\":270},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38e54e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/bg_01.png\",\"id\":224},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[{\"id\":\"5d1548c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef57aca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c9876ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c5a0b87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/maarten-van-den-heuvel-_pc8aMbI9UQ-unsplash.jpg\",\"id\":309},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ed3148b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"545f8d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let Our Experience Be Your Guide\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b6707a1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"506a219\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"content_position\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c04509\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis.<\\/p><p>Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante. Quisque ultricies, dui et egestas cursus, nisl augue blandit tortor, ac congue ante est ut odio. Maecenas vitae eros quis tortor convallis luctus. Mauris nec elementum ante, sit amet mattis nisl. Aenean dapibus bibendum nisl ut bibendum.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"73cc05f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c410284\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"-90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/emre-aliriz-2rhz3Nuq12c-unsplash.jpg\",\"id\":317},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ddb1ef\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a78588\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"5868d7b\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_01.png\",\"id\":328}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0514d1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ffd847\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_03.png\",\"id\":330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"8070f5e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"9f6ee70\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_04.png\",\"id\":331}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"465ce7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"}},\"elements\":[{\"id\":\"4e93209\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_02.png\",\"id\":329}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a49c31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"be38919\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"46b5f9e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"580cef1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba5958d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advisory Areas \",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38d116e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"0cfd52f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3571846\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8984d80\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3f05776\",\"elType\":\"widget\",\"settings\":{\"title\":\"Banking and Finance\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c50a4d\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"39181af\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d474db0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"c1232cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Commercial Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29d10c5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc3431a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5ce446e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ff2d6d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Construction Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0efdf85\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ea45ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"29f03e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"aaa25cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c172b98\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0e65810\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"907d020\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"cfb2ecf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3ab7e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"Corporate Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5d4336\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6f93d7c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"64b72f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"acd3495\",\"elType\":\"widget\",\"settings\":{\"title\":\"Criminal Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f99de23\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7e92357\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a747937\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"428125d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63e9720\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2f81764\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7cff492\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"17ffe05\",\"elType\":\"widget\",\"settings\":{\"title\":\"Family Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b54fe38\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"824304e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3dcb03d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence4\",\"background_color_b\":\"globals\\/colors?id=kadence8\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#F8F7F3\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"686d6c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.51599999999999823785401531495153903961181640625,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"200\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a175a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Headquarters\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"300\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"258b6c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our company located in the heart of the financial district in New York City\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\",\"_background_color\":\"globals\\/colors?id=kadence7\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"80\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b9db2fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wall Street<br \\/>New York, NY 10005<br \\/>info@consulting.com<\\/p><p>T : +1 (333) 444 4040<br \\/>F : +1 (444) 777 9988<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74d5b8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.48400000000000176214598468504846096038818359375,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d36ebb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-josh-hild-4270292.jpg\",\"id\":414},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3cb1b31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":34,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\",\"background_color_b\":\"globals\\/colors?id=kadence9\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"76cd4aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb2dc43\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000030\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"a6c9a3f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"df7b1f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"75565f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Attorneys\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0873a4e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0ef5364\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"81e34f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ad279a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"2c7c5cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"8947a5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427609-2.jpg\",\"id\":429},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9cda802\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7befea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karin Burrows\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5620951\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founding Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"db726b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1fdb046\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427609-1.jpg\",\"id\":424},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"86c7670\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"363d3a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"William Laboy\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d7cbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Managing Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4347a05\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d255677\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427620.jpg\",\"id\":430},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c15e5a3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b3e2f83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Paul Hoff\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da6d2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Managing Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"676bed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"2747d7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427614.jpg\",\"id\":431},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"70a572e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4840912\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louise Andre\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0436401\",\"elType\":\"widget\",\"settings\":{\"title\":\"Senior Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8feef0d\",\"elType\":\"section\",\"settings\":{\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9179ade\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f1c81da\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"0ea47b6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5546ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"992431f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Clients Say\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"041ad89\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d77e830\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"16667b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"86f16ec\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"c27a4a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"334d0d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/austin-distel-7uoMmzPd2JA-unsplash.jpg\",\"id\":481},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4783bee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e039d21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thanks to the Company in Solving a Difficult Problem!\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d1e21f4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis. Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a4ee310\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>Mike Bruck<\\/h5>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"767f877\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"70bbc84\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence6\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"a97f48b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ab1111f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d592b1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fill Out the Form Below and Get a \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"690b328\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Consultation\",\"align\":\"center\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2822f6b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7028d4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ccd669f\",\"elType\":\"widget\",\"settings\":{\"form_list\":\"1\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"form_container_max_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"form_container_alignment\":\"center\",\"input_alignment\":\"center\",\"form_field_text_indent\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"form_input_width\":{\"unit\":\"%\",\"size\":94,\"sizes\":[]},\"form_submit_button_align\":\"center\",\"__globals__\":{\"form_submit_button_bg_color_normal\":\"globals\\/colors?id=kadence1\"},\"form_submit_button_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"form_field_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"form_submit_button_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"form_container_max_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"form_container_alignment_mobile\":\"center\",\"form_submit_button_width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"fluent-form-widget\"},{\"id\":\"5b7f766\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6 style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis. Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante. Quisque ultricies, dui et egestas cursus, nisl augue blandit tortor, ac congue ante est ut odio. Maecenas vitae eros quis tortor convallis luctus. Mauris nec elementum ante, sit amet mattis nisl. Aenean dapibus bibendum nisl ut bibendum.<\\/h6>\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpht_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(719, 1175, '_elementor_controls_usage', 'a:9:{s:7:\"heading\";a:3:{s:5:\"count\";i:28;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:28;s:11:\"header_size\";i:21;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:1;s:22:\"typography_font_family\";i:16;s:20:\"typography_font_size\";i:19;s:22:\"typography_font_weight\";i:24;s:21:\"typography_typography\";i:9;s:22:\"typography_line_height\";i:2;s:27:\"typography_font_size_mobile\";i:1;s:29:\"typography_line_height_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:5:{s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:3;s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:1:{s:21:\"_border_radius_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:47;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:47;s:19:\"_inline_size_tablet\";i:27;s:16:\"content_position\";i:5;s:19:\"_inline_size_mobile\";i:4;s:21:\"space_between_widgets\";i:7;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:7:{s:7:\"padding\";i:15;s:13:\"margin_mobile\";i:6;s:14:\"padding_mobile\";i:10;s:7:\"z_index\";i:1;s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:2;s:14:\"padding_tablet\";i:3;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:4;s:11:\"hide_mobile\";i:4;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:1:{s:21:\"background_background\";i:7;}s:14:\"section_border\";a:9:{s:13:\"border_border\";i:19;s:12:\"border_width\";i:19;s:12:\"border_color\";i:15;s:19:\"border_hover_border\";i:15;s:18:\"border_hover_width\";i:15;s:13:\"border_radius\";i:7;s:18:\"border_hover_color\";i:3;s:19:\"border_width_mobile\";i:4;s:19:\"border_width_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:6:{s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:15:\"column_position\";i:1;s:20:\"custom_height_mobile\";i:1;s:6:\"layout\";i:1;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:15;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:15:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;s:26:\"background_position_tablet\";i:1;s:22:\"background_xpos_tablet\";i:1;s:26:\"background_position_mobile\";i:1;s:22:\"background_xpos_mobile\";i:1;s:17:\"background_repeat\";i:1;s:22:\"background_size_tablet\";i:1;s:22:\"background_size_mobile\";i:1;s:21:\"background_color_stop\";i:2;s:23:\"background_color_b_stop\";i:2;s:25:\"background_gradient_angle\";i:1;s:18:\"background_color_b\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:3;s:24:\"background_overlay_image\";i:2;s:26:\"background_overlay_opacity\";i:3;s:27:\"background_overlay_position\";i:1;s:25:\"background_overlay_repeat\";i:1;s:18:\"overlay_blend_mode\";i:1;}s:14:\"section_border\";a:2:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:7:\"padding\";i:8;s:14:\"padding_mobile\";i:6;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:11;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:10:\"title_text\";i:3;s:5:\"image\";i:3;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:3;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:3;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:2:{s:11:\"image_space\";i:3;s:10:\"image_size\";i:3;}s:21:\"section_style_content\";a:1:{s:18:\"title_bottom_space\";i:3;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:1;s:12:\"space_mobile\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:13;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:15:\"_padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:13;s:10:\"image_size\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:9;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:1:{s:5:\"color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_tablet\";i:1;}}}}s:18:\"fluent-form-widget\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_fluent_form\";a:1:{s:9:\"form_list\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:3:{s:28:\"section_form_container_style\";a:4:{s:24:\"form_container_max_width\";i:1;s:24:\"form_container_alignment\";i:1;s:31:\"form_container_max_width_mobile\";i:1;s:31:\"form_container_alignment_mobile\";i:1;}s:25:\"section_form_fields_style\";a:4:{s:15:\"input_alignment\";i:1;s:22:\"form_field_text_indent\";i:1;s:16:\"form_input_width\";i:1;s:18:\"form_field_spacing\";i:1;}s:32:\"section_form_submit_button_style\";a:4:{s:24:\"form_submit_button_align\";i:1;s:24:\"form_submit_button_width\";i:1;s:25:\"form_submit_button_margin\";i:1;s:31:\"form_submit_button_width_mobile\";i:1;}}}}}'),
(1478, 1284, '_elementor_edit_mode', 'builder'),
(1479, 1284, '_elementor_template_type', 'wp-page'),
(1480, 1284, '_elementor_version', '3.24.5'),
(1249, 1251, '_wp_page_template', 'default'),
(721, 1176, '_elementor_edit_mode', 'builder'),
(722, 1176, '_elementor_template_type', 'wp-page'),
(723, 1176, '_elementor_version', '3.24.5'),
(724, 1176, '_wp_page_template', 'default');
INSERT INTO `wpht_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(725, 1176, '_elementor_data', '[{\"id\":\"d1b8091\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"background_position_tablet\":\"center center\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-322,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-347,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"background_size_mobile\":\"cover\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence3\"},\"layout\":\"full_width\",\"background_slideshow_gallery\":[{\"id\":1145,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/FOTO-GRUPO-CBA.jpg\"},{\"id\":1148,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/lamina2.png\"},{\"id\":1149,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/lamina1.png\"},{\"id\":1146,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/WhatsApp-Image-2024-08-29-at-5.43.39-PM.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\"},\"elements\":[{\"id\":\"26f37cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"slideshow\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ca36b8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d6c8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"734944d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/wave_tr_bg.png\",\"id\":672},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence4\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0d6976f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"245cf51\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"280da85\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"057e2e4\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Securities Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"\",\"id\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#051259\",\"description_color\":\"#636363\",\"_background_color\":\"#1c0d5a\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"1bdb4ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"d345c17\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Securities Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_02.png\",\"id\":351},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"8b497a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"23555ad\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Employment Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_01.png\",\"id\":347},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"60c7782\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"6ffacfc\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Commercial Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_03.png\",\"id\":355},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19ecfbb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"193aa1b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"473481d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.88799999999999812416717759333550930023193359375,\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"47af15c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Over 20+ Years of Experiences\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a58e6c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e6876ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.111999999999994770405464805662631988525390625,\"_inline_size_tablet\":30},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"56810f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"db02640\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0c629f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":18.410000000000000142108547152020037174224853515625,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"3b50f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":22.919000000000000483169060316868126392364501953125,\"content_position\":\"bottom\",\"z_index\":2,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"eaf0f96\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Legal Team on Your Side\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"920ce0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.0030000000000001136868377216160297393798828125,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-60\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7903671\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427430.jpg\",\"id\":270},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38e54e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/bg_01.png\",\"id\":224},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[{\"id\":\"5d1548c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef57aca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c9876ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c5a0b87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/maarten-van-den-heuvel-_pc8aMbI9UQ-unsplash.jpg\",\"id\":309},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ed3148b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"545f8d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let Our Experience Be Your Guide\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b6707a1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"506a219\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"content_position\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c04509\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis.<\\/p><p>Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante. Quisque ultricies, dui et egestas cursus, nisl augue blandit tortor, ac congue ante est ut odio. Maecenas vitae eros quis tortor convallis luctus. Mauris nec elementum ante, sit amet mattis nisl. Aenean dapibus bibendum nisl ut bibendum.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"73cc05f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c410284\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"-90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/emre-aliriz-2rhz3Nuq12c-unsplash.jpg\",\"id\":317},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ddb1ef\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a78588\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"5868d7b\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_01.png\",\"id\":328}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0514d1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ffd847\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_03.png\",\"id\":330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"8070f5e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"9f6ee70\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_04.png\",\"id\":331}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"465ce7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"}},\"elements\":[{\"id\":\"4e93209\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_02.png\",\"id\":329}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a49c31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"be38919\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"46b5f9e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"580cef1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba5958d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advisory Areas \",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38d116e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"0cfd52f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3571846\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8984d80\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3f05776\",\"elType\":\"widget\",\"settings\":{\"title\":\"Banking and Finance\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c50a4d\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"39181af\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d474db0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"c1232cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Commercial Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29d10c5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc3431a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5ce446e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ff2d6d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Construction Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0efdf85\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ea45ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"29f03e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"aaa25cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c172b98\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0e65810\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"907d020\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"cfb2ecf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3ab7e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"Corporate Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5d4336\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6f93d7c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"64b72f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"acd3495\",\"elType\":\"widget\",\"settings\":{\"title\":\"Criminal Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f99de23\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7e92357\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a747937\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"428125d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63e9720\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2f81764\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7cff492\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"17ffe05\",\"elType\":\"widget\",\"settings\":{\"title\":\"Family Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b54fe38\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"824304e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3dcb03d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence4\",\"background_color_b\":\"globals\\/colors?id=kadence8\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#F8F7F3\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"686d6c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.51599999999999823785401531495153903961181640625,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"200\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a175a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Headquarters\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"300\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"258b6c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our company located in the heart of the financial district in New York City\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\",\"_background_color\":\"globals\\/colors?id=kadence7\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"80\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b9db2fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wall Street<br \\/>New York, NY 10005<br \\/>info@consulting.com<\\/p><p>T : +1 (333) 444 4040<br \\/>F : +1 (444) 777 9988<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74d5b8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.48400000000000176214598468504846096038818359375,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d36ebb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-josh-hild-4270292.jpg\",\"id\":414},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3cb1b31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":34,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\",\"background_color_b\":\"globals\\/colors?id=kadence9\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"76cd4aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb2dc43\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000030\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"a6c9a3f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"df7b1f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"75565f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Attorneys\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0873a4e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0ef5364\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"81e34f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ad279a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"2c7c5cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"8947a5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427609-2.jpg\",\"id\":429},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9cda802\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7befea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karin Burrows\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5620951\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founding Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"db726b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1fdb046\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427609-1.jpg\",\"id\":424},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"86c7670\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"363d3a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"William Laboy\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d7cbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Managing Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4347a05\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d255677\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427620.jpg\",\"id\":430},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c15e5a3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b3e2f83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Paul Hoff\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da6d2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Managing Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"676bed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"2747d7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427614.jpg\",\"id\":431},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"70a572e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4840912\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louise Andre\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0436401\",\"elType\":\"widget\",\"settings\":{\"title\":\"Senior Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8feef0d\",\"elType\":\"section\",\"settings\":{\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9179ade\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f1c81da\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"0ea47b6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5546ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"992431f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Clients Say\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"041ad89\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d77e830\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"16667b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"86f16ec\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"c27a4a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"334d0d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/austin-distel-7uoMmzPd2JA-unsplash.jpg\",\"id\":481},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4783bee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e039d21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thanks to the Company in Solving a Difficult Problem!\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d1e21f4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis. Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a4ee310\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>Mike Bruck<\\/h5>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"767f877\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"70bbc84\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence6\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"a97f48b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ab1111f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d592b1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fill Out the Form Below and Get a \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"690b328\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Consultation\",\"align\":\"center\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2822f6b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7028d4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ccd669f\",\"elType\":\"widget\",\"settings\":{\"form_list\":\"1\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"form_container_max_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"form_container_alignment\":\"center\",\"input_alignment\":\"center\",\"form_field_text_indent\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"form_input_width\":{\"unit\":\"%\",\"size\":94,\"sizes\":[]},\"form_submit_button_align\":\"center\",\"__globals__\":{\"form_submit_button_bg_color_normal\":\"globals\\/colors?id=kadence1\"},\"form_submit_button_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"form_field_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"form_submit_button_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"form_container_max_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"form_container_alignment_mobile\":\"center\",\"form_submit_button_width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"fluent-form-widget\"},{\"id\":\"5b7f766\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6 style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis. Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante. Quisque ultricies, dui et egestas cursus, nisl augue blandit tortor, ac congue ante est ut odio. Maecenas vitae eros quis tortor convallis luctus. Mauris nec elementum ante, sit amet mattis nisl. Aenean dapibus bibendum nisl ut bibendum.<\\/h6>\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpht_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(551, 1152, '_elementor_edit_mode', 'builder'),
(552, 1152, '_elementor_template_type', 'wp-page'),
(553, 1152, '_elementor_version', '3.24.5'),
(554, 1152, '_wp_page_template', 'default');
INSERT INTO `wpht_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(555, 1152, '_elementor_data', '[{\"id\":\"d1b8091\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"column_position\":\"bottom\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/02\\/pexels-august-de-richelieu-4427609-n.jpg\",\"id\":1113},\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"background_position_tablet\":\"center center\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-322,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-347,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"background_size_mobile\":\"cover\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence3\"}},\"elements\":[{\"id\":\"8ef2c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39.6880000000000023874235921539366245269775390625,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ca1a76\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Earn Your Trust and are Diligent in Your Case\",\"title_color\":\"#FFFFFF\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"26f37cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60.3119999999999976125764078460633754730224609375},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"734944d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/wave_tr_bg.png\",\"id\":672},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence4\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0d6976f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"245cf51\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"280da85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"057e2e4\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Securities Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_02.png\",\"id\":351},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"8b497a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"23555ad\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Employment Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_01.png\",\"id\":347},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"60c7782\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"6ffacfc\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Commercial Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_03.png\",\"id\":355},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19ecfbb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"193aa1b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"473481d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.88799999999999812416717759333550930023193359375,\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"47af15c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Over 20+ Years of Experiences\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a58e6c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e6876ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.111999999999994770405464805662631988525390625,\"_inline_size_tablet\":30},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"56810f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"db02640\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0c629f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":18.410000000000000142108547152020037174224853515625,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"3b50f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":22.919000000000000483169060316868126392364501953125,\"content_position\":\"bottom\",\"z_index\":2,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"eaf0f96\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Legal Team on Your Side\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"920ce0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.0030000000000001136868377216160297393798828125,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-60\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7903671\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427430.jpg\",\"id\":270},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38e54e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/bg_01.png\",\"id\":224},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[{\"id\":\"5d1548c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef57aca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c9876ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c5a0b87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/maarten-van-den-heuvel-_pc8aMbI9UQ-unsplash.jpg\",\"id\":309},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ed3148b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"545f8d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let Our Experience Be Your Guide\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b6707a1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"506a219\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"content_position\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c04509\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis.<\\/p><p>Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante. Quisque ultricies, dui et egestas cursus, nisl augue blandit tortor, ac congue ante est ut odio. Maecenas vitae eros quis tortor convallis luctus. Mauris nec elementum ante, sit amet mattis nisl. Aenean dapibus bibendum nisl ut bibendum.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"73cc05f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c410284\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"-90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/emre-aliriz-2rhz3Nuq12c-unsplash.jpg\",\"id\":317},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ddb1ef\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a78588\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"5868d7b\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_01.png\",\"id\":328}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0514d1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ffd847\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_03.png\",\"id\":330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"8070f5e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"9f6ee70\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_04.png\",\"id\":331}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"465ce7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"}},\"elements\":[{\"id\":\"4e93209\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_02.png\",\"id\":329}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a49c31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"be38919\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"46b5f9e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"580cef1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba5958d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advisory Areas \",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38d116e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"0cfd52f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3571846\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8984d80\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3f05776\",\"elType\":\"widget\",\"settings\":{\"title\":\"Banking and Finance\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c50a4d\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"39181af\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d474db0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"c1232cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Commercial Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29d10c5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc3431a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5ce446e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ff2d6d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Construction Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0efdf85\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ea45ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"29f03e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"aaa25cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c172b98\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0e65810\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"907d020\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"cfb2ecf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3ab7e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"Corporate Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5d4336\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6f93d7c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"64b72f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"acd3495\",\"elType\":\"widget\",\"settings\":{\"title\":\"Criminal Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f99de23\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7e92357\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a747937\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"428125d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63e9720\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2f81764\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7cff492\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"17ffe05\",\"elType\":\"widget\",\"settings\":{\"title\":\"Family Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b54fe38\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"824304e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3dcb03d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence4\",\"background_color_b\":\"globals\\/colors?id=kadence8\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#F8F7F3\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"686d6c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.51599999999999823785401531495153903961181640625,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"200\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a175a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Headquarters\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"300\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"258b6c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our company located in the heart of the financial district in New York City\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\",\"_background_color\":\"globals\\/colors?id=kadence7\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"80\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b9db2fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wall Street<br \\/>New York, NY 10005<br \\/>info@consulting.com<\\/p><p>T : +1 (333) 444 4040<br \\/>F : +1 (444) 777 9988<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74d5b8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.48400000000000176214598468504846096038818359375,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d36ebb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-josh-hild-4270292.jpg\",\"id\":414},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3cb1b31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":34,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\",\"background_color_b\":\"globals\\/colors?id=kadence9\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"76cd4aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb2dc43\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000030\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"a6c9a3f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"df7b1f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"75565f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Attorneys\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0873a4e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0ef5364\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"81e34f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ad279a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"2c7c5cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"8947a5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427609-2.jpg\",\"id\":429},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9cda802\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7befea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karin Burrows\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5620951\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founding Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"db726b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1fdb046\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427609-1.jpg\",\"id\":424},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"86c7670\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"363d3a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"William Laboy\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d7cbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Managing Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4347a05\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d255677\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427620.jpg\",\"id\":430},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c15e5a3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b3e2f83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Paul Hoff\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da6d2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Managing Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"676bed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"2747d7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427614.jpg\",\"id\":431},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"70a572e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4840912\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louise Andre\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0436401\",\"elType\":\"widget\",\"settings\":{\"title\":\"Senior Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8feef0d\",\"elType\":\"section\",\"settings\":{\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9179ade\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f1c81da\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"0ea47b6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5546ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"992431f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Clients Say\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"041ad89\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d77e830\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"16667b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"86f16ec\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"c27a4a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"334d0d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/austin-distel-7uoMmzPd2JA-unsplash.jpg\",\"id\":481},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4783bee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e039d21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thanks to the Company in Solving a Difficult Problem!\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d1e21f4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis. Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a4ee310\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>Mike Bruck<\\/h5>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"767f877\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"70bbc84\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence6\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"a97f48b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ab1111f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d592b1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fill Out the Form Below and Get a \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"690b328\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Consultation\",\"align\":\"center\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2822f6b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7028d4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ccd669f\",\"elType\":\"widget\",\"settings\":{\"form_list\":\"1\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"form_container_max_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"form_container_alignment\":\"center\",\"input_alignment\":\"center\",\"form_field_text_indent\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"form_input_width\":{\"unit\":\"%\",\"size\":94,\"sizes\":[]},\"form_submit_button_align\":\"center\",\"__globals__\":{\"form_submit_button_bg_color_normal\":\"globals\\/colors?id=kadence1\"},\"form_submit_button_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"form_field_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"form_submit_button_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"form_container_max_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"form_container_alignment_mobile\":\"center\",\"form_submit_button_width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"fluent-form-widget\"},{\"id\":\"5b7f766\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6 style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis. Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante. Quisque ultricies, dui et egestas cursus, nisl augue blandit tortor, ac congue ante est ut odio. Maecenas vitae eros quis tortor convallis luctus. Mauris nec elementum ante, sit amet mattis nisl. Aenean dapibus bibendum nisl ut bibendum.<\\/h6>\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpht_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(556, 1152, '_elementor_controls_usage', 'a:9:{s:7:\"heading\";a:3:{s:5:\"count\";i:28;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:28;s:11:\"header_size\";i:21;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:1;s:22:\"typography_font_family\";i:16;s:20:\"typography_font_size\";i:19;s:22:\"typography_font_weight\";i:24;s:21:\"typography_typography\";i:9;s:22:\"typography_line_height\";i:2;s:27:\"typography_font_size_mobile\";i:1;s:29:\"typography_line_height_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:5:{s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:3;s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:1:{s:21:\"_border_radius_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:47;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:47;s:19:\"_inline_size_tablet\";i:27;s:16:\"content_position\";i:5;s:19:\"_inline_size_mobile\";i:4;s:21:\"space_between_widgets\";i:7;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:7:{s:7:\"padding\";i:15;s:13:\"margin_mobile\";i:6;s:14:\"padding_mobile\";i:10;s:7:\"z_index\";i:1;s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:2;s:14:\"padding_tablet\";i:3;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:4;s:11:\"hide_mobile\";i:4;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:1:{s:21:\"background_background\";i:7;}s:14:\"section_border\";a:9:{s:13:\"border_border\";i:19;s:12:\"border_width\";i:19;s:12:\"border_color\";i:15;s:19:\"border_hover_border\";i:15;s:18:\"border_hover_width\";i:15;s:13:\"border_radius\";i:7;s:18:\"border_hover_color\";i:3;s:19:\"border_width_mobile\";i:4;s:19:\"border_width_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:6:{s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:15:\"column_position\";i:1;s:20:\"custom_height_mobile\";i:1;s:6:\"layout\";i:1;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:15;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:15:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;s:26:\"background_position_tablet\";i:1;s:22:\"background_xpos_tablet\";i:1;s:26:\"background_position_mobile\";i:1;s:22:\"background_xpos_mobile\";i:1;s:17:\"background_repeat\";i:1;s:22:\"background_size_tablet\";i:1;s:22:\"background_size_mobile\";i:1;s:21:\"background_color_stop\";i:2;s:23:\"background_color_b_stop\";i:2;s:25:\"background_gradient_angle\";i:1;s:18:\"background_color_b\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:3;s:24:\"background_overlay_image\";i:2;s:26:\"background_overlay_opacity\";i:3;s:27:\"background_overlay_position\";i:1;s:25:\"background_overlay_repeat\";i:1;s:18:\"overlay_blend_mode\";i:1;}s:14:\"section_border\";a:2:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:7:\"padding\";i:8;s:14:\"padding_mobile\";i:6;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:11;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:10:\"title_text\";i:3;s:5:\"image\";i:3;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:3;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:3;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:2:{s:11:\"image_space\";i:3;s:10:\"image_size\";i:3;}s:21:\"section_style_content\";a:1:{s:18:\"title_bottom_space\";i:3;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:1;s:12:\"space_mobile\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:13;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:15:\"_padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:13;s:10:\"image_size\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:9;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:1:{s:5:\"color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_tablet\";i:1;}}}}s:18:\"fluent-form-widget\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_fluent_form\";a:1:{s:9:\"form_list\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:3:{s:28:\"section_form_container_style\";a:4:{s:24:\"form_container_max_width\";i:1;s:24:\"form_container_alignment\";i:1;s:31:\"form_container_max_width_mobile\";i:1;s:31:\"form_container_alignment_mobile\";i:1;}s:25:\"section_form_fields_style\";a:4:{s:15:\"input_alignment\";i:1;s:22:\"form_field_text_indent\";i:1;s:16:\"form_input_width\";i:1;s:18:\"form_field_spacing\";i:1;}s:32:\"section_form_submit_button_style\";a:4:{s:24:\"form_submit_button_align\";i:1;s:24:\"form_submit_button_width\";i:1;s:25:\"form_submit_button_margin\";i:1;s:31:\"form_submit_button_width_mobile\";i:1;}}}}}'),
(707, 1173, '_elementor_controls_usage', 'a:9:{s:7:\"heading\";a:3:{s:5:\"count\";i:28;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:28;s:11:\"header_size\";i:21;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:1;s:22:\"typography_font_family\";i:16;s:20:\"typography_font_size\";i:19;s:22:\"typography_font_weight\";i:24;s:21:\"typography_typography\";i:9;s:22:\"typography_line_height\";i:2;s:27:\"typography_font_size_mobile\";i:1;s:29:\"typography_line_height_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:5:{s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:3;s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:1:{s:21:\"_border_radius_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:47;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:47;s:19:\"_inline_size_tablet\";i:27;s:16:\"content_position\";i:5;s:19:\"_inline_size_mobile\";i:4;s:21:\"space_between_widgets\";i:7;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:7:{s:7:\"padding\";i:15;s:13:\"margin_mobile\";i:6;s:14:\"padding_mobile\";i:10;s:7:\"z_index\";i:1;s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:2;s:14:\"padding_tablet\";i:3;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:4;s:11:\"hide_mobile\";i:4;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:1:{s:21:\"background_background\";i:7;}s:14:\"section_border\";a:9:{s:13:\"border_border\";i:19;s:12:\"border_width\";i:19;s:12:\"border_color\";i:15;s:19:\"border_hover_border\";i:15;s:18:\"border_hover_width\";i:15;s:13:\"border_radius\";i:7;s:18:\"border_hover_color\";i:3;s:19:\"border_width_mobile\";i:4;s:19:\"border_width_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:6:{s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:15:\"column_position\";i:1;s:20:\"custom_height_mobile\";i:1;s:6:\"layout\";i:1;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:15;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:15:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;s:26:\"background_position_tablet\";i:1;s:22:\"background_xpos_tablet\";i:1;s:26:\"background_position_mobile\";i:1;s:22:\"background_xpos_mobile\";i:1;s:17:\"background_repeat\";i:1;s:22:\"background_size_tablet\";i:1;s:22:\"background_size_mobile\";i:1;s:21:\"background_color_stop\";i:2;s:23:\"background_color_b_stop\";i:2;s:25:\"background_gradient_angle\";i:1;s:18:\"background_color_b\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:3;s:24:\"background_overlay_image\";i:2;s:26:\"background_overlay_opacity\";i:3;s:27:\"background_overlay_position\";i:1;s:25:\"background_overlay_repeat\";i:1;s:18:\"overlay_blend_mode\";i:1;}s:14:\"section_border\";a:2:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:7:\"padding\";i:8;s:14:\"padding_mobile\";i:6;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:11;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:10:\"title_text\";i:3;s:5:\"image\";i:3;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:3;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:3;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:2:{s:11:\"image_space\";i:3;s:10:\"image_size\";i:3;}s:21:\"section_style_content\";a:1:{s:18:\"title_bottom_space\";i:3;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:1;s:12:\"space_mobile\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:13;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:15:\"_padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:13;s:10:\"image_size\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:9;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:1:{s:5:\"color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_tablet\";i:1;}}}}s:18:\"fluent-form-widget\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_fluent_form\";a:1:{s:9:\"form_list\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:3:{s:28:\"section_form_container_style\";a:4:{s:24:\"form_container_max_width\";i:1;s:24:\"form_container_alignment\";i:1;s:31:\"form_container_max_width_mobile\";i:1;s:31:\"form_container_alignment_mobile\";i:1;}s:25:\"section_form_fields_style\";a:4:{s:15:\"input_alignment\";i:1;s:22:\"form_field_text_indent\";i:1;s:16:\"form_input_width\";i:1;s:18:\"form_field_spacing\";i:1;}s:32:\"section_form_submit_button_style\";a:4:{s:24:\"form_submit_button_align\";i:1;s:24:\"form_submit_button_width\";i:1;s:25:\"form_submit_button_margin\";i:1;s:31:\"form_submit_button_width_mobile\";i:1;}}}}}'),
(708, 1174, '_elementor_edit_mode', 'builder'),
(709, 1174, '_elementor_template_type', 'wp-page'),
(710, 1174, '_elementor_version', '3.24.5'),
(711, 1174, '_wp_page_template', 'default');
INSERT INTO `wpht_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(712, 1174, '_elementor_data', '[{\"id\":\"d1b8091\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"background_position_tablet\":\"center center\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-322,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-347,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"background_size_mobile\":\"cover\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence3\"},\"layout\":\"full_width\",\"background_slideshow_gallery\":[{\"id\":1145,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/FOTO-GRUPO-CBA.jpg\"},{\"id\":1148,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/lamina2.png\"},{\"id\":1149,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/lamina1.png\"},{\"id\":1146,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/WhatsApp-Image-2024-08-29-at-5.43.39-PM.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\"},\"elements\":[{\"id\":\"26f37cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"slideshow\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ca36b8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d6c8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"734944d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/wave_tr_bg.png\",\"id\":672},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence4\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0d6976f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"245cf51\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"280da85\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"057e2e4\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Securities Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"\",\"id\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"1bdb4ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"d345c17\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Securities Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_02.png\",\"id\":351},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"8b497a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"23555ad\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Employment Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_01.png\",\"id\":347},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"60c7782\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"6ffacfc\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Commercial Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_03.png\",\"id\":355},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19ecfbb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"193aa1b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"473481d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.88799999999999812416717759333550930023193359375,\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"47af15c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Over 20+ Years of Experiences\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a58e6c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e6876ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.111999999999994770405464805662631988525390625,\"_inline_size_tablet\":30},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"56810f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"db02640\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0c629f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":18.410000000000000142108547152020037174224853515625,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"3b50f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":22.919000000000000483169060316868126392364501953125,\"content_position\":\"bottom\",\"z_index\":2,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"eaf0f96\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Legal Team on Your Side\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"920ce0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.0030000000000001136868377216160297393798828125,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-60\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7903671\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427430.jpg\",\"id\":270},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38e54e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/bg_01.png\",\"id\":224},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[{\"id\":\"5d1548c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef57aca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c9876ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c5a0b87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/maarten-van-den-heuvel-_pc8aMbI9UQ-unsplash.jpg\",\"id\":309},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ed3148b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"545f8d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let Our Experience Be Your Guide\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b6707a1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"506a219\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"content_position\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c04509\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis.<\\/p><p>Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante. Quisque ultricies, dui et egestas cursus, nisl augue blandit tortor, ac congue ante est ut odio. Maecenas vitae eros quis tortor convallis luctus. Mauris nec elementum ante, sit amet mattis nisl. Aenean dapibus bibendum nisl ut bibendum.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"73cc05f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c410284\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"-90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/emre-aliriz-2rhz3Nuq12c-unsplash.jpg\",\"id\":317},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ddb1ef\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a78588\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"5868d7b\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_01.png\",\"id\":328}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0514d1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ffd847\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_03.png\",\"id\":330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"8070f5e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"9f6ee70\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_04.png\",\"id\":331}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"465ce7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"}},\"elements\":[{\"id\":\"4e93209\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_02.png\",\"id\":329}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a49c31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"be38919\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"46b5f9e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"580cef1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba5958d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advisory Areas \",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38d116e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"0cfd52f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3571846\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8984d80\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3f05776\",\"elType\":\"widget\",\"settings\":{\"title\":\"Banking and Finance\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c50a4d\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"39181af\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d474db0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"c1232cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Commercial Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29d10c5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc3431a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5ce446e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ff2d6d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Construction Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0efdf85\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ea45ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"29f03e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"aaa25cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c172b98\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0e65810\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"907d020\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"cfb2ecf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3ab7e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"Corporate Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5d4336\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6f93d7c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"64b72f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"acd3495\",\"elType\":\"widget\",\"settings\":{\"title\":\"Criminal Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f99de23\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7e92357\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a747937\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"428125d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63e9720\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2f81764\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7cff492\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"17ffe05\",\"elType\":\"widget\",\"settings\":{\"title\":\"Family Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b54fe38\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"824304e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3dcb03d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence4\",\"background_color_b\":\"globals\\/colors?id=kadence8\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#F8F7F3\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"686d6c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.51599999999999823785401531495153903961181640625,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"200\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a175a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Headquarters\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"300\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"258b6c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our company located in the heart of the financial district in New York City\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\",\"_background_color\":\"globals\\/colors?id=kadence7\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"80\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b9db2fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wall Street<br \\/>New York, NY 10005<br \\/>info@consulting.com<\\/p><p>T : +1 (333) 444 4040<br \\/>F : +1 (444) 777 9988<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74d5b8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.48400000000000176214598468504846096038818359375,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d36ebb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-josh-hild-4270292.jpg\",\"id\":414},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3cb1b31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":34,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\",\"background_color_b\":\"globals\\/colors?id=kadence9\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"76cd4aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb2dc43\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000030\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"a6c9a3f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"df7b1f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"75565f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Attorneys\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0873a4e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0ef5364\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"81e34f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ad279a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"2c7c5cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"8947a5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427609-2.jpg\",\"id\":429},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9cda802\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7befea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karin Burrows\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5620951\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founding Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"db726b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1fdb046\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427609-1.jpg\",\"id\":424},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"86c7670\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"363d3a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"William Laboy\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d7cbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Managing Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4347a05\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d255677\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427620.jpg\",\"id\":430},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c15e5a3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b3e2f83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Paul Hoff\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da6d2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Managing Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"676bed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"2747d7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427614.jpg\",\"id\":431},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"70a572e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4840912\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louise Andre\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0436401\",\"elType\":\"widget\",\"settings\":{\"title\":\"Senior Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8feef0d\",\"elType\":\"section\",\"settings\":{\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9179ade\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f1c81da\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"0ea47b6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5546ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"992431f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Clients Say\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"041ad89\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d77e830\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"16667b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"86f16ec\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"c27a4a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"334d0d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/austin-distel-7uoMmzPd2JA-unsplash.jpg\",\"id\":481},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4783bee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e039d21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thanks to the Company in Solving a Difficult Problem!\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d1e21f4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis. Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a4ee310\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>Mike Bruck<\\/h5>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"767f877\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"70bbc84\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence6\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"a97f48b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ab1111f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d592b1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fill Out the Form Below and Get a \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"690b328\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Consultation\",\"align\":\"center\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2822f6b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7028d4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ccd669f\",\"elType\":\"widget\",\"settings\":{\"form_list\":\"1\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"form_container_max_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"form_container_alignment\":\"center\",\"input_alignment\":\"center\",\"form_field_text_indent\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"form_input_width\":{\"unit\":\"%\",\"size\":94,\"sizes\":[]},\"form_submit_button_align\":\"center\",\"__globals__\":{\"form_submit_button_bg_color_normal\":\"globals\\/colors?id=kadence1\"},\"form_submit_button_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"form_field_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"form_submit_button_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"form_container_max_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"form_container_alignment_mobile\":\"center\",\"form_submit_button_width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"fluent-form-widget\"},{\"id\":\"5b7f766\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6 style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis. Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante. Quisque ultricies, dui et egestas cursus, nisl augue blandit tortor, ac congue ante est ut odio. Maecenas vitae eros quis tortor convallis luctus. Mauris nec elementum ante, sit amet mattis nisl. Aenean dapibus bibendum nisl ut bibendum.<\\/h6>\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpht_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(713, 1174, '_elementor_controls_usage', 'a:9:{s:7:\"heading\";a:3:{s:5:\"count\";i:28;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:28;s:11:\"header_size\";i:21;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:1;s:22:\"typography_font_family\";i:16;s:20:\"typography_font_size\";i:19;s:22:\"typography_font_weight\";i:24;s:21:\"typography_typography\";i:9;s:22:\"typography_line_height\";i:2;s:27:\"typography_font_size_mobile\";i:1;s:29:\"typography_line_height_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:5:{s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:3;s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:1:{s:21:\"_border_radius_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:47;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:47;s:19:\"_inline_size_tablet\";i:27;s:16:\"content_position\";i:5;s:19:\"_inline_size_mobile\";i:4;s:21:\"space_between_widgets\";i:7;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:7:{s:7:\"padding\";i:15;s:13:\"margin_mobile\";i:6;s:14:\"padding_mobile\";i:10;s:7:\"z_index\";i:1;s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:2;s:14:\"padding_tablet\";i:3;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:4;s:11:\"hide_mobile\";i:4;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:1:{s:21:\"background_background\";i:7;}s:14:\"section_border\";a:9:{s:13:\"border_border\";i:19;s:12:\"border_width\";i:19;s:12:\"border_color\";i:15;s:19:\"border_hover_border\";i:15;s:18:\"border_hover_width\";i:15;s:13:\"border_radius\";i:7;s:18:\"border_hover_color\";i:3;s:19:\"border_width_mobile\";i:4;s:19:\"border_width_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:6:{s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:15:\"column_position\";i:1;s:20:\"custom_height_mobile\";i:1;s:6:\"layout\";i:1;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:15;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:15:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;s:26:\"background_position_tablet\";i:1;s:22:\"background_xpos_tablet\";i:1;s:26:\"background_position_mobile\";i:1;s:22:\"background_xpos_mobile\";i:1;s:17:\"background_repeat\";i:1;s:22:\"background_size_tablet\";i:1;s:22:\"background_size_mobile\";i:1;s:21:\"background_color_stop\";i:2;s:23:\"background_color_b_stop\";i:2;s:25:\"background_gradient_angle\";i:1;s:18:\"background_color_b\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:3;s:24:\"background_overlay_image\";i:2;s:26:\"background_overlay_opacity\";i:3;s:27:\"background_overlay_position\";i:1;s:25:\"background_overlay_repeat\";i:1;s:18:\"overlay_blend_mode\";i:1;}s:14:\"section_border\";a:2:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:7:\"padding\";i:8;s:14:\"padding_mobile\";i:6;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:11;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:10:\"title_text\";i:3;s:5:\"image\";i:3;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:3;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:3;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:2:{s:11:\"image_space\";i:3;s:10:\"image_size\";i:3;}s:21:\"section_style_content\";a:1:{s:18:\"title_bottom_space\";i:3;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:1;s:12:\"space_mobile\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:13;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:15:\"_padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:13;s:10:\"image_size\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:9;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:1:{s:5:\"color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_tablet\";i:1;}}}}s:18:\"fluent-form-widget\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_fluent_form\";a:1:{s:9:\"form_list\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:3:{s:28:\"section_form_container_style\";a:4:{s:24:\"form_container_max_width\";i:1;s:24:\"form_container_alignment\";i:1;s:31:\"form_container_max_width_mobile\";i:1;s:31:\"form_container_alignment_mobile\";i:1;}s:25:\"section_form_fields_style\";a:4:{s:15:\"input_alignment\";i:1;s:22:\"form_field_text_indent\";i:1;s:16:\"form_input_width\";i:1;s:18:\"form_field_spacing\";i:1;}s:32:\"section_form_submit_button_style\";a:4:{s:24:\"form_submit_button_align\";i:1;s:24:\"form_submit_button_width\";i:1;s:25:\"form_submit_button_margin\";i:1;s:31:\"form_submit_button_width_mobile\";i:1;}}}}}'),
(770, 1184, '_elementor_edit_mode', 'builder'),
(714, 1175, '_elementor_edit_mode', 'builder'),
(715, 1175, '_elementor_template_type', 'wp-page'),
(716, 1175, '_elementor_version', '3.24.5'),
(717, 1175, '_wp_page_template', 'default');
INSERT INTO `wpht_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(718, 1175, '_elementor_data', '[{\"id\":\"d1b8091\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"background_position_tablet\":\"center center\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-322,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-347,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"background_size_mobile\":\"cover\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence3\"},\"layout\":\"full_width\",\"background_slideshow_gallery\":[{\"id\":1145,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/FOTO-GRUPO-CBA.jpg\"},{\"id\":1148,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/lamina2.png\"},{\"id\":1149,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/lamina1.png\"},{\"id\":1146,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/WhatsApp-Image-2024-08-29-at-5.43.39-PM.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\"},\"elements\":[{\"id\":\"26f37cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"slideshow\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ca36b8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d6c8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"734944d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/wave_tr_bg.png\",\"id\":672},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence4\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0d6976f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"245cf51\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"280da85\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"057e2e4\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Securities Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"\",\"id\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#051259\",\"description_color\":\"#636363\",\"_background_color\":\"#1c0d5a\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"1bdb4ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"d345c17\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Securities Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_02.png\",\"id\":351},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"8b497a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"23555ad\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Employment Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_01.png\",\"id\":347},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"60c7782\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"6ffacfc\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Commercial Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_03.png\",\"id\":355},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19ecfbb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"193aa1b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"473481d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.88799999999999812416717759333550930023193359375,\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"47af15c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Over 20+ Years of Experiences\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a58e6c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e6876ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.111999999999994770405464805662631988525390625,\"_inline_size_tablet\":30},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"56810f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"db02640\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0c629f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":18.410000000000000142108547152020037174224853515625,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"3b50f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":22.919000000000000483169060316868126392364501953125,\"content_position\":\"bottom\",\"z_index\":2,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"eaf0f96\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Legal Team on Your Side\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"920ce0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.0030000000000001136868377216160297393798828125,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-60\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7903671\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427430.jpg\",\"id\":270},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38e54e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/bg_01.png\",\"id\":224},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[{\"id\":\"5d1548c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef57aca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c9876ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c5a0b87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/maarten-van-den-heuvel-_pc8aMbI9UQ-unsplash.jpg\",\"id\":309},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ed3148b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"545f8d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let Our Experience Be Your Guide\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b6707a1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"506a219\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"content_position\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c04509\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis.<\\/p><p>Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante. Quisque ultricies, dui et egestas cursus, nisl augue blandit tortor, ac congue ante est ut odio. Maecenas vitae eros quis tortor convallis luctus. Mauris nec elementum ante, sit amet mattis nisl. Aenean dapibus bibendum nisl ut bibendum.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"73cc05f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c410284\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"-90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/emre-aliriz-2rhz3Nuq12c-unsplash.jpg\",\"id\":317},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ddb1ef\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a78588\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"5868d7b\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_01.png\",\"id\":328}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0514d1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ffd847\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_03.png\",\"id\":330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"8070f5e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"9f6ee70\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_04.png\",\"id\":331}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"465ce7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"}},\"elements\":[{\"id\":\"4e93209\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_02.png\",\"id\":329}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a49c31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"be38919\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"46b5f9e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"580cef1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba5958d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advisory Areas \",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38d116e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"0cfd52f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3571846\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8984d80\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3f05776\",\"elType\":\"widget\",\"settings\":{\"title\":\"Banking and Finance\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c50a4d\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"39181af\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d474db0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"c1232cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Commercial Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29d10c5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc3431a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5ce446e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ff2d6d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Construction Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0efdf85\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ea45ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"29f03e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"aaa25cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c172b98\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0e65810\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"907d020\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"cfb2ecf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3ab7e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"Corporate Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5d4336\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6f93d7c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"64b72f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"acd3495\",\"elType\":\"widget\",\"settings\":{\"title\":\"Criminal Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f99de23\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7e92357\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a747937\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"428125d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63e9720\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2f81764\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7cff492\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"17ffe05\",\"elType\":\"widget\",\"settings\":{\"title\":\"Family Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b54fe38\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"824304e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3dcb03d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence4\",\"background_color_b\":\"globals\\/colors?id=kadence8\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#F8F7F3\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"686d6c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.51599999999999823785401531495153903961181640625,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"200\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a175a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Headquarters\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"300\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"258b6c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our company located in the heart of the financial district in New York City\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\",\"_background_color\":\"globals\\/colors?id=kadence7\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"80\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b9db2fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wall Street<br \\/>New York, NY 10005<br \\/>info@consulting.com<\\/p><p>T : +1 (333) 444 4040<br \\/>F : +1 (444) 777 9988<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74d5b8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.48400000000000176214598468504846096038818359375,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d36ebb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-josh-hild-4270292.jpg\",\"id\":414},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3cb1b31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":34,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\",\"background_color_b\":\"globals\\/colors?id=kadence9\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"76cd4aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb2dc43\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000030\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"a6c9a3f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"df7b1f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"75565f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Attorneys\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0873a4e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0ef5364\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"81e34f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ad279a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"2c7c5cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"8947a5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427609-2.jpg\",\"id\":429},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9cda802\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7befea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karin Burrows\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5620951\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founding Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"db726b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1fdb046\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427609-1.jpg\",\"id\":424},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"86c7670\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"363d3a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"William Laboy\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d7cbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Managing Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4347a05\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d255677\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427620.jpg\",\"id\":430},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c15e5a3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b3e2f83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Paul Hoff\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da6d2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Managing Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"676bed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"2747d7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427614.jpg\",\"id\":431},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"70a572e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4840912\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louise Andre\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0436401\",\"elType\":\"widget\",\"settings\":{\"title\":\"Senior Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8feef0d\",\"elType\":\"section\",\"settings\":{\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9179ade\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f1c81da\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"0ea47b6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5546ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"992431f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Clients Say\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"041ad89\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d77e830\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"16667b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"86f16ec\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"c27a4a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"334d0d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/austin-distel-7uoMmzPd2JA-unsplash.jpg\",\"id\":481},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4783bee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e039d21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thanks to the Company in Solving a Difficult Problem!\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d1e21f4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis. Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a4ee310\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>Mike Bruck<\\/h5>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"767f877\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"70bbc84\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence6\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"a97f48b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ab1111f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d592b1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fill Out the Form Below and Get a \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"690b328\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Consultation\",\"align\":\"center\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2822f6b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7028d4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ccd669f\",\"elType\":\"widget\",\"settings\":{\"form_list\":\"1\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"form_container_max_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"form_container_alignment\":\"center\",\"input_alignment\":\"center\",\"form_field_text_indent\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"form_input_width\":{\"unit\":\"%\",\"size\":94,\"sizes\":[]},\"form_submit_button_align\":\"center\",\"__globals__\":{\"form_submit_button_bg_color_normal\":\"globals\\/colors?id=kadence1\"},\"form_submit_button_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"form_field_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"form_submit_button_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"form_container_max_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"form_container_alignment_mobile\":\"center\",\"form_submit_button_width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"fluent-form-widget\"},{\"id\":\"5b7f766\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6 style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis. Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante. Quisque ultricies, dui et egestas cursus, nisl augue blandit tortor, ac congue ante est ut odio. Maecenas vitae eros quis tortor convallis luctus. Mauris nec elementum ante, sit amet mattis nisl. Aenean dapibus bibendum nisl ut bibendum.<\\/h6>\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpht_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(590, 1157, '_elementor_edit_mode', 'builder'),
(581, 1155, '_elementor_controls_usage', 'a:9:{s:7:\"heading\";a:3:{s:5:\"count\";i:28;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:28;s:11:\"header_size\";i:21;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:1;s:22:\"typography_font_family\";i:16;s:20:\"typography_font_size\";i:19;s:22:\"typography_font_weight\";i:24;s:21:\"typography_typography\";i:9;s:22:\"typography_line_height\";i:2;s:27:\"typography_font_size_mobile\";i:1;s:29:\"typography_line_height_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:5:{s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:3;s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:1:{s:21:\"_border_radius_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:47;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:47;s:19:\"_inline_size_tablet\";i:27;s:16:\"content_position\";i:5;s:19:\"_inline_size_mobile\";i:4;s:21:\"space_between_widgets\";i:7;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:7:{s:7:\"padding\";i:15;s:13:\"margin_mobile\";i:6;s:14:\"padding_mobile\";i:10;s:7:\"z_index\";i:1;s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:2;s:14:\"padding_tablet\";i:3;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:4;s:11:\"hide_mobile\";i:4;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:1:{s:21:\"background_background\";i:7;}s:14:\"section_border\";a:9:{s:13:\"border_border\";i:19;s:12:\"border_width\";i:19;s:12:\"border_color\";i:15;s:19:\"border_hover_border\";i:15;s:18:\"border_hover_width\";i:15;s:13:\"border_radius\";i:7;s:18:\"border_hover_color\";i:3;s:19:\"border_width_mobile\";i:4;s:19:\"border_width_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:6:{s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:15:\"column_position\";i:1;s:20:\"custom_height_mobile\";i:1;s:6:\"layout\";i:1;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:15;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:15:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;s:26:\"background_position_tablet\";i:1;s:22:\"background_xpos_tablet\";i:1;s:26:\"background_position_mobile\";i:1;s:22:\"background_xpos_mobile\";i:1;s:17:\"background_repeat\";i:1;s:22:\"background_size_tablet\";i:1;s:22:\"background_size_mobile\";i:1;s:21:\"background_color_stop\";i:2;s:23:\"background_color_b_stop\";i:2;s:25:\"background_gradient_angle\";i:1;s:18:\"background_color_b\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:3;s:24:\"background_overlay_image\";i:2;s:26:\"background_overlay_opacity\";i:3;s:27:\"background_overlay_position\";i:1;s:25:\"background_overlay_repeat\";i:1;s:18:\"overlay_blend_mode\";i:1;}s:14:\"section_border\";a:2:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:7:\"padding\";i:8;s:14:\"padding_mobile\";i:6;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:11;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:10:\"title_text\";i:3;s:5:\"image\";i:3;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:3;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:3;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:2:{s:11:\"image_space\";i:3;s:10:\"image_size\";i:3;}s:21:\"section_style_content\";a:1:{s:18:\"title_bottom_space\";i:3;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:1;s:12:\"space_mobile\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:13;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:15:\"_padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:13;s:10:\"image_size\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:9;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:1:{s:5:\"color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_tablet\";i:1;}}}}s:18:\"fluent-form-widget\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_fluent_form\";a:1:{s:9:\"form_list\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:3:{s:28:\"section_form_container_style\";a:4:{s:24:\"form_container_max_width\";i:1;s:24:\"form_container_alignment\";i:1;s:31:\"form_container_max_width_mobile\";i:1;s:31:\"form_container_alignment_mobile\";i:1;}s:25:\"section_form_fields_style\";a:4:{s:15:\"input_alignment\";i:1;s:22:\"form_field_text_indent\";i:1;s:16:\"form_input_width\";i:1;s:18:\"form_field_spacing\";i:1;}s:32:\"section_form_submit_button_style\";a:4:{s:24:\"form_submit_button_align\";i:1;s:24:\"form_submit_button_width\";i:1;s:25:\"form_submit_button_margin\";i:1;s:31:\"form_submit_button_width_mobile\";i:1;}}}}}'),
(583, 1156, '_elementor_edit_mode', 'builder'),
(584, 1156, '_elementor_template_type', 'wp-page'),
(585, 1156, '_elementor_version', '3.24.5'),
(586, 1156, '_wp_page_template', 'default');
INSERT INTO `wpht_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(587, 1156, '_elementor_data', '[{\"id\":\"d1b8091\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"background_position_tablet\":\"center center\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-322,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-347,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"background_size_mobile\":\"cover\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence3\"},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"26f37cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":1145,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/FOTO-GRUPO-CBA.jpg\"},{\"id\":1148,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/lamina2.png\"},{\"id\":1149,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/lamina1.png\"},{\"id\":1146,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/WhatsApp-Image-2024-08-29-at-5.43.39-PM.jpeg\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ca36b8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d6c8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"734944d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/wave_tr_bg.png\",\"id\":672},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence4\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0d6976f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"245cf51\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"280da85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"057e2e4\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Securities Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_02.png\",\"id\":351},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"8b497a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"23555ad\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Employment Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_01.png\",\"id\":347},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"60c7782\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"6ffacfc\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Commercial Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_03.png\",\"id\":355},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19ecfbb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"193aa1b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"473481d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.88799999999999812416717759333550930023193359375,\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"47af15c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Over 20+ Years of Experiences\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a58e6c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e6876ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.111999999999994770405464805662631988525390625,\"_inline_size_tablet\":30},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"56810f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"db02640\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0c629f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":18.410000000000000142108547152020037174224853515625,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"3b50f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":22.919000000000000483169060316868126392364501953125,\"content_position\":\"bottom\",\"z_index\":2,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"eaf0f96\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Legal Team on Your Side\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"920ce0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.0030000000000001136868377216160297393798828125,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-60\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7903671\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427430.jpg\",\"id\":270},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38e54e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/bg_01.png\",\"id\":224},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[{\"id\":\"5d1548c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef57aca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c9876ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c5a0b87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/maarten-van-den-heuvel-_pc8aMbI9UQ-unsplash.jpg\",\"id\":309},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ed3148b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"545f8d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let Our Experience Be Your Guide\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b6707a1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"506a219\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"content_position\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c04509\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis.<\\/p><p>Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante. Quisque ultricies, dui et egestas cursus, nisl augue blandit tortor, ac congue ante est ut odio. Maecenas vitae eros quis tortor convallis luctus. Mauris nec elementum ante, sit amet mattis nisl. Aenean dapibus bibendum nisl ut bibendum.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"73cc05f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c410284\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"-90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/emre-aliriz-2rhz3Nuq12c-unsplash.jpg\",\"id\":317},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ddb1ef\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a78588\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"5868d7b\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_01.png\",\"id\":328}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0514d1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ffd847\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_03.png\",\"id\":330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"8070f5e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"9f6ee70\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_04.png\",\"id\":331}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"465ce7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"}},\"elements\":[{\"id\":\"4e93209\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_02.png\",\"id\":329}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a49c31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"be38919\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"46b5f9e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"580cef1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba5958d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advisory Areas \",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38d116e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"0cfd52f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3571846\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8984d80\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3f05776\",\"elType\":\"widget\",\"settings\":{\"title\":\"Banking and Finance\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c50a4d\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"39181af\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d474db0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"c1232cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Commercial Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29d10c5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc3431a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5ce446e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ff2d6d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Construction Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0efdf85\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ea45ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"29f03e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"aaa25cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c172b98\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0e65810\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"907d020\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"cfb2ecf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3ab7e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"Corporate Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5d4336\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6f93d7c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"64b72f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"acd3495\",\"elType\":\"widget\",\"settings\":{\"title\":\"Criminal Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f99de23\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7e92357\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a747937\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"428125d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63e9720\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2f81764\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7cff492\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"17ffe05\",\"elType\":\"widget\",\"settings\":{\"title\":\"Family Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b54fe38\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"824304e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3dcb03d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence4\",\"background_color_b\":\"globals\\/colors?id=kadence8\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#F8F7F3\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"686d6c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.51599999999999823785401531495153903961181640625,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"200\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a175a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Headquarters\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"300\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"258b6c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our company located in the heart of the financial district in New York City\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\",\"_background_color\":\"globals\\/colors?id=kadence7\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"80\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b9db2fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wall Street<br \\/>New York, NY 10005<br \\/>info@consulting.com<\\/p><p>T : +1 (333) 444 4040<br \\/>F : +1 (444) 777 9988<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74d5b8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.48400000000000176214598468504846096038818359375,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d36ebb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-josh-hild-4270292.jpg\",\"id\":414},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3cb1b31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":34,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\",\"background_color_b\":\"globals\\/colors?id=kadence9\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"76cd4aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb2dc43\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000030\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"a6c9a3f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"df7b1f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"75565f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Attorneys\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0873a4e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0ef5364\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"81e34f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ad279a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"2c7c5cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"8947a5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427609-2.jpg\",\"id\":429},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9cda802\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7befea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karin Burrows\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5620951\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founding Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"db726b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1fdb046\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427609-1.jpg\",\"id\":424},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"86c7670\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"363d3a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"William Laboy\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d7cbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Managing Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4347a05\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d255677\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427620.jpg\",\"id\":430},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c15e5a3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b3e2f83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Paul Hoff\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da6d2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Managing Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"676bed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"2747d7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427614.jpg\",\"id\":431},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"70a572e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4840912\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louise Andre\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0436401\",\"elType\":\"widget\",\"settings\":{\"title\":\"Senior Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8feef0d\",\"elType\":\"section\",\"settings\":{\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9179ade\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f1c81da\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"0ea47b6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5546ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"992431f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Clients Say\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"041ad89\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d77e830\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"16667b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"86f16ec\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"c27a4a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"334d0d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/austin-distel-7uoMmzPd2JA-unsplash.jpg\",\"id\":481},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4783bee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e039d21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thanks to the Company in Solving a Difficult Problem!\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d1e21f4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis. Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a4ee310\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>Mike Bruck<\\/h5>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"767f877\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"70bbc84\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence6\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"a97f48b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ab1111f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d592b1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fill Out the Form Below and Get a \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"690b328\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Consultation\",\"align\":\"center\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2822f6b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7028d4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ccd669f\",\"elType\":\"widget\",\"settings\":{\"form_list\":\"1\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"form_container_max_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"form_container_alignment\":\"center\",\"input_alignment\":\"center\",\"form_field_text_indent\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"form_input_width\":{\"unit\":\"%\",\"size\":94,\"sizes\":[]},\"form_submit_button_align\":\"center\",\"__globals__\":{\"form_submit_button_bg_color_normal\":\"globals\\/colors?id=kadence1\"},\"form_submit_button_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"form_field_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"form_submit_button_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"form_container_max_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"form_container_alignment_mobile\":\"center\",\"form_submit_button_width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"fluent-form-widget\"},{\"id\":\"5b7f766\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6 style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis. Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante. Quisque ultricies, dui et egestas cursus, nisl augue blandit tortor, ac congue ante est ut odio. Maecenas vitae eros quis tortor convallis luctus. Mauris nec elementum ante, sit amet mattis nisl. Aenean dapibus bibendum nisl ut bibendum.<\\/h6>\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpht_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(588, 1156, '_elementor_controls_usage', 'a:9:{s:7:\"heading\";a:3:{s:5:\"count\";i:28;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:28;s:11:\"header_size\";i:21;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:1;s:22:\"typography_font_family\";i:16;s:20:\"typography_font_size\";i:19;s:22:\"typography_font_weight\";i:24;s:21:\"typography_typography\";i:9;s:22:\"typography_line_height\";i:2;s:27:\"typography_font_size_mobile\";i:1;s:29:\"typography_line_height_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:5:{s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:3;s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:1:{s:21:\"_border_radius_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:47;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:47;s:19:\"_inline_size_tablet\";i:27;s:16:\"content_position\";i:5;s:19:\"_inline_size_mobile\";i:4;s:21:\"space_between_widgets\";i:7;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:7:{s:7:\"padding\";i:15;s:13:\"margin_mobile\";i:6;s:14:\"padding_mobile\";i:10;s:7:\"z_index\";i:1;s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:2;s:14:\"padding_tablet\";i:3;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:4;s:11:\"hide_mobile\";i:4;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:1:{s:21:\"background_background\";i:7;}s:14:\"section_border\";a:9:{s:13:\"border_border\";i:19;s:12:\"border_width\";i:19;s:12:\"border_color\";i:15;s:19:\"border_hover_border\";i:15;s:18:\"border_hover_width\";i:15;s:13:\"border_radius\";i:7;s:18:\"border_hover_color\";i:3;s:19:\"border_width_mobile\";i:4;s:19:\"border_width_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:6:{s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:15:\"column_position\";i:1;s:20:\"custom_height_mobile\";i:1;s:6:\"layout\";i:1;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:15;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:15:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;s:26:\"background_position_tablet\";i:1;s:22:\"background_xpos_tablet\";i:1;s:26:\"background_position_mobile\";i:1;s:22:\"background_xpos_mobile\";i:1;s:17:\"background_repeat\";i:1;s:22:\"background_size_tablet\";i:1;s:22:\"background_size_mobile\";i:1;s:21:\"background_color_stop\";i:2;s:23:\"background_color_b_stop\";i:2;s:25:\"background_gradient_angle\";i:1;s:18:\"background_color_b\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:3;s:24:\"background_overlay_image\";i:2;s:26:\"background_overlay_opacity\";i:3;s:27:\"background_overlay_position\";i:1;s:25:\"background_overlay_repeat\";i:1;s:18:\"overlay_blend_mode\";i:1;}s:14:\"section_border\";a:2:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:7:\"padding\";i:8;s:14:\"padding_mobile\";i:6;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:11;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:10:\"title_text\";i:3;s:5:\"image\";i:3;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:3;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:3;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:2:{s:11:\"image_space\";i:3;s:10:\"image_size\";i:3;}s:21:\"section_style_content\";a:1:{s:18:\"title_bottom_space\";i:3;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:1;s:12:\"space_mobile\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:13;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:15:\"_padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:13;s:10:\"image_size\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:9;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:1:{s:5:\"color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_tablet\";i:1;}}}}s:18:\"fluent-form-widget\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_fluent_form\";a:1:{s:9:\"form_list\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:3:{s:28:\"section_form_container_style\";a:4:{s:24:\"form_container_max_width\";i:1;s:24:\"form_container_alignment\";i:1;s:31:\"form_container_max_width_mobile\";i:1;s:31:\"form_container_alignment_mobile\";i:1;}s:25:\"section_form_fields_style\";a:4:{s:15:\"input_alignment\";i:1;s:22:\"form_field_text_indent\";i:1;s:16:\"form_input_width\";i:1;s:18:\"form_field_spacing\";i:1;}s:32:\"section_form_submit_button_style\";a:4:{s:24:\"form_submit_button_align\";i:1;s:24:\"form_submit_button_width\";i:1;s:25:\"form_submit_button_margin\";i:1;s:31:\"form_submit_button_width_mobile\";i:1;}}}}}'),
(591, 1157, '_elementor_template_type', 'wp-page'),
(592, 1157, '_elementor_version', '3.24.5'),
(593, 1157, '_wp_page_template', 'default');
INSERT INTO `wpht_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(594, 1157, '_elementor_data', '[{\"id\":\"d1b8091\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"background_position_tablet\":\"center center\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-322,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-347,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"background_size_mobile\":\"cover\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence3\"},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"26f37cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":1145,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/FOTO-GRUPO-CBA.jpg\"},{\"id\":1148,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/lamina2.png\"},{\"id\":1149,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/lamina1.png\"},{\"id\":1146,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/WhatsApp-Image-2024-08-29-at-5.43.39-PM.jpeg\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ca36b8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d6c8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"734944d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/wave_tr_bg.png\",\"id\":672},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence4\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0d6976f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"245cf51\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"280da85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"057e2e4\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Securities Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_02.png\",\"id\":351},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"8b497a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"23555ad\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Employment Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_01.png\",\"id\":347},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"60c7782\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"6ffacfc\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Commercial Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_03.png\",\"id\":355},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19ecfbb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"193aa1b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"473481d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.88799999999999812416717759333550930023193359375,\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"47af15c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Over 20+ Years of Experiences\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a58e6c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e6876ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.111999999999994770405464805662631988525390625,\"_inline_size_tablet\":30},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"56810f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"db02640\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0c629f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":18.410000000000000142108547152020037174224853515625,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"3b50f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":22.919000000000000483169060316868126392364501953125,\"content_position\":\"bottom\",\"z_index\":2,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"eaf0f96\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Legal Team on Your Side\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"920ce0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.0030000000000001136868377216160297393798828125,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-60\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7903671\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427430.jpg\",\"id\":270},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38e54e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/bg_01.png\",\"id\":224},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[{\"id\":\"5d1548c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef57aca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c9876ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c5a0b87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/maarten-van-den-heuvel-_pc8aMbI9UQ-unsplash.jpg\",\"id\":309},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ed3148b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"545f8d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let Our Experience Be Your Guide\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b6707a1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"506a219\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"content_position\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c04509\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis.<\\/p><p>Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante. Quisque ultricies, dui et egestas cursus, nisl augue blandit tortor, ac congue ante est ut odio. Maecenas vitae eros quis tortor convallis luctus. Mauris nec elementum ante, sit amet mattis nisl. Aenean dapibus bibendum nisl ut bibendum.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"73cc05f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c410284\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"-90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/emre-aliriz-2rhz3Nuq12c-unsplash.jpg\",\"id\":317},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ddb1ef\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a78588\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"5868d7b\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_01.png\",\"id\":328}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0514d1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ffd847\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_03.png\",\"id\":330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"8070f5e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"9f6ee70\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_04.png\",\"id\":331}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"465ce7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"}},\"elements\":[{\"id\":\"4e93209\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_02.png\",\"id\":329}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a49c31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"be38919\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"46b5f9e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"580cef1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba5958d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advisory Areas \",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38d116e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"0cfd52f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3571846\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8984d80\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3f05776\",\"elType\":\"widget\",\"settings\":{\"title\":\"Banking and Finance\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c50a4d\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"39181af\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d474db0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"c1232cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Commercial Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29d10c5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc3431a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5ce446e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ff2d6d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Construction Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0efdf85\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ea45ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"29f03e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"aaa25cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c172b98\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0e65810\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"907d020\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"cfb2ecf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3ab7e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"Corporate Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5d4336\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6f93d7c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"64b72f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"acd3495\",\"elType\":\"widget\",\"settings\":{\"title\":\"Criminal Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f99de23\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7e92357\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a747937\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"428125d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63e9720\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2f81764\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7cff492\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"17ffe05\",\"elType\":\"widget\",\"settings\":{\"title\":\"Family Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b54fe38\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"824304e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3dcb03d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence4\",\"background_color_b\":\"globals\\/colors?id=kadence8\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#F8F7F3\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"686d6c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.51599999999999823785401531495153903961181640625,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"200\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a175a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Headquarters\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"300\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"258b6c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our company located in the heart of the financial district in New York City\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\",\"_background_color\":\"globals\\/colors?id=kadence7\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"80\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b9db2fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wall Street<br \\/>New York, NY 10005<br \\/>info@consulting.com<\\/p><p>T : +1 (333) 444 4040<br \\/>F : +1 (444) 777 9988<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74d5b8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.48400000000000176214598468504846096038818359375,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d36ebb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-josh-hild-4270292.jpg\",\"id\":414},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3cb1b31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":34,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\",\"background_color_b\":\"globals\\/colors?id=kadence9\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"76cd4aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb2dc43\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000030\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"a6c9a3f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"df7b1f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"75565f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Attorneys\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0873a4e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0ef5364\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"81e34f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ad279a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"2c7c5cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"8947a5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427609-2.jpg\",\"id\":429},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9cda802\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7befea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karin Burrows\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5620951\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founding Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"db726b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1fdb046\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427609-1.jpg\",\"id\":424},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"86c7670\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"363d3a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"William Laboy\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d7cbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Managing Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4347a05\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d255677\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427620.jpg\",\"id\":430},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c15e5a3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b3e2f83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Paul Hoff\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da6d2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Managing Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"676bed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"2747d7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427614.jpg\",\"id\":431},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"70a572e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4840912\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louise Andre\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0436401\",\"elType\":\"widget\",\"settings\":{\"title\":\"Senior Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8feef0d\",\"elType\":\"section\",\"settings\":{\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9179ade\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f1c81da\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"0ea47b6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5546ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"992431f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Clients Say\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"041ad89\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d77e830\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"16667b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"86f16ec\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"c27a4a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"334d0d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/austin-distel-7uoMmzPd2JA-unsplash.jpg\",\"id\":481},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4783bee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e039d21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thanks to the Company in Solving a Difficult Problem!\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d1e21f4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis. Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a4ee310\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>Mike Bruck<\\/h5>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"767f877\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"70bbc84\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence6\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"a97f48b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ab1111f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d592b1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fill Out the Form Below and Get a \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"690b328\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Consultation\",\"align\":\"center\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2822f6b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7028d4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ccd669f\",\"elType\":\"widget\",\"settings\":{\"form_list\":\"1\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"form_container_max_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"form_container_alignment\":\"center\",\"input_alignment\":\"center\",\"form_field_text_indent\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"form_input_width\":{\"unit\":\"%\",\"size\":94,\"sizes\":[]},\"form_submit_button_align\":\"center\",\"__globals__\":{\"form_submit_button_bg_color_normal\":\"globals\\/colors?id=kadence1\"},\"form_submit_button_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"form_field_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"form_submit_button_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"form_container_max_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"form_container_alignment_mobile\":\"center\",\"form_submit_button_width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"fluent-form-widget\"},{\"id\":\"5b7f766\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6 style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis. Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante. Quisque ultricies, dui et egestas cursus, nisl augue blandit tortor, ac congue ante est ut odio. Maecenas vitae eros quis tortor convallis luctus. Mauris nec elementum ante, sit amet mattis nisl. Aenean dapibus bibendum nisl ut bibendum.<\\/h6>\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpht_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(595, 1157, '_elementor_controls_usage', 'a:9:{s:7:\"heading\";a:3:{s:5:\"count\";i:28;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:28;s:11:\"header_size\";i:21;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:1;s:22:\"typography_font_family\";i:16;s:20:\"typography_font_size\";i:19;s:22:\"typography_font_weight\";i:24;s:21:\"typography_typography\";i:9;s:22:\"typography_line_height\";i:2;s:27:\"typography_font_size_mobile\";i:1;s:29:\"typography_line_height_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:5:{s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:3;s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:1:{s:21:\"_border_radius_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:47;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:47;s:19:\"_inline_size_tablet\";i:27;s:16:\"content_position\";i:5;s:19:\"_inline_size_mobile\";i:4;s:21:\"space_between_widgets\";i:7;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:7:{s:7:\"padding\";i:15;s:13:\"margin_mobile\";i:6;s:14:\"padding_mobile\";i:10;s:7:\"z_index\";i:1;s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:2;s:14:\"padding_tablet\";i:3;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:4;s:11:\"hide_mobile\";i:4;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:1:{s:21:\"background_background\";i:7;}s:14:\"section_border\";a:9:{s:13:\"border_border\";i:19;s:12:\"border_width\";i:19;s:12:\"border_color\";i:15;s:19:\"border_hover_border\";i:15;s:18:\"border_hover_width\";i:15;s:13:\"border_radius\";i:7;s:18:\"border_hover_color\";i:3;s:19:\"border_width_mobile\";i:4;s:19:\"border_width_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:6:{s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:15:\"column_position\";i:1;s:20:\"custom_height_mobile\";i:1;s:6:\"layout\";i:1;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:15;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:15:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;s:26:\"background_position_tablet\";i:1;s:22:\"background_xpos_tablet\";i:1;s:26:\"background_position_mobile\";i:1;s:22:\"background_xpos_mobile\";i:1;s:17:\"background_repeat\";i:1;s:22:\"background_size_tablet\";i:1;s:22:\"background_size_mobile\";i:1;s:21:\"background_color_stop\";i:2;s:23:\"background_color_b_stop\";i:2;s:25:\"background_gradient_angle\";i:1;s:18:\"background_color_b\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:3;s:24:\"background_overlay_image\";i:2;s:26:\"background_overlay_opacity\";i:3;s:27:\"background_overlay_position\";i:1;s:25:\"background_overlay_repeat\";i:1;s:18:\"overlay_blend_mode\";i:1;}s:14:\"section_border\";a:2:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:7:\"padding\";i:8;s:14:\"padding_mobile\";i:6;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:11;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:10:\"title_text\";i:3;s:5:\"image\";i:3;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:3;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:3;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:2:{s:11:\"image_space\";i:3;s:10:\"image_size\";i:3;}s:21:\"section_style_content\";a:1:{s:18:\"title_bottom_space\";i:3;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:1;s:12:\"space_mobile\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:13;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:15:\"_padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:13;s:10:\"image_size\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:9;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:1:{s:5:\"color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_tablet\";i:1;}}}}s:18:\"fluent-form-widget\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_fluent_form\";a:1:{s:9:\"form_list\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:3:{s:28:\"section_form_container_style\";a:4:{s:24:\"form_container_max_width\";i:1;s:24:\"form_container_alignment\";i:1;s:31:\"form_container_max_width_mobile\";i:1;s:31:\"form_container_alignment_mobile\";i:1;}s:25:\"section_form_fields_style\";a:4:{s:15:\"input_alignment\";i:1;s:22:\"form_field_text_indent\";i:1;s:16:\"form_input_width\";i:1;s:18:\"form_field_spacing\";i:1;}s:32:\"section_form_submit_button_style\";a:4:{s:24:\"form_submit_button_align\";i:1;s:24:\"form_submit_button_width\";i:1;s:25:\"form_submit_button_margin\";i:1;s:31:\"form_submit_button_width_mobile\";i:1;}}}}}'),
(597, 1158, '_elementor_edit_mode', 'builder'),
(598, 1158, '_elementor_template_type', 'wp-page'),
(599, 1158, '_elementor_version', '3.24.5'),
(600, 1158, '_wp_page_template', 'default');
INSERT INTO `wpht_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(601, 1158, '_elementor_data', '[{\"id\":\"d1b8091\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"background_position_tablet\":\"center center\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-322,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-347,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"background_size_mobile\":\"cover\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence3\"},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"26f37cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":1145,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/FOTO-GRUPO-CBA.jpg\"},{\"id\":1148,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/lamina2.png\"},{\"id\":1149,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/lamina1.png\"},{\"id\":1146,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/WhatsApp-Image-2024-08-29-at-5.43.39-PM.jpeg\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ca36b8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d6c8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"734944d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/wave_tr_bg.png\",\"id\":672},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence4\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0d6976f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"245cf51\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"280da85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"057e2e4\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Securities Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_02.png\",\"id\":351},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"8b497a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"23555ad\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Employment Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_01.png\",\"id\":347},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"60c7782\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"6ffacfc\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Commercial Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_03.png\",\"id\":355},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19ecfbb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"193aa1b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"473481d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.88799999999999812416717759333550930023193359375,\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"47af15c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Over 20+ Years of Experiences\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a58e6c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e6876ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.111999999999994770405464805662631988525390625,\"_inline_size_tablet\":30},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"56810f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"db02640\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0c629f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":18.410000000000000142108547152020037174224853515625,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"3b50f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":22.919000000000000483169060316868126392364501953125,\"content_position\":\"bottom\",\"z_index\":2,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"eaf0f96\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Legal Team on Your Side\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"920ce0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.0030000000000001136868377216160297393798828125,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-60\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7903671\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427430.jpg\",\"id\":270},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38e54e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/bg_01.png\",\"id\":224},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[{\"id\":\"5d1548c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef57aca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c9876ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c5a0b87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/maarten-van-den-heuvel-_pc8aMbI9UQ-unsplash.jpg\",\"id\":309},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ed3148b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"545f8d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let Our Experience Be Your Guide\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b6707a1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"506a219\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"content_position\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c04509\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis.<\\/p><p>Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante. Quisque ultricies, dui et egestas cursus, nisl augue blandit tortor, ac congue ante est ut odio. Maecenas vitae eros quis tortor convallis luctus. Mauris nec elementum ante, sit amet mattis nisl. Aenean dapibus bibendum nisl ut bibendum.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"73cc05f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c410284\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"-90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/emre-aliriz-2rhz3Nuq12c-unsplash.jpg\",\"id\":317},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ddb1ef\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a78588\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"5868d7b\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_01.png\",\"id\":328}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0514d1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ffd847\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_03.png\",\"id\":330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"8070f5e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"9f6ee70\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_04.png\",\"id\":331}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"465ce7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"}},\"elements\":[{\"id\":\"4e93209\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_02.png\",\"id\":329}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a49c31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"be38919\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"46b5f9e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"580cef1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba5958d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advisory Areas \",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38d116e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"0cfd52f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3571846\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8984d80\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3f05776\",\"elType\":\"widget\",\"settings\":{\"title\":\"Banking and Finance\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c50a4d\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"39181af\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d474db0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"c1232cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Commercial Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29d10c5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc3431a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5ce446e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ff2d6d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Construction Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0efdf85\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ea45ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"29f03e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"aaa25cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c172b98\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0e65810\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"907d020\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"cfb2ecf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3ab7e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"Corporate Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5d4336\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6f93d7c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"64b72f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"acd3495\",\"elType\":\"widget\",\"settings\":{\"title\":\"Criminal Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f99de23\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7e92357\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a747937\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"428125d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63e9720\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2f81764\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7cff492\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"17ffe05\",\"elType\":\"widget\",\"settings\":{\"title\":\"Family Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b54fe38\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"824304e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3dcb03d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence4\",\"background_color_b\":\"globals\\/colors?id=kadence8\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#F8F7F3\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"686d6c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.51599999999999823785401531495153903961181640625,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"200\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a175a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Headquarters\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"300\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"258b6c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our company located in the heart of the financial district in New York City\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\",\"_background_color\":\"globals\\/colors?id=kadence7\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"80\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b9db2fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wall Street<br \\/>New York, NY 10005<br \\/>info@consulting.com<\\/p><p>T : +1 (333) 444 4040<br \\/>F : +1 (444) 777 9988<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74d5b8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.48400000000000176214598468504846096038818359375,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d36ebb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-josh-hild-4270292.jpg\",\"id\":414},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3cb1b31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":34,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\",\"background_color_b\":\"globals\\/colors?id=kadence9\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"76cd4aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb2dc43\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000030\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"a6c9a3f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"df7b1f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"75565f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Attorneys\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0873a4e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0ef5364\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"81e34f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ad279a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"2c7c5cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"8947a5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427609-2.jpg\",\"id\":429},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9cda802\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7befea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karin Burrows\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5620951\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founding Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"db726b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1fdb046\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427609-1.jpg\",\"id\":424},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"86c7670\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"363d3a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"William Laboy\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d7cbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Managing Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4347a05\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d255677\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427620.jpg\",\"id\":430},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c15e5a3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b3e2f83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Paul Hoff\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da6d2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Managing Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"676bed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"2747d7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427614.jpg\",\"id\":431},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"70a572e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4840912\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louise Andre\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0436401\",\"elType\":\"widget\",\"settings\":{\"title\":\"Senior Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8feef0d\",\"elType\":\"section\",\"settings\":{\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9179ade\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f1c81da\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"0ea47b6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5546ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"992431f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Clients Say\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"041ad89\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d77e830\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"16667b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"86f16ec\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"c27a4a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"334d0d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/austin-distel-7uoMmzPd2JA-unsplash.jpg\",\"id\":481},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4783bee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e039d21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thanks to the Company in Solving a Difficult Problem!\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d1e21f4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis. Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a4ee310\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>Mike Bruck<\\/h5>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"767f877\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"70bbc84\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence6\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"a97f48b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ab1111f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d592b1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fill Out the Form Below and Get a \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"690b328\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Consultation\",\"align\":\"center\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2822f6b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7028d4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ccd669f\",\"elType\":\"widget\",\"settings\":{\"form_list\":\"1\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"form_container_max_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"form_container_alignment\":\"center\",\"input_alignment\":\"center\",\"form_field_text_indent\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"form_input_width\":{\"unit\":\"%\",\"size\":94,\"sizes\":[]},\"form_submit_button_align\":\"center\",\"__globals__\":{\"form_submit_button_bg_color_normal\":\"globals\\/colors?id=kadence1\"},\"form_submit_button_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"form_field_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"form_submit_button_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"form_container_max_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"form_container_alignment_mobile\":\"center\",\"form_submit_button_width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"fluent-form-widget\"},{\"id\":\"5b7f766\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6 style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis. Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante. Quisque ultricies, dui et egestas cursus, nisl augue blandit tortor, ac congue ante est ut odio. Maecenas vitae eros quis tortor convallis luctus. Mauris nec elementum ante, sit amet mattis nisl. Aenean dapibus bibendum nisl ut bibendum.<\\/h6>\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpht_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(602, 1158, '_elementor_controls_usage', 'a:9:{s:7:\"heading\";a:3:{s:5:\"count\";i:28;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:28;s:11:\"header_size\";i:21;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:1;s:22:\"typography_font_family\";i:16;s:20:\"typography_font_size\";i:19;s:22:\"typography_font_weight\";i:24;s:21:\"typography_typography\";i:9;s:22:\"typography_line_height\";i:2;s:27:\"typography_font_size_mobile\";i:1;s:29:\"typography_line_height_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:5:{s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:3;s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:1:{s:21:\"_border_radius_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:47;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:47;s:19:\"_inline_size_tablet\";i:27;s:16:\"content_position\";i:5;s:19:\"_inline_size_mobile\";i:4;s:21:\"space_between_widgets\";i:7;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:7:{s:7:\"padding\";i:15;s:13:\"margin_mobile\";i:6;s:14:\"padding_mobile\";i:10;s:7:\"z_index\";i:1;s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:2;s:14:\"padding_tablet\";i:3;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:4;s:11:\"hide_mobile\";i:4;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:1:{s:21:\"background_background\";i:7;}s:14:\"section_border\";a:9:{s:13:\"border_border\";i:19;s:12:\"border_width\";i:19;s:12:\"border_color\";i:15;s:19:\"border_hover_border\";i:15;s:18:\"border_hover_width\";i:15;s:13:\"border_radius\";i:7;s:18:\"border_hover_color\";i:3;s:19:\"border_width_mobile\";i:4;s:19:\"border_width_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:6:{s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:15:\"column_position\";i:1;s:20:\"custom_height_mobile\";i:1;s:6:\"layout\";i:1;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:15;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:15:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;s:26:\"background_position_tablet\";i:1;s:22:\"background_xpos_tablet\";i:1;s:26:\"background_position_mobile\";i:1;s:22:\"background_xpos_mobile\";i:1;s:17:\"background_repeat\";i:1;s:22:\"background_size_tablet\";i:1;s:22:\"background_size_mobile\";i:1;s:21:\"background_color_stop\";i:2;s:23:\"background_color_b_stop\";i:2;s:25:\"background_gradient_angle\";i:1;s:18:\"background_color_b\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:3;s:24:\"background_overlay_image\";i:2;s:26:\"background_overlay_opacity\";i:3;s:27:\"background_overlay_position\";i:1;s:25:\"background_overlay_repeat\";i:1;s:18:\"overlay_blend_mode\";i:1;}s:14:\"section_border\";a:2:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:7:\"padding\";i:8;s:14:\"padding_mobile\";i:6;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:11;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:10:\"title_text\";i:3;s:5:\"image\";i:3;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:3;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:3;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:2:{s:11:\"image_space\";i:3;s:10:\"image_size\";i:3;}s:21:\"section_style_content\";a:1:{s:18:\"title_bottom_space\";i:3;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:1;s:12:\"space_mobile\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:13;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:15:\"_padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:13;s:10:\"image_size\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:9;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:1:{s:5:\"color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_tablet\";i:1;}}}}s:18:\"fluent-form-widget\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_fluent_form\";a:1:{s:9:\"form_list\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:3:{s:28:\"section_form_container_style\";a:4:{s:24:\"form_container_max_width\";i:1;s:24:\"form_container_alignment\";i:1;s:31:\"form_container_max_width_mobile\";i:1;s:31:\"form_container_alignment_mobile\";i:1;}s:25:\"section_form_fields_style\";a:4:{s:15:\"input_alignment\";i:1;s:22:\"form_field_text_indent\";i:1;s:16:\"form_input_width\";i:1;s:18:\"form_field_spacing\";i:1;}s:32:\"section_form_submit_button_style\";a:4:{s:24:\"form_submit_button_align\";i:1;s:24:\"form_submit_button_width\";i:1;s:25:\"form_submit_button_margin\";i:1;s:31:\"form_submit_button_width_mobile\";i:1;}}}}}'),
(604, 1159, '_elementor_edit_mode', 'builder'),
(605, 1159, '_elementor_template_type', 'wp-page'),
(606, 1159, '_elementor_version', '3.24.5'),
(607, 1159, '_wp_page_template', 'default');
INSERT INTO `wpht_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(608, 1159, '_elementor_data', '[{\"id\":\"d1b8091\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"background_position_tablet\":\"center center\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-322,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-347,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"background_size_mobile\":\"cover\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence3\"},\"layout\":\"full_width\",\"background_slideshow_gallery\":[{\"id\":1145,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/FOTO-GRUPO-CBA.jpg\"},{\"id\":1148,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/lamina2.png\"},{\"id\":1149,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/lamina1.png\"},{\"id\":1146,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/WhatsApp-Image-2024-08-29-at-5.43.39-PM.jpeg\"}]},\"elements\":[{\"id\":\"26f37cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"slideshow\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ca36b8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d6c8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"734944d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/wave_tr_bg.png\",\"id\":672},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence4\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0d6976f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"245cf51\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"280da85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"057e2e4\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Securities Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_02.png\",\"id\":351},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"8b497a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"23555ad\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Employment Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_01.png\",\"id\":347},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"60c7782\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"6ffacfc\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Commercial Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_03.png\",\"id\":355},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19ecfbb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"193aa1b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"473481d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.88799999999999812416717759333550930023193359375,\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"47af15c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Over 20+ Years of Experiences\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a58e6c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e6876ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.111999999999994770405464805662631988525390625,\"_inline_size_tablet\":30},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"56810f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"db02640\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0c629f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":18.410000000000000142108547152020037174224853515625,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"3b50f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":22.919000000000000483169060316868126392364501953125,\"content_position\":\"bottom\",\"z_index\":2,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"eaf0f96\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Legal Team on Your Side\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"920ce0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.0030000000000001136868377216160297393798828125,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-60\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7903671\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427430.jpg\",\"id\":270},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38e54e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/bg_01.png\",\"id\":224},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[{\"id\":\"5d1548c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef57aca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c9876ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c5a0b87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/maarten-van-den-heuvel-_pc8aMbI9UQ-unsplash.jpg\",\"id\":309},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ed3148b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"545f8d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let Our Experience Be Your Guide\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b6707a1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"506a219\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"content_position\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c04509\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis.<\\/p><p>Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante. Quisque ultricies, dui et egestas cursus, nisl augue blandit tortor, ac congue ante est ut odio. Maecenas vitae eros quis tortor convallis luctus. Mauris nec elementum ante, sit amet mattis nisl. Aenean dapibus bibendum nisl ut bibendum.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"73cc05f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c410284\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"-90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/emre-aliriz-2rhz3Nuq12c-unsplash.jpg\",\"id\":317},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ddb1ef\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a78588\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"5868d7b\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_01.png\",\"id\":328}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0514d1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ffd847\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_03.png\",\"id\":330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"8070f5e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"9f6ee70\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_04.png\",\"id\":331}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"465ce7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"}},\"elements\":[{\"id\":\"4e93209\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_02.png\",\"id\":329}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a49c31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"be38919\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"46b5f9e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"580cef1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba5958d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advisory Areas \",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38d116e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"0cfd52f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3571846\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8984d80\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3f05776\",\"elType\":\"widget\",\"settings\":{\"title\":\"Banking and Finance\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c50a4d\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"39181af\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d474db0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"c1232cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Commercial Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29d10c5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc3431a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5ce446e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ff2d6d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Construction Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0efdf85\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ea45ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"29f03e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"aaa25cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c172b98\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0e65810\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"907d020\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"cfb2ecf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3ab7e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"Corporate Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5d4336\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6f93d7c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"64b72f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"acd3495\",\"elType\":\"widget\",\"settings\":{\"title\":\"Criminal Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f99de23\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7e92357\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a747937\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"428125d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63e9720\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2f81764\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7cff492\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"17ffe05\",\"elType\":\"widget\",\"settings\":{\"title\":\"Family Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b54fe38\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"824304e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3dcb03d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence4\",\"background_color_b\":\"globals\\/colors?id=kadence8\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#F8F7F3\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"686d6c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.51599999999999823785401531495153903961181640625,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"200\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a175a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Headquarters\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"300\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"258b6c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our company located in the heart of the financial district in New York City\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\",\"_background_color\":\"globals\\/colors?id=kadence7\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"80\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b9db2fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wall Street<br \\/>New York, NY 10005<br \\/>info@consulting.com<\\/p><p>T : +1 (333) 444 4040<br \\/>F : +1 (444) 777 9988<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74d5b8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.48400000000000176214598468504846096038818359375,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d36ebb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-josh-hild-4270292.jpg\",\"id\":414},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3cb1b31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":34,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\",\"background_color_b\":\"globals\\/colors?id=kadence9\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"76cd4aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb2dc43\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000030\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"a6c9a3f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"df7b1f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"75565f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Attorneys\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0873a4e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0ef5364\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"81e34f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ad279a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"2c7c5cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"8947a5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427609-2.jpg\",\"id\":429},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9cda802\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7befea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karin Burrows\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5620951\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founding Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"db726b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1fdb046\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427609-1.jpg\",\"id\":424},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"86c7670\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"363d3a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"William Laboy\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d7cbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Managing Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4347a05\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d255677\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427620.jpg\",\"id\":430},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c15e5a3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b3e2f83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Paul Hoff\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da6d2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Managing Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"676bed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"2747d7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427614.jpg\",\"id\":431},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"70a572e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4840912\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louise Andre\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0436401\",\"elType\":\"widget\",\"settings\":{\"title\":\"Senior Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8feef0d\",\"elType\":\"section\",\"settings\":{\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9179ade\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f1c81da\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"0ea47b6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5546ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"992431f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Clients Say\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"041ad89\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d77e830\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"16667b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"86f16ec\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"c27a4a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"334d0d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/austin-distel-7uoMmzPd2JA-unsplash.jpg\",\"id\":481},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4783bee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e039d21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thanks to the Company in Solving a Difficult Problem!\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d1e21f4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis. Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a4ee310\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>Mike Bruck<\\/h5>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"767f877\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"70bbc84\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence6\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"a97f48b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ab1111f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d592b1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fill Out the Form Below and Get a \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"690b328\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Consultation\",\"align\":\"center\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2822f6b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7028d4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ccd669f\",\"elType\":\"widget\",\"settings\":{\"form_list\":\"1\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"form_container_max_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"form_container_alignment\":\"center\",\"input_alignment\":\"center\",\"form_field_text_indent\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"form_input_width\":{\"unit\":\"%\",\"size\":94,\"sizes\":[]},\"form_submit_button_align\":\"center\",\"__globals__\":{\"form_submit_button_bg_color_normal\":\"globals\\/colors?id=kadence1\"},\"form_submit_button_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"form_field_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"form_submit_button_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"form_container_max_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"form_container_alignment_mobile\":\"center\",\"form_submit_button_width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"fluent-form-widget\"},{\"id\":\"5b7f766\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6 style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis. Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante. Quisque ultricies, dui et egestas cursus, nisl augue blandit tortor, ac congue ante est ut odio. Maecenas vitae eros quis tortor convallis luctus. Mauris nec elementum ante, sit amet mattis nisl. Aenean dapibus bibendum nisl ut bibendum.<\\/h6>\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpht_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(609, 1159, '_elementor_controls_usage', 'a:9:{s:7:\"heading\";a:3:{s:5:\"count\";i:28;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:28;s:11:\"header_size\";i:21;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:1;s:22:\"typography_font_family\";i:16;s:20:\"typography_font_size\";i:19;s:22:\"typography_font_weight\";i:24;s:21:\"typography_typography\";i:9;s:22:\"typography_line_height\";i:2;s:27:\"typography_font_size_mobile\";i:1;s:29:\"typography_line_height_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:5:{s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:3;s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:1:{s:21:\"_border_radius_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:47;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:47;s:19:\"_inline_size_tablet\";i:27;s:16:\"content_position\";i:5;s:19:\"_inline_size_mobile\";i:4;s:21:\"space_between_widgets\";i:7;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:7:{s:7:\"padding\";i:15;s:13:\"margin_mobile\";i:6;s:14:\"padding_mobile\";i:10;s:7:\"z_index\";i:1;s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:2;s:14:\"padding_tablet\";i:3;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:4;s:11:\"hide_mobile\";i:4;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:1:{s:21:\"background_background\";i:7;}s:14:\"section_border\";a:9:{s:13:\"border_border\";i:19;s:12:\"border_width\";i:19;s:12:\"border_color\";i:15;s:19:\"border_hover_border\";i:15;s:18:\"border_hover_width\";i:15;s:13:\"border_radius\";i:7;s:18:\"border_hover_color\";i:3;s:19:\"border_width_mobile\";i:4;s:19:\"border_width_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:6:{s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:15:\"column_position\";i:1;s:20:\"custom_height_mobile\";i:1;s:6:\"layout\";i:1;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:15;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:15:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;s:26:\"background_position_tablet\";i:1;s:22:\"background_xpos_tablet\";i:1;s:26:\"background_position_mobile\";i:1;s:22:\"background_xpos_mobile\";i:1;s:17:\"background_repeat\";i:1;s:22:\"background_size_tablet\";i:1;s:22:\"background_size_mobile\";i:1;s:21:\"background_color_stop\";i:2;s:23:\"background_color_b_stop\";i:2;s:25:\"background_gradient_angle\";i:1;s:18:\"background_color_b\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:3;s:24:\"background_overlay_image\";i:2;s:26:\"background_overlay_opacity\";i:3;s:27:\"background_overlay_position\";i:1;s:25:\"background_overlay_repeat\";i:1;s:18:\"overlay_blend_mode\";i:1;}s:14:\"section_border\";a:2:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:7:\"padding\";i:8;s:14:\"padding_mobile\";i:6;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:11;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:10:\"title_text\";i:3;s:5:\"image\";i:3;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:3;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:3;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:2:{s:11:\"image_space\";i:3;s:10:\"image_size\";i:3;}s:21:\"section_style_content\";a:1:{s:18:\"title_bottom_space\";i:3;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:1;s:12:\"space_mobile\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:13;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:15:\"_padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:13;s:10:\"image_size\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:9;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:1:{s:5:\"color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_tablet\";i:1;}}}}s:18:\"fluent-form-widget\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_fluent_form\";a:1:{s:9:\"form_list\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:3:{s:28:\"section_form_container_style\";a:4:{s:24:\"form_container_max_width\";i:1;s:24:\"form_container_alignment\";i:1;s:31:\"form_container_max_width_mobile\";i:1;s:31:\"form_container_alignment_mobile\";i:1;}s:25:\"section_form_fields_style\";a:4:{s:15:\"input_alignment\";i:1;s:22:\"form_field_text_indent\";i:1;s:16:\"form_input_width\";i:1;s:18:\"form_field_spacing\";i:1;}s:32:\"section_form_submit_button_style\";a:4:{s:24:\"form_submit_button_align\";i:1;s:24:\"form_submit_button_width\";i:1;s:25:\"form_submit_button_margin\";i:1;s:31:\"form_submit_button_width_mobile\";i:1;}}}}}'),
(675, 1167, '_wp_page_template', 'default');
INSERT INTO `wpht_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(676, 1167, '_elementor_data', '[{\"id\":\"d1b8091\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"background_position_tablet\":\"center center\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-322,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-347,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"background_size_mobile\":\"cover\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence3\"},\"layout\":\"full_width\",\"background_slideshow_gallery\":[{\"id\":1145,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/FOTO-GRUPO-CBA.jpg\"},{\"id\":1148,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/lamina2.png\"},{\"id\":1149,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/lamina1.png\"},{\"id\":1146,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/WhatsApp-Image-2024-08-29-at-5.43.39-PM.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\"},\"elements\":[{\"id\":\"26f37cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"slideshow\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ca36b8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d6c8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"734944d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/wave_tr_bg.png\",\"id\":672},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence4\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0d6976f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"245cf51\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"280da85\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"057e2e4\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Securities Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_02.png\",\"id\":351},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"1bdb4ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"d345c17\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Securities Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_02.png\",\"id\":351},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"8b497a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"23555ad\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Employment Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_01.png\",\"id\":347},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"60c7782\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"6ffacfc\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Commercial Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_03.png\",\"id\":355},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19ecfbb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"193aa1b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"473481d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.88799999999999812416717759333550930023193359375,\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"47af15c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Over 20+ Years of Experiences\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a58e6c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e6876ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.111999999999994770405464805662631988525390625,\"_inline_size_tablet\":30},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"56810f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"db02640\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0c629f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":18.410000000000000142108547152020037174224853515625,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"3b50f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":22.919000000000000483169060316868126392364501953125,\"content_position\":\"bottom\",\"z_index\":2,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"eaf0f96\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Legal Team on Your Side\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"920ce0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.0030000000000001136868377216160297393798828125,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-60\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7903671\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427430.jpg\",\"id\":270},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38e54e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/bg_01.png\",\"id\":224},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[{\"id\":\"5d1548c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef57aca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c9876ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c5a0b87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/maarten-van-den-heuvel-_pc8aMbI9UQ-unsplash.jpg\",\"id\":309},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ed3148b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"545f8d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let Our Experience Be Your Guide\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b6707a1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"506a219\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"content_position\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c04509\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis.<\\/p><p>Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante. Quisque ultricies, dui et egestas cursus, nisl augue blandit tortor, ac congue ante est ut odio. Maecenas vitae eros quis tortor convallis luctus. Mauris nec elementum ante, sit amet mattis nisl. Aenean dapibus bibendum nisl ut bibendum.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"73cc05f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c410284\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"-90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/emre-aliriz-2rhz3Nuq12c-unsplash.jpg\",\"id\":317},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ddb1ef\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a78588\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"5868d7b\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_01.png\",\"id\":328}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0514d1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ffd847\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_03.png\",\"id\":330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"8070f5e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"9f6ee70\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_04.png\",\"id\":331}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"465ce7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"}},\"elements\":[{\"id\":\"4e93209\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_02.png\",\"id\":329}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a49c31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"be38919\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"46b5f9e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"580cef1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba5958d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advisory Areas \",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38d116e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"0cfd52f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3571846\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8984d80\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3f05776\",\"elType\":\"widget\",\"settings\":{\"title\":\"Banking and Finance\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c50a4d\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"39181af\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d474db0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"c1232cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Commercial Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29d10c5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc3431a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5ce446e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ff2d6d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Construction Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0efdf85\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ea45ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"29f03e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"aaa25cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c172b98\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0e65810\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"907d020\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"cfb2ecf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3ab7e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"Corporate Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5d4336\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6f93d7c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"64b72f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"acd3495\",\"elType\":\"widget\",\"settings\":{\"title\":\"Criminal Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f99de23\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7e92357\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a747937\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"428125d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63e9720\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2f81764\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7cff492\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"17ffe05\",\"elType\":\"widget\",\"settings\":{\"title\":\"Family Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b54fe38\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"824304e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3dcb03d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence4\",\"background_color_b\":\"globals\\/colors?id=kadence8\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#F8F7F3\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"686d6c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.51599999999999823785401531495153903961181640625,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"200\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a175a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Headquarters\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"300\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"258b6c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our company located in the heart of the financial district in New York City\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\",\"_background_color\":\"globals\\/colors?id=kadence7\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"80\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b9db2fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wall Street<br \\/>New York, NY 10005<br \\/>info@consulting.com<\\/p><p>T : +1 (333) 444 4040<br \\/>F : +1 (444) 777 9988<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74d5b8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.48400000000000176214598468504846096038818359375,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d36ebb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-josh-hild-4270292.jpg\",\"id\":414},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3cb1b31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":34,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\",\"background_color_b\":\"globals\\/colors?id=kadence9\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"76cd4aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb2dc43\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000030\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"a6c9a3f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"df7b1f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"75565f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Attorneys\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0873a4e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0ef5364\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"81e34f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ad279a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"2c7c5cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"8947a5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427609-2.jpg\",\"id\":429},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9cda802\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7befea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karin Burrows\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5620951\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founding Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"db726b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1fdb046\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427609-1.jpg\",\"id\":424},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"86c7670\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"363d3a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"William Laboy\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d7cbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Managing Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4347a05\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d255677\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427620.jpg\",\"id\":430},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c15e5a3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b3e2f83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Paul Hoff\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da6d2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Managing Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"676bed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"2747d7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427614.jpg\",\"id\":431},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"70a572e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4840912\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louise Andre\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0436401\",\"elType\":\"widget\",\"settings\":{\"title\":\"Senior Partner\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8feef0d\",\"elType\":\"section\",\"settings\":{\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9179ade\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f1c81da\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"0ea47b6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5546ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"992431f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Clients Say\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"041ad89\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d77e830\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"16667b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"86f16ec\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"c27a4a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"334d0d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/austin-distel-7uoMmzPd2JA-unsplash.jpg\",\"id\":481},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4783bee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e039d21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thanks to the Company in Solving a Difficult Problem!\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d1e21f4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis. Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a4ee310\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>Mike Bruck<\\/h5>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"767f877\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"70bbc84\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence6\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"a97f48b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ab1111f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d592b1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fill Out the Form Below and Get a \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"690b328\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Consultation\",\"align\":\"center\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2822f6b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7028d4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ccd669f\",\"elType\":\"widget\",\"settings\":{\"form_list\":\"1\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"form_container_max_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"form_container_alignment\":\"center\",\"input_alignment\":\"center\",\"form_field_text_indent\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"form_input_width\":{\"unit\":\"%\",\"size\":94,\"sizes\":[]},\"form_submit_button_align\":\"center\",\"__globals__\":{\"form_submit_button_bg_color_normal\":\"globals\\/colors?id=kadence1\"},\"form_submit_button_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"form_field_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"form_submit_button_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"form_container_max_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"form_container_alignment_mobile\":\"center\",\"form_submit_button_width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"fluent-form-widget\"},{\"id\":\"5b7f766\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6 style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis. Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante. Quisque ultricies, dui et egestas cursus, nisl augue blandit tortor, ac congue ante est ut odio. Maecenas vitae eros quis tortor convallis luctus. Mauris nec elementum ante, sit amet mattis nisl. Aenean dapibus bibendum nisl ut bibendum.<\\/h6>\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpht_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(677, 1167, '_elementor_controls_usage', 'a:9:{s:7:\"heading\";a:3:{s:5:\"count\";i:28;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:28;s:11:\"header_size\";i:21;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:1;s:22:\"typography_font_family\";i:16;s:20:\"typography_font_size\";i:19;s:22:\"typography_font_weight\";i:24;s:21:\"typography_typography\";i:9;s:22:\"typography_line_height\";i:2;s:27:\"typography_font_size_mobile\";i:1;s:29:\"typography_line_height_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:5:{s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:3;s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:1:{s:21:\"_border_radius_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:47;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:47;s:19:\"_inline_size_tablet\";i:27;s:16:\"content_position\";i:5;s:19:\"_inline_size_mobile\";i:4;s:21:\"space_between_widgets\";i:7;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:7:{s:7:\"padding\";i:15;s:13:\"margin_mobile\";i:6;s:14:\"padding_mobile\";i:10;s:7:\"z_index\";i:1;s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:2;s:14:\"padding_tablet\";i:3;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:4;s:11:\"hide_mobile\";i:4;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:1:{s:21:\"background_background\";i:7;}s:14:\"section_border\";a:9:{s:13:\"border_border\";i:19;s:12:\"border_width\";i:19;s:12:\"border_color\";i:15;s:19:\"border_hover_border\";i:15;s:18:\"border_hover_width\";i:15;s:13:\"border_radius\";i:7;s:18:\"border_hover_color\";i:3;s:19:\"border_width_mobile\";i:4;s:19:\"border_width_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:6:{s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:15:\"column_position\";i:1;s:20:\"custom_height_mobile\";i:1;s:6:\"layout\";i:1;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:15;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:15:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;s:26:\"background_position_tablet\";i:1;s:22:\"background_xpos_tablet\";i:1;s:26:\"background_position_mobile\";i:1;s:22:\"background_xpos_mobile\";i:1;s:17:\"background_repeat\";i:1;s:22:\"background_size_tablet\";i:1;s:22:\"background_size_mobile\";i:1;s:21:\"background_color_stop\";i:2;s:23:\"background_color_b_stop\";i:2;s:25:\"background_gradient_angle\";i:1;s:18:\"background_color_b\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:3;s:24:\"background_overlay_image\";i:2;s:26:\"background_overlay_opacity\";i:3;s:27:\"background_overlay_position\";i:1;s:25:\"background_overlay_repeat\";i:1;s:18:\"overlay_blend_mode\";i:1;}s:14:\"section_border\";a:2:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:7:\"padding\";i:8;s:14:\"padding_mobile\";i:6;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:11;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:10:\"title_text\";i:3;s:5:\"image\";i:3;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:3;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:3;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:2:{s:11:\"image_space\";i:3;s:10:\"image_size\";i:3;}s:21:\"section_style_content\";a:1:{s:18:\"title_bottom_space\";i:3;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:1;s:12:\"space_mobile\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:13;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:15:\"_padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:13;s:10:\"image_size\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:9;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:1:{s:5:\"color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_tablet\";i:1;}}}}s:18:\"fluent-form-widget\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_fluent_form\";a:1:{s:9:\"form_list\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:3:{s:28:\"section_form_container_style\";a:4:{s:24:\"form_container_max_width\";i:1;s:24:\"form_container_alignment\";i:1;s:31:\"form_container_max_width_mobile\";i:1;s:31:\"form_container_alignment_mobile\";i:1;}s:25:\"section_form_fields_style\";a:4:{s:15:\"input_alignment\";i:1;s:22:\"form_field_text_indent\";i:1;s:16:\"form_input_width\";i:1;s:18:\"form_field_spacing\";i:1;}s:32:\"section_form_submit_button_style\";a:4:{s:24:\"form_submit_button_align\";i:1;s:24:\"form_submit_button_width\";i:1;s:25:\"form_submit_button_margin\";i:1;s:31:\"form_submit_button_width_mobile\";i:1;}}}}}'),
(679, 1168, '_elementor_edit_mode', 'builder'),
(680, 1168, '_elementor_template_type', 'wp-page'),
(681, 1168, '_elementor_version', '3.24.5'),
(682, 1168, '_wp_page_template', 'default');
INSERT INTO `wpht_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(683, 1168, '_elementor_data', '[{\"id\":\"d1b8091\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"background_position_tablet\":\"center center\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-322,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-347,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"background_size_mobile\":\"cover\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence3\"},\"layout\":\"full_width\",\"background_slideshow_gallery\":[{\"id\":1145,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/FOTO-GRUPO-CBA.jpg\"},{\"id\":1148,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/lamina2.png\"},{\"id\":1149,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/lamina1.png\"},{\"id\":1146,\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2024\\/10\\/WhatsApp-Image-2024-08-29-at-5.43.39-PM.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\"},\"elements\":[{\"id\":\"26f37cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"slideshow\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ca36b8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d6c8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"734944d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/wave_tr_bg.png\",\"id\":672},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence4\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0d6976f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"245cf51\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"280da85\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"057e2e4\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Securities Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_02.png\",\"id\":351},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"1bdb4ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"d345c17\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Securities Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_02.png\",\"id\":351},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"8b497a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"23555ad\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Employment Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_01.png\",\"id\":347},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"60c7782\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DBB18900\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence1\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_hover_color\":\"#dbb189\"},\"elements\":[{\"id\":\"6ffacfc\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Commercial Litigation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=kadence4\",\"title_color\":\"globals\\/colors?id=kadence9\",\"description_color\":\"globals\\/colors?id=kadence6\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/ico_03.png\",\"id\":355},\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19ecfbb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"193aa1b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"473481d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.88799999999999812416717759333550930023193359375,\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"47af15c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Over 20+ Years of Experiences\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a58e6c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e6876ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.111999999999994770405464805662631988525390625,\"_inline_size_tablet\":30},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"56810f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"db02640\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0c629f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":18.410000000000000142108547152020037174224853515625,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"3b50f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":22.919000000000000483169060316868126392364501953125,\"content_position\":\"bottom\",\"z_index\":2,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"eaf0f96\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Legal Team on Your Side\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"920ce0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.0030000000000001136868377216160297393798828125,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-60\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7903671\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/pexels-august-de-richelieu-4427430.jpg\",\"id\":270},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38e54e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/bg_01.png\",\"id\":224},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence9\"}},\"elements\":[{\"id\":\"5d1548c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef57aca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c9876ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c5a0b87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/maarten-van-den-heuvel-_pc8aMbI9UQ-unsplash.jpg\",\"id\":309},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ed3148b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"545f8d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let Our Experience Be Your Guide\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b6707a1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"506a219\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"content_position\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c04509\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec quam vitae tellus malesuada vehicula. Mauris interdum erat non mauris commodo, eu aliquam tortor viverra. Fusce ac arcu non velit ultricies lacinia et vel libero. Aliquam vitae aliquet diam, vitae posuere felis.<\\/p><p>Donec iaculis dui sit amet purus sollicitudin, id pellentesque ex commodo. Ut nisl dui, blandit et suscipit et, suscipit eget turpis. Quisque in sapien ante. Quisque ultricies, dui et egestas cursus, nisl augue blandit tortor, ac congue ante est ut odio. Maecenas vitae eros quis tortor convallis luctus. Mauris nec elementum ante, sit amet mattis nisl. Aenean dapibus bibendum nisl ut bibendum.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"73cc05f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c410284\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"-90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/emre-aliriz-2rhz3Nuq12c-unsplash.jpg\",\"id\":317},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ddb1ef\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a78588\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"5868d7b\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_01.png\",\"id\":328}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0514d1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ffd847\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_03.png\",\"id\":330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"8070f5e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"9f6ee70\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_04.png\",\"id\":331}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"465ce7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=kadence7\"}},\"elements\":[{\"id\":\"4e93209\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image\":{\"url\":\"https:\\/\\/samobolivia.ejesrl.net\\/wp-content\\/uploads\\/2021\\/01\\/l_02.png\",\"id\":329}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a49c31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=kadence8\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"be38919\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"46b5f9e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"580cef1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba5958d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advisory Areas \",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38d116e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=kadence6\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"0cfd52f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3571846\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8984d80\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3f05776\",\"elType\":\"widget\",\"settings\":{\"title\":\"Banking and Finance\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c50a4d\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"39181af\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d474db0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"c1232cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Commercial Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29d10c5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc3431a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Learn more<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5ce446e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#84909E00\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=kadence6\"},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ff2d6d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Construction Law\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typ